summaryrefslogtreecommitdiffstats
path: root/tests/manual/qopenglcontext/qopenglcontext.pro
blob: c5943809c67c67cd88c6658cbdf7a853367b2347 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app
TARGET = qopenglcontext

QT += gui-private platformsupport-private

HEADERS += $$PWD/qopenglcontextwindow.h

SOURCES += $$PWD/main.cpp \
           $$PWD/qopenglcontextwindow.cpp