summaryrefslogtreecommitdiffstats
path: root/tools/configure/Makefile.mingw
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2012-11-01 14:31:16 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-05 17:17:01 +0100
commit9c2ec72b95c13991f3c62b762783373c3d691337 (patch)
tree31b9ff458251436c77e1cdd89be8aa579ef41d59 /tools/configure/Makefile.mingw
parent227accf0a3d1e177ece05d988196510f29240f58 (diff)
Improve path search in configure.
- Remove duplicated code locateFile/locateFileInPaths. - Move basic path search functionality to Environment. - Add functions for headerPaths/libraryPaths to Environment. - Use QStandardPaths::findExecutable(). - Replace Environment::detectExecutable by QStandardPaths::findExecutable(). - Introduce static path lists in findFile() to avoid repeated directory scans Change-Id: I9b93066a3de65f40527780d6ddf7989bca35cd04 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tools/configure/Makefile.mingw')
-rw-r--r--tools/configure/Makefile.mingw2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure/Makefile.mingw b/tools/configure/Makefile.mingw
index d6fe5b1f22..7212b0d3a7 100644
--- a/tools/configure/Makefile.mingw
+++ b/tools/configure/Makefile.mingw
@@ -52,6 +52,8 @@ OBJECTS = \
qtextstream.o \
qlogging.o \
qtemporaryfile.o \
+ qstandardpaths.o \
+ qstandardpaths_win.o \
qsystemlibrary.o \
qbitarray.o \
qdatetime.o \