summaryrefslogtreecommitdiffstats
path: root/tests/manual/opengl/opengl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/opengl/opengl.pro')
-rw-r--r--tests/manual/opengl/opengl.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/manual/opengl/opengl.pro b/tests/manual/opengl/opengl.pro
new file mode 100644
index 0000000..1ece9b9
--- /dev/null
+++ b/tests/manual/opengl/opengl.pro
@@ -0,0 +1,18 @@
+TEMPLATE = app
+TARGET = openglax
+
+CONFIG += warn_off
+QT += widgets axserver opengl openglwidgets
+
+HEADERS = glbox.h \
+ globjwin.h
+SOURCES = glbox.cpp \
+ globjwin.cpp \
+ main.cpp
+
+RC_FILE = opengl.rc
+DEF_FILE = opengl.def
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/opengl
+INSTALLS += target