Repair tst_qwineventnotifier
- add missing include - fix platform detection in CMakeLists.txt Change-Id: If7d04765eb40310d2841e792e8f80e083e067ad2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
e65558c230
commit
d8c6052815
@ -39,7 +39,7 @@ endif()
|
|||||||
if(QT_FEATURE_systemsemaphore AND NOT ANDROID AND NOT UIKIT)
|
if(QT_FEATURE_systemsemaphore AND NOT ANDROID AND NOT UIKIT)
|
||||||
add_subdirectory(qsystemsemaphore)
|
add_subdirectory(qsystemsemaphore)
|
||||||
endif()
|
endif()
|
||||||
if(win32_x_)
|
if(WIN32)
|
||||||
add_subdirectory(qwineventnotifier)
|
add_subdirectory(qwineventnotifier)
|
||||||
endif()
|
endif()
|
||||||
if(QT_FEATURE_private_tests)
|
if(QT_FEATURE_private_tests)
|
||||||
|
@ -27,6 +27,8 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include <QTest>
|
#include <QTest>
|
||||||
|
#include <QTestEventLoop>
|
||||||
|
|
||||||
#include <qlist.h>
|
#include <qlist.h>
|
||||||
#include <qtimer.h>
|
#include <qtimer.h>
|
||||||
#include <qvarlengtharray.h>
|
#include <qvarlengtharray.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user