summaryrefslogtreecommitdiffstats
path: root/examples/opengl/contextinfo/contextinfo.pro
blob: 2836e5ea5a3e4acfdcce73e9ebf0307b43770bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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