aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/imagine/automotive/automotive.pro
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2017-10-31 12:23:36 +0100
committerMitch Curtis <mitch.curtis@qt.io>2017-11-03 12:08:33 +0000
commit1eacc022827a51fac4d3f2e6dcb3c4f9fa199315 (patch)
tree2d83b038e25ad11f5e4aada1883034800e156ac1 /examples/quickcontrols2/imagine/automotive/automotive.pro
parent757fac28721b77664e4d3188548ee025c93bd9e1 (diff)
Add Automotive Imagine style example
Change-Id: I7d7e49d0d4e1cbd61892215677c7ea0c5471af02 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'examples/quickcontrols2/imagine/automotive/automotive.pro')
-rw-r--r--examples/quickcontrols2/imagine/automotive/automotive.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/quickcontrols2/imagine/automotive/automotive.pro b/examples/quickcontrols2/imagine/automotive/automotive.pro
new file mode 100644
index 00000000..890e63d8
--- /dev/null
+++ b/examples/quickcontrols2/imagine/automotive/automotive.pro
@@ -0,0 +1,15 @@
+TEMPLATE = app
+TARGET = automotive
+QT += quick quickcontrols2
+
+SOURCES += \
+ automotive.cpp
+
+RESOURCES += \
+ icons/icons.qrc \
+ imagine-assets/imagine-assets.qrc \
+ qml/qml.qrc \
+ qtquickcontrols2.conf
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/imagine/automotive
+INSTALLS += target