2014-02-26 14:21:18 +00:00
|
|
|
TEMPLATE = app
|
2020-01-17 13:40:36 +00:00
|
|
|
QT += widgets opengl
|
2018-01-08 12:43:04 +00:00
|
|
|
requires(qtConfig(filedialog))
|
2014-02-26 14:21:18 +00:00
|
|
|
|
|
|
|
SOURCES += main.cpp \
|
|
|
|
widget.cpp \
|
|
|
|
renderwindow.cpp
|
|
|
|
|
|
|
|
HEADERS += widget.h \
|
|
|
|
renderwindow.h
|
2016-04-20 16:50:12 +00:00
|
|
|
|
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/contextinfo
|
|
|
|
INSTALLS += target
|