summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* QmakeProjectManager: Consider unversioned_libname CONFIG valueChristian Kandeler2018-12-121-2/+3
* Do not use invalid Qt version for parsing QMake projectsEike Ziller2018-12-061-0/+2
* Qmake: Use target-specific extension for deploymentTobias Hunger2018-12-021-1/+1
* Remove unneeded member initializersOrgad Shaneh2018-11-121-1/+1
* Utils: Adjust column numbers affected by convertPosition changeIvan Donchevskii2018-11-092-3/+6
* QMake: Use option for parallel make jobsAndre Hartmann2018-10-221-1/+1
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-132-2/+2
* Toolchains: Detect unspecified language versionNikolai Kosjar2018-10-081-4/+2
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-6/+6
* Allow non-host-platform libraries in Add Library wizardEike Ziller2018-10-013-55/+92
* ProjectExplorer: Remove IRunConfigurationAspect::runConfigurationhjk2018-09-131-1/+1
* ProjectExplorer: Rename IncludePathType to HeaderPathTypeTobias Hunger2018-09-131-2/+2
* QMake: Make sure executable targets have executable suffixesTobias Hunger2018-09-121-2/+5
* ProjectExplorer: Make WorkingDirectoryAspect less dependent on runconfighjk2018-09-101-1/+1
* Add system include path to HeaderPath and merge ProjectPartHeaderPathMarco Bubke2018-09-101-6/+4
* ProjectExplorer: Simplify LocalEnvspect's BaseEnvironmentModifierhjk2018-09-061-2/+2
* ProjectExplorer: Compactify runconfiguration aspect creationhjk2018-09-041-10/+7
* ProjectExplorer: Remove RunConfiguration::fillConfigurationLayouthjk2018-09-041-1/+1
* Unify key names for various fields in stored RunConfigurationshjk2018-08-211-5/+5
* QmlDesigner: Do not require a qmake project for designer import pathsChristian Kandeler2018-08-202-0/+9
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-072-3/+1
|\
| * Revert "Wizards: Drop support for Qt4 for widgets application"hjk2018-07-262-3/+1
* | QmakeProject: Simplify QmakeProject::updateBuildSystemDatahjk2018-08-011-6/+2
* | Qmake: Run make qmake_all in the directory that qmake ran inTobias Hunger2018-07-242-22/+22
* | QmakeProjectManager: Modernize moreAlessandro Portale2018-07-2312-45/+42
* | QmakeProjectManager: ModernizeAlessandro Portale2018-07-1324-90/+80
* | Prefer using 'override' instead of 'virtual'Alessandro Portale2018-07-111-1/+1
* | QmakePM: Show kit name in compiler mismatch messageOrgad Shaneh2018-07-111-3/+6
* | QmakePM: Reduce nesting in QmakeProject::testToolChainOrgad Shaneh2018-07-111-16/+21
* | ProjectExplorer: Use unique_ptr to store KitInformationTobias Hunger2018-07-111-1/+1
* | ProjectExplorer: Add a BuildConfiguration::regenerateBuildFileshjk2018-07-102-1/+25
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-07-051-3/+6
|\ \ | |/
| * QMake parsing: Improve behavior in case of empty build directoryv4.7.0-rc1Eike Ziller2018-07-041-3/+6
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-06-252-1/+4
|\ \ | |/
| * Wizard: Ensure compilable widget application templateChristian Stenger2018-06-251-0/+1
| * Wizards: Drop support for Qt4 for widgets applicationChristian Stenger2018-06-222-1/+3
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-06-192-6/+8
|\ \ | |/
| * Remove a few redundant occurrences of 'virtual' and 'override'Alessandro Portale2018-06-181-4/+4
| * Qmake: Fix redundant qmake execution for sub-project buildOrgad Shaneh2018-06-131-2/+4
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-06-111-1/+1
|\ \ | |/
| * Qmake: Expand user arguments when comparing them to the MakefileOrgad Shaneh2018-06-081-1/+1
* | Tie SimpleTargetRunner desktop usages to individual RunConfigurationshjk2018-05-311-0/+2
* | ProjectExplorer: Simplify BuildStepFactoryhjk2018-05-313-6/+1
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-05-285-11/+21
|\ \ | |/
| * Remove some lambdas from Utils::transform callsEike Ziller2018-05-281-1/+1
| * Finish merging Runnable and StandardRunnablehjk2018-05-232-2/+0
| * QmakePM: Expand qmake arguments for summary, effective call and parserOrgad Shaneh2018-05-222-8/+20
* | MakeSteps: Unify environment codeEike Ziller2018-05-241-14/+3
* | MakeStep: Fix that make command could not be set without tool chainEike Ziller2018-05-241-5/+7
* | Make step is always called "Make"Eike Ziller2018-05-221-2/+1