aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/qtprofilesetup/templates
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-05-10 09:11:46 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-05-11 14:30:39 +0000
commit860522715cb851f56cd8b2133bf6035d0558dede (patch)
tree8ab50bb503dd64058680dfd9914b4d4595f7bcec /src/lib/qtprofilesetup/templates
parent86572158878c00450e054886a95ecd1d435d957e (diff)
Deprecate the Transformer item.
When dynamic rules were introduced, transformers became second-class citizens. They do not play well with rules, they introduce annoying additional code paths in the implementation and they are plain broken in several aspects. Now that rules with no inputs are supported, we don't need transformers anymore. Task-number: QBS-885 Change-Id: I316d8cffc91bb529f82350edc0b08358a80ae3fd Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/lib/qtprofilesetup/templates')
-rw-r--r--src/lib/qtprofilesetup/templates/QtPlugin.qbs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/qtprofilesetup/templates/QtPlugin.qbs b/src/lib/qtprofilesetup/templates/QtPlugin.qbs
index 25c30101c..9a916f695 100644
--- a/src/lib/qtprofilesetup/templates/QtPlugin.qbs
+++ b/src/lib/qtprofilesetup/templates/QtPlugin.qbs
@@ -7,8 +7,9 @@ QtModule {
property string className
- Transformer {
+ Rule {
condition: isStaticLibrary
+ multiplex: true
Artifact {
filePath: product.targetName + "_qt_plugin_import_"
+ parent.parent.qtModuleName + ".cpp"