summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/bigscene-instanced-qml/bigscene-instanced-qml.pro
blob: 78c0e6927dfe3fc101931cf15da300027d22dbe1 (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

SOURCES += \
    main.cpp


RESOURCES += \
    bigscene-instanced-qml.qrc