Change the FIXME for selftests/alive
It isn't being built in the current qmake build either (maybe because it doesn't build because uses sleep()) Change-Id: Ie97287c6e45d1fcc32063bd9eb37ff2907dfa891 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
parent
404a2a56c6
commit
4db3faef6b
@ -1,4 +1,4 @@
|
||||
# add_subdirectory(alive) # FIXME: Needs widgets
|
||||
# add_subdirectory(alive) # TODO is commented in selftests.pri too. Investigate if should be readded
|
||||
add_subdirectory(assert)
|
||||
add_subdirectory(badxml)
|
||||
add_subdirectory(benchlibcallgrind)
|
||||
|
@ -1 +1,2 @@
|
||||
add_qt_test(alive SOURCES tst_alive.cpp)
|
||||
add_qt_test(alive SOURCES tst_alive.cpp
|
||||
LIBRARIES Widgets)
|
||||
|
Loading…
Reference in New Issue
Block a user