1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00

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