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

QT += 3dcore 3drenderer 3dquick qml quick

HEADERS += \

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml \
    plasma.frag \
    plasma.vert

RESOURCES += \
    plasma.qrc