blob: c62f70059dc6abe3d17344b1e26516ba6f2036cc [file] [log] [blame]
TEMPLATE = app
TARGET = openglax
CONFIG += warn_off
QT += widgets axserver
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