summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2011-10-25 13:43:27 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-25 22:17:07 +0200
commit6d89ef35ada811a7ffbfb9c12f789b8f8c6526d6 (patch)
treed8c19960fff18b9db02ff6bd0ec5fbdf0a2e2104 /src
parent87b1ca756c589bbc679ac7e31f7d0d9704a0b064 (diff)
Remove unnecessary sources from the bootstrap library
The ISCII and TSCII codecs are not compiled in due to QT_NO_CODECS, likewise for all of the system locale implementations due to QT_NO_SYSTEMLOCALE. Since these sources do not result in any symbols, there's no reason to compile them. Change-Id: I3b65c156f594366850df9f44406ba7638ad735ba Reviewed-by: Thiago Macieira (Intel) <thiago.macieira@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/tools/bootstrap/bootstrap.pro7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro
index 11d35b7509..fdebd9be24 100644
--- a/src/tools/bootstrap/bootstrap.pro
+++ b/src/tools/bootstrap/bootstrap.pro
@@ -47,11 +47,9 @@ DEPENDPATH += $$INCLUDEPATH \
../../xml
SOURCES += \
- ../../corelib/codecs/qisciicodec.cpp \
../../corelib/codecs/qlatincodec.cpp \
../../corelib/codecs/qsimplecodec.cpp \
../../corelib/codecs/qtextcodec.cpp \
- ../../corelib/codecs/qtsciicodec.cpp \
../../corelib/codecs/qutfcodec.cpp \
../../corelib/global/qglobal.cpp \
../../corelib/global/qmalloc.cpp \
@@ -102,11 +100,6 @@ win32:SOURCES += ../../corelib/io/qfilesystemengine_win.cpp \
../../corelib/io/qfsfileengine_win.cpp \
../../corelib/plugin/qsystemlibrary.cpp \
-mac: OBJECTIVE_SOURCES += ../../corelib/tools/qlocale_mac.mm
-else:symbian:SOURCES += ../../corelib/tools/qlocale_symbian.cpp
-else:unix:SOURCES += ../../corelib/tools/qlocale_unix.cpp
-else:win32:SOURCES += ../../corelib/tools/qlocale_win.cpp
-
macx: {
SOURCES += ../../corelib/io/qfilesystemengine_mac.cpp
SOURCES += ../../corelib/kernel/qcore_mac.cpp