Regenerate tests/auto/widgets/kernel

Change-Id: Ib611ea32623e44c58432a15c73626aab36ab2b98
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
bb10
Alexandru Croitor 2019-11-12 17:47:50 +01:00
parent 02278007cb
commit a678d9fb62
4 changed files with 79 additions and 1 deletions

View File

@ -0,0 +1,17 @@
# Generated from desktopsettingsaware.pro.
#####################################################################
## desktopsettingsaware Binary:
#####################################################################
add_qt_executable(desktopsettingsaware
GUI
SOURCES
main.cpp
PUBLIC_LIBRARIES
Qt::Gui
Qt::Widgets
)
## Scopes:
#####################################################################

View File

@ -0,0 +1,18 @@
# Generated from modal.pro.
#####################################################################
## modal Binary:
#####################################################################
add_qt_executable(modal
GUI
SOURCES
base.cpp base.h
main.cpp
PUBLIC_LIBRARIES
Qt::Gui
Qt::Widgets
)
## Scopes:
#####################################################################

View File

@ -0,0 +1,43 @@
# Generated from test.pro.
#####################################################################
## test Test:
#####################################################################
# Collect test data
list(APPEND test_data "../test/test.pro")
list(APPEND test_data "../tmp/README")
list(APPEND test_data "../modal")
add_qt_test(test
SOURCES
../tst_qapplication.cpp
LIBRARIES
Qt::CorePrivate
Qt::GuiPrivate
Qt::WidgetsPrivate
PUBLIC_LIBRARIES
Qt::Gui
Qt::Widgets
TESTDATA ${test_data}
)
## Scopes:
#####################################################################
extend_target(test CONDITION builtin_testdata
DEFINES
BUILTIN_TESTDATA
)
#### Keys ignored in scope 3:.:.:test.pro:NOT ANDROID AND NOT WINRT:
# SUBPROGRAMS = "desktopsettingsaware" "modal"
#### Keys ignored in scope 6:.:.:test.pro:NOT ANDROID AND NOT WINRT:
# TEST_HELPER_INSTALLS = "../debug/helper"
#### Keys ignored in scope 8:.:.:test.pro:NOT ANDROID AND NOT WINRT:
# TEST_HELPER_INSTALLS = "../release/helper"
#### Keys ignored in scope 10:.:.:test.pro:NOT ANDROID AND NOT WINRT:
# TEST_HELPER_INSTALLS = "../helper"

View File

@ -9,7 +9,7 @@ list(APPEND test_data "../test/test.pro")
list(APPEND test_data "../tmp/README")
list(APPEND test_data "../modal")
add_qt_test(tst_qapplication
add_qt_test(tst_qapplication # special case
SOURCES
../tst_qapplication.cpp
LIBRARIES