summaryrefslogtreecommitdiffstats
path: root/examples/rainfall
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-05-31 08:15:00 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-05-31 08:36:02 +0300
commit7935b40e8ac46755b21ffe990d4ec1680418d908 (patch)
tree834ade9b90104b0fc9356363c471cd09c4e7a311 /examples/rainfall
parent49e4968b880ae4d1ff414a730329002aef562058 (diff)
Qml2 example added, no real functionality yet
Also reorganized examples a bit; moved duplicate configs to examples.pri. Change-Id: If518447ffa45e2b800fb3da9e6a7425d86209d35 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples/rainfall')
-rw-r--r--examples/rainfall/rainfall.pro10
1 files changed, 4 insertions, 6 deletions
diff --git a/examples/rainfall/rainfall.pro b/examples/rainfall/rainfall.pro
index da456274..381b3402 100644
--- a/examples/rainfall/rainfall.pro
+++ b/examples/rainfall/rainfall.pro
@@ -1,10 +1,8 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
SOURCES += main.cpp
QT += datavis3d
-
-android {
- target.path = /libs/$$ANDROID_TARGET_ARCH
-} else {
- target.path = $$[QT_INSTALL_EXAMPLES]/datavis3d/rainfall
-}
INSTALLS += target