summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/advancedcustommaterial/advancedcustommaterial.pro
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2017-02-06 13:41:56 +0200
committerAntti Määttä <antti.maatta@qt.io>2017-02-28 07:05:25 +0000
commit63d417d4ee7611d6453289db62b82da9ac0a39a5 (patch)
tree170f06273325f6e04091534a0d5cf077009b3cb8 /examples/qt3d/advancedcustommaterial/advancedcustommaterial.pro
parentf4601e86d20a39c9d41500bd8378e990f4739506 (diff)
Add advanced custom material example
Change-Id: I6c5ae0e29960aaab2d0babfe325a9f6483729600 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/advancedcustommaterial/advancedcustommaterial.pro')
-rw-r--r--examples/qt3d/advancedcustommaterial/advancedcustommaterial.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/qt3d/advancedcustommaterial/advancedcustommaterial.pro b/examples/qt3d/advancedcustommaterial/advancedcustommaterial.pro
new file mode 100644
index 000000000..90a6c4a03
--- /dev/null
+++ b/examples/qt3d/advancedcustommaterial/advancedcustommaterial.pro
@@ -0,0 +1,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
+