From 4978511ebb7e8d31dab64485d1ac87b6e004be81 Mon Sep 17 00:00:00 2001 From: aneejit1 Date: Thu, 28 Jul 2022 15:46:19 +0000 Subject: Remove Qt V2 support and example files Build files for pyuic2 have been removed along with the examples for version 2 of Qt and the build/configure scripts have been amended accordingly. The "examples3" directory has been renamed to just "examples". Signed-off-by: aneejit1 (cherry picked from commit e602246539fd7435aaeb440fcb7f852c92c8426b) --- configure.py | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'configure.py') diff --git a/configure.py b/configure.py index 8689027..c602e33 100644 --- a/configure.py +++ b/configure.py @@ -361,24 +361,6 @@ class ConfigurePyTQt3(ConfigureBase): makefile.generate() tool_dirs.append("pylupdate3") - elif qt_version >= 0x020000: - sipconfig.inform("Creating pyuic Makefile...") - - makefile = sipconfig.ProgramMakefile( - configuration=sipcfg, - build_file="pyuic.sbf", - dir="pyuic2", - install_dir=opt_pyqtbindir, - console=1, - qt=1, - warnings=1 - ) - - makefile.extra_defines.append("UIC") - makefile.extra_include_dirs.append(qt_dir + "/src/3rdparty/zlib") - - makefile.generate() - tool_dirs.append("pyuic2") return tool_dirs -- cgit v1.2.3