summaryrefslogtreecommitdiffstats
path: root/tests/manual/lance
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-07-07 16:56:37 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-07-08 11:01:38 +0200
commit1339cc46678f475f788c9e86618c3824dd86a7ea (patch)
treec339140546e725a4b0d4cc9a7ab92e597ebcff40 /tests/manual/lance
parentadbadc57df9f70ee4144f0dd2425192593656394 (diff)
CMake: Regenerate manual tests
Change-Id: Id42b9e481375d2ec0e68b73dc1e2ff36f0cbd49e Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/manual/lance')
-rw-r--r--tests/manual/lance/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/manual/lance/CMakeLists.txt b/tests/manual/lance/CMakeLists.txt
index 511f8b150f..d0d898b257 100644
--- a/tests/manual/lance/CMakeLists.txt
+++ b/tests/manual/lance/CMakeLists.txt
@@ -4,7 +4,7 @@
## lance Binary:
#####################################################################
-add_qt_manual_test(lance
+qt_add_manual_test(lance
SOURCES
../../auto/other/lancelot/paintcommands.cpp ../../auto/other/lancelot/paintcommands.h
interactivewidget.cpp interactivewidget.h
@@ -28,7 +28,7 @@ set(icons_resource_files
"tools.png"
)
-add_qt_resource(lance "icons"
+qt_add_resource(lance "icons"
PREFIX
"/icons"
FILES
@@ -153,7 +153,7 @@ set(images_resource_files
"images/zebra.png"
)
-add_qt_resource(lance "images"
+qt_add_resource(lance "images"
PREFIX
"/"
BASE
@@ -169,7 +169,7 @@ add_qt_resource(lance "images"
## Scopes:
#####################################################################
-extend_target(lance CONDITION TARGET Qt::OpenGL
+qt_extend_target(lance CONDITION TARGET Qt::OpenGL
PUBLIC_LIBRARIES
Qt::OpenGL
)