summaryrefslogtreecommitdiffstats
path: root/examples/widget/widget.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widget/widget.pro')
-rw-r--r--examples/widget/widget.pro9
1 files changed, 4 insertions, 5 deletions
diff --git a/examples/widget/widget.pro b/examples/widget/widget.pro
index 7a17e2a6..1d7e91be 100644
--- a/examples/widget/widget.pro
+++ b/examples/widget/widget.pro
@@ -1,11 +1,10 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
SOURCES += main.cpp chart.cpp
HEADERS += chart.h
QT += datavis3d widgets
-android {
- target.path = /libs/$$ANDROID_TARGET_ARCH
-} else {
- target.path = $$[QT_INSTALL_EXAMPLES]/datavis3d/widget
-}
INSTALLS += target