From bf29a8a27dad02f4956695e60e5be929e5ede039 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 22 Feb 2012 19:33:53 +0100 Subject: don't look for features in PrefixPath it's generally redundant with DataPath which we already look into. this is consistent with where mkspecs are looked for. i don't think anyone will notice this "loss" ... Change-Id: Iab7c35cc22ba53e1005f26b5d85d41cf4dafad07 Reviewed-by: Joerg Bornemann --- qmake/project.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'qmake') diff --git a/qmake/project.cpp b/qmake/project.cpp index eb07dea654..0445c8eee9 100644 --- a/qmake/project.cpp +++ b/qmake/project.cpp @@ -590,10 +590,6 @@ QStringList qmake_feature_paths(QMakeProperty *prop=0) } } } - for(QStringList::Iterator concat_it = concat.begin(); - concat_it != concat.end(); ++concat_it) - feature_roots << (QLibraryInfo::location(QLibraryInfo::PrefixPath) + - mkspecs_concat + (*concat_it)); for(QStringList::Iterator concat_it = concat.begin(); concat_it != concat.end(); ++concat_it) feature_roots << (QLibraryInfo::location(QLibraryInfo::DataPath) + -- cgit v1.2.3