summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-02-12 10:24:49 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-02-12 17:30:49 +0000
commit0d177053b9406e2fb21802d23f2b2cdc0f974377 (patch)
treed6d805cb44995f88a455e12352064d9c075f0f3b /tests/auto/corelib/global
parent36089f5e7793bd8b15e5b43caf18f856ff2a18b0 (diff)
Regenerate projects one last time before mergewip/cmake
Change-Id: Ia24cf56b79ca6dacd370a7e397024e9b663e0167 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/corelib/global')
-rw-r--r--tests/auto/corelib/global/qglobalstatic/CMakeLists.txt2
-rw-r--r--tests/auto/corelib/global/qhooks/CMakeLists.txt2
-rw-r--r--tests/auto/corelib/global/qnumeric/CMakeLists.txt2
-rw-r--r--tests/auto/corelib/global/qrandomgenerator/CMakeLists.txt2
-rw-r--r--tests/auto/corelib/global/qtendian/CMakeLists.txt2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/auto/corelib/global/qglobalstatic/CMakeLists.txt b/tests/auto/corelib/global/qglobalstatic/CMakeLists.txt
index 1486256a94..7e8eee14d3 100644
--- a/tests/auto/corelib/global/qglobalstatic/CMakeLists.txt
+++ b/tests/auto/corelib/global/qglobalstatic/CMakeLists.txt
@@ -10,6 +10,6 @@ add_qt_test(tst_qglobalstatic
tst_qglobalstatic.cpp
DEFINES
SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::CorePrivate
)
diff --git a/tests/auto/corelib/global/qhooks/CMakeLists.txt b/tests/auto/corelib/global/qhooks/CMakeLists.txt
index 01b3196bd1..c86faba75f 100644
--- a/tests/auto/corelib/global/qhooks/CMakeLists.txt
+++ b/tests/auto/corelib/global/qhooks/CMakeLists.txt
@@ -7,6 +7,6 @@
add_qt_test(tst_qhooks
SOURCES
tst_qhooks.cpp
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::CorePrivate
)
diff --git a/tests/auto/corelib/global/qnumeric/CMakeLists.txt b/tests/auto/corelib/global/qnumeric/CMakeLists.txt
index f96e038c3d..8a857c5622 100644
--- a/tests/auto/corelib/global/qnumeric/CMakeLists.txt
+++ b/tests/auto/corelib/global/qnumeric/CMakeLists.txt
@@ -7,7 +7,7 @@
add_qt_test(tst_qnumeric
SOURCES
tst_qnumeric.cpp
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::CorePrivate
)
diff --git a/tests/auto/corelib/global/qrandomgenerator/CMakeLists.txt b/tests/auto/corelib/global/qrandomgenerator/CMakeLists.txt
index 23dd440738..edd2efe760 100644
--- a/tests/auto/corelib/global/qrandomgenerator/CMakeLists.txt
+++ b/tests/auto/corelib/global/qrandomgenerator/CMakeLists.txt
@@ -7,6 +7,6 @@
add_qt_test(tst_qrandomgenerator
SOURCES
tst_qrandomgenerator.cpp
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::CorePrivate
)
diff --git a/tests/auto/corelib/global/qtendian/CMakeLists.txt b/tests/auto/corelib/global/qtendian/CMakeLists.txt
index 80b716f21f..9efb17712e 100644
--- a/tests/auto/corelib/global/qtendian/CMakeLists.txt
+++ b/tests/auto/corelib/global/qtendian/CMakeLists.txt
@@ -7,6 +7,6 @@
add_qt_test(tst_qtendian
SOURCES
tst_qtendian.cpp
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::CorePrivate
)