summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2011-04-28 07:35:39 (GMT)
committerLiang Qi <liang.qi@nokia.com>2011-05-02 12:57:38 (GMT)
commit3782dc6d92210e9ae5fb7ee27cc7cd78dee79ebf (patch)
tree2fd0aedb295949933bf0f7f1cb5ba3875e4ff589 /tools/configure
parent8769c84663943fda853f5aa248fa95391594347e (diff)
downloadQt-3782dc6d92210e9ae5fb7ee27cc7cd78dee79ebf.zip
Qt-3782dc6d92210e9ae5fb7ee27cc7cd78dee79ebf.tar.gz
Qt-3782dc6d92210e9ae5fb7ee27cc7cd78dee79ebf.tar.bz2
Fix the build of configure.exe.
qlocale functions were splitted in severl files, just add them back. Task-number: QTBUG-18932 Reviewed-by: TrustMe
Diffstat (limited to 'tools/configure')
-rw-r--r--tools/configure/configure.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure/configure.pro b/tools/configure/configure.pro
index 1245646..c2f1b65 100644
--- a/tools/configure/configure.pro
+++ b/tools/configure/configure.pro
@@ -79,6 +79,8 @@ SOURCES = main.cpp configureapp.cpp environment.cpp tools.cpp \
$$QT_SOURCE_TREE/src/corelib/tools/qhash.cpp \
$$QT_SOURCE_TREE/src/corelib/tools/qlist.cpp \
$$QT_SOURCE_TREE/src/corelib/tools/qlocale.cpp \
+ $$QT_SOURCE_TREE/src/corelib/tools/qlocale_win.cpp \
+ $$QT_SOURCE_TREE/src/corelib/tools/qlocale_tools.cpp \
$$QT_SOURCE_TREE/src/corelib/tools/qvector.cpp \
$$QT_SOURCE_TREE/src/corelib/codecs/qutfcodec.cpp \
$$QT_SOURCE_TREE/src/corelib/codecs/qtextcodec.cpp \