summaryrefslogtreecommitdiffstats
path: root/examples/opengl/glpixmap/glpixmap.pro
blob: 597f94c2f3c8d509aa1586eef28715317b95371b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE	= app
TARGET		= glpixmap

CONFIG		+= qt opengl warn_on release
CONFIG -= dlopen_opengl
!mac:unix:LIBS  += -lm
DEPENDPATH	= ../include

REQUIRES         = opengl

HEADERS		= glbox.h \
		  globjwin.h
SOURCES		= glbox.cpp \
		  globjwin.cpp \
		  main.cpp