1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-31 10:22: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
CONFIG += ordered
SUBDIRS = \
src \
demo \
example
demo.depends = src
example.depends = src