summaryrefslogtreecommitdiffstats
path: root/examples/opengl/contextinfo/contextinfo.pro
blob: 3d948dd28217c95efd52f5b090f0d590845a1f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app
QT += widgets
requires(qtConfig(filedialog))

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

HEADERS += widget.h \
           renderwindow.h

# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/contextinfo
INSTALLS += target