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:
Salanto 2023-05-16 15:58:59 +02:00
parent 5122573025
commit 598e24c7cd

View File

@ -5,9 +5,9 @@ SUBDIRS += \
akashi \ akashi \
tests tests
# Just like how "CONFIG += ordered" is considered harmful a practice for handling akashi.subdirs = akashi
# internal dependecies, so is qmake considered harmful a tool for handling projects core.subdirs = core
# as Qt expects you to handle them. core.tests = tests
#
# Too bad. # How to make subdirs not suck. Simple, use depends.
CONFIG += ordered akashi.depends = core