From c943543b84129bd82c17858d5eb91486af78111c Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 21 Apr 2016 10:46:55 +0200 Subject: fix example installs this includes renaming the first-level subdir of examples/. Change-Id: Idf14164533c247e5c0cc5acdb405ac97f7c33ac5 Reviewed-by: J-P Nurmi --- .../quickcontrols/extras/dashboard/dashboard.pro | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 examples/quickcontrols/extras/dashboard/dashboard.pro (limited to 'examples/quickcontrols/extras/dashboard/dashboard.pro') 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 -- cgit v1.2.1