diff options
author | CoprDistGit <infra@openeuler.org> | 2025-01-05 14:40:08 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-01-05 14:40:08 +0000 |
commit | 5da9295291b689e177d6a0de4c5679a8496fe921 (patch) | |
tree | 3451b289f0f1ec036927a1aefb7b298a868bca96 /qscintilla-2.11.6-add-qtwidgets.patch | |
parent | 519942f8506e7bb04556825d344ff6d607ce3f8c (diff) |
automatic import of qscintilla
Diffstat (limited to 'qscintilla-2.11.6-add-qtwidgets.patch')
-rw-r--r-- | qscintilla-2.11.6-add-qtwidgets.patch | 11 |
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')) + |