summaryrefslogtreecommitdiff
path: root/tests/auto/client/client
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-09-22 18:20:29 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-10-01 12:09:59 +0200
commit8651264e7f1d624271c84221d468597ac8f4edf8 (patch)
tree46f87e78fab476effbaf5292411741c511d46782 /tests/auto/client/client
parentfdc100781bd7119b39acb5169be5a34886718449 (diff)
downloadqtwayland-8651264e7f1d624271c84221d468597ac8f4edf8.tar.gz
CMake: Regenerate projects to use new qt_internal_ API
Modify special case locations to use the new API as well. Task-number: QTBUG-86815 Change-Id: I2ba7753b64f3d88332e919dc90c98e252e20dd98 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/client/client')
-rw-r--r--tests/auto/client/client/.prev_CMakeLists.txt2
-rw-r--r--tests/auto/client/client/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/client/client/.prev_CMakeLists.txt b/tests/auto/client/client/.prev_CMakeLists.txt
index c52ab320..ece394fc 100644
--- a/tests/auto/client/client/.prev_CMakeLists.txt
+++ b/tests/auto/client/client/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_client Test:
#####################################################################
-qt_add_test(tst_client
+qt_internal_add_test(tst_client
SOURCES
../shared_old/mockcompositor.cpp ../shared_old/mockcompositor.h
../shared_old/mockfullscreenshellv1.cpp ../shared_old/mockfullscreenshellv1.h
diff --git a/tests/auto/client/client/CMakeLists.txt b/tests/auto/client/client/CMakeLists.txt
index f7e317c7..919bf064 100644
--- a/tests/auto/client/client/CMakeLists.txt
+++ b/tests/auto/client/client/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_client Test:
#####################################################################
-qt_add_test(tst_client
+qt_internal_add_test(tst_client
SOURCES
../shared_old/mockcompositor.cpp ../shared_old/mockcompositor.h
../shared_old/mockfullscreenshellv1.cpp ../shared_old/mockfullscreenshellv1.h