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
CONFIG += ordered
SUBDIRS = \
qmuparser \
vpropertyexplorer \
@ -8,3 +7,5 @@ SUBDIRS = \
vlayout \
vgeometry \
vpatterndb
vgeometry.depends = ifc

View file

@ -1,8 +1,8 @@
TEMPLATE = subdirs
CONFIG += ordered
# Order is important
SUBDIRS = \
libs \
app \
test
app.depends = libs
test.depends = libs