summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/plasma/plasma.pro
blob: dbd221b40de5848f5e4eae3ed12c737e606e7ae8 (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 3drender 3dquick qml quick

HEADERS += \

SOURCES += \
    main.cpp

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

RESOURCES += \
    plasma.qrc