From c444c6331928c6626985d160b8da3f72a40f6946 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 18 Sep 2018 01:13:33 +0900 Subject: [PATCH] QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module Signed-off-by: Michele Calgaro --- siputils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/siputils.py b/siputils.py index 17935ba..cf02ac0 100644 --- a/siputils.py +++ b/siputils.py @@ -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")