diff options
author | CoprDistGit <infra@openeuler.org> | 2025-01-05 13:43:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-01-05 13:43:36 +0000 |
commit | 3cd166caf57437d906712cd18427c6c78af28ff7 (patch) | |
tree | afa1c67967b69b9ebd982783c9915f6da2ed4794 | |
parent | ef717e2481c9a560a165a6e9b0a4d94e7239a13e (diff) |
automatic import of qscintilla
-rw-r--r-- | qscintilla.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qscintilla.spec b/qscintilla.spec index 0a0dae9..32b7fa0 100644 --- a/qscintilla.spec +++ b/qscintilla.spec @@ -78,6 +78,12 @@ pushd Python --sip=/usr/bin/sip-pyqt5 \ --qsci-incdir=../Qt4Qt5 --qsci-libdir=../Qt4Qt5 make sub-Qsci-qmake_all +sed -i \ + -e '#^CXXFLAGS#s#$# %{build_cxxflags}#' \ + -e '#^LFLAGS#s#$# %{build_ldflags}#'\ + -e '#^INCPATH#s#$# -I%{_qt5_includedir}/QtWidgets#' \ + -e '#^LIBS#s#$# %{_qt5_libdir}/libQt5Widgets.so#'\ + Qsci/Makefile cat Qsci/Makefile %make_build popd |