summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/CMakeLists.txt2
-rw-r--r--tests/manual/smooth/CMakeLists.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt
index 1c2a2cb..fad899f 100644
--- a/tests/auto/CMakeLists.txt
+++ b/tests/auto/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qtgraphicaleffects Test:
#####################################################################
-qt_add_test(tst_qtgraphicaleffects
+qt_internal_add_test(tst_qtgraphicaleffects
SOURCES
tst_qtgraphicaleffects.cpp
PUBLIC_LIBRARIES
diff --git a/tests/manual/smooth/CMakeLists.txt b/tests/manual/smooth/CMakeLists.txt
index 3efec4a..9912fcf 100644
--- a/tests/manual/smooth/CMakeLists.txt
+++ b/tests/manual/smooth/CMakeLists.txt
@@ -4,7 +4,7 @@
## smooth Binary:
#####################################################################
-qt_add_manual_test(smooth
+qt_internal_add_manual_test(smooth
GUI
SOURCES
main.cpp
@@ -23,7 +23,7 @@ set(resources_resource_files
"star.png"
)
-qt_add_resource(smooth "resources"
+qt_internal_add_resource(smooth "resources"
PREFIX
"/"
FILES