diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-26 11:22:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-26 11:22:30 +0900 |
commit | b978584cf22bb7a004743527b4d7e90efe03b1e7 (patch) | |
tree | 78538f4aa26bd44988cb09a86fb7ed9014cdf196 | |
parent | d0ab12dc39963aa28698943bf4ad88d3fd3d4c51 (diff) | |
download | pytqt-b978584cf22bb7a004743527b4d7e90efe03b1e7.tar.gz pytqt-b978584cf22bb7a004743527b4d7e90efe03b1e7.zip |
Updated after renaming of ntqconfig.h in tqt3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | configure.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.py b/configure.py index 0c9a22d..d0169b0 100644 --- a/configure.py +++ b/configure.py @@ -1109,10 +1109,7 @@ def check_tqt_installation(macros): tqconfig = os.path.join(tqconfigdir, "tqconfig.h") if not os.access(tqconfig,os.F_OK): - tqconfig = os.path.join(tqconfigdir, "ntqconfig.h") - - if not os.access(tqconfig,os.F_OK): - sip_tqt_config.error("tqconfig.h or ntqconfig.h could not be found in %s." % tqconfigdir) + sip_tqt_config.error("tqconfig.h could not be found in %s." % tqconfigdir) f = open(tqconfig) l = f.readline() |