qtbase-opensource-src/tests/manual/qopenglcontext/qopenglcontext.pro

10 lines
190 B
Prolog
Raw Normal View History

2022-05-14 17:39:13 +08:00
TEMPLATE = app
TARGET = qopenglcontext
QT += gui-private egl_support-private
HEADERS += $$PWD/qopenglcontextwindow.h
SOURCES += $$PWD/main.cpp \
$$PWD/qopenglcontextwindow.cpp