summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/skybox/skybox.pro
blob: 919858d3514e62505b505d23eff95f38ee0fd56b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

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

RESOURCES += \
    skybox.qrc \
    ../exampleresources/cubemaps.qrc

SOURCES += \
    main.cpp