summaryrefslogtreecommitdiffstats
path: root/demos/declarative/snake
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-03-08 02:52:11 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-03-08 03:02:26 (GMT)
commitc97e1e29aedaceead92cd231b3a77d60bab2af50 (patch)
tree38571662ec0819176c4caa2e3e79ce297aa5cdbc /demos/declarative/snake
parent69a3c7fc51fcab07a6a0a18a753546b45cf522c3 (diff)
downloadQt-c97e1e29aedaceead92cd231b3a77d60bab2af50.zip
Qt-c97e1e29aedaceead92cd231b3a77d60bab2af50.tar.gz
Qt-c97e1e29aedaceead92cd231b3a77d60bab2af50.tar.bz2
Use a better method for installing declarative demos.
Simply copy the demo directories, instead of writing a stub .pro file.
Diffstat (limited to 'demos/declarative/snake')
-rw-r--r--demos/declarative/snake/snake.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/demos/declarative/snake/snake.pro b/demos/declarative/snake/snake.pro
deleted file mode 100644
index a206fd4..0000000
--- a/demos/declarative/snake/snake.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE=app
-CONFIG -= qt separate_debug_info
-LIBS =
-QT =
-QMAKE_LINK = @: dummy
-
-sources.files = \
- content \
- snake.qml
-
-sources.path = $$[QT_INSTALL_DEMOS]/declarative/snake
-INSTALLS = sources
-