Skip to content

Commit aa97627

Browse files
committed
Fix subdirs handling
It's considered bad practice to use the ordered CONFIG option. This patch properly setups the subdirs dependencies.
1 parent f26bee6 commit aa97627

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ads.pro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
TEMPLATE = subdirs
2-
CONFIG += ordered
32

43
SUBDIRS = \
54
src \
65
demo \
76
example
7+
8+
demo.depends = src
9+
example.depends = src

0 commit comments

Comments
 (0)