summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-12-17 16:33:58 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2018-12-18 14:01:10 +0000
commit9ee5a7fcf774d07862fdc18c5fc11c6d88bad9a8 (patch)
treee84dee5054d61696adb5d6306bfbf28bcfa8453f
parent8fcf3a16d9aaf12e81f8666840f01ba533130b06 (diff)
downloadmeta-boot2qt-9ee5a7fcf774d07862fdc18c5fc11c6d88bad9a8.tar.gz
QBSP: add correct cmake generator for windows toolchain
Change-Id: I7589e2d503052861cceabd8bc7094d9a992f2ff7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-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",