Skip to content

Commit

Permalink
Upgrade to qscintilla 2.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Oct 31, 2021
1 parent 24315d2 commit e4a77b1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 48 deletions.
23 changes: 0 additions & 23 deletions patches/qt5/QTBUG-46846.patch

This file was deleted.

11 changes: 0 additions & 11 deletions patches/qt5/QTBUG-56004.patch

This file was deleted.

11 changes: 0 additions & 11 deletions patches/qt5/QTBUG-56004b.patch

This file was deleted.

6 changes: 3 additions & 3 deletions scripts/macosx-build-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ PACKAGES=(
"cgal 5.3"
"qt5 5.15.2"
"opencsg 1.4.2"
"qscintilla 2.11.6"
"qscintilla 2.13.1"
)
DEPLOY_PACKAGES=(
"sparkle 1.21.3"
Expand Down Expand Up @@ -195,13 +195,13 @@ build_qscintilla()
version=$1
echo "Building QScintilla" $version "..."
cd $BASEDIR/src
QSCINTILLA_FILENAME="QScintilla-$version.tar.gz"
QSCINTILLA_FILENAME="QScintilla_src-$version.tar.gz"
rm -rf "${QSCINTILLA_FILENAME}"
if [ ! -f "${QSCINTILLA_FILENAME}" ]; then
curl -LO https://www.riverbankcomputing.com/static/Downloads/QScintilla/$version/"${QSCINTILLA_FILENAME}"
fi
tar xzf "${QSCINTILLA_FILENAME}"
cd QScintilla*/Qt4Qt5
cd QScintilla*/src
#patch -p2 < $OPENSCADDIR/patches/QScintilla-2.9.3-xcode8.patch
qmake qscintilla.pro
make -j"$NUMCPU" install
Expand Down

0 comments on commit e4a77b1

Please sign in to comment.