Fix subdirs handling

It's considered bad practice to use the ordered CONFIG option. This
patch properly setups the subdirs dependencies.
This commit is contained in:
Samuel Gaist 2019-01-15 17:17:45 +01:00
parent f26bee6677
commit aa9762718c

View File

@ -1,7 +1,9 @@
TEMPLATE = subdirs TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = \ SUBDIRS = \
src \ src \
demo \ demo \
example example
demo.depends = src
example.depends = src