mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-04 14:07:42 +08:00
fix SUBDIRS sorting according to dependencies again
quick1 depends on tools now Change-Id: I1575c03af2e6af1244f75d3c9e72481536d1a913 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
222a346249
commit
ac8b26c0b2
2
qt.pro
2
qt.pro
@@ -147,7 +147,6 @@ exists(qtjsbackend/qtjsbackend.pro): SUBDIRS += module_qtjsbackend
|
||||
exists(qtdeclarative/qtdeclarative.pro): SUBDIRS += module_qtdeclarative
|
||||
exists(qt3d/qt3d.pro): SUBDIRS += module_qt3d
|
||||
exists(qtscript/qtscript.pro): SUBDIRS += module_qtscript
|
||||
exists(qtquick1/qtquick1.pro): SUBDIRS += module_qtquick1
|
||||
exists(qtjsondb/qtjsondb.pro) {
|
||||
SUBDIRS += module_qtjsondb
|
||||
# These modules do not require qtjsondb, but can use it if it is available
|
||||
@@ -194,6 +193,7 @@ exists(qttools/qttools.pro) {
|
||||
# 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
|
||||
}
|
||||
exists(qtquick1/qtquick1.pro): SUBDIRS += module_qtquick1
|
||||
!win32:!mac:exists(qtwayland/qtwayland.pro): SUBDIRS += module_qtwayland
|
||||
exists(qtimageformats/qtimageformats.pro): SUBDIRS += module_qtimageformats
|
||||
exists(qtgraphicaleffects/qtgraphicaleffects.pro): SUBDIRS += module_qtgraphicaleffects
|
||||
|
||||
Reference in New Issue
Block a user