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