summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qfeatures.txt
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-10-25 14:49:16 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-29 15:37:35 +0100
commit95156cfff75398d8e920f2aee5abef42dd07c0b3 (patch)
tree772a8882adec5f1bf1b093836dc77edb2f297530 /src/corelib/global/qfeatures.txt
parentf6a5e3d1e843a6417d03f8146269aeb97ae8f728 (diff)
purge vestiges of dead QT_NO_* defines
Change-Id: I6be54e8ce4c2522b3907a645506b695fab3aebd9 Reviewed-by: Tasuku Suzuki <stasuku@gmail.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/corelib/global/qfeatures.txt')
-rw-r--r--src/corelib/global/qfeatures.txt20
1 files changed, 1 insertions, 19 deletions
diff --git a/src/corelib/global/qfeatures.txt b/src/corelib/global/qfeatures.txt
index 4d07c798c8..50b803c912 100644
--- a/src/corelib/global/qfeatures.txt
+++ b/src/corelib/global/qfeatures.txt
@@ -759,12 +759,6 @@ Section: Painting
Requires: PRINTER LIBRARY
Name: Common UNIX Printing System
-Feature: PAINTONSCREEN
-Description: Supports the Qt::WA_PaintOnScreen widget attribute.
-Section: Painting
-Requires:
-Name: Qt::WA_PaintOnScreen
-
Feature: PAINT_DEBUG
Description: Debug painting with the environment variables QT_FLUSH_UPDATE and QT_FLUSH_PAINT
Section: Painting
@@ -787,12 +781,6 @@ Section: Internationalization
Requires:
Name: Translation
-Feature: TRANSLATION_UTF8
-Description: Supports translations using QObject::trUtf8().
-Section: Internationalization
-Requires: TRANSLATION TEXTCODEC
-Name: Translation (UTF-8 representation)
-
Feature: TEXTCODEC
Description: Supports conversions between text encodings.
Section: Internationalization
@@ -819,12 +807,6 @@ Name: iconv
# Networking
-Feature: HOSTINFO
-Description: Supports host name lookups.
-Section: Networking
-Requires:
-Name: QHostInfo
-
Feature: FTP
Description: Supports FTP file access.
Section: Networking
@@ -834,7 +816,7 @@ Name: File Transfer Protocol
Feature: HTTP
Description: Supports HTTP file access.
Section: Networking
-Requires: HOSTINFO
+Requires:
Name: Hyper Text Transfer Protocol
Feature: UDPSOCKET