summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-boot2qt/files/qbsp/toolchain_installscript.qs1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-boot2qt/files/qbsp/toolchain_installscript.qs b/meta-boot2qt/files/qbsp/toolchain_installscript.qs
index 4d25bf7..8de238b 100644
--- a/meta-boot2qt/files/qbsp/toolchain_installscript.qs
+++ b/meta-boot2qt/files/qbsp/toolchain_installscript.qs
@@ -73,6 +73,7 @@ Component.prototype.createOperations = function()
73 executableExt = ".exe"; 73 executableExt = ".exe";
74 hostSysroot = "i686-pokysdk-mingw32"; 74 hostSysroot = "i686-pokysdk-mingw32";
75 toolchainId = "ProjectExplorer.ToolChain.Mingw:" + component.name; 75 toolchainId = "ProjectExplorer.ToolChain.Mingw:" + component.name;
76 cmakeGenerator = "MinGW Makefiles";
76 } 77 }
77 78
78 component.addOperation("Execute", 79 component.addOperation("Execute",