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