aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qtprojectimporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-12/+11
* ProjectExplorer: Move some of the BuildInfo setup code to central placeshjk2020-01-141-3/+2
* RemoteLinux: Move EmbeddeLinuxQtVersion to QtSupporthjk2019-08-161-1/+1
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-19/+19
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-23/+23
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2019-01-311-0/+1
|\
| * QtSupport: Fix crash in QtSupport unit testsChristian Kandeler2019-01-231-0/+1
* | ProjectExplorer: Collapse BuildInfo hierarchyhjk2019-01-301-14/+12
|/
* KitManager: Use unique_ptr to manage kitsTobias Hunger2018-07-251-3/+2
* fix unused warning at release buildsTim Jenssen2017-03-211-0/+1
* Remove spaces in initializer listsTim Jenssen2017-02-221-44/+44
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-2/+3
* QtVersionManager: Remove QtVersionManager::versions(...)Tobias Hunger2017-01-181-5/+2
* KitManager: Get rid of KitMatcher classTobias Hunger2017-01-181-5/+5
* BaseQtVersion: Allow for a predicate when retrieving Qt versionsTobias Hunger2017-01-171-6/+1
* ProjectExplorer: Use Utils::FileName in ProjectImporter APITobias Hunger2016-11-161-5/+5
* ProjectImporter: Add testsTobias Hunger2016-09-261-9/+500
* ProjectImporter: Generalize handling of temporary data associated with kitsTobias Hunger2016-09-151-38/+39
* QmakeProjectImporter: Split up import methodTobias Hunger2016-09-151-25/+15
* QtSupport: Introduce QtProjectImporterTobias Hunger2016-09-151-0/+137