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

SOURCE += main.cpp

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

OTHER_FILES += main.qml

SOURCES += \
    main.cpp

RESOURCES += \
    lights.qrc \
    ../exampleresources/obj.qrc