Merge pull request #331 from AttorneyOnline/fix-compile-time

Change ordered config to depends
This commit is contained in:
stonedDiscord 2023-05-22 17:06:01 +02:00 committed by GitHub
commit 69f8cb0194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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