remove support for loading features relative to current directory
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Wed, 18 Apr 2012 10:26:25 +0000 (12:26 +0200)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Wed, 27 Jun 2012 07:39:50 +0000 (09:39 +0200)
commit32bc46a90b7aa2506ea2e98c84ee518d80a53769
treedf1173bc7860925e3d93fe9e2d66c6d1fb649e94
parent4753958db707001d1e14fa8312708dc1e891bacc
remove support for loading features relative to current directory

it's completely counterproductive. just include() the file instead.
i don't think anyone knew about this "feature", so just removing it.

as a side effect this removes the repeated existence check of already
found feature files, as we can use a clean else-if cascade.

Change-Id: I5d38d38d0a897f2e8857ac68d5649fd4367941c4
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
qmake/project.cpp