summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/clip-planes-qml/clip-planes-qml.pro
blob: 2f0a0500af6d526c6fcc5af92c2005989bd9b7ef (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 3drenderer 3dinput 3dquick

SOURCES += main.cpp

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