aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/tweetsearch/tweetsearch.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/demos/tweetsearch/tweetsearch.pro')
-rw-r--r--examples/quick/demos/tweetsearch/tweetsearch.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/quick/demos/tweetsearch/tweetsearch.pro b/examples/quick/demos/tweetsearch/tweetsearch.pro
index b063cc4106..27c34bac5d 100644
--- a/examples/quick/demos/tweetsearch/tweetsearch.pro
+++ b/examples/quick/demos/tweetsearch/tweetsearch.pro
@@ -4,5 +4,10 @@ QT += quick qml
SOURCES += main.cpp
RESOURCES += tweetsearch.qrc
+OTHER_FILES = tweetsearch.qml \
+ content/*.qml \
+ content/*.js \
+ content/resources/*
+
target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/tweetsearch
INSTALLS += target