aboutsummaryrefslogtreecommitdiffstats
path: root/examples/gamepad/mouseItem/mouseItem.pro
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2016-05-13 15:11:30 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2016-05-24 11:52:39 +0000
commiteaf8a9800e81a446e9badaa32be459d0a54ec9b5 (patch)
tree2d848c5376bd6b874a0071dfa6def76e30f2d91e /examples/gamepad/mouseItem/mouseItem.pro
parent84b87c222872eb6e49727d773177b7f5b86e9beb (diff)
Deploy examples to the standard examples directoryv5.7.0-rc1
Examples were using the default Qt Creator generated deployment include which does not have the correct target paths. Task-number: QTBUG-51918 Change-Id: I6d217c6964c2cdab852ea1067bd0adcb6f34534a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'examples/gamepad/mouseItem/mouseItem.pro')
-rw-r--r--examples/gamepad/mouseItem/mouseItem.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/gamepad/mouseItem/mouseItem.pro b/examples/gamepad/mouseItem/mouseItem.pro
new file mode 100644
index 0000000..05f1c2c
--- /dev/null
+++ b/examples/gamepad/mouseItem/mouseItem.pro
@@ -0,0 +1,13 @@
+TEMPLATE = app
+
+QT += qml quick widgets
+
+SOURCES += main.cpp
+
+RESOURCES += qml.qrc
+
+# Additional import path used to resolve QML modules in Qt Creator's code model
+QML_IMPORT_PATH =
+
+target.path = $$[QT_INSTALL_EXAMPLES]/gamepad/mouseItem
+INSTALLS += target