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

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

SOURCES += \
    main.cpp

RESOURCES += \
    custom-mesh-qml.qrc