aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-14 16:22:49 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-15 12:24:31 +0000
commit936be561e4b2d28b51a1c1a9dae4b7baf1f932e1 (patch)
tree2c162dca04f3ef48a439d63ad0c64c5b909051a5 /tests
parent46f75ef4912d2a677bee4b76af1de0b7f4a37f04 (diff)
Regenerate projects
Change-Id: I3499e0bfaefec73f16132a3da6dd2e5088dc7879 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
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 bbd9fc5..1c2a2cb 100644
--- a/tests/auto/CMakeLists.txt
+++ b/tests/auto/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qtgraphicaleffects Test:
#####################################################################
-add_qt_test(tst_qtgraphicaleffects
+qt_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 094d308..3efec4a 100644
--- a/tests/manual/smooth/CMakeLists.txt
+++ b/tests/manual/smooth/CMakeLists.txt
@@ -4,7 +4,7 @@
## smooth Binary:
#####################################################################
-add_qt_executable(smooth
+qt_add_manual_test(smooth
GUI
SOURCES
main.cpp
@@ -23,7 +23,7 @@ set(resources_resource_files
"star.png"
)
-add_qt_resource(smooth "resources"
+qt_add_resource(smooth "resources"
PREFIX
"/"
FILES