summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:32 +0900
commit9103b635cc2348b03133203075a8a0da56724c51 (patch)
tree45b6f2da522e24908443a4419238ff404287efe5
parente450292ca35f9a34fee81c3e015249da8ad31c8c (diff)
downloadsip4-tqt-9103b635cc2348b03133203075a8a0da56724c51.tar.gz
sip4-tqt-9103b635cc2348b03133203075a8a0da56724c51.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--siputils.py2
1 files changed, 1 insertions, 1 deletions
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: