aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qtprojectimporter.h
Commit message (Collapse)AuthorAgeFilesLines
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
| | | | | | | | More in line with QFileInfo terminonlogy which appears to be best-of-breed within Qt. Change-Id: I1d051ff1c8363ebd4ee56376451df45216c4c9ab Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* QtSupport: Polish: Remove unnecessary includeTobias Hunger2017-02-091-2/+0
| | | | | Change-Id: I20c73d731626e5f8b0cb885ae3a3b0d6c68e1b62 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* ProjectExplorer: Use Utils::FileName in ProjectImporter APITobias Hunger2016-11-161-1/+1
| | | | | Change-Id: I60e05f1bd892b508db90bc48837e29e2725bf333 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* ProjectImporter: Generalize handling of temporary data associated with kitsTobias Hunger2016-09-151-3/+4
| | | | | | | | Generalize handling of temporary Qt versions, etc. that is associated with temporary kits while importing projects. Change-Id: I16a0c2e7f32546e131dcbeddc7a1e5048a9ad4c8 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* QmakeProjectImporter: Split up import methodTobias Hunger2016-09-151-6/+6
| | | | | | | | | | | | Split up the import method into several smaller methods. Call these from ProjectImporter::import, which now contains the build system independent parts, moving all the build system dependent code into the smaller methods. This will allow to reuse logic for cmake project import. Change-Id: Idcd1d1daaab18ebcc581cc5aff3f20c7757c639b Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* QtSupport: Introduce QtProjectImporterTobias Hunger2016-09-151-0/+60
Introduce a base class for importing Qt projects. This class handles the handling of temporary Qt versions. Use this in the QmakeProjectImporter. Change-Id: I2e540f9bb75d607a68d1277db68243b04eee168f Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>