aboutsummaryrefslogtreecommitdiffstats
path: root/examples/gamepad/quickGamepad/quickGamepad.pro
blob: 176665c13fa21704e0b217eefa42249417cc7e99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/quickGamepad
INSTALLS += target