aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes/shapes.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/shapes/shapes.pro')
-rw-r--r--examples/quick/shapes/shapes.pro10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/quick/shapes/shapes.pro b/examples/quick/shapes/shapes.pro
index d884c0e8eb..c28359b13c 100644
--- a/examples/quick/shapes/shapes.pro
+++ b/examples/quick/shapes/shapes.pro
@@ -3,11 +3,11 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
RESOURCES += shapes.qrc
-OTHER_FILES += content/pathitem.qml \
- content/pathitemgallery.qml \
- content/pathiteminteract.qml \
- content/pathitemsampling.qml \
- content/pathitemtigers.qml \
+OTHER_FILES += content/main.qml \
+ content/shapegallery.qml \
+ content/interactive.qml \
+ content/sampling.qml \
+ content/clippedtigers.qml \
content/tiger.qml \
content/item1.qml \
content/item2.qml \