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

CONFIG += warn_off
QT += widgets axserver opengl openglwidgets

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

RC_FILE = opengl.rc
DEF_FILE = opengl.def

# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/opengl
INSTALLS += target