Change ordered config to depends
This should improve compile times on multi-core CPUs since tests and core can compile at the same time.
This commit is contained in:
parent
5122573025
commit
598e24c7cd
12
akashi.pro
12
akashi.pro
@ -5,9 +5,9 @@ SUBDIRS += \
|
||||
akashi \
|
||||
tests
|
||||
|
||||
# Just like how "CONFIG += ordered" is considered harmful a practice for handling
|
||||
# internal dependecies, so is qmake considered harmful a tool for handling projects
|
||||
# as Qt expects you to handle them.
|
||||
#
|
||||
# Too bad.
|
||||
CONFIG += ordered
|
||||
akashi.subdirs = akashi
|
||||
core.subdirs = core
|
||||
core.tests = tests
|
||||
|
||||
# How to make subdirs not suck. Simple, use depends.
|
||||
akashi.depends = core
|
||||
|
Loading…
Reference in New Issue
Block a user