Remove CONFIG += ordered.
--HG-- branch : feature
This commit is contained in:
parent
f8c6a65962
commit
fbeabaa8a9
|
@ -1,5 +1,4 @@
|
|||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
SUBDIRS = \
|
||||
qmuparser \
|
||||
vpropertyexplorer \
|
||||
|
@ -8,3 +7,5 @@ SUBDIRS = \
|
|||
vlayout \
|
||||
vgeometry \
|
||||
vpatterndb
|
||||
|
||||
vgeometry.depends = ifc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
|
||||
# Order is important
|
||||
SUBDIRS = \
|
||||
libs \
|
||||
app \
|
||||
test
|
||||
|
||||
app.depends = libs
|
||||
test.depends = libs
|
||||
|
|
Loading…
Reference in New Issue
Block a user