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

!include ( ../render-qml-to-texture/render-qml-to-texture.pri ) {
    error( "Couldn't find the render-qml-to-texture.pri file!")
}

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

SOURCES += main.cpp

RESOURCES += \
    render-qml-to-texture-qml.qrc

OTHER_FILES += \
    main.qml

DISTFILES += \
    PlaneMaterial.qml \