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