Regenerate tests/auto/gui/kernel

Change-Id: I32046f33612f9b306dd889a0d42aa70d32375531
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
bb10
Alexandru Croitor 2019-11-12 15:23:59 +01:00
parent 43d7927004
commit 4936b6c795
6 changed files with 48 additions and 10 deletions

View File

@ -9,15 +9,15 @@ endif()
#####################################################################
add_qt_test(tst_qguiapplication
GUI
SOURCES
../../../corelib/kernel/qcoreapplication/tst_qcoreapplication.cpp ../../../corelib/kernel/qcoreapplication/tst_qcoreapplication.h
tst_qcoreapplication.cpp tst_qcoreapplication.h
tst_qguiapplication.cpp
DEFINES
QT_DISABLE_DEPRECATED_BEFORE=0x050E00
INCLUDE_DIRECTORIES
../../../corelib/kernel/qcoreapplication
LIBRARIES
Qt::CorePrivate
Qt::GuiPrivate
PUBLIC_LIBRARIES
Qt::Gui

View File

@ -9,7 +9,6 @@ endif()
#####################################################################
add_qt_test(tst_qguiapplication
GUI
SOURCES
../../../corelib/kernel/qcoreapplication/tst_qcoreapplication.cpp ../../../corelib/kernel/qcoreapplication/tst_qcoreapplication.h # special case
tst_qguiapplication.cpp
@ -18,6 +17,7 @@ add_qt_test(tst_qguiapplication
INCLUDE_DIRECTORIES
../../../corelib/kernel/qcoreapplication
LIBRARIES
Qt::CorePrivate
Qt::GuiPrivate
PUBLIC_LIBRARIES
Qt::Gui

View File

@ -0,0 +1,28 @@
# Generated from qguieventloop.pro.
#####################################################################
## tst_qguieventloop Test:
#####################################################################
add_qt_test(tst_qguieventloop
SOURCES
../../../corelib/kernel/qeventloop/tst_qeventloop.cpp
LIBRARIES
Qt::CorePrivate
PUBLIC_LIBRARIES
Qt::Gui
Qt::Network
)
## Scopes:
#####################################################################
extend_target(tst_qguieventloop CONDITION WIN32 AND NOT WINRT
PUBLIC_LIBRARIES
user32
)
extend_target(tst_qguieventloop CONDITION QT_FEATURE_glib
DEFINES
HAVE_GLIB
)

View File

@ -5,14 +5,13 @@
#####################################################################
add_qt_test(tst_qguieventloop
GUI
SOURCES
../../../corelib/kernel/qeventloop/tst_qeventloop.cpp
LIBRARIES # special case
Qt::CorePrivate # special case
LIBRARIES
Qt::CorePrivate
PUBLIC_LIBRARIES
Qt::Gui
Qt::Network # special case
Qt::Network
)
## Scopes:

View File

@ -0,0 +1,14 @@
# Generated from qguitimer.pro.
#####################################################################
## tst_qguitimer Test:
#####################################################################
add_qt_test(tst_qguitimer
SOURCES
../../../corelib/kernel/qtimer/tst_qtimer.cpp
LIBRARIES
Qt::CorePrivate
PUBLIC_LIBRARIES
Qt::Gui
)

View File

@ -13,6 +13,3 @@ add_qt_test(tst_qopenglwindow
PUBLIC_LIBRARIES
Qt::Gui
)
## Scopes:
#####################################################################