mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 13:15:43 +08:00
aa9762718c
It's considered bad practice to use the ordered CONFIG option. This patch properly setups the subdirs dependencies.
10 lines
98 B
Prolog
10 lines
98 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = \
|
|
src \
|
|
demo \
|
|
example
|
|
|
|
demo.depends = src
|
|
example.depends = src
|