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