From 4e0c9fbb8f1db2750455fddb9a9b88386c26903e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 9 Apr 2014 13:49:30 +0200 Subject: fix typo in qmake source file list the effect of this is negligible, as this list is only used for dependency scanning. Change-Id: Iae9fc73c8633cfc8217bc90014498d9635d53ad0 Reviewed-by: Robin Burchell Reviewed-by: Joerg Bornemann --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 4d8c280bba..89c2318d82 100755 --- a/configure +++ b/configure @@ -3708,7 +3708,7 @@ if true; then ###[ '!' -f "$outpath/bin/qmake" ]; EXTRA_SRCS="\"\$(SOURCE_PATH)/src/corelib/io/qfilesystemengine_unix.cpp\" \ \"\$(SOURCE_PATH)/src/corelib/io/qfilesystemiterator_unix.cpp\" \ \"\$(SOURCE_PATH)/src/corelib/io/qfsfileengine_unix.cpp\" \ - \"\$(SOURCE_PATH)/src/corelib/tools/qlocal_unix.cpp\"" + \"\$(SOURCE_PATH)/src/corelib/tools/qlocale_unix.cpp\"" EXEEXT= fi if [ "$BUILD_ON_MAC" = "yes" ]; then -- cgit v1.2.3