summaryrefslogtreecommitdiffstats
path: root/tests/manual/dynamic-model-loader-qml/dynamic-model-loader-qml.pro
blob: b19091873786c11401f437e2e6e7fb1b8d517baf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
!include( ../manual.pri ) {
    error( "Couldn't find the manual.pri file!" )
}

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

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml \
    SphereEntity.qml \
    CuboidEntity.qml

RESOURCES += \
    dynamic-model-loader-qml.qrc