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

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

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml \
    MyEntity.qml

RESOURCES += \
    gooch-qml.qrc \
    ../exampleresources/obj.qrc