summaryrefslogtreecommitdiffstats
path: root/examples/quick/extras/dashboard/dashboard.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/extras/dashboard/dashboard.pro')
-rw-r--r--examples/quick/extras/dashboard/dashboard.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/quick/extras/dashboard/dashboard.pro b/examples/quick/extras/dashboard/dashboard.pro
new file mode 100644
index 000000000..c549250ec
--- /dev/null
+++ b/examples/quick/extras/dashboard/dashboard.pro
@@ -0,0 +1,18 @@
+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