summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-01-05 11:55:16 +0000
committerCoprDistGit <infra@openeuler.org>2025-01-05 11:55:16 +0000
commit2a00aa69068c6c9d136b5522ab9cad8a58bf9326 (patch)
tree974ccde4d34266316db03f368049a118b2bb12ec
parent7f280c567e5259152d861808a677df42ccfc74c6 (diff)
automatic import of qscintilla
-rw-r--r--qscintilla.spec5
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