Skip to content

Commit

Permalink
cmake: re-generate auto/gui/kernel/qguieventloop
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
gladhorn committed Nov 1, 2019
1 parent 92fdc6b commit 48c56a9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions tests/auto/gui/kernel/qguieventloop/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)

0 comments on commit 48c56a9

Please sign in to comment.