summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2011-12-06 12:20:54 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-06 18:37:54 +0100
commit6b889f89dcdc661e678281fba882a362d86c6603 (patch)
tree7eefdf1c25dfdfd23cab0977c26a8c76d2863488 /mkspecs/features
parente8f27a71bb96b0126539bc8ed29edb37254fa5ff (diff)
Remove the QT_THREAD_SUPPORT defines
These are no longer used. Qt 3.x used them to enable thread support (which was optional at the time), but starting with 4.0, thread support is always enabled, and these defines were removed from the code. Change-Id: I4d1c75171c263383fc055d2a7fe52ca0501acd7a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'mkspecs/features')
-rw-r--r--mkspecs/features/win32/thread.prf4
1 files changed, 0 insertions, 4 deletions
diff --git a/mkspecs/features/win32/thread.prf b/mkspecs/features/win32/thread.prf
index 76354a8200..fc832a0990 100644
--- a/mkspecs/features/win32/thread.prf
+++ b/mkspecs/features/win32/thread.prf
@@ -1,8 +1,4 @@
CONFIG -= thread_off
-qt {
- target_qt:PRL_EXPORT_DEFINES += QT_THREAD_SUPPORT
- else:DEFINES += QT_THREAD_SUPPORT
-}
# #### These need to go
debug {