summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildaspects.h
Commit message (Collapse)AuthorAgeFilesLines
* ProjectExplorer: Introduce BuildDirectoryAspectChristian Kandeler2019-11-271-0/+24
| | | | | Change-Id: Id57d0a7901d2cec7b2d4f1fbeed6a1ecb41642cc Reviewed-by: hjk <hjk@qt.io>
* ProjectExplorer: Introduce SeparateDebugInfoAspectChristian Kandeler2019-11-251-0/+7
| | | | | | | ... and use it in the qbs build configuration. Change-Id: Ie9002e5c43d1d43c81dc30a1fcbb29a5a1a25705 Reviewed-by: hjk <hjk@qt.io>
* ProjectExplorer: Add a base class for build aspectsChristian Kandeler2019-11-251-0/+33
... and make use of it in the QmlDebuggingAspect. A build setting is conceptually not a boolean, but a tri-state, as we need to support force-switching a feature on and off as well as specifying that it is to be left at its default value. Change-Id: I15552614c5cf4f5187c026909d233c13e3487e81 Reviewed-by: hjk <hjk@qt.io>