From b134476cdb123d20521de664d6dea0550fd6876b Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 28 Jan 2020 23:41:18 +0100 Subject: Post-merge fixes Change-Id: I2350df5368ee34d6c7072d456806e518ce533839 Reviewed-by: Simon Hausmann --- examples/quick/shapes/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples') 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" -- cgit v1.2.3