summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/custom-mesh-qml/custom-mesh-qml.pro
blob: 228cc8ed0c2b3c15398cc29937190a086bae6cf0 (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 3drender 3dinput 3dquick quick 3dquickextras

SOURCES += \
    main.cpp

RESOURCES += \
    custom-mesh-qml.qrc