diff options
author | Michele Calgaro <[email protected]> | 2018-10-17 19:46:32 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-17 19:46:32 +0900 |
commit | 9103b635cc2348b03133203075a8a0da56724c51 (patch) | |
tree | 45b6f2da522e24908443a4419238ff404287efe5 | |
parent | e450292ca35f9a34fee81c3e015249da8ad31c8c (diff) | |
download | sip4-tqt-9103b635cc2348b03133203075a8a0da56724c51.tar.gz sip4-tqt-9103b635cc2348b03133203075a8a0da56724c51.zip |
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | siputils.py | 2 |
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: |