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>
This commit is contained in:
Bradley T. Hughes 2011-12-06 12:20:54 +01:00 committed by Qt by Nokia
parent e8f27a71bb
commit 6b889f89dc

View File

@ -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 {