diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-01-22 15:01:29 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-01-23 02:57:40 +0100 |
commit | 4feca443fb45a87fa971fe7f24c9dd3128643c19 (patch) | |
tree | cafb62865ab0f282e8d8a4b0f8765e173e4f36c3 /build.py | |
parent | 16434e5519f6224e231bc5f7202f0e495eda7bb7 (diff) | |
download | pytqt-4feca443fb45a87fa971fe7f24c9dd3128643c19.tar.gz pytqt-4feca443fb45a87fa971fe7f24c9dd3128643c19.zip |
temporary commit to show changes
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'build.py')
-rw-r--r-- | build.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -123,7 +123,7 @@ LIBS += @TEST_TQUI_LIB@ @TEST_TQSCINTILLA_LIB@ config.patches["@TEST_TQSCINTILLA_INC@"] = "" config.patches["@TEST_TQSCINTILLA_LIB@"] = "" - # Create a dummy source file to suppress a qmake warning. + # Create a dummy source file to suppress a tqmake warning. sip_tqt_config.copy_to_file("tqttest.cpp", "") config.create_makefile("tqttest.pro") @@ -573,7 +573,7 @@ def main(argv): config.patches["@PYTQT_RBPROF@"] = rbprof - # Link in the qassistantclient library for TQt v3.1+. + # Link in the tqassistantclient library for TQt v3.1+. tqaclib = "" if config.tqt_version >= 0x030100: @@ -582,7 +582,7 @@ def main(argv): else: tqaclib = "-ltqassistantclient" - config.patches["@PYTQT_QASSISTANTCLIENT_LIB@"] = tqaclib + config.patches["@PYTQT_TQASSISTANTCLIENT_LIB@"] = tqaclib # Check for TQScintilla. if config.tqt_version >= 0x030000: |