Regenerate tests/auto/gui/kernel
Change-Id: I32046f33612f9b306dd889a0d42aa70d32375531 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>bb10
parent
43d7927004
commit
4936b6c795
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
)
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
)
|
||||
|
|
@ -13,6 +13,3 @@ add_qt_test(tst_qopenglwindow
|
|||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue