mirror of https://github.com/qt/qtgamepad.git
20 lines
358 B
INI
20 lines
358 B
INI
TEMPLATE = app
|
|
|
|
QT += qml quick gamepad
|
|
|
|
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/configureButtons
|
|
INSTALLS += target
|
|
|
|
DISTFILES += \
|
|
android/AndroidManifest.xml
|
|
|
|
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
|
|
|