mirror of https://github.com/qt/qtactiveqt.git
19 lines
339 B
Prolog
19 lines
339 B
Prolog
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
|