Remove CONFIG += ordered.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2015-06-12 12:10:52 +03:00
parent f8c6a65962
commit fbeabaa8a9
2 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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