summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/anaglyph-rendering/anaglyph-rendering.pro
blob: 2762ec21a7e3e26c15a1b65d19ba2f1e1c6eeb6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

SOURCE += main.cpp

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

OTHER_FILES += *.qml

SOURCES += \
    main.cpp

RESOURCES += \
    resources.qrc \
    ../exampleresources/cubemaps.qrc \
    ../exampleresources/obj.qrc

DISTFILES += \
    StereoFrameGraph.qml