aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools/qbspluginmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix static buildChristian Kandeler2019-10-101-1/+1
| | | | | | | | Make sure we link in the generator plugins. Fixes: QBS-1491 Change-Id: I8c48a73f972c4089cfc8c097a67e2945837e9ed4 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Don't export Qt dependency to clients from the plugin managersJake Petroules2017-11-271-14/+8
| | | | | Change-Id: I24c9c5e43ed5482f98a767e7b062b517ec26e85d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Transform the scanner plugin manager into a true generic plugin managerJake Petroules2017-06-131-0/+96
...and fit the generator plugins into this new plugin structure. Plugins are now handled entirely by the build system in a generic manner and no part of qbscore (code or build files) has a direct reference to any plugin regardless of whether qbs is being built as shared or static libraries. Change-Id: I4a20546ce275df71083ee22c2cb67f781c4de764 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>