aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-09-19 12:11:21 +0200
committerLeander Beernaert <leander.beernaert@qt.io>2019-09-20 08:38:06 +0000
commitbf58a1cc043c72c6df97b4c00ce7f90c83237f69 (patch)
treee2819b6a4ac59378d1a3d1ed60893180ca809447 /examples/quick/scenegraph
parent5cd3d5ee584db5caacbfdd4d90e5b5c0306e77af (diff)
Update Examples with lowercase qt6_add_resources()
Re-run pro2cmake on all exampls. Change-Id: Iafd1092beff023b407a8f29c2a5b651f2e534b75 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'examples/quick/scenegraph')
-rw-r--r--examples/quick/scenegraph/customgeometry/CMakeLists.txt2
-rw-r--r--examples/quick/scenegraph/d3d11underqml/CMakeLists.txt2
-rw-r--r--examples/quick/scenegraph/graph/CMakeLists.txt2
-rw-r--r--examples/quick/scenegraph/metalunderqml/CMakeLists.txt2
-rw-r--r--examples/quick/scenegraph/openglunderqml/CMakeLists.txt2
-rw-r--r--examples/quick/scenegraph/rendernode/CMakeLists.txt2
-rw-r--r--examples/quick/scenegraph/sgengine/CMakeLists.txt4
-rw-r--r--examples/quick/scenegraph/simplematerial/CMakeLists.txt2
-rw-r--r--examples/quick/scenegraph/textureinsgnode/CMakeLists.txt2
-rw-r--r--examples/quick/scenegraph/textureinthread/CMakeLists.txt2
-rw-r--r--examples/quick/scenegraph/threadedanimation/CMakeLists.txt2
-rw-r--r--examples/quick/scenegraph/twotextureproviders/CMakeLists.txt2
12 files changed, 13 insertions, 13 deletions
diff --git a/examples/quick/scenegraph/customgeometry/CMakeLists.txt b/examples/quick/scenegraph/customgeometry/CMakeLists.txt
index 7d45793689..079476a205 100644
--- a/examples/quick/scenegraph/customgeometry/CMakeLists.txt
+++ b/examples/quick/scenegraph/customgeometry/CMakeLists.txt
@@ -30,7 +30,7 @@ set(customgeometry_resource_files
"main.qml"
)
-QT6_ADD_RESOURCES(customgeometry "customgeometry"
+qt6_add_resources(customgeometry "customgeometry"
PREFIX
"/scenegraph/customgeometry"
FILES
diff --git a/examples/quick/scenegraph/d3d11underqml/CMakeLists.txt b/examples/quick/scenegraph/d3d11underqml/CMakeLists.txt
index bf58446363..098b5e70da 100644
--- a/examples/quick/scenegraph/d3d11underqml/CMakeLists.txt
+++ b/examples/quick/scenegraph/d3d11underqml/CMakeLists.txt
@@ -36,7 +36,7 @@ set(d3d11underqml_resource_files
"squircle.vert"
)
-QT6_ADD_RESOURCES(d3d11underqml "d3d11underqml"
+qt6_add_resources(d3d11underqml "d3d11underqml"
PREFIX
"/scenegraph/d3d11underqml"
FILES
diff --git a/examples/quick/scenegraph/graph/CMakeLists.txt b/examples/quick/scenegraph/graph/CMakeLists.txt
index c1f45a2650..7ac1d3ad42 100644
--- a/examples/quick/scenegraph/graph/CMakeLists.txt
+++ b/examples/quick/scenegraph/graph/CMakeLists.txt
@@ -37,7 +37,7 @@ set(graph_resource_files
"shaders/noisy.vsh"
)
-QT6_ADD_RESOURCES(graph "graph"
+qt6_add_resources(graph "graph"
PREFIX
"/scenegraph/graph"
FILES
diff --git a/examples/quick/scenegraph/metalunderqml/CMakeLists.txt b/examples/quick/scenegraph/metalunderqml/CMakeLists.txt
index b40fb52ba2..9702987176 100644
--- a/examples/quick/scenegraph/metalunderqml/CMakeLists.txt
+++ b/examples/quick/scenegraph/metalunderqml/CMakeLists.txt
@@ -36,7 +36,7 @@ set(metalunderqml_resource_files
"squircle.vert"
)
-QT6_ADD_RESOURCES(metalunderqml "metalunderqml"
+qt6_add_resources(metalunderqml "metalunderqml"
PREFIX
"/scenegraph/metalunderqml"
FILES
diff --git a/examples/quick/scenegraph/openglunderqml/CMakeLists.txt b/examples/quick/scenegraph/openglunderqml/CMakeLists.txt
index af8aa49a4d..238c8c707f 100644
--- a/examples/quick/scenegraph/openglunderqml/CMakeLists.txt
+++ b/examples/quick/scenegraph/openglunderqml/CMakeLists.txt
@@ -32,7 +32,7 @@ set(openglunderqml_resource_files
"main.qml"
)
-QT6_ADD_RESOURCES(openglunderqml "openglunderqml"
+qt6_add_resources(openglunderqml "openglunderqml"
PREFIX
"/scenegraph/openglunderqml"
FILES
diff --git a/examples/quick/scenegraph/rendernode/CMakeLists.txt b/examples/quick/scenegraph/rendernode/CMakeLists.txt
index e6d4281be8..40d2c20849 100644
--- a/examples/quick/scenegraph/rendernode/CMakeLists.txt
+++ b/examples/quick/scenegraph/rendernode/CMakeLists.txt
@@ -36,7 +36,7 @@ set(rendernode_resource_files
"shader_vert.cso"
)
-QT6_ADD_RESOURCES(rendernode "rendernode"
+qt6_add_resources(rendernode "rendernode"
PREFIX
"/scenegraph/rendernode"
FILES
diff --git a/examples/quick/scenegraph/sgengine/CMakeLists.txt b/examples/quick/scenegraph/sgengine/CMakeLists.txt
index b99d8f2c7c..42f342dc20 100644
--- a/examples/quick/scenegraph/sgengine/CMakeLists.txt
+++ b/examples/quick/scenegraph/sgengine/CMakeLists.txt
@@ -30,7 +30,7 @@ set(sgengine_resource_files
"face-smile.png"
)
-QT6_ADD_RESOURCES(sgengine "sgengine"
+qt6_add_resources(sgengine "sgengine"
PREFIX
"/scenegraph/sgengine"
FILES
@@ -99,7 +99,7 @@ set(shared_resource_files
"images/tab.png"
)
-QT6_ADD_RESOURCES(sgengine "shared"
+qt6_add_resources(sgengine "shared"
PREFIX
"/shared"
BASE
diff --git a/examples/quick/scenegraph/simplematerial/CMakeLists.txt b/examples/quick/scenegraph/simplematerial/CMakeLists.txt
index 74ed71801c..21c2609cfe 100644
--- a/examples/quick/scenegraph/simplematerial/CMakeLists.txt
+++ b/examples/quick/scenegraph/simplematerial/CMakeLists.txt
@@ -29,7 +29,7 @@ set(simplematerial_resource_files
"main.qml"
)
-QT6_ADD_RESOURCES(simplematerial "simplematerial"
+qt6_add_resources(simplematerial "simplematerial"
PREFIX
"/scenegraph/simplematerial"
FILES
diff --git a/examples/quick/scenegraph/textureinsgnode/CMakeLists.txt b/examples/quick/scenegraph/textureinsgnode/CMakeLists.txt
index 4e0baea989..c92ea4b8b7 100644
--- a/examples/quick/scenegraph/textureinsgnode/CMakeLists.txt
+++ b/examples/quick/scenegraph/textureinsgnode/CMakeLists.txt
@@ -36,7 +36,7 @@ set(textureinsgnode_resource_files
"main.qml"
)
-QT6_ADD_RESOURCES(textureinsgnode "textureinsgnode"
+qt6_add_resources(textureinsgnode "textureinsgnode"
PREFIX
"/scenegraph/textureinsgnode"
FILES
diff --git a/examples/quick/scenegraph/textureinthread/CMakeLists.txt b/examples/quick/scenegraph/textureinthread/CMakeLists.txt
index 3afe6ee20a..12579b3456 100644
--- a/examples/quick/scenegraph/textureinthread/CMakeLists.txt
+++ b/examples/quick/scenegraph/textureinthread/CMakeLists.txt
@@ -39,7 +39,7 @@ set(textureinthread_resource_files
"main.qml"
)
-QT6_ADD_RESOURCES(textureinthread "textureinthread"
+qt6_add_resources(textureinthread "textureinthread"
PREFIX
"/scenegraph/textureinthread"
FILES
diff --git a/examples/quick/scenegraph/threadedanimation/CMakeLists.txt b/examples/quick/scenegraph/threadedanimation/CMakeLists.txt
index ef3ca17b93..eae7e6a1b3 100644
--- a/examples/quick/scenegraph/threadedanimation/CMakeLists.txt
+++ b/examples/quick/scenegraph/threadedanimation/CMakeLists.txt
@@ -33,7 +33,7 @@ set(threadedanimation_resource_files
"spinner.png"
)
-QT6_ADD_RESOURCES(threadedanimation "threadedanimation"
+qt6_add_resources(threadedanimation "threadedanimation"
PREFIX
"/scenegraph/threadedanimation"
FILES
diff --git a/examples/quick/scenegraph/twotextureproviders/CMakeLists.txt b/examples/quick/scenegraph/twotextureproviders/CMakeLists.txt
index b07da2ba2b..2969997b08 100644
--- a/examples/quick/scenegraph/twotextureproviders/CMakeLists.txt
+++ b/examples/quick/scenegraph/twotextureproviders/CMakeLists.txt
@@ -32,7 +32,7 @@ set(twotextureproviders_resource_files
"main.qml"
)
-QT6_ADD_RESOURCES(twotextureproviders "twotextureproviders"
+qt6_add_resources(twotextureproviders "twotextureproviders"
PREFIX
"/scenegraph/twotextureproviders"
FILES