aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/custommaterial/custommaterial.pro
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2020-06-18 15:32:21 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2020-06-24 19:48:45 +0200
commit2be6c85b8023f41d964c4c9d45343368b26a0830 (patch)
treed39f44cee9aeb86e1205cd5c95f41b2c99c977a6 /examples/quick/scenegraph/custommaterial/custommaterial.pro
parentaf34b83c17861622a7d462c603a5c164e6e9e55a (diff)
New custom material example
Fixes: QTBUG-78577 Change-Id: I280ffeda4bba1a9c170feb1ffa4b6c95eb0e6d28 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'examples/quick/scenegraph/custommaterial/custommaterial.pro')
-rw-r--r--examples/quick/scenegraph/custommaterial/custommaterial.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/custommaterial/custommaterial.pro b/examples/quick/scenegraph/custommaterial/custommaterial.pro
new file mode 100644
index 0000000000..46a1a6603c
--- /dev/null
+++ b/examples/quick/scenegraph/custommaterial/custommaterial.pro
@@ -0,0 +1,16 @@
+QT += qml quick
+
+CONFIG += qmltypes
+QML_IMPORT_NAME = ExampleCustomMaterial
+QML_IMPORT_MAJOR_VERSION = 1
+
+HEADERS += customitem.h
+SOURCES += customitem.cpp main.cpp
+
+RESOURCES += custommaterial.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/custommaterial
+INSTALLS += target
+
+OTHER_FILES += \
+ main.qml