Skip to content

Commit

Permalink
Add QtOpenGLWidgets for Qt6.
Browse files Browse the repository at this point in the history
  • Loading branch information
topher800 committed Nov 27, 2024
1 parent a6fab4b commit 9400236
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eol_scons/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,10 @@ def qtmtool(env):
('QtWebEngine',),
('QtWebView', 'QtWebEngineWidgets'),
('QtWebEngineWidgets',),

# Qt6 modules
('QtOpenGLWidgets', 'QtOpenGL',),

]


Expand Down

0 comments on commit 9400236

Please sign in to comment.