summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simplecustommaterial/simplecustommaterial.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/simplecustommaterial/simplecustommaterial.pro')
-rw-r--r--examples/qt3d/simplecustommaterial/simplecustommaterial.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/qt3d/simplecustommaterial/simplecustommaterial.pro b/examples/qt3d/simplecustommaterial/simplecustommaterial.pro
new file mode 100644
index 000000000..856eaaadf
--- /dev/null
+++ b/examples/qt3d/simplecustommaterial/simplecustommaterial.pro
@@ -0,0 +1,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
+