045bb3df92
Fixes: QTBUG-78224 Change-Id: I9e6294b5035b066dead0f5ff91f81e472bc56d62 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
25 lines
605 B
CMake
25 lines
605 B
CMake
# Generated from noqteventloop.pro.
|
|
|
|
#####################################################################
|
|
## tst_noqteventloop Test:
|
|
#####################################################################
|
|
|
|
add_qt_test(tst_noqteventloop
|
|
SOURCES
|
|
tst_noqteventloop.cpp
|
|
LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::GuiPrivate
|
|
PUBLIC_LIBRARIES
|
|
Qt::Gui
|
|
Qt::Network
|
|
)
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
extend_target(tst_noqteventloop CONDITION QT_FEATURE_dynamicgl AND WIN32 AND NOT WINRT
|
|
PUBLIC_LIBRARIES
|
|
user32
|
|
)
|