From 0b6fa0e0b60bcebaa68ca285900a9321f839b15a Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 5 Jan 2025 14:49:39 +0000 Subject: automatic import of qscintilla --- qscintilla-2.11.6-add-qtwidgets-and-printsupport.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 qscintilla-2.11.6-add-qtwidgets-and-printsupport.patch (limited to 'qscintilla-2.11.6-add-qtwidgets-and-printsupport.patch') diff --git a/qscintilla-2.11.6-add-qtwidgets-and-printsupport.patch b/qscintilla-2.11.6-add-qtwidgets-and-printsupport.patch new file mode 100644 index 0000000..01e2fab --- /dev/null +++ b/qscintilla-2.11.6-add-qtwidgets-and-printsupport.patch @@ -0,0 +1,11 @@ +--- qscintilla-2.11.6/Python/configure.py.orig 2025-01-05 22:31:31.638132600 +0800 ++++ qscintilla-2.11.6/Python/configure.py 2025-01-05 22:33:20.803805600 +0800 +@@ -1469,6 +1469,8 @@ + if qt: + pro.write('QT += %s\n' % qt) + ++ pro.write('QT += widgets printsupport\n') ++ + pro.write('CONFIG += %s\n' % ('debug' if target_config.debug else 'release')) + pro.write('CONFIG += %s\n' % ('staticlib' if opts.static else 'plugin plugin_bundle')) + -- cgit v1.2.3