mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
don't make webkit build conditional on ICU
webkit now contains its own configure magic to disable itself. Change-Id: Ibb962fac8ea6275400879c15f24d21f0f8dee855 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
3d960ec9a9
commit
0089431326
14
qt.pro
14
qt.pro
@@ -106,15 +106,11 @@ exists(qtactiveqt/qtactiveqt.pro) {
|
||||
module_qttools.depends += module_qtactiveqt
|
||||
}
|
||||
exists(qtwebkit/WebKit.pro) {
|
||||
mac|contains(QT_CONFIG, icu) {
|
||||
SUBDIRS += module_qtwebkit
|
||||
module_qttools.depends += module_qtwebkit
|
||||
module_qtquick1.depends += module_qtwebkit
|
||||
exists(qtwebkit-examples-and-demos/qtwebkit-examples-and-demos.pro) {
|
||||
SUBDIRS += module_qtwebkit_examples_and_demos
|
||||
}
|
||||
} else {
|
||||
message("WebKit: Qt was built without ICU support, WebKit disabled.")
|
||||
SUBDIRS += module_qtwebkit
|
||||
module_qttools.depends += module_qtwebkit
|
||||
module_qtquick1.depends += module_qtwebkit
|
||||
exists(qtwebkit-examples-and-demos/qtwebkit-examples-and-demos.pro) {
|
||||
SUBDIRS += module_qtwebkit_examples_and_demos
|
||||
}
|
||||
}
|
||||
exists(qttools/qttools.pro) {
|
||||
|
||||
Reference in New Issue
Block a user