Make sure we use the same compiler settings as the project is by default

Authored by apol on Feb 11 2019, 4:56 PM.

Description

Make sure we use the same compiler settings as the project is by default

Summary:
Instead of trusting the user to configure it beforehand, make it
possible to check which compiler is being used in the build manager and
uses it to figure out the initial compilation settings.
This includes a QStringList IBSM::findCompiler(item) method to get the
path to the used compiler. I wonder if we should be providing the
sysroot as well.

Test Plan:
Been playing around with the androidqt branch that uses docker
to implement the SDK instead of just expecting the user to install it himself.

Reviewers: KDevelop, mwolff

Reviewed By: KDevelop, mwolff

Subscribers: mschwarz, aaronpuchert, mwolff, kdevelop-devel

Differential Revision: https://phabricator.kde.org/D11136

Details

Committed
apolFeb 11 2019, 5:01 PM
Reviewer
KDevelop
Differential Revision
D11136: Make sure we use the same compiler settings as the project is by default
Parents
R32:02b042a92355: Debugger plugin fixes
Branches
Unknown
Tags
Unknown