Bug 386761

Summary: Wrong default compiler in craftsettings.ini under QtSDK
Product: [Developer tools] Craft Reporter: Uwe Stöhr <uwestoehr>
Component: CoreAssignee: Hannah von Reth <vonreth>
Status: RESOLVED NOT A BUG    
Severity: normal CC: kde-windows, simonandric5
Priority: NOR    
Version: stable   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description Uwe Stöhr 2017-11-12 00:30:38 UTC
I setup craft from scratch as described in
https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source/Windows

After Craft was successfully installed, I see in craftsettings.ini correctly

ABI = windows-msvc2015_64-cl

but in the section QtSDK I see

Compiler = mingw482_32

This seems incorrect because I haven't installed mingw and i specified that I have msvc during the nstallation of craft.
Comment 1 Hannah von Reth 2017-11-12 11:44:49 UTC
The section QtSDK is only for advanced users and should only be enabled when you know what you do and want to use a prebuild Qt.

When you decide to setup Craft in QtSDK mode you need to manually specify the settings as described in the commands.
Comment 2 Uwe Stöhr 2017-11-12 15:11:00 UTC
> When you decide to setup Craft in QtSDK mode you need to manually specify the settings as described in the commands.

Yes, I understand. This bug was only that i expected the preset in the SDK section he same compiler as in the ABI.

Concerning that setting a QtSDK doesnt. t work I just opened a new bug 386776.