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

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

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml \
    MyEntity.qml

RESOURCES += \
    bigmodel-qml.qrc

DISTFILES += \
    MyEntity.qml