aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hellooffscreen_opengl/hellooffscreen_opengl.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-01-22 12:04:11 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2016-01-22 11:19:49 +0000
commit9a95c33279cba9be6e34983c9a2bb1e6f300c2a3 (patch)
treeae849401a6c0d50df8bece7337e98b3675cbdfa7 /examples/hellooffscreen_opengl/hellooffscreen_opengl.pro
parent41358da2d9806c4069263e01d8ecf7df3d7e1192 (diff)
Add QD3D12Window, a HLSL qmake rule and 8 examples
Change-Id: Ida7852af10e0236a5d80e95a0876fff6276b410c Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'examples/hellooffscreen_opengl/hellooffscreen_opengl.pro')
-rw-r--r--examples/hellooffscreen_opengl/hellooffscreen_opengl.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/hellooffscreen_opengl/hellooffscreen_opengl.pro b/examples/hellooffscreen_opengl/hellooffscreen_opengl.pro
new file mode 100644
index 0000000..f368a99
--- /dev/null
+++ b/examples/hellooffscreen_opengl/hellooffscreen_opengl.pro
@@ -0,0 +1,6 @@
+TEMPLATE = app
+QT += widgets
+
+SOURCES = main.cpp window.cpp
+HEADERS = window.h
+RESOURCES = hellooffscreen_opengl.qrc