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:
Albert Astals Cid 2019-01-30 10:29:46 +01:00
parent 404a2a56c6
commit 4db3faef6b
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -1 +1,2 @@
add_qt_test(alive SOURCES tst_alive.cpp)
add_qt_test(alive SOURCES tst_alive.cpp
LIBRARIES Widgets)