diff --git a/tests/auto/corelib/global/q_func_info/CMakeLists.txt b/tests/auto/corelib/global/q_func_info/CMakeLists.txt index a8384a17a78..5435c97cf8a 100644 --- a/tests/auto/corelib/global/q_func_info/CMakeLists.txt +++ b/tests/auto/corelib/global/q_func_info/CMakeLists.txt @@ -1 +1,10 @@ -add_qt_test(tst_q_func_info SOURCES tst_q_func_info.cpp) +# Generated from q_func_info.pro. + +##################################################################### +## tst_q_func_info Test: +##################################################################### + +add_qt_test(tst_q_func_info + SOURCES + tst_q_func_info.cpp +) diff --git a/tests/auto/corelib/global/qflags/CMakeLists.txt b/tests/auto/corelib/global/qflags/CMakeLists.txt index c464dd0aab9..f1fdb7a5f85 100644 --- a/tests/auto/corelib/global/qflags/CMakeLists.txt +++ b/tests/auto/corelib/global/qflags/CMakeLists.txt @@ -1 +1,13 @@ -add_qt_test(tst_qflags SOURCES tst_qflags.cpp) +# Generated from qflags.pro. + +##################################################################### +## tst_qflags Test: +##################################################################### + +add_qt_test(tst_qflags + SOURCES + tst_qflags.cpp +) + +## Scopes: +##################################################################### diff --git a/tests/auto/corelib/global/qfloat16/CMakeLists.txt b/tests/auto/corelib/global/qfloat16/CMakeLists.txt index 272215216d0..36e15d8225a 100644 --- a/tests/auto/corelib/global/qfloat16/CMakeLists.txt +++ b/tests/auto/corelib/global/qfloat16/CMakeLists.txt @@ -1 +1,10 @@ -add_qt_test(tst_qfloat16 SOURCES tst_qfloat16.cpp) +# Generated from qfloat16.pro. + +##################################################################### +## tst_qfloat16 Test: +##################################################################### + +add_qt_test(tst_qfloat16 + SOURCES + tst_qfloat16.cpp +) diff --git a/tests/auto/corelib/global/qgetputenv/CMakeLists.txt b/tests/auto/corelib/global/qgetputenv/CMakeLists.txt index 390263691b0..c5f3a53810d 100644 --- a/tests/auto/corelib/global/qgetputenv/CMakeLists.txt +++ b/tests/auto/corelib/global/qgetputenv/CMakeLists.txt @@ -1 +1,10 @@ -add_qt_test(tst_qgetputenv SOURCES tst_qgetputenv.cpp) +# Generated from qgetputenv.pro. + +##################################################################### +## tst_qgetputenv Test: +##################################################################### + +add_qt_test(tst_qgetputenv + SOURCES + tst_qgetputenv.cpp +) diff --git a/tests/auto/corelib/global/qglobal/CMakeLists.txt b/tests/auto/corelib/global/qglobal/CMakeLists.txt index 129a35157a2..1efaaa71d0f 100644 --- a/tests/auto/corelib/global/qglobal/CMakeLists.txt +++ b/tests/auto/corelib/global/qglobal/CMakeLists.txt @@ -1 +1,14 @@ -add_qt_test(tst_qglobal SOURCES tst_qglobal.cpp qglobal.c) +# Generated from qglobal.pro. + +##################################################################### +## tst_qglobal Test: +##################################################################### + +add_qt_test(tst_qglobal + SOURCES + qglobal.c + tst_qglobal.cpp +) + +## Scopes: +##################################################################### diff --git a/tests/auto/corelib/global/qglobalstatic/CMakeLists.txt b/tests/auto/corelib/global/qglobalstatic/CMakeLists.txt index fc31f1ea99f..1486256a94b 100644 --- a/tests/auto/corelib/global/qglobalstatic/CMakeLists.txt +++ b/tests/auto/corelib/global/qglobalstatic/CMakeLists.txt @@ -1,9 +1,15 @@ +# Generated from qglobalstatic.pro. + +##################################################################### +## tst_qglobalstatic Test: +##################################################################### + add_qt_test(tst_qglobalstatic EXCEPTIONS SOURCES tst_qglobalstatic.cpp DEFINES - SRCDIR=\"${CMAKE_CURRENT_SOURCE_DIR}/\" + SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\" LIBRARIES Qt::CorePrivate ) diff --git a/tests/auto/corelib/global/qhooks/CMakeLists.txt b/tests/auto/corelib/global/qhooks/CMakeLists.txt index 24122530609..01b3196bd1c 100644 --- a/tests/auto/corelib/global/qhooks/CMakeLists.txt +++ b/tests/auto/corelib/global/qhooks/CMakeLists.txt @@ -1 +1,12 @@ -add_qt_test(tst_qhooks SOURCES tst_qhooks.cpp LIBRARIES Qt::CorePrivate) +# Generated from qhooks.pro. + +##################################################################### +## tst_qhooks Test: +##################################################################### + +add_qt_test(tst_qhooks + SOURCES + tst_qhooks.cpp + LIBRARIES + Qt::CorePrivate +) diff --git a/tests/auto/corelib/global/qnumeric/CMakeLists.txt b/tests/auto/corelib/global/qnumeric/CMakeLists.txt index ebd05c14895..f96e038c3dc 100644 --- a/tests/auto/corelib/global/qnumeric/CMakeLists.txt +++ b/tests/auto/corelib/global/qnumeric/CMakeLists.txt @@ -1 +1,26 @@ -add_qt_test(tst_qnumeric SOURCES tst_qnumeric.cpp LIBRARIES Qt::CorePrivate) +# Generated from qnumeric.pro. + +##################################################################### +## tst_qnumeric Test: +##################################################################### + +add_qt_test(tst_qnumeric + SOURCES + tst_qnumeric.cpp + LIBRARIES + Qt::CorePrivate +) + +## Scopes: +##################################################################### + +extend_target(tst_qnumeric CONDITION ICC + COMPILE_OPTIONS + -fp-model + strict +) + +extend_target(tst_qnumeric CONDITION intel_icl + COMPILE_OPTIONS + /fp:strict +) diff --git a/tests/auto/corelib/global/qrand/CMakeLists.txt b/tests/auto/corelib/global/qrand/CMakeLists.txt index 4fccf1b0daf..80e8132809e 100644 --- a/tests/auto/corelib/global/qrand/CMakeLists.txt +++ b/tests/auto/corelib/global/qrand/CMakeLists.txt @@ -1 +1,10 @@ -add_qt_test(tst_qrand SOURCES tst_qrand.cpp) +# Generated from qrand.pro. + +##################################################################### +## tst_qrand Test: +##################################################################### + +add_qt_test(tst_qrand + SOURCES + tst_qrand.cpp +) diff --git a/tests/auto/corelib/global/qrandomgenerator/CMakeLists.txt b/tests/auto/corelib/global/qrandomgenerator/CMakeLists.txt index e742537bf8f..23dd4407389 100644 --- a/tests/auto/corelib/global/qrandomgenerator/CMakeLists.txt +++ b/tests/auto/corelib/global/qrandomgenerator/CMakeLists.txt @@ -1 +1,12 @@ -add_qt_test(tst_qrandomgenerator SOURCES tst_qrandomgenerator.cpp LIBRARIES Qt::CorePrivate) +# Generated from qrandomgenerator.pro. + +##################################################################### +## tst_qrandomgenerator Test: +##################################################################### + +add_qt_test(tst_qrandomgenerator + SOURCES + tst_qrandomgenerator.cpp + LIBRARIES + Qt::CorePrivate +) diff --git a/tests/auto/corelib/global/qtendian/CMakeLists.txt b/tests/auto/corelib/global/qtendian/CMakeLists.txt index 91b5c131623..80b716f21fc 100644 --- a/tests/auto/corelib/global/qtendian/CMakeLists.txt +++ b/tests/auto/corelib/global/qtendian/CMakeLists.txt @@ -1 +1,12 @@ -add_qt_test(tst_qtendian SOURCES tst_qtendian.cpp LIBRARIES Qt::CorePrivate) +# Generated from qtendian.pro. + +##################################################################### +## tst_qtendian Test: +##################################################################### + +add_qt_test(tst_qtendian + SOURCES + tst_qtendian.cpp + LIBRARIES + Qt::CorePrivate +)