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>bb10
parent
87b1ca756c
commit
6d89ef35ad
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue