summaryrefslogtreecommitdiffstats
path: root/examples/charts/polarchart/polarchart.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/polarchart/polarchart.pro')
-rw-r--r--examples/charts/polarchart/polarchart.pro17
1 files changed, 11 insertions, 6 deletions
diff --git a/examples/charts/polarchart/polarchart.pro b/examples/charts/polarchart/polarchart.pro
index 8759c1ce..a046ca86 100644
--- a/examples/charts/polarchart/polarchart.pro
+++ b/examples/charts/polarchart/polarchart.pro
@@ -1,6 +1,11 @@
-!include( ../examples.pri ) {
- error( "Couldn't find the examples.pri file!" )
-}
-TARGET = polarchart
-SOURCES += main.cpp chartview.cpp
-HEADERS += chartview.h
+QT += charts
+
+HEADERS += \
+ chartview.h
+
+SOURCES += \
+ chartview.cpp \
+ main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/charts/polarchart
+INSTALLS += target