aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/textureinthread/textureinthread.pro
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-02-27 08:44:47 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-03 19:43:11 +0100
commit15e58df3386b5438f6ae114a51ad4a258085e70b (patch)
treef88db61cd86efe94ba4ea2be01a64b4dfc99ba74 /examples/quick/scenegraph/textureinthread/textureinthread.pro
parentb1f8c84eb5ddaea9dcbe58ed174106802080ff21 (diff)
Added examples on how to use FBOs with scene graph.
I also cleaned up the naming of the other scene graph examples a bit, so that they sort together in the samples list and have a more obvious naming scheme. Task-number: QTBUG-29548 Change-Id: I455eacb02c06058a6d49e12e4f1813ec80b655f6 Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Diffstat (limited to 'examples/quick/scenegraph/textureinthread/textureinthread.pro')
-rw-r--r--examples/quick/scenegraph/textureinthread/textureinthread.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/textureinthread/textureinthread.pro b/examples/quick/scenegraph/textureinthread/textureinthread.pro
new file mode 100644
index 0000000000..b48c2a1863
--- /dev/null
+++ b/examples/quick/scenegraph/textureinthread/textureinthread.pro
@@ -0,0 +1,16 @@
+QT += quick
+
+HEADERS += threadrenderer.h
+SOURCES += threadrenderer.cpp main.cpp
+
+INCLUDEPATH += ../shared
+HEADERS += ../shared/logorenderer.h
+SOURCES += ../shared/logorenderer.cpp
+
+RESOURCES += textureinthread.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/textureinthread
+INSTALLS += target
+
+OTHER_FILES += \
+ main.qml