qt5base-lts/tests/manual/qopenglcontext/qopenglcontext.pro
Oswald Buddenhagen 135fcd5992 port to modularized platformsupport libraries
Change-Id: I20eb0e33abfd70b6a5240e7b6b0aa0425f2d2ee7
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
2016-10-15 18:45:41 +00:00

10 lines
190 B
Prolog

TEMPLATE = app
TARGET = qopenglcontext
QT += gui-private egl_support-private
HEADERS += $$PWD/qopenglcontextwindow.h
SOURCES += $$PWD/main.cpp \
$$PWD/qopenglcontextwindow.cpp