cmake: re-generate auto/gui/kernel/qguieventloop
The target naming has been fixed, it used to be taken from the include, but now that we added the real tst_qeventloop we have a name clash. All that's needed to fix the situation is regeneration of this cmake list. Change-Id: Id336906f30494dfa92cf5e2812f8b1a8771a992f Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>bb10
parent
92fdc6b2ea
commit
48c56a992e
|
|
@ -1,27 +1,26 @@
|
|||
# Generated from qguieventloop.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qeventloop Test:
|
||||
## tst_qguieventloop Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qeventloop
|
||||
add_qt_test(tst_qguieventloop
|
||||
GUI
|
||||
SOURCES
|
||||
../../../corelib/kernel/qeventloop/tst_qeventloop.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_qeventloop CONDITION WIN32 AND NOT WINRT
|
||||
extend_target(tst_qguieventloop CONDITION WIN32 AND NOT WINRT
|
||||
PUBLIC_LIBRARIES
|
||||
user32
|
||||
)
|
||||
|
||||
extend_target(tst_qeventloop CONDITION QT_FEATURE_glib
|
||||
extend_target(tst_qguieventloop CONDITION QT_FEATURE_glib
|
||||
DEFINES
|
||||
HAVE_GLIB
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue