aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-01-28 23:41:18 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-01-30 20:45:49 +0000
commitb134476cdb123d20521de664d6dea0550fd6876b (patch)
treed297637e9a76cd7bf0eff507d47b6925fd424d57 /examples/quick
parentb684ba219493fb7b0108ae367d6d033aaa28053b (diff)
Post-merge fixes
Change-Id: I2350df5368ee34d6c7072d456806e518ce533839 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'examples/quick')
-rw-r--r--examples/quick/shapes/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/quick/shapes/CMakeLists.txt b/examples/quick/shapes/CMakeLists.txt
index 6357140357..5428f96710 100644
--- a/examples/quick/shapes/CMakeLists.txt
+++ b/examples/quick/shapes/CMakeLists.txt
@@ -73,6 +73,9 @@ set_source_files_properties("content/item15.qml"
set_source_files_properties("content/item17.qml"
PROPERTIES QT_RESOURCE_ALIAS "item17.qml"
)
+set_source_files_properties("content/item18.qml"
+ PROPERTIES QT_RESOURCE_ALIAS "item18.qml"
+)
set_source_files_properties("content/item2.qml"
PROPERTIES QT_RESOURCE_ALIAS "item2.qml"
)
@@ -128,6 +131,7 @@ set(shapes_resource_files
"content/item14.qml"
"content/item15.qml"
"content/item17.qml"
+ "content/item18.qml"
"content/item2.qml"
"content/item3.qml"
"content/item4.qml"