diff options
author | CoprDistGit <infra@openeuler.org> | 2025-01-05 11:55:16 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-01-05 11:55:16 +0000 |
commit | 2a00aa69068c6c9d136b5522ab9cad8a58bf9326 (patch) | |
tree | 974ccde4d34266316db03f368049a118b2bb12ec | |
parent | 7f280c567e5259152d861808a677df42ccfc74c6 (diff) |
automatic import of qscintilla
-rw-r--r-- | qscintilla.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qscintilla.spec b/qscintilla.spec index 626dba4..c398473 100644 --- a/qscintilla.spec +++ b/qscintilla.spec @@ -67,7 +67,7 @@ popd QMAKEFEATURES=`pwd`/Qt5/features; export QMAKEFEATURES pushd designer-Qt4Qt5 -%{qmake_qt5} designer.pro INCLUDEPATH+=../Qt5 LIBS+=-L../Qt5 +%{qmake_qt5} designer.pro INCLUDEPATH+=../Qt4Qt5 LIBS+=-L../Qt4Qt5 %make_build pushd Python @@ -75,8 +75,9 @@ pushd Python configure.py --verbose \ --pyqt=PyQt5 \ --sip=/usr/bin/sip-pyqt5 \ - --qsci-incdir=../Qt5 --qsci-libdir=../Qt5 + --qsci-incdir=../Qt4Qt5 --qsci-libdir=../Qt4Qt5 cat Makefile +cat Qsci/Makefile %make_build QMAKE_LFLAGS_RELEASE=%{_qt5_ldflags} QMAKE_CXXFLAGS_RELEASE=%{_qt5_cxxflags} %install |