135fcd5992
Change-Id: I20eb0e33abfd70b6a5240e7b6b0aa0425f2d2ee7 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
10 lines
190 B
Prolog
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
|