summaryrefslogtreecommitdiffstats
path: root/examples/opengl/sharedbox/sharedbox.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/sharedbox/sharedbox.pro')
-rw-r--r--examples/opengl/sharedbox/sharedbox.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/opengl/sharedbox/sharedbox.pro b/examples/opengl/sharedbox/sharedbox.pro
new file mode 100644
index 00000000..30b92e8c
--- /dev/null
+++ b/examples/opengl/sharedbox/sharedbox.pro
@@ -0,0 +1,14 @@
+TEMPLATE = app
+TARGET = sharedbox
+
+CONFIG += qt opengl warn_on release
+CONFIG -= dlopen_opengl
+DEPENDPATH = ../include
+
+REQUIRES = opengl
+
+HEADERS = glbox.h \
+ globjwin.h
+SOURCES = glbox.cpp \
+ globjwin.cpp \
+ main.cpp