qt6windows7/tests/manual/qopenglcontext/qopenglcontext.pro

10 lines
197 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
TEMPLATE = app
TARGET = qopenglcontext
QT += gui-private egl_support-private opengl
HEADERS += $$PWD/qopenglcontextwindow.h
SOURCES += $$PWD/main.cpp \
$$PWD/qopenglcontextwindow.cpp