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

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

SOURCES += main.cpp

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

OTHER_FILES += \
    main.qml

HEADERS +=