diff --git a/Source/WTF/WTF.pri b/Source/WTF/WTF.pri index 2b4e8bc..8221642 100644 --- qt-everywhere-commercial-src-5.1.0/qtwebkit/Source/WTF/WTF.pri +++ qt-everywhere-commercial-src-5.1.0/qtwebkit/Source/WTF/WTF.pri @@ -12,7 +12,7 @@ mac { # Mac OS does ship libicu but not the associated header files. # Therefore WebKit provides adequate header files. INCLUDEPATH += $${ROOT_WEBKIT_DIR}/Source/WTF/icu - LIBS += -licucore + LIBS += -licui18n -licuuc -licudata } else { contains(QT_CONFIG,icu) { win32: LIBS += -licuin -licuuc -licudt diff --git a/Tools/qmake/mkspecs/features/configure.prf b/Tools/qmake/mkspecs/features/configure.prf index ac4abeb..b59d716 100644 --- qt-everywhere-commercial-src-5.1.0/qtwebkit/Tools/qmake/mkspecs/features/configure.prf +++ qt-everywhere-commercial-src-5.1.0/qtwebkit/Tools/qmake/mkspecs/features/configure.prf @@ -49,7 +49,6 @@ defineTest(runConfigure) { WEBKIT_CONFIG += \ build_webkit1 \ - build_webkit2 \ build_tests \ $$WEBKIT_TOOLS_CONFIG