Merge branch 'update-qt-appveyor-path' into 'master'

Update Qt path in appveyor

See merge request openlp/packaging!15
This commit is contained in:
Tomas Groth 2021-09-03 11:22:00 +00:00
commit d3138d7592
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[executables]
lrelease = /usr/local/opt/qt/bin/lrelease
lrelease = $HOME/Qt/5.15/clang_64/bin/lrelease
[paths]
branch = path/to/openlp/trunk

View File

@ -1,6 +1,6 @@
[executables]
htmlhelp = %(progfilesx86)s\HTML Help Workshop\hhc.exe
lrelease = C:\Qt\5.12\msvc2017\bin\lrelease.exe
lrelease = C:\Qt\5.15\msvc2019\bin\lrelease.exe
portablelauncher = %(here)s\..\..\PortableApps.comLauncher\PortableApps.comLauncherGenerator.exe
portableinstaller = %(here)s\..\..\PortableApps.comInstaller\PortableApps.comInstaller.exe
candle = %(progfilesx86)s\WiX Toolset v3.11\bin\candle.exe