diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2009-10-30 11:20:09 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2009-10-30 11:30:28 (GMT) |
commit | b68cd1df21935fc032a93c7d7bc33fcb77c7b8cd (patch) | |
tree | 2b04403216cd5d7181fb4f001964c253415fb7fe /src/corelib/global/qconfig-minimal.h | |
parent | 9c681ddc3a70b220de5d38de498ab1804ec12d4a (diff) | |
download | Qt-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/qconfig-minimal.h')
-rw-r--r-- | src/corelib/global/qconfig-minimal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/global/qconfig-minimal.h b/src/corelib/global/qconfig-minimal.h index 9cc3057..58565d6 100644 --- a/src/corelib/global/qconfig-minimal.h +++ b/src/corelib/global/qconfig-minimal.h @@ -255,9 +255,6 @@ #ifndef QT_NO_TEXTHTMLPARSER # define QT_NO_TEXTHTMLPARSER #endif -#ifndef QT_NO_THREAD -# define QT_NO_THREAD -#endif #ifndef QT_NO_CONCURRENT # define QT_NO_CONCURRENT #endif |