diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:13:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:13:33 +0900 |
commit | c444c6331928c6626985d160b8da3f72a40f6946 (patch) | |
tree | f3d5401663a306cc4aba3f304047519554c17800 /siputils.py | |
parent | f12979141f1bc5cc31a62aa6874ad54ff619f2f0 (diff) | |
download | sip4-tqt-c444c6331928c6626985d160b8da3f72a40f6946.tar.gz sip4-tqt-c444c6331928c6626985d160b8da3f72a40f6946.zip |
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'siputils.py')
-rw-r--r-- | siputils.py | 2 |
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") |