diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:50 +0900 |
commit | 044b539daf0f8937d2e2268cb1da3a51332da852 (patch) | |
tree | 2fe5440bde4b84fbf0640f713e5f63d076ff3099 /siputils.py | |
parent | e684d18c0df9c48d4ab2c2f83d086eb0c5f7d78a (diff) | |
download | sip4-tqt-044b539d.tar.gz sip4-tqt-044b539d.zip |
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'siputils.py')
-rw-r--r-- | siputils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/siputils.py b/siputils.py index cf02ac0..42bd72f 100644 --- a/siputils.py +++ b/siputils.py @@ -571,7 +571,7 @@ class Makefile: defines.append("TQT_THREAD_SUPPORT") # Handle library directories. - libdir_qt = self.optional_list("LIBDIR_QT") + libdir_qt = self.optional_list("LIBDIR_TQT") libdir.extend(libdir_qt) rpaths.extend(libdir_qt) @@ -678,7 +678,7 @@ class Makefile: incdir.append(specd) - qtincdir = self.optional_list("INCDIR_QT") + qtincdir = self.optional_list("INCDIR_TQT") if qtincdir: if self.config.qt_version >= 0x040000: |