summaryrefslogtreecommitdiffstats
path: root/examples/opengl/contextinfo/contextinfo.pro
blob: ddaa084f3848ad50f37d7918b4d055ff3e1554b8 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app
QT += widgets

SOURCES += main.cpp \
           widget.cpp \
           renderwindow.cpp

HEADERS += widget.h \
           renderwindow.h