780d21e129
Change-Id: Ib34795f10b1d7120b28958127ced049af3b4f72b Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
14 lines
240 B
Prolog
14 lines
240 B
Prolog
TEMPLATE = app
|
|
QT += widgets
|
|
|
|
SOURCES += main.cpp \
|
|
widget.cpp \
|
|
renderwindow.cpp
|
|
|
|
HEADERS += widget.h \
|
|
renderwindow.h
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/contextinfo
|
|
INSTALLS += target
|