Regenerate tests/auto/testlib
Change-Id: If1b2e105836b73b1a68ed5a8e11feb8e114d66e2 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
3919ed58ab
commit
71c43b035b
@ -1,8 +1,16 @@
|
||||
add_qt_test(tst_qabstractitemmodeltester SOURCES
|
||||
# Generated from qabstractitemmodeltester.pro.
|
||||
|
||||
#####################################################################
|
||||
## qabstractitemmodeltester Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(qabstractitemmodeltester
|
||||
SOURCES
|
||||
../../other/qabstractitemmodelutils/dynamictreemodel.cpp ../../other/qabstractitemmodelutils/dynamictreemodel.h
|
||||
tst_qabstractitemmodeltester.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../../other/qabstractitemmodelutils/dynamictreemodel.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../../other/qabstractitemmodelutils
|
||||
LIBRARIES
|
||||
../../other/qabstractitemmodelutils
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
@ -1 +1,10 @@
|
||||
add_qt_test(tst_qsignalspy SOURCES tst_qsignalspy.cpp)
|
||||
# Generated from qsignalspy.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qsignalspy Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qsignalspy
|
||||
SOURCES
|
||||
tst_qsignalspy.cpp
|
||||
)
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(assert
|
||||
GUI
|
||||
SOURCES
|
||||
tst_assert.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:assert.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:assert.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(assert
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_assert.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:assert.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:assert.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,7 +5,6 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(badxml
|
||||
GUI
|
||||
SOURCES
|
||||
tst_badxml.cpp
|
||||
LIBRARIES
|
||||
@ -14,11 +13,5 @@ add_qt_executable(badxml
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:badxml.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:badxml.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,7 +7,6 @@
|
||||
add_qt_executable(badxml
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_badxml.cpp
|
||||
LIBRARIES
|
||||
@ -16,11 +15,5 @@ add_qt_executable(badxml
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:badxml.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:badxml.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(benchlibcallgrind
|
||||
GUI
|
||||
SOURCES
|
||||
tst_benchlibcallgrind.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:benchlibcallgrind.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:benchlibcallgrind.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(benchlibcallgrind
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_benchlibcallgrind.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:benchlibcallgrind.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:benchlibcallgrind.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(benchlibcounting
|
||||
GUI
|
||||
SOURCES
|
||||
tst_benchlibcounting.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:benchlibcounting.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:benchlibcounting.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(benchlibcounting
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_benchlibcounting.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:benchlibcounting.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:benchlibcounting.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(benchlibeventcounter
|
||||
GUI
|
||||
SOURCES
|
||||
tst_benchlibeventcounter.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:benchlibeventcounter.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:benchlibeventcounter.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(benchlibeventcounter
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_benchlibeventcounter.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:benchlibeventcounter.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:benchlibeventcounter.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(benchliboptions
|
||||
GUI
|
||||
SOURCES
|
||||
tst_benchliboptions.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:benchliboptions.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:benchliboptions.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(benchliboptions
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_benchliboptions.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:benchliboptions.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:benchliboptions.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -14,11 +14,5 @@ add_qt_executable(benchlibtickcounter
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:benchlibtickcounter.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:benchlibtickcounter.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -16,11 +16,5 @@ add_qt_executable(benchlibtickcounter
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:benchlibtickcounter.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:benchlibtickcounter.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(benchlibwalltime
|
||||
GUI
|
||||
SOURCES
|
||||
tst_benchlibwalltime.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:benchlibwalltime.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:benchlibwalltime.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(benchlibwalltime
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_benchlibwalltime.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:benchlibwalltime.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:benchlibwalltime.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -14,11 +14,5 @@ add_qt_executable(blacklisted
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:blacklisted.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:blacklisted.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -16,11 +16,5 @@ add_qt_executable(blacklisted
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:blacklisted.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:blacklisted.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,16 +5,12 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(cmptest
|
||||
GUI
|
||||
SOURCES
|
||||
tst_cmptest.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:cmptest.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
@ -22,6 +18,3 @@ extend_target(cmptest CONDITION TARGET Qt::Gui
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 3:.:.:cmptest.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,16 +7,12 @@
|
||||
add_qt_executable(cmptest
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_cmptest.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:cmptest.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
@ -24,6 +20,3 @@ extend_target(cmptest CONDITION TARGET Qt::Gui
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 3:.:.:cmptest.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(commandlinedata
|
||||
GUI
|
||||
SOURCES
|
||||
tst_commandlinedata.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:commandlinedata.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:commandlinedata.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(commandlinedata
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_commandlinedata.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:commandlinedata.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:commandlinedata.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(counting
|
||||
GUI
|
||||
SOURCES
|
||||
tst_counting.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:counting.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:counting.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(counting
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_counting.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:counting.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:counting.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(crashes
|
||||
GUI
|
||||
SOURCES
|
||||
tst_crashes.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:crashes.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:crashes.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(crashes
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_crashes.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:crashes.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:crashes.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(datatable
|
||||
GUI
|
||||
SOURCES
|
||||
tst_datatable.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:datatable.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:datatable.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(datatable
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_datatable.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:datatable.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:datatable.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(datetime
|
||||
GUI
|
||||
SOURCES
|
||||
tst_datetime.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:datetime.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:datetime.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(datetime
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_datetime.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:datetime.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:datetime.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,12 +5,8 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(tst_deleteLater
|
||||
GUI
|
||||
SOURCES
|
||||
tst_deleteLater.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:deleteLater.pro:<TRUE>:
|
||||
# CONFIG = "-app_bundle" "-debug_and_release_target"
|
||||
|
@ -7,12 +7,8 @@
|
||||
add_qt_executable(tst_deleteLater
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_deleteLater.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:deleteLater.pro:<TRUE>:
|
||||
# CONFIG = "-app_bundle" "-debug_and_release_target"
|
||||
|
@ -5,12 +5,8 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(tst_deleteLater_noApp
|
||||
GUI
|
||||
SOURCES
|
||||
tst_deleteLater_noApp.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:deleteLater_noApp.pro:<TRUE>:
|
||||
# CONFIG = "-app_bundle" "-debug_and_release_target"
|
||||
|
@ -7,12 +7,8 @@
|
||||
add_qt_executable(tst_deleteLater_noApp
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_deleteLater_noApp.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:deleteLater_noApp.pro:<TRUE>:
|
||||
# CONFIG = "-app_bundle" "-debug_and_release_target"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(differentexec
|
||||
GUI
|
||||
SOURCES
|
||||
tst_differentexec.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:differentexec.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:differentexec.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(differentexec
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_differentexec.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:differentexec.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:differentexec.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,12 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(exceptionthrow
|
||||
GUI
|
||||
EXCEPTIONS
|
||||
SOURCES
|
||||
tst_exceptionthrow.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:exceptionthrow.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target" "exceptions"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:exceptionthrow.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -8,18 +8,11 @@ add_qt_executable(exceptionthrow
|
||||
EXCEPTIONS
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_exceptionthrow.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:exceptionthrow.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target" "exceptions"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:exceptionthrow.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(expectfail
|
||||
GUI
|
||||
SOURCES
|
||||
tst_expectfail.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:expectfail.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:expectfail.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(expectfail
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_expectfail.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:expectfail.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:expectfail.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(failcleanup
|
||||
GUI
|
||||
SOURCES
|
||||
tst_failcleanup.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:failcleanup.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:failcleanup.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(failcleanup
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_failcleanup.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:failcleanup.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:failcleanup.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(faildatatype
|
||||
GUI
|
||||
SOURCES
|
||||
tst_faildatatype.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:faildatatype.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:faildatatype.pro:APPLE:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(faildatatype
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_faildatatype.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:faildatatype.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:faildatatype.pro:APPLE:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(failfetchtype
|
||||
GUI
|
||||
SOURCES
|
||||
tst_failfetchtype.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:failfetchtype.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:failfetchtype.pro:APPLE:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(failfetchtype
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_failfetchtype.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:failfetchtype.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:failfetchtype.pro:APPLE:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(failinit
|
||||
GUI
|
||||
SOURCES
|
||||
tst_failinit.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:failinit.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:failinit.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(failinit
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_failinit.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:failinit.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:failinit.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(failinitdata
|
||||
GUI
|
||||
SOURCES
|
||||
tst_failinitdata.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:failinitdata.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:failinitdata.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(failinitdata
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_failinitdata.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:failinitdata.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:failinitdata.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(fetchbogus
|
||||
GUI
|
||||
SOURCES
|
||||
tst_fetchbogus.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:fetchbogus.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:fetchbogus.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(fetchbogus
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_fetchbogus.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:fetchbogus.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:fetchbogus.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,7 +5,6 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(findtestdata
|
||||
GUI
|
||||
SOURCES
|
||||
findtestdata.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
@ -13,15 +12,17 @@ add_qt_executable(findtestdata
|
||||
)
|
||||
|
||||
# Resources:
|
||||
add_qt_resource(findtestdata "findtestdata" PREFIX "/qt/etc/" FILES
|
||||
qt.conf)
|
||||
set(findtestdata_resource_files
|
||||
"qt.conf"
|
||||
)
|
||||
|
||||
add_qt_resource(findtestdata "findtestdata"
|
||||
PREFIX
|
||||
"/qt/etc/"
|
||||
FILES
|
||||
${findtestdata_resource_files}
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:findtestdata.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:findtestdata.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,7 +7,6 @@
|
||||
add_qt_executable(findtestdata
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
findtestdata.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
@ -15,15 +14,17 @@ add_qt_executable(findtestdata
|
||||
)
|
||||
|
||||
# Resources:
|
||||
add_qt_resource(findtestdata "findtestdata" PREFIX "/qt/etc/" FILES
|
||||
qt.conf)
|
||||
set(findtestdata_resource_files
|
||||
"qt.conf"
|
||||
)
|
||||
|
||||
add_qt_resource(findtestdata "findtestdata"
|
||||
PREFIX
|
||||
"/qt/etc/"
|
||||
FILES
|
||||
${findtestdata_resource_files}
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:findtestdata.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:findtestdata.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(float
|
||||
GUI
|
||||
SOURCES
|
||||
tst_float.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:float.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:float.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(float
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_float.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:float.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:float.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(globaldata
|
||||
GUI
|
||||
SOURCES
|
||||
tst_globaldata.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:globaldata.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:globaldata.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(globaldata
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_globaldata.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:globaldata.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:globaldata.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,7 +5,6 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(keyboard
|
||||
GUI
|
||||
SOURCES
|
||||
tst_keyboard.cpp
|
||||
LIBRARIES
|
||||
@ -16,11 +15,5 @@ add_qt_executable(keyboard
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:keyboard.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:keyboard.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,7 +7,6 @@
|
||||
add_qt_executable(keyboard
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_keyboard.cpp
|
||||
LIBRARIES
|
||||
@ -18,11 +17,5 @@ add_qt_executable(keyboard
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:keyboard.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:keyboard.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(longstring
|
||||
GUI
|
||||
SOURCES
|
||||
tst_longstring.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:longstring.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:longstring.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(longstring
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_longstring.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:longstring.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:longstring.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(maxwarnings
|
||||
GUI
|
||||
SOURCES
|
||||
maxwarnings.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:maxwarnings.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:maxwarnings.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(maxwarnings
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
maxwarnings.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:maxwarnings.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:maxwarnings.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,7 +5,6 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(mouse
|
||||
GUI
|
||||
SOURCES
|
||||
tst_mouse.cpp
|
||||
LIBRARIES
|
||||
@ -16,11 +15,5 @@ add_qt_executable(mouse
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:mouse.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:mouse.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,7 +7,6 @@
|
||||
add_qt_executable(mouse
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_mouse.cpp
|
||||
LIBRARIES
|
||||
@ -18,11 +17,5 @@ add_qt_executable(mouse
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:mouse.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:mouse.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(multiexec
|
||||
GUI
|
||||
SOURCES
|
||||
tst_multiexec.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:multiexec.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:multiexec.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(multiexec
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_multiexec.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:multiexec.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:multiexec.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,12 +5,8 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(pairdiagnostics
|
||||
GUI
|
||||
SOURCES
|
||||
tst_pairdiagnostics.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:pairdiagnostics.pro:<TRUE>:
|
||||
# CONFIG = "-app_bundle" "-debug_and_release_target"
|
||||
|
@ -7,12 +7,8 @@
|
||||
add_qt_executable(pairdiagnostics
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_pairdiagnostics.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:pairdiagnostics.pro:<TRUE>:
|
||||
# CONFIG = "-app_bundle" "-debug_and_release_target"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(printdatatags
|
||||
GUI
|
||||
SOURCES
|
||||
tst_printdatatags.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:printdatatags.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:printdatatags.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(printdatatags
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_printdatatags.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:printdatatags.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:printdatatags.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(printdatatagswithglobaltags
|
||||
GUI
|
||||
SOURCES
|
||||
tst_printdatatagswithglobaltags.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:printdatatagswithglobaltags.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:printdatatagswithglobaltags.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(printdatatagswithglobaltags
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_printdatatagswithglobaltags.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:printdatatagswithglobaltags.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:printdatatagswithglobaltags.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(qexecstringlist
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qexecstringlist.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qexecstringlist.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:qexecstringlist.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(qexecstringlist
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qexecstringlist.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qexecstringlist.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:qexecstringlist.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -14,11 +14,5 @@ add_qt_executable(signaldumper
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:signaldumper.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:signaldumper.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -16,11 +16,5 @@ add_qt_executable(signaldumper
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:signaldumper.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:signaldumper.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -14,11 +14,5 @@ add_qt_executable(silent
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:silent.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:silent.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -16,11 +16,5 @@ add_qt_executable(silent
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:silent.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:silent.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(singleskip
|
||||
GUI
|
||||
SOURCES
|
||||
tst_singleskip.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:singleskip.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:singleskip.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(singleskip
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_singleskip.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:singleskip.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:singleskip.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(skip
|
||||
GUI
|
||||
SOURCES
|
||||
tst_skip.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:skip.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:skip.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(skip
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_skip.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:skip.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:skip.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(skipcleanup
|
||||
GUI
|
||||
SOURCES
|
||||
tst_skipcleanup.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:skipcleanup.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:skipcleanup.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(skipcleanup
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_skipcleanup.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:skipcleanup.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:skipcleanup.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(skipinit
|
||||
GUI
|
||||
SOURCES
|
||||
tst_skipinit.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:skipinit.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:skipinit.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(skipinit
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_skipinit.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:skipinit.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:skipinit.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(skipinitdata
|
||||
GUI
|
||||
SOURCES
|
||||
tst_skipinitdata.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:skipinitdata.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:skipinitdata.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(skipinitdata
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_skipinitdata.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:skipinitdata.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:skipinitdata.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(sleep
|
||||
GUI
|
||||
SOURCES
|
||||
tst_sleep.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:sleep.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:sleep.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(sleep
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_sleep.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:sleep.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:sleep.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(strcmp
|
||||
GUI
|
||||
SOURCES
|
||||
tst_strcmp.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:strcmp.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:strcmp.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(strcmp
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_strcmp.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:strcmp.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:strcmp.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(subtest
|
||||
GUI
|
||||
SOURCES
|
||||
tst_subtest.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:subtest.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:subtest.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(subtest
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_subtest.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:subtest.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:subtest.pro:APPLE_OSX:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -5,18 +5,11 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(testlib
|
||||
GUI
|
||||
SOURCES
|
||||
tst_testlib.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:testlib.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:testlib.pro:APPLE:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
@ -7,18 +7,11 @@
|
||||
add_qt_executable(testlib
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_testlib.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:testlib.pro:<TRUE>:
|
||||
# CONFIG = "-debug_and_release_target"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 2:.:.:testlib.pro:APPLE:
|
||||
# CONFIG = "-app_bundle"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user