From 4da9929462c7f6c90230302d238e9b852e7a5679 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Tue, 2 May 2017 22:21:06 +0200 Subject: [PATCH] Update to use appveyors qt installation for lrelease --- windows/config-appveyor.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/config-appveyor.ini b/windows/config-appveyor.ini index e98aba7..8161e61 100644 --- a/windows/config-appveyor.ini +++ b/windows/config-appveyor.ini @@ -5,7 +5,7 @@ pyinstaller = %(here)s\..\..\PyInstaller-3.2\pyinstaller.py vcbuild = %(progfiles)s\Microsoft Visual Studio 9.0\VC\vcpackages\vcbuild.exe htmlhelp = %(progfiles)s\HTML Help Workshop\hhc.exe psvince = %(here)s\psvince.dll -lrelease = %(sitepackages)s\PyQt5\bin\lrelease.exe +lrelease = C:\Qt\5.5\msvc2013\bin\lrelease.exe portablelauncher = %(here)s\..\..\PortableApps.comLauncher\PortableApps.comLauncherGenerator.exe portableinstaller = %(here)s\..\..\PortableApps.comInstaller\PortableApps.comInstaller.exe mutool = %(here)s\..\..\mupdf-1.9a-windows\mutool.exe