Commit 620749e6 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen Committed by The Qt Project
Browse files

parallelize SUBDIRS


Change-Id: Ie1c6e8e479c8f2e758b03175d9250a71e52ce3ce
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@digia.com>
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
parent 05b531fc
No related merge requests found
Showing with 11 additions and 5 deletions
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += clucene \
help \
......@@ -8,3 +7,8 @@ SUBDIRS += clucene \
qcollectiongenerator \
qhelpconverter
help.depends = clucene
assistant.depends = help
qhelpgenerator.depends = help
qcollectiongenerator.depends = help
qhelpconverter.depends = help
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = lib
TEMPLATE = subdirs
CONFIG += ordered
# qtHaveModule(opengl): SUBDIRS += tools/view3d
qtHaveModule(webkitwidgets): SUBDIRS += qwebview
......
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = \
uitools \
......@@ -8,3 +7,7 @@ SUBDIRS = \
designer
contains(QT_CONFIG, shared): SUBDIRS += plugins
components.depends = lib
designer.depends = components
plugins.depends = lib
TEMPLATE = subdirs
CONFIG += ordered
qtHaveModule(widgets) {
no-png {
......@@ -10,6 +9,8 @@ qtHaveModule(widgets) {
qtestlib \
designer
# unix:!mac:!embedded:!qpa:SUBDIRS += qtconfig
linguist.depends = designer
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment