aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakestep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename files for QmakeMakeStepEike Ziller2018-05-181-1/+1
* QmakeProject: Show full qmake path for Effective qmake commandhjk2018-05-031-1/+1
* QmakeProjectManager: Remove unused QMakeStep::forced() accessorhjk2018-01-051-5/+0
* Qmake: Fix dialog title when separateDebugInfo is changedNikita Baryshnikov2017-12-121-5/+5
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-48/+7
* BuildStep: Do not use QLatin1String/QLatin1Char in BuildStepsTobias Hunger2017-07-251-27/+26
* QmakePM: Fix redundant execution of qmake on build fileOrgad Shaneh2017-06-191-4/+3
* QMakePM: Fix crash when running qmake before the project is parsedOrgad Shaneh2017-05-291-0/+1
* Qmake: Add variable choosers where variables are parsedOrgad Shaneh2017-03-291-0/+4
* Qmake: Expand variables in the arguments previewOrgad Shaneh2017-03-201-1/+1
* add extra arguments for qmakeVikas Pachdha2017-03-141-0/+19
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* qmake: move over from QmakeProjectNodes to QmakeParserNodesTobias Hunger2017-02-221-2/+3
* QMake build step: Add missing error messagesEike Ziller2017-02-201-2/+8
* qmake: Use ProjectType enum consistentlyTobias Hunger2017-02-141-1/+1
* Unify projectexplorer language IDsUlf Hermann2017-01-301-1/+2
* ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-231-1/+1
* Give the values of BuildStep::OutputFormat better namesChristian Kandeler2017-01-191-1/+1
* QMake: Clean up QmakestepTobias Hunger2016-12-081-4/+2
* Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-08-221-3/+7
|\
| * QMake: Fix crash when removing Qt version from kitTobias Hunger2016-08-221-3/+7
* | Rename Abi::MacOS/GenericMacFlavor to DarwinOS/GenericDarwinFlavorJake Petroules2016-08-221-2/+2
* | Move icons to UtilsUlf Hermann2016-08-051-2/+2
* | Kits: Save several ToolChains per kitTobias Hunger2016-07-141-1/+1
|/
* Fix build on PPC: PPC is defined to 1Thiago Macieira2016-06-221-4/+4
* QmakePM: Fix support for custom Makefile namesOrgad Shaneh2016-06-141-2/+18
* ProjectExplorer: De-duplicate code in IBuildStepFactory derived classeshjk2016-06-101-46/+6
* QmakePM: Use Qt5-style connectsOrgad Shaneh2016-05-261-13/+14
* QMake: Fix crash when canceling qmake runTobias Hunger2016-04-291-1/+9
* Qmake: Do not use qmake -r for Qt5Tobias Hunger2016-04-251-48/+145
* BuildStep: Remove finished() signal and use FutureInterface to reportTobias Hunger2016-04-251-4/+3
* QmakeStep: Use nullptrTobias Hunger2016-04-201-4/+4
* iOS: Qt 5.7 changed the CONFIG values for device vs simulator buildsv4.0.0-rc1Eike Ziller2016-04-181-2/+3
* ProjectExplorer: Sprinkle overrides over the codeTobias Hunger2016-01-291-4/+0
* Removing support for DebuggingHelpersThomas Hartmann2016-01-251-1/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Project: Add setRootProjectNode methodTobias Hunger2016-01-111-1/+1
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-3/+2
* BuildManager: Provide context of earlier build steps to initTobias Hunger2015-11-161-2/+2
* Remove unnecessary destructorsTobias Hunger2015-11-161-4/+0
* ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-031-2/+2
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-10-261-19/+12
|\
| * Detach QML debugging option from qmakes build modeUlf Hermann2015-10-201-19/+12
* | Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-0/+5
|/
* Remove QtQuick1 debugging option from build & run settingsUlf Hermann2015-10-011-7/+2
* QMakeProjectManager: Introduce member initialization.Jarek Kobus2015-06-231-13/+3
* Fix importing creating additional kits on OS XDaniel Teske2015-03-111-19/+90
* Remove support for !shadowBuildDaniel Teske2015-03-091-22/+0
* Qmake: Add an option to put debug info into separate filesUlf Hermann2015-02-271-3/+60
* Don't artificially prevent QML profilingUlf Hermann2015-02-271-1/+1