blob: e3f7e436f7676b78d343392ea08439fd592ac35c [file] [log] [blame]
!include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
QT += qml quick 3dcore 3drender 3dinput 3dquick 3dquickextras
SOURCES += \
main.cpp \
instancebuffer.cpp
RESOURCES += \
instanced-arrays-qml.qrc
OTHER_FILES += *.qml
HEADERS += \
instancebuffer.h