QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent f12979141f
commit c444c63319
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -568,7 +568,7 @@ class Makefile:
elif mod == "phonon":
defines.append("QT_PHONON_LIB")
elif self._threaded:
defines.append("QT_THREAD_SUPPORT")
defines.append("TQT_THREAD_SUPPORT")
# Handle library directories.
libdir_qt = self.optional_list("LIBDIR_QT")

Loading…
Cancel
Save