summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/advancedcustommaterial/advancedcustommaterial.pro
diff options
context:
space:
mode:
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
+