From b978584cf22bb7a004743527b4d7e90efe03b1e7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 26 Oct 2024 11:22:30 +0900 Subject: Updated after renaming of ntqconfig.h in tqt3 Signed-off-by: Michele Calgaro --- configure.py | 5 +---- 1 file changed, 1 insertion(+), 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() -- cgit v1.2.1