summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/opengl/qopenglwindow/qopenglwindow.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/examples/opengl/qopenglwindow/qopenglwindow.pro')
-rw-r--r--tests/manual/examples/opengl/qopenglwindow/qopenglwindow.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/manual/examples/opengl/qopenglwindow/qopenglwindow.pro b/tests/manual/examples/opengl/qopenglwindow/qopenglwindow.pro
new file mode 100644
index 0000000000..e7073a324b
--- /dev/null
+++ b/tests/manual/examples/opengl/qopenglwindow/qopenglwindow.pro
@@ -0,0 +1,16 @@
+TEMPLATE = app
+TARGET = qopenglwindow
+INCLUDEPATH += .
+QT += opengl
+
+RESOURCES += shaders.qrc
+
+SOURCES += \
+ main.cpp \
+ background_renderer.cpp
+
+HEADERS += \
+ background_renderer.h
+
+target.path = $$[QT_INSTALL_EXAMPLES]/opengl/qopenglwindow
+INSTALLS += target