summaryrefslogtreecommitdiffstats
path: root/examples/barchart
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/barchart
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/barchart')
-rw-r--r--examples/barchart/barchart.pro9
1 files changed, 4 insertions, 5 deletions
diff --git a/examples/barchart/barchart.pro b/examples/barchart/barchart.pro
index 2f219a9a..381b3402 100644
--- a/examples/barchart/barchart.pro
+++ b/examples/barchart/barchart.pro
@@ -1,9 +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/barchart
-}
INSTALLS += target