summaryrefslogtreecommitdiffstats
path: root/src/plugins/plugins.pro
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-01-13 00:24:13 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-20 18:48:22 +0100
commit2ae91491b48a8684b3bba76664d82cedad92bfcd (patch)
tree92b03504d7d2405976d0f7a93e3623822d0f335d /src/plugins/plugins.pro
parent7ee3d8c8ecb78dd7c5ae09b04ebf1420958f0001 (diff)
move plugin text codecs to QtCore
Having plugin text codecs adds considerable complexity to configuring Qt. The plugin interface is designed for optional features, but text codecs tend to be used for essential functions. A dramatic example is loading a codec plugin from a file whose path needs to be converted by the codec. Codec plugins can also be a nuisance to builders of applications linking to static Qt. This is because the application might need to explicilty import the static codec plugins which are actually dependencies of QtCore. For these reasons, it has been decided not to have text codec plugins any longer. Change-Id: Ic6c80a9c949bd42e881e932d1edae23fe4fe4c88 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/plugins/plugins.pro')
-rw-r--r--src/plugins/plugins.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
index 8880da3709..b92ccff985 100644
--- a/src/plugins/plugins.pro
+++ b/src/plugins/plugins.pro
@@ -1,11 +1,6 @@
TEMPLATE = subdirs
SUBDIRS *= sqldrivers bearer
-unix {
- contains(QT_CONFIG,iconv)|contains(QT_CONFIG,gnu-libiconv)|contains(QT_CONFIG,sun-libiconv):SUBDIRS *= codecs
-} else {
- SUBDIRS *= codecs
-}
!contains(QT_CONFIG, no-gui): SUBDIRS *= imageformats
!isEmpty(QT.widgets.name): SUBDIRS += accessible