Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[transfer-engine] Remove CONFIG += ordered, replace with proper build…
… dependencies.

This shaves some 5-10 seconds off the build for me.
  • Loading branch information
rburchell committed Jun 27, 2013
1 parent 43be8fe commit b89c607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion transfer-engine.pro
@@ -1,6 +1,7 @@
TEMPLATE = subdirs
SUBDIRS = lib src tests
CONFIG += ordered

tests.depends = lib

include(doc/doc.pri)

Expand Down

0 comments on commit b89c607

Please sign in to comment.