qbs build: Remove version part from more plugin file names

The QmlDesigner plugins do not conform to the plugin conventions, so
they do not derive from QtcPlugin and were thus overlooked in
35c17ac73a.

Change-Id: Idb67701be448c8d57759c94504cbbcb2dafa9775
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Christian Kandeler
2016-07-08 11:00:38 +02:00
committed by Christian Kandeler
parent ed8b910202
commit 4f7e237c2f
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ QtcProduct {
"../../../../share/qtcreator/qml/qmlpuppet/interfaces",
"../../../../share/qtcreator/qml/qmlpuppet/types",
])
cpp.internalVersion: ""
Group {
name: "controls"

View File

@@ -8,6 +8,7 @@ QtcProduct {
cpp.defines: base.concat("QTQUICK_LIBRARY")
cpp.includePaths: base.concat("../designercore/include")
cpp.internalVersion: ""
Group {
name: "sources"