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.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/quick/demos/tweetsearch/tweetsearch.pro b/examples/quick/demos/tweetsearch/tweetsearch.pro
new file mode 100644
index 0000000000..887c05af88
--- /dev/null
+++ b/examples/quick/demos/tweetsearch/tweetsearch.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += quick qml
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/tweetsearch
+qml.files = tweetsearch.qml content
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/tweetsearch
+INSTALLS += target qml