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

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