[Mac] Disable building of QtWebKit-Plugins

It doesn't work as of now and we also don't have linking to hunspell
working either. So let's just disable it for now.
remotes/origin/falkon
nowrep 12 years ago
parent f19110c302
commit 98307a01dc
  1. 2
      src/lib/lib.pro

@ -14,7 +14,7 @@ include(../defines.pri)
include(../../translations/translations.pri)
#include(../../tests/modeltest/modeltest.pri)
contains(DEFINES, USE_QTWEBKIT_2_2) {
!mac:contains(DEFINES, USE_QTWEBKIT_2_2) {
include(plugins/qtwebkit/qtwebkit-plugins.pri)
}

Loading…
Cancel
Save