bigmodel-qml.pro Example File

bigmodel-qml/bigmodel-qml.pro
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

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

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml \
    MyEntity.qml

RESOURCES += \
    bigmodel-qml.qrc

DISTFILES += \
    MyEntity.qml