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

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

SOURCES += \
    main.cpp \
    instancebuffer.cpp

RESOURCES += \
    instanced-arrays-qml.qrc

OTHER_FILES += *.qml

HEADERS += \
    instancebuffer.h