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

QT += gui-private egl_support-private

HEADERS += $$PWD/qopenglcontextwindow.h

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