summaryrefslogtreecommitdiff
path: root/qscintilla-2.11.6-add-qtwidgets.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qscintilla-2.11.6-add-qtwidgets.patch')
-rw-r--r--qscintilla-2.11.6-add-qtwidgets.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/qscintilla-2.11.6-add-qtwidgets.patch b/qscintilla-2.11.6-add-qtwidgets.patch
new file mode 100644
index 0000000..55f7ae4
--- /dev/null
+++ b/qscintilla-2.11.6-add-qtwidgets.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\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'))
+