Skip to content

Commit

Permalink
#476 update qsci pr - add template
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Jan 28, 2025
1 parent 384b15a commit f0b6d0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 476_QGIS/qscintilla_v3_2.14.1_ConfMake.eb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ prebuildopts += (
"sed -i "
r"-e 's|\$\$\[QT_INSTALL_HEADERS\]|%(installdir)s/include|g' "
r"-e 's|\$\$\[QT_INSTALL_LIBS\]|%(installdir)s/lib|g' "
"%(start_dir)s/features/qscintilla2.prf && "
"%(start_dir)s/features/%(namelower)s2.prf && "
)
prebuildopts += (
"sed -i "
Expand All @@ -46,9 +46,9 @@ prebuildopts += (
r"-e 's|\$\$\[QT_INSTALL_HEADERS\]|%(installdir)s/include|g' "
r"-e 's|\$\$\[QT_INSTALL_LIBS\]|%(installdir)s/lib|g' "
r"-e 's|\$\$\[QT_INSTALL_TRANSLATIONS\]|%(installdir)s/trans|g' "
"%(start_dir)s/qscintilla.pro && "
"%(start_dir)s/%(namelower)s.pro && "
)
prebuildopts += 'qmake qscintilla.pro && '
prebuildopts += 'qmake %(namelower)s.pro && '

# install python bindings to let `import PyQt5.Qsci` works
postinstallcmds = [
Expand Down

0 comments on commit f0b6d0e

Please sign in to comment.