summaryrefslogtreecommitdiffstats
path: root/examples/charts/qmlboxplot/qmlboxplot.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/qmlboxplot/qmlboxplot.pro')
-rw-r--r--examples/charts/qmlboxplot/qmlboxplot.pro18
1 files changed, 11 insertions, 7 deletions
diff --git a/examples/charts/qmlboxplot/qmlboxplot.pro b/examples/charts/qmlboxplot/qmlboxplot.pro
index 237f05f1..3afed6af 100644
--- a/examples/charts/qmlboxplot/qmlboxplot.pro
+++ b/examples/charts/qmlboxplot/qmlboxplot.pro
@@ -1,9 +1,13 @@
-!include( ../examples.pri ) {
- error( "Couldn't find the examples.pri file!" )
-}
+QT += charts qml quick
-RESOURCES += resources.qrc
-SOURCES += main.cpp
+SOURCES += \
+ main.cpp
-OTHER_FILES += \
- qml/qmlboxplot/main.qml
+RESOURCES += \
+ resources.qrc
+
+DISTFILES += \
+ qml/qmlboxplot/*
+
+target.path = $$[QT_INSTALL_EXAMPLES]/charts/qmlboxplot
+INSTALLS += target