summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qfeatures.txt
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2009-10-30 11:20:09 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2009-10-30 11:30:28 (GMT)
commitb68cd1df21935fc032a93c7d7bc33fcb77c7b8cd (patch)
tree2b04403216cd5d7181fb4f001964c253415fb7fe /src/corelib/global/qfeatures.txt
parent9c681ddc3a70b220de5d38de498ab1804ec12d4a (diff)
downloadQt-b68cd1df21935fc032a93c7d7bc33fcb77c7b8cd.zip
Qt-b68cd1df21935fc032a93c7d7bc33fcb77c7b8cd.tar.gz
Qt-b68cd1df21935fc032a93c7d7bc33fcb77c7b8cd.tar.bz2
Reverts bf1a6bb6b3b8c98f6ab402512eb2f1996c2435c7
and removes THREAD from qfeature Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib/global/qfeatures.txt')
-rw-r--r--src/corelib/global/qfeatures.txt15
1 files changed, 4 insertions, 11 deletions
diff --git a/src/corelib/global/qfeatures.txt b/src/corelib/global/qfeatures.txt
index 543056f..ff34006 100644
--- a/src/corelib/global/qfeatures.txt
+++ b/src/corelib/global/qfeatures.txt
@@ -28,17 +28,10 @@ Requires:
Name: CssParser
SeeAlso: ???
-Feature: THREAD
-Description: Supports multithreaded programming.
-Section: Kernel
-Requires:
-Name: QThread
-SeeAlso: ???
-
Feature: CONCURRENT
Description: Provides a high-level multi-threaded APIs
Section: Kernel
-Requires: THREAD
+Requires:
Name: QtConcurrent
SeeAlso: ???
@@ -195,7 +188,7 @@ SeeAlso: ???
Feature: PROCESS
Description: Supports external process invocation.
Section: File I/O
-Requires: THREAD
+Requires:
Name: QProcess
SeeAlso: ???
@@ -245,7 +238,7 @@ Feature: FILESYSTEMWATCHER
Description: Provides an interface for monitoring files and directories
for modications.
Section: File I/O
-Requires: THREAD
+Requires:
Name: QFileSystemWatcher
SeeAlso: ???
@@ -1166,7 +1159,7 @@ SeeAlso: ???
Feature: ANIMATION
Description: Provides a framework for animations.
Section: Utilities
-Requires: PROPERTIES THREAD
+Requires: PROPERTIES
Name: Animation
SeeAlso: ???