diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 13:56:04 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 13:56:04 +0900 | 
| commit | f1918cc46e3124a613c6f724562b2e903f436f43 (patch) | |
| tree | 13826fc878c741e8ca4461887d949b32078b744c /configure.py | |
| parent | b978584cf22bb7a004743527b4d7e90efe03b1e7 (diff) | |
| download | pytqt-f1918cc46e3124a613c6f724562b2e903f436f43.tar.gz pytqt-f1918cc46e3124a613c6f724562b2e903f436f43.zip | |
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'configure.py')
| -rw-r--r-- | configure.py | 17 | 
1 files changed, 0 insertions, 17 deletions
| diff --git a/configure.py b/configure.py index d0169b0..c943fa6 100644 --- a/configure.py +++ b/configure.py @@ -1193,11 +1193,6 @@ def resolve_tqt3_library(generator):          emlib = is_tqt_library(generator, "tqte")          etlib = is_tqt_library(generator, "tqte-mt") -        # Borland likes to be a little different. -        bmtlib = is_tqt_library(generator, "tqtmt") -        bedlib = is_tqt_library(generator, "tqtmtedu") -        bevlib = is_tqt_library(generator, "tqtmteval") -          names = []          if stlib: @@ -1224,18 +1219,6 @@ def resolve_tqt3_library(generator):              opt_tqtlib = "tqte-mt"              names.append(opt_tqtlib) -        if bmtlib: -            opt_tqtlib = "tqtmt" -            names.append(opt_tqtlib) - -        if bedlib: -            opt_tqtlib = "tqtmtedu" -            names.append(opt_tqtlib) - -        if bevlib: -            opt_tqtlib = "tqtmteval" -            names.append(opt_tqtlib) -          if not names:              sip_tqt_config.error("No TQt libraries could be found in %s." % tqt_libdir) | 
