summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/tools/designer/examples/opengl/opengl.pro
blob: d28eb32010849d9dc0933674e3134cd9eb1454d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE	= lib
CONFIG		+= qt warn_on release plugin
HEADERS		= glwidget.h
SOURCES		= main.cpp \
		  glwidget.cpp
DESTDIR		= ../../../../plugins/designer
INCLUDEPATH     += ../../interfaces

TARGET		= glwidget
target.path += $$plugins.path/designer
INSTALLS 	+= target