qt6windows7/tests/manual/qopenglcontext/qopenglcontext.pro
2023-10-29 23:33:08 +01:00

10 lines
197 B
Prolog

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