summaryrefslogtreecommitdiffstats
path: root/examples/quick/extras/dashboard/dashboard.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <[email protected]>2016-04-21 10:46:55 +0200
committerOswald Buddenhagen <[email protected]>2016-04-28 19:01:10 +0000
commitc943543b84129bd82c17858d5eb91486af78111c (patch)
tree177071b5ef7c18cb01b0c61b48705e8e72885699 /examples/quick/extras/dashboard/dashboard.pro
parente730a8c6a54807e9688651723de27100931ce08a (diff)
fix example installs
this includes renaming the first-level subdir of examples/. Change-Id: Idf14164533c247e5c0cc5acdb405ac97f7c33ac5 Reviewed-by: J-P Nurmi <[email protected]>
Diffstat (limited to 'examples/quick/extras/dashboard/dashboard.pro')
-rw-r--r--examples/quick/extras/dashboard/dashboard.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/quick/extras/dashboard/dashboard.pro b/examples/quick/extras/dashboard/dashboard.pro
deleted file mode 100644
index c549250ec..000000000
--- a/examples/quick/extras/dashboard/dashboard.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-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