Bug 386761 - Wrong default compiler in craftsettings.ini under QtSDK
Summary: Wrong default compiler in craftsettings.ini under QtSDK
Status: RESOLVED NOT A BUG
Alias: None
Product: Craft
Classification: Developer tools
Component: Core (show other bugs)
Version: stable
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Hannah von Reth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-12 00:30 UTC by Uwe Stöhr
Modified: 2017-11-12 23:06 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.