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

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

SOURCES += main.cpp

RESOURCES += \
    clip-planes-qml.qrc \
    ../exampleresources/obj.qrc