aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/tweetsearch/tweetsearch.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos/tweetsearch/tweetsearch.pro')
-rw-r--r--examples/demos/tweetsearch/tweetsearch.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/demos/tweetsearch/tweetsearch.pro b/examples/demos/tweetsearch/tweetsearch.pro
deleted file mode 100644
index 36f4377de1..0000000000
--- a/examples/demos/tweetsearch/tweetsearch.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-QT += quick qml
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/tweetsearch
-qml.files = tweetsearch.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/tweetsearch
-sources.files = $$SOURCES tweetsearch.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml