summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2012-01-23 11:04:24 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-24 15:23:54 +0100
commit0e06e47a0b37c3741a9501980e743530aab538d0 (patch)
treedcfd6813bb2be2f3db0806615099aa510cb6c10c /src
parent3bc42e860d039147de0c22c0db0ad756ccc060de (diff)
Remove dependencies on removed "TEXTSTREAM" option (f65a10b733)
Change-Id: If7d6ca7af8eb305bd127776a35223d50c1fb4f04 Reviewed-by: Tasuku Suzuki <tasuku.suzuki@nokia.com> Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qfeatures.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/global/qfeatures.txt b/src/corelib/global/qfeatures.txt
index 4eae2f50ec..c7c230ca42 100644
--- a/src/corelib/global/qfeatures.txt
+++ b/src/corelib/global/qfeatures.txt
@@ -858,7 +858,7 @@ SeeAlso: ???
Feature: IMAGEFORMAT_XPM
Description: Supports the X11 Pixmap image file format.
Section: Images
-Requires: TEXTSTREAM
+Requires:
Name: XPM Image Format
SeeAlso: ???
@@ -917,7 +917,7 @@ SeeAlso: ???
Feature: PRINTER
Description: Supports printing
Section: Painting
-Requires: TEXTSTREAM PICTURE TEMPORARYFILE
+Requires: PICTURE TEMPORARYFILE
Name: QPrinter
SeeAlso: ???
@@ -1037,7 +1037,7 @@ SeeAlso: ???
Feature: HOSTINFO
Description: Supports host name lookups.
Section: Networking
-Requires: TEXTSTREAM
+Requires:
Name: QHostInfo
SeeAlso: ???