aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakebuildconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Clean up for extraData constantsAssam Boudjelthia2021-10-061-1/+1
* ProjectExplorer: Streamline access to buildDirectoryTemplate datahjk2021-08-241-5/+2
* Qmake: Proliferate FilePath usehjk2021-08-201-20/+16
* baseqtversion: commands are FilePathesTim Jenssen2021-07-141-2/+2
* QtSupport: Use FilePaths in BaseQtVersion::isInSourceDirectoryhjk2021-07-021-1/+1
* Utils: add FilePath::completeBaseNameDavid Schulz2021-06-041-1/+1
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-1/+1
* QmakeProjectManager: Un-export QmakeMakeStephjk2021-04-261-4/+4
* ProjectExplorer: Aspectify Default Build Properties pagehjk2021-03-311-7/+7
* Utils: Use value/setValue instead of settings also for TriStateAspectshjk2021-02-221-15/+14
* ProjectExplorer: Consolidate adding Qt host binaries to pathhjk2020-12-151-9/+1
* QmakeProjectManager: Make "system" execution opt-inChristian Kandeler2020-10-161-0/+26
* QmakeProjectManager: Compare the right set of argumentsChristian Kandeler2020-09-091-4/+6
* ProjectExplorer: Introduce a ProjectConfiguration::kit() functionhjk2020-09-091-8/+8
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-141-1/+1
* ProjectExplorer: Move build step name mapping to BuildManagerhjk2020-04-231-1/+1
* Qmake: Do not repeat build directory in warning messageChristian Kandeler2020-02-241-8/+5
* ProjectExplorer: Introduce ToolChainKitAspect::{c,cxx}ToolChainhjk2020-02-191-1/+1
* DebuggerAspect: Simplify handling of Qml debuggingTobias Hunger2020-02-191-5/+0
* Qmake: Deactivate parse guard before it can cause troublehjk2020-02-061-3/+5
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-3/+2
* ProjectExplorer: Move some of the BuildInfo setup code to central placeshjk2020-01-141-51/+49
* ProjectExplorer: De-QObject-ify BuildConfigurationFactorieshjk2020-01-101-6/+6
* ProjectExplorer: Replace BuildConfigurationFactory::availableBuildshjk2020-01-091-26/+25
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-091-3/+4
* ProjectExplorer: Register some initial build steps by idhjk2020-01-071-2/+3
* ProjectExplorer: Move some build-related code to BuildManagerChristian Kandeler2019-12-191-0/+1
* ProjectExplorer: Pass parameters to BuildConfiguration initializationhjk2019-12-101-6/+6
* ProjectExplorer: Use function object for special build config inithjk2019-12-091-45/+44
* ProjectExplorer: Settle on fixed set of build step listshjk2019-12-061-15/+9
* Qmake: Set QmakeBuildConfig aspect values more directlyhjk2019-12-051-8/+3
* Qmake: Simplify collection of available buildshjk2019-12-051-12/+6
* ProjectExplorer: Provide the option to build only the app to be runChristian Kandeler2019-12-051-0/+11
* Qmake: Accept global build settings as authorativehjk2019-12-051-7/+26
* Utils: Move FileUtils::resolvePath to FilePathhjk2019-12-051-2/+2
* Qmake: Simplify use of helper for creation of shadow dir pathshjk2019-12-051-20/+10
* ProjectExplorer: Use full class for TriState valuehjk2019-12-031-26/+21
* QmakeBuildConfiguration: Make use of Qt-related build aspectsChristian Kandeler2019-11-281-5/+57
* QmakeBuildConfiguration: Make use of SeparateDebugInfoAspectChristian Kandeler2019-11-281-7/+24
* Qmake: Make proper use of BuildDirectoryAspectChristian Kandeler2019-11-281-5/+114
* Qmake: Move some non-configuration code from build config to build systemhjk2019-11-251-29/+2
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-7/+18
* BaseQtVersion: remove qmakeProperty(...) getterTobias Hunger2019-10-011-5/+5
* QmakePM: Remove unused explicit shadow build flaghjk2019-08-231-3/+0
* ProjectExplorer: Set up hack to funnel information to buildstep ctorshjk2019-08-221-6/+7
* ProjectExplorer: Handle parsingStarted/Finished in BuildConfigurationTobias Hunger2019-08-211-20/+0
* QmakeProject: Move QmakeBC::isShadowBuildhjk2019-07-291-9/+0
* Qmake: Replace QmakeBC::emitQmakeBuildConfigurationChangedhjk2019-07-291-5/+0
* ProjectExplorer: Merge BuildConfigurationFactory::availableBuildshjk2019-06-271-17/+13