45b0f1be68
Macros and the await helper function from qfunctions_winrt(_p).h are needed in other Qt modules which use UWP APIs on desktop windows. Task-number: QTBUG-84434 Change-Id: Ice09c11436ad151c17bdccd2c7defadd08c13925 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
23 lines
527 B
CMake
23 lines
527 B
CMake
# Generated from qwindow.pro.
|
|
|
|
#####################################################################
|
|
## tst_qwindow Test:
|
|
#####################################################################
|
|
|
|
add_qt_test(tst_qwindow
|
|
SOURCES
|
|
tst_qwindow.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
)
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
extend_target(tst_qwindow CONDITION QT_FEATURE_dynamicgl AND WIN32
|
|
PUBLIC_LIBRARIES
|
|
user32
|
|
)
|