summaryrefslogtreecommitdiffstats
path: root/examples/opengl/texture/texture.pro
blob: a9a31b8eedaf27cc3032fbfcb4dd2e71e08ba101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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