summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simplecustommaterial/simplecustommaterial.pro
blob: 856eaaadf1a9057832bb5fa889ef053a3a2ce7a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 \
    shaders.qrc