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

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

SOURCES += \
    main.cpp

RESOURCES += \
    keyboardinput-qml.qrc

OTHER_FILES += \
    main.qml \
    SphereEntity.qml