aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/configurations/pkg_templates/pkg_56/qt.56.win32_mingw49/meta/installscript.qs
diff options
context:
space:
mode:
Diffstat (limited to 'packaging-tools/configurations/pkg_templates/pkg_56/qt.56.win32_mingw49/meta/installscript.qs')
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_56/qt.56.win32_mingw49/meta/installscript.qs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging-tools/configurations/pkg_templates/pkg_56/qt.56.win32_mingw49/meta/installscript.qs b/packaging-tools/configurations/pkg_templates/pkg_56/qt.56.win32_mingw49/meta/installscript.qs
index 7f2f6c392..115ece2e2 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_56/qt.56.win32_mingw49/meta/installscript.qs
+++ b/packaging-tools/configurations/pkg_templates/pkg_56/qt.56.win32_mingw49/meta/installscript.qs
@@ -48,7 +48,7 @@ function createShortcuts()
var batchFileName = component_root_path + "\\" + "bin" + "\\" + "qtenv2.bat";
var contentString = "echo off\r\n";
contentString += "echo Setting up environment for Qt usage...\r\n";
- contentString += "set PATH=" + component_root_path + "\\bin;@MINGW492_DIR@\\bin;%PATH%\r\n";
+ contentString += "set PATH=" + component_root_path + "\\bin;" + installer.value("MINGW492_DIR") + "\\bin;%PATH%\r\n";
contentString += "cd /D " + component_root_path + "\r\n";
//contentString += "echo Remember to call vcvarsall.bat to complete environment setup!\r\n";
// Dump batch file