summaryrefslogtreecommitdiffstats
path: root/examples/charts/percentbarchart/percentbarchart.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/percentbarchart/percentbarchart.pro')
-rw-r--r--examples/charts/percentbarchart/percentbarchart.pro11
1 files changed, 6 insertions, 5 deletions
diff --git a/examples/charts/percentbarchart/percentbarchart.pro b/examples/charts/percentbarchart/percentbarchart.pro
index 983159d1..cfb718b0 100644
--- a/examples/charts/percentbarchart/percentbarchart.pro
+++ b/examples/charts/percentbarchart/percentbarchart.pro
@@ -1,6 +1,7 @@
-!include( ../examples.pri ) {
- error( "Couldn't find the examples.pri file!" )
-}
+QT += charts
-TARGET = percentbarchart
-SOURCES += main.cpp
+SOURCES += \
+ main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/charts/percentbarchart
+INSTALLS += target