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