summaryrefslogtreecommitdiff
path: root/examples/quickcontrols/extras/dashboard/dashboard.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/extras/dashboard/dashboard.pro')
-rw-r--r--examples/quickcontrols/extras/dashboard/dashboard.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/quickcontrols/extras/dashboard/dashboard.pro b/examples/quickcontrols/extras/dashboard/dashboard.pro
new file mode 100644
index 00000000..eb3ee51b
--- /dev/null
+++ b/examples/quickcontrols/extras/dashboard/dashboard.pro
@@ -0,0 +1,21 @@
+TEMPLATE = app
+TARGET = dashboard
+INCLUDEPATH += .
+QT += quick
+
+SOURCES += \
+ main.cpp
+
+RESOURCES += \
+ dashboard.qrc
+
+OTHER_FILES += \
+ qml/dashboard.qml \
+ qml/DashboardGaugeStyle.qml \
+ qml/IconGaugeStyle.qml \
+ qml/TachometerStyle.qml \
+ qml/TurnIndicator.qml \
+ qml/ValueSource.qml
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/extras/dashboard
+INSTALLS += target