mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
remove stale workaround for circular dependency
webkit does not depend on quick1 anymore Change-Id: I6e813dd773e37c4fed66a8ff096c77365c64fcb2 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
ac8b26c0b2
commit
cf26eb0812
3
qt.pro
3
qt.pro
@@ -190,8 +190,7 @@ exists(qtactiveqt/qtactiveqt.pro) {
|
||||
}
|
||||
exists(qttools/qttools.pro) {
|
||||
SUBDIRS += module_qttools
|
||||
# disable this for now when webkit is there to avoid a circula dependency quick1 -> tools -> webkit -> quick1
|
||||
!exists(qtwebkit/Tools/Scripts/build-webkit):module_qtquick1.depends += module_qttools
|
||||
module_qtquick1.depends += module_qttools
|
||||
}
|
||||
exists(qtquick1/qtquick1.pro): SUBDIRS += module_qtquick1
|
||||
!win32:!mac:exists(qtwayland/qtwayland.pro): SUBDIRS += module_qtwayland
|
||||
|
||||
Reference in New Issue
Block a user