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

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

SOURCES += \
    main.cpp


RESOURCES += \
    bigscene-instanced-qml.qrc