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

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

SOURCES += main.cpp

RESOURCES += \
    mouseinput-qml.qrc

OTHER_FILES += \
    main.qml