aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakebuildconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmakeBuildConfiguration: Pass build dir to base setterhjk2016-12-051-8/+2
* Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-08-171-1/+1
|\
| * ProjectExplorer: Resolve any CurrentProject:<foo> in default build pathUlf Hermann2016-08-151-1/+1
* | Kits: Save several ToolChains per kitTobias Hunger2016-07-141-2/+2
|/
* ProjectExplorer: Sprinkle overrides over the codeTobias Hunger2016-01-291-4/+0
* De-noise QmakeBuildConfigurationhjk2016-01-221-31/+30
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Project: Add setRootProjectNode methodTobias Hunger2016-01-111-1/+1
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-12-151-8/+16
|\
| * qmake: Don't generate profile build configurations for Qt4Ulf Hermann2015-12-091-8/+16
* | Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-12-071-1/+2
|\|
| * QMakeStep: Prevent possible crashTobias Hunger2015-12-031-1/+2
* | In Profile or Release mode use Qt Quick Compiler if supportedUlf Hermann2015-11-101-1/+5
|/
* Expand CurrentBuild:Type in the wizardsTobias Hunger2015-10-261-6/+10
* BuildInfo: Add BuildConfiguration::BuildTypeTobias Hunger2015-10-261-2/+2
* Qmake: Remove PROFILE_BUILD_KEY from QmakeBuildConfigurationTobias Hunger2015-10-231-1/+0
* Introduce Profile build modeUlf Hermann2015-10-201-7/+20
* Detach QML debugging option from qmakes build modeUlf Hermann2015-10-201-2/+3
* Remove QtQuick1 debugging option from build & run settingsUlf Hermann2015-10-011-2/+1
* QmakeProject: Show a better error message than just "Incompatible build"Daniel Teske2015-08-311-2/+14
* QmakeBuildConfiguration: Offer both Debug and Release in "Add Build"Daniel Teske2015-08-311-6/+12
* QmakePM: Remove unused private functionOrgad Shaneh2015-08-181-7/+0
* ToolChain: Turn id into a QByteArrayTobias Hunger2015-07-091-1/+1
* QMakeProjectManager: Introduce member initialization.Jarek Kobus2015-06-231-10/+2
* QmakeBuildConfiguration: Use delegating constructorDaniel Teske2015-03-181-8/+2
* QmakeProjectManager: Don't offer kits with invalid qtsDaniel Teske2015-03-151-1/+2
* Fix importing creating additional kits on OS XDaniel Teske2015-03-111-145/+112
* QmakeProjectManager::availableSetups: Don't consider kits without a qtDaniel Teske2015-03-101-0/+2
* Remove support for !shadowBuildDaniel Teske2015-03-091-39/+5
* QmakePM: Fix crash when Qt version is not setOrgad Shaneh2015-03-091-1/+1
* QmakeProjectManager: Fix typo in method nameTobias Hunger2015-02-241-1/+1
* Use new mime databaseEike Ziller2015-02-171-3/+5
* Android: Set correct ANDROID_NDK_PLATFORMDaniel Teske2015-02-131-12/+17
* Update LicenseEike Ziller2015-01-161-6/+6
* QtSupport: Fix wrong build directory for examplesv3.3.0Daniel Teske2014-12-081-1/+1
* BaseQtVersion: Rename isInSourceDirectory to isSubProject and fix itDaniel Teske2014-11-211-1/+1
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-2/+2
* Detect qt sub projects and special case their build directoryDaniel Teske2014-10-241-3/+16
* Move uses of ProjectMacroExpander closer to build configurationhjk2014-10-221-12/+34
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | QmakeProject: Take deduced arguments into consideration on importDaniel Teske2014-08-311-0/+46
* | Move qmake specific part to qmake plugin, generalize android supportBogDan Vatra2014-07-211-0/+1
* | BuildConfiguration: Introduce signal buildTypeChanged()BogDan Vatra2014-07-211-0/+1
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* Project: Use Utils::FileName as return type for projectDirectory(...)Tobias Hunger2014-05-061-4/+4
* Project: Use Utils::FileName as return type for projectFilePath()Tobias Hunger2014-05-061-5/+5
* Fix some typosSergio Ahumada2014-03-051-1/+1
* FileUtils: Add static method to construct FileNames from Latin1Tobias Hunger2014-02-111-2/+2
* qmakeprojectmanager: check .pro file when buildingFawzi Mohamed2014-01-281-0/+8