summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraQbsGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Qbs: Add new 'extra' generator for qbs project files"Brad King2015-05-211-262/+0
| | | | | | | | | | | | | | | | | | | This reverts commit f85db2f32358e6de921aba7d1cb8ecb81da934c0. Discussion by the QtCreator community at https://bugreports.qt.io/browse/QTCREATORBUG-13695 raises concerns about this particular approach to working with CMake projects using QtCreator. Also, the functionality and design of the QBS extra generator was never discussed on the CMake mailing list or with QtCreator developers. There may be better ways to make the two tools work together. In order to avoid committing to long-term support of this generator prior to such discussion taking place, revert it from CMake for now. We may restore this or use an alternative design based on results of such discussion.
* cmMakefile: Port CurrentListFile clients to GetDefinition.Stephen Kelly2015-05-191-1/+3
| | | | There is no need to store this as a member variable.
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-1/+1
|
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-1/+1
| | | | Match the names used in cmake code.
* Qbs: Add new 'extra' generator for qbs project filesStanislav Ionascu2015-03-201-0/+260