summaryrefslogtreecommitdiffstats
path: root/demos/declarative/twitter/twitter.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demos/declarative/twitter/twitter.pro')
-rw-r--r--demos/declarative/twitter/twitter.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/demos/declarative/twitter/twitter.pro b/demos/declarative/twitter/twitter.pro
new file mode 100644
index 0000000..e1dd821
--- /dev/null
+++ b/demos/declarative/twitter/twitter.pro
@@ -0,0 +1,13 @@
+TEMPLATE=app
+CONFIG -= qt separate_debug_info
+LIBS =
+QT =
+QMAKE_LINK = @: dummy
+
+sources.files = \
+ TwitterCore \
+ twitter.qml
+
+sources.path = $$[QT_INSTALL_DEMOS]/declarative/twitter
+INSTALLS = sources
+