summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/advancedcustommaterial/advancedcustommaterial.pro
blob: 90a6c4a03ea1b0010e33ad35d3c8a1a68d9d0880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app

!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

QT += qml quick
CONFIG += c++11

SOURCES += main.cpp

RESOURCES += qml.qrc \
    models.qrc \
    textures.qrc \
    shaders.qrc