summaryrefslogtreecommitdiff
path: root/examples/activeqt/opengl/opengl.pro
blob: 2762345d4b2f418de33cd7ba3fe9d54e44784eb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = app
TARGET	 = openglax

CONFIG	+= qt warn_off qaxserver

QT += widgets opengl

HEADERS	 = glbox.h \
	   globjwin.h
SOURCES	 = glbox.cpp \
	   globjwin.cpp \
	   main.cpp
RC_FILE	 = $$QT.activeqt.sources/control/qaxserver.rc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/opengl
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS opengl.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/opengl
INSTALLS += target sources