aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/touchinteraction/touchinteraction.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/touchinteraction/touchinteraction.pro')
-rw-r--r--examples/quick/touchinteraction/touchinteraction.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/quick/touchinteraction/touchinteraction.pro b/examples/quick/touchinteraction/touchinteraction.pro
index 949651c9cf..0ae0a41cce 100644
--- a/examples/quick/touchinteraction/touchinteraction.pro
+++ b/examples/quick/touchinteraction/touchinteraction.pro
@@ -2,8 +2,9 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
+RESOURCES += \
+ touchinteraction.qrc \
+ ../shared/shared.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/quick/touchinteraction
-qml.files = flickable multipointtouch pincharea touchinteraction.qml
-qml.path = $$[QT_INSTALL_EXAMPLES]/quick/touchinteraction
-INSTALLS += target qml
+INSTALLS += target