From 9103b635cc2348b03133203075a8a0da56724c51 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 19:46:32 +0900 Subject: [PATCH] QT_NO_* -> TQT_NO_* renaming. Signed-off-by: Michele Calgaro --- siputils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/siputils.py b/siputils.py index 42bd72f..7521b77 100644 --- a/siputils.py +++ b/siputils.py @@ -536,7 +536,7 @@ class Makefile: defines.append("QT_DLL") if not self._debug: - defines.append("QT_NO_DEBUG") + defines.append("TQT_NO_DEBUG") if self.config.qt_version >= 0x040000: for mod in self._qt: