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

QT += gui-private egl_support-private opengl

HEADERS += $$PWD/qopenglcontextwindow.h

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