summaryrefslogtreecommitdiffstats
path: root/tests/manual/keyboardinput-qml/keyboardinput-qml.pro
blob: e10c58faf0e5a3baab68cc70c56482ed40254259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
!include( ../manual.pri ) {
    error( "Couldn't find the manual.pri file!" )
}

QT += 3dcore 3drender 3dquick 3dinput quick qml 3dquickextras

SOURCES += \
    main.cpp

RESOURCES += \
    keyboardinput-qml.qrc

OTHER_FILES += \
    main.qml \
    SphereEntity.qml