summaryrefslogtreecommitdiffstats
path: root/tests/manual/rendercapture-cpp/rendercapture-cpp.pro
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2016-08-18 12:42:03 +0300
committerAntti Määttä <antti.maatta@qt.io>2016-10-20 05:54:08 +0000
commite75834958834d47517a8b112d165c795297f9e67 (patch)
tree1a682cdc64c91fde47e2222ab3f5ed3e5c663f89 /tests/manual/rendercapture-cpp/rendercapture-cpp.pro
parent943419e013885b3b30063de3830db8b5977ea71e (diff)
Add render capture example
Add example for the render capture. The example is based on simple-cpp. The user can press the capture button and see the captured thumbnail on the side. Change-Id: I94b18722cb0b563469579b4fad87764f37ad075e Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests/manual/rendercapture-cpp/rendercapture-cpp.pro')
-rw-r--r--tests/manual/rendercapture-cpp/rendercapture-cpp.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/manual/rendercapture-cpp/rendercapture-cpp.pro b/tests/manual/rendercapture-cpp/rendercapture-cpp.pro
new file mode 100644
index 000000000..5f89a7af8
--- /dev/null
+++ b/tests/manual/rendercapture-cpp/rendercapture-cpp.pro
@@ -0,0 +1,13 @@
+!include( ../manual.pri ) {
+ error( "Couldn't find the manual.pri file!" )
+}
+
+QT += 3dcore 3drender 3dinput 3dextras widgets
+
+SOURCES += \
+ main.cpp \
+ orbittransformcontroller.cpp
+
+HEADERS += \
+ orbittransformcontroller.h \
+ mycapture.h