We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768e04d commit 959f012Copy full SHA for 959f012
1 file changed
tb_common.js
@@ -14,6 +14,10 @@ function setCommonFlags() {
14
project.setVariable("WIX_LIGHT", "C:\\Program Files (x86)\\WiX Toolset v3.11\\bin\\light.exe");
15
project.setVariable("WIX_CANDLE", "C:\\Program Files (x86)\\WiX Toolset v3.11\\bin\\candle.exe");
16
17
+ project.setVariable("QT_LRELEASE", mingw + "\\qt5-static\\bin\\lrelease.exe");
18
+ project.setVariable("QT_LUPDATE", mingw + "\\qt5-static\\bin\\lupdate.exe");
19
+ project.setVariable("QT_UIC", mingw + "\\qt5-static\\bin\\uic.exe");
20
+
21
var version = system.readTextFile(project.getDirectory() + "\\..\\appveyor.yml");
22
version = version.split('\n')[0];
23
version = version.split(':')[1];
0 commit comments