Skip to content

Commit

Permalink
Only add Webkit stuff to QT if we're compiling under 5.6. Thanks to
Browse files Browse the repository at this point in the history
@u-235 for reporting.
  • Loading branch information
gyunaev committed May 23, 2021
1 parent 9ac73e7 commit a4a3984
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/src.pro
Expand Up @@ -60,12 +60,7 @@ FORMS += tab_bookmarks.ui \
toolbareditor.ui
RESOURCES += resources/images.qrc

QT += webkit \
xml \
network \
widgets \
webkitwidgets \
printsupport
QT += xml network widgets printsupport

linux-g++*:{
LIBS += -lX11
Expand Down

0 comments on commit a4a3984

Please sign in to comment.