From 6b889f89dcdc661e678281fba882a362d86c6603 Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Tue, 6 Dec 2011 12:20:54 +0100 Subject: [PATCH] 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 Reviewed-by: Oswald Buddenhagen --- mkspecs/features/win32/thread.prf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mkspecs/features/win32/thread.prf b/mkspecs/features/win32/thread.prf index 76354a82002..fc832a0990e 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 {