summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/opengl/contextinfo/contextinfo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/examples/opengl/contextinfo/contextinfo.pro')
-rw-r--r--tests/manual/examples/opengl/contextinfo/contextinfo.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/manual/examples/opengl/contextinfo/contextinfo.pro b/tests/manual/examples/opengl/contextinfo/contextinfo.pro
new file mode 100644
index 0000000000..ae8f4067b6
--- /dev/null
+++ b/tests/manual/examples/opengl/contextinfo/contextinfo.pro
@@ -0,0 +1,14 @@
+TEMPLATE = app
+QT += widgets opengl
+requires(qtConfig(filedialog))
+
+SOURCES += main.cpp \
+ widget.cpp \
+ renderwindow.cpp
+
+HEADERS += widget.h \
+ renderwindow.h
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/opengl/contextinfo
+INSTALLS += target