aboutsummaryrefslogtreecommitdiffstats
path: root/examples/gamepad/simple/simple.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gamepad/simple/simple.pro')
-rw-r--r--examples/gamepad/simple/simple.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/gamepad/simple/simple.pro b/examples/gamepad/simple/simple.pro
new file mode 100644
index 0000000..1fde59e
--- /dev/null
+++ b/examples/gamepad/simple/simple.pro
@@ -0,0 +1,17 @@
+QT += gamepad
+
+CONFIG += c++11
+
+SOURCES = main.cpp \
+ gamepadmonitor.cpp
+
+HEADERS += \
+ gamepadmonitor.h
+
+DISTFILES += \
+ android/AndroidManifest.xml
+
+ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
+
+target.path = $$[QT_INSTALL_EXAMPLES]/gamepad/simple
+INSTALLS += target