Skip to content

Commit

Permalink
adding Qt webengine for viewing html files
Browse files Browse the repository at this point in the history
  • Loading branch information
amnp95 committed Jun 12, 2024
1 parent 4ea95c7 commit 523a968
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion EE-UQ.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
#
#-------------------------------------------------

QT += core gui charts concurrent webenginewidgets network sql qml 3dcore 3drender 3dextras printsupport quick opengl
QT += core gui charts concurrent network sql qml 3dcore 3drender 3dextras printsupport quick opengl
QT += webengine webenginewidgets
QT += webenginecore
QT += webchannel

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

Expand Down

0 comments on commit 523a968

Please sign in to comment.