summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeandroidsupport/qmakeandroidrunconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Merge run configuration into base classhjk2018-05-081-124/+0
* QmakeAndroid: Remove redundant function overridesOrgad Shaneh2018-05-021-19/+0
* Pass id to RunConfiguration constructorhjk2018-04-251-6/+18
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-171-1/+3
|\
| * Android: Fix debugging on Android 8+BogDan Vatra2018-04-131-1/+3
* | ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-121-32/+10
* | QmakeAndroid: Remove an explicit reference to QmakeProjecthjk2018-04-121-3/+2
* | Android: Move some unshared code closer to its only place of usehjk2018-04-121-2/+17
* | Android: Use base method to list run configurationshjk2018-03-271-0/+5
|/
* Android: Fix empty output tab header and run configuration nameVikas Pachdha2018-02-071-6/+7
* Use the .pro file path as buildSystemTarget in qmake based RunConfigshjk2018-01-121-1/+1
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-13/+12
* ProjectExplorer: Register createes' base id in RunConfigurationFactoryhjk2017-11-271-6/+1
* ProjectExplorer: Fix copying of RunConfigurationAspectshjk2017-11-101-13/+0
* Android: Remove outdated conditionOrgad Shaneh2017-09-251-5/+10
* ProjectExplorer: Re-organize RunConfiguration constructorshjk2017-09-131-6/+12
* ProjectExplorer: Introduce base class for enabled/disabled project configurationTobias Hunger2017-07-281-48/+9
* Android: Make Android manager activity start arguments configurableVikas Pachdha2017-06-281-2/+2
* qmake: move over from QmakeProjectNodes to QmakeParserNodesTobias Hunger2017-02-221-1/+2
* RunConfiguration: Introduce buildSystemTarget()Tobias Hunger2017-01-301-0/+5
* Android: Use Qt5-style connectsOrgad Shaneh2016-07-041-2/+2
* QmakeAndroidSupport: Minor cleanupOrgad Shaneh2016-06-301-12/+22
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* Project: Add setRootProjectNode methodTobias Hunger2016-01-111-1/+1
* ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-031-3/+3
* QmakeProject: Use QMAKE_PROJECT_NAME to set the display nameDaniel Teske2015-09-021-0/+11
* ProjectExplorer: Use FileName for Node::pathOrgad Shaneh2015-02-131-5/+5
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-1/+4
|/
* License update.Eike Ziller2014-10-151-7/+8
* Show project name.BogDan Vatra2014-10-031-0/+13
* Introduce QmakeAndroidSupport pluginDaniel Teske2014-07-241-0/+139