summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/opengl/contextinfo/contextinfo.pro
blob: ae8f4067b61e45a6cbe6032b88f30dc0f8ebe0dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app
QT += widgets opengl
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