parallelize SUBDIRS
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Fri, 26 Apr 2013 11:51:09 +0000 (13:51 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 3 May 2013 17:37:15 +0000 (19:37 +0200)
Change-Id: Ie1c6e8e479c8f2e758b03175d9250a71e52ce3ce
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
src/assistant/assistant.pro
src/designer/src/components/components.pro
src/designer/src/plugins/plugins.pro
src/designer/src/src.pro
src/src.pro

index b16a189..390c9ec 100644 (file)
@@ -1,5 +1,4 @@
 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
index 22de8c9..b7ee661 100644 (file)
@@ -1,5 +1,4 @@
 TEMPLATE = subdirs
-CONFIG += ordered
 
 # qtHaveModule(opengl): SUBDIRS += tools/view3d
 qtHaveModule(webkitwidgets): SUBDIRS += qwebview
index 64d1c37..137a73c 100644 (file)
@@ -1,5 +1,4 @@
 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
index 6891b17..af33830 100644 (file)
@@ -1,5 +1,4 @@
 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
     }
 }