summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:13:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:13:33 +0900
commitc444c6331928c6626985d160b8da3f72a40f6946 (patch)
treef3d5401663a306cc4aba3f304047519554c17800
parentf12979141f1bc5cc31a62aa6874ad54ff619f2f0 (diff)
downloadsip4-tqt-c444c633.tar.gz
sip4-tqt-c444c633.zip
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
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 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")