aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/twotextureproviders/twotextureproviders.pro
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@sletta.org>2014-08-22 16:52:05 +0200
committerGunnar Sletta <gunnar@sletta.org>2014-08-26 06:10:51 +0200
commit1075dca1b50926f52daddf099b5f5a9fbb5da6c7 (patch)
tree4a6160db2fe4b22b9f99674548a47c55b77f8244 /examples/quick/scenegraph/twotextureproviders/twotextureproviders.pro
parent3035fd9ad9f1212c0eccd6a81a727727b2b38472 (diff)
Added an example that shows how to consume texture providers from C++.
And how to use use two textures in the same material. Change-Id: Idcc618ed359422c2a104eeed105b7c4f5086ee4e Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Diffstat (limited to 'examples/quick/scenegraph/twotextureproviders/twotextureproviders.pro')
-rw-r--r--examples/quick/scenegraph/twotextureproviders/twotextureproviders.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/twotextureproviders/twotextureproviders.pro b/examples/quick/scenegraph/twotextureproviders/twotextureproviders.pro
new file mode 100644
index 0000000000..7b7c093b48
--- /dev/null
+++ b/examples/quick/scenegraph/twotextureproviders/twotextureproviders.pro
@@ -0,0 +1,12 @@
+QT += qml quick
+
+HEADERS += xorblender.h
+SOURCES += xorblender.cpp main.cpp
+
+RESOURCES += twotextureproviders.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/twotextureproviders
+INSTALLS += target
+
+OTHER_FILES += \
+ main.qml