summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/cpptest/q3daxis-category/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3daxis-logvalue/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3daxis-value/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dbars-modelproxy/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dbars-proxy/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dbars-series/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dbars/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dcustom-label/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dcustom-volume/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dcustom/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dinput-touch/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dinput/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dscatter-modelproxy/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dscatter-proxy/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dscatter-series/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dscatter/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dscene-camera/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dscene-light/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dscene/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dsurface-heightproxy/CMakeLists.txt4
-rw-r--r--tests/auto/cpptest/q3dsurface-modelproxy/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dsurface-proxy/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dsurface-series/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dsurface/CMakeLists.txt2
-rw-r--r--tests/auto/cpptest/q3dtheme/CMakeLists.txt2
-rw-r--r--tests/auto/qmltest/CMakeLists.txt4
26 files changed, 28 insertions, 28 deletions
diff --git a/tests/auto/cpptest/q3daxis-category/CMakeLists.txt b/tests/auto/cpptest/q3daxis-category/CMakeLists.txt
index ca408c4a..3bac4408 100644
--- a/tests/auto/cpptest/q3daxis-category/CMakeLists.txt
+++ b/tests/auto/cpptest/q3daxis-category/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3daxis-category
+qt_internal_add_test(q3daxis-category
SOURCES
tst_axis.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/cpptest/q3daxis-logvalue/CMakeLists.txt b/tests/auto/cpptest/q3daxis-logvalue/CMakeLists.txt
index de67a9b7..1c5932d1 100644
--- a/tests/auto/cpptest/q3daxis-logvalue/CMakeLists.txt
+++ b/tests/auto/cpptest/q3daxis-logvalue/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3daxis-logvalue
+qt_internal_add_test(q3daxis-logvalue
SOURCES
tst_axis.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/cpptest/q3daxis-value/CMakeLists.txt b/tests/auto/cpptest/q3daxis-value/CMakeLists.txt
index d7cdd7e3..addb2c10 100644
--- a/tests/auto/cpptest/q3daxis-value/CMakeLists.txt
+++ b/tests/auto/cpptest/q3daxis-value/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3daxis-value
+qt_internal_add_test(q3daxis-value
SOURCES
tst_axis.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/cpptest/q3dbars-modelproxy/CMakeLists.txt b/tests/auto/cpptest/q3dbars-modelproxy/CMakeLists.txt
index 52ac3301..89fcaa60 100644
--- a/tests/auto/cpptest/q3dbars-modelproxy/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dbars-modelproxy/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dbars-modelproxy
+qt_internal_add_test(q3dbars-modelproxy
SOURCES
tst_proxy.cpp
INCLUDE_DIRECTORIES
diff --git a/tests/auto/cpptest/q3dbars-proxy/CMakeLists.txt b/tests/auto/cpptest/q3dbars-proxy/CMakeLists.txt
index 479a684a..d257b113 100644
--- a/tests/auto/cpptest/q3dbars-proxy/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dbars-proxy/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dbars-proxy
+qt_internal_add_test(q3dbars-proxy
SOURCES
tst_proxy.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/cpptest/q3dbars-series/CMakeLists.txt b/tests/auto/cpptest/q3dbars-series/CMakeLists.txt
index a1d540ca..c3e44bef 100644
--- a/tests/auto/cpptest/q3dbars-series/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dbars-series/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dbars-series
+qt_internal_add_test(q3dbars-series
SOURCES
tst_series.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/cpptest/q3dbars/CMakeLists.txt b/tests/auto/cpptest/q3dbars/CMakeLists.txt
index b182ffc2..95bb5a3d 100644
--- a/tests/auto/cpptest/q3dbars/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dbars/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dbars
+qt_internal_add_test(q3dbars
SOURCES
tst_bars.cpp
INCLUDE_DIRECTORIES
diff --git a/tests/auto/cpptest/q3dcustom-label/CMakeLists.txt b/tests/auto/cpptest/q3dcustom-label/CMakeLists.txt
index e1c72685..ae29c699 100644
--- a/tests/auto/cpptest/q3dcustom-label/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dcustom-label/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dcustom-label
+qt_internal_add_test(q3dcustom-label
SOURCES
tst_custom.cpp
INCLUDE_DIRECTORIES
diff --git a/tests/auto/cpptest/q3dcustom-volume/CMakeLists.txt b/tests/auto/cpptest/q3dcustom-volume/CMakeLists.txt
index ca462e79..5f8d2576 100644
--- a/tests/auto/cpptest/q3dcustom-volume/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dcustom-volume/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dcustom-volume
+qt_internal_add_test(q3dcustom-volume
SOURCES
tst_custom.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/cpptest/q3dcustom/CMakeLists.txt b/tests/auto/cpptest/q3dcustom/CMakeLists.txt
index 86e937da..e0816b76 100644
--- a/tests/auto/cpptest/q3dcustom/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dcustom/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dcustom
+qt_internal_add_test(q3dcustom
SOURCES
tst_custom.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/cpptest/q3dinput-touch/CMakeLists.txt b/tests/auto/cpptest/q3dinput-touch/CMakeLists.txt
index 616d1470..507c78c8 100644
--- a/tests/auto/cpptest/q3dinput-touch/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dinput-touch/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dinput-touch
+qt_internal_add_test(q3dinput-touch
SOURCES
tst_input.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/cpptest/q3dinput/CMakeLists.txt b/tests/auto/cpptest/q3dinput/CMakeLists.txt
index bcd485ba..8254b259 100644
--- a/tests/auto/cpptest/q3dinput/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dinput/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dinput
+qt_internal_add_test(q3dinput
SOURCES
tst_input.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/cpptest/q3dscatter-modelproxy/CMakeLists.txt b/tests/auto/cpptest/q3dscatter-modelproxy/CMakeLists.txt
index 232b192a..3f6e0203 100644
--- a/tests/auto/cpptest/q3dscatter-modelproxy/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dscatter-modelproxy/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dscatter-modelproxy
+qt_internal_add_test(q3dscatter-modelproxy
SOURCES
tst_proxy.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/cpptest/q3dscatter-proxy/CMakeLists.txt b/tests/auto/cpptest/q3dscatter-proxy/CMakeLists.txt
index a2c7e88c..7875bab5 100644
--- a/tests/auto/cpptest/q3dscatter-proxy/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dscatter-proxy/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dscatter-proxy
+qt_internal_add_test(q3dscatter-proxy
SOURCES
tst_proxy.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/cpptest/q3dscatter-series/CMakeLists.txt b/tests/auto/cpptest/q3dscatter-series/CMakeLists.txt
index b15b7617..7191dec6 100644
--- a/tests/auto/cpptest/q3dscatter-series/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dscatter-series/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dscatter-series
+qt_internal_add_test(q3dscatter-series
SOURCES
tst_series.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/cpptest/q3dscatter/CMakeLists.txt b/tests/auto/cpptest/q3dscatter/CMakeLists.txt
index c656933a..78136693 100644
--- a/tests/auto/cpptest/q3dscatter/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dscatter/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dscatter
+qt_internal_add_test(q3dscatter
SOURCES
tst_scatter.cpp
INCLUDE_DIRECTORIES
diff --git a/tests/auto/cpptest/q3dscene-camera/CMakeLists.txt b/tests/auto/cpptest/q3dscene-camera/CMakeLists.txt
index 3ecc41b4..e8abcd46 100644
--- a/tests/auto/cpptest/q3dscene-camera/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dscene-camera/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dscene-camera
+qt_internal_add_test(q3dscene-camera
SOURCES
tst_camera.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/cpptest/q3dscene-light/CMakeLists.txt b/tests/auto/cpptest/q3dscene-light/CMakeLists.txt
index 4ad3fa2a..5908e8ce 100644
--- a/tests/auto/cpptest/q3dscene-light/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dscene-light/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dscene-light
+qt_internal_add_test(q3dscene-light
SOURCES
tst_light.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/cpptest/q3dscene/CMakeLists.txt b/tests/auto/cpptest/q3dscene/CMakeLists.txt
index 385aeee5..766d3388 100644
--- a/tests/auto/cpptest/q3dscene/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dscene/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dscene
+qt_internal_add_test(q3dscene
SOURCES
tst_scene.cpp
INCLUDE_DIRECTORIES
diff --git a/tests/auto/cpptest/q3dsurface-heightproxy/CMakeLists.txt b/tests/auto/cpptest/q3dsurface-heightproxy/CMakeLists.txt
index 8132c2a6..ddff28fd 100644
--- a/tests/auto/cpptest/q3dsurface-heightproxy/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dsurface-heightproxy/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dsurface-heightproxy
+qt_internal_add_test(q3dsurface-heightproxy
SOURCES
tst_proxy.cpp
PUBLIC_LIBRARIES
@@ -10,7 +10,7 @@ set(q3dsurface-heightproxy_resource_files
"customtexture.jpg"
)
-qt_add_resource(q3dsurface-heightproxy "q3dsurface-heightproxy"
+qt_internal_add_resource(q3dsurface-heightproxy "q3dsurface-heightproxy"
PREFIX
"/"
FILES
diff --git a/tests/auto/cpptest/q3dsurface-modelproxy/CMakeLists.txt b/tests/auto/cpptest/q3dsurface-modelproxy/CMakeLists.txt
index fc864cf9..0738ba32 100644
--- a/tests/auto/cpptest/q3dsurface-modelproxy/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dsurface-modelproxy/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dsurface-modelproxy
+qt_internal_add_test(q3dsurface-modelproxy
SOURCES
tst_proxy.cpp
INCLUDE_DIRECTORIES
diff --git a/tests/auto/cpptest/q3dsurface-proxy/CMakeLists.txt b/tests/auto/cpptest/q3dsurface-proxy/CMakeLists.txt
index 6ca50f8f..868c6e3e 100644
--- a/tests/auto/cpptest/q3dsurface-proxy/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dsurface-proxy/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dsurface-proxy
+qt_internal_add_test(q3dsurface-proxy
SOURCES
tst_proxy.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/cpptest/q3dsurface-series/CMakeLists.txt b/tests/auto/cpptest/q3dsurface-series/CMakeLists.txt
index da189866..cd85f2ce 100644
--- a/tests/auto/cpptest/q3dsurface-series/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dsurface-series/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dsurface-series
+qt_internal_add_test(q3dsurface-series
SOURCES
tst_series.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/cpptest/q3dsurface/CMakeLists.txt b/tests/auto/cpptest/q3dsurface/CMakeLists.txt
index e57f214a..0cbfae3a 100644
--- a/tests/auto/cpptest/q3dsurface/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dsurface/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dsurface
+qt_internal_add_test(q3dsurface
SOURCES
tst_surface.cpp
INCLUDE_DIRECTORIES
diff --git a/tests/auto/cpptest/q3dtheme/CMakeLists.txt b/tests/auto/cpptest/q3dtheme/CMakeLists.txt
index 59c14b54..29c1ff21 100644
--- a/tests/auto/cpptest/q3dtheme/CMakeLists.txt
+++ b/tests/auto/cpptest/q3dtheme/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(q3dtheme
+qt_internal_add_test(q3dtheme
SOURCES
tst_theme.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/qmltest/CMakeLists.txt b/tests/auto/qmltest/CMakeLists.txt
index 9cb800a0..8ab433b4 100644
--- a/tests/auto/qmltest/CMakeLists.txt
+++ b/tests/auto/qmltest/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_add_test(tst_qmltest
+qt_internal_add_test(tst_qmltest
QMLTEST
SOURCES
tst_qmltest.cpp
@@ -11,7 +11,7 @@ set(qmltest_resource_files
"customtexture.jpg"
)
-qt_add_resource(tst_qmltest "qmltest"
+qt_internal_add_resource(tst_qmltest "qmltest"
PREFIX
"/"
FILES