forked from qt-creator/qt-creator
Fix module name capitalization in pluginspec.qbs.
Change-Id: I66ca1ad22f8a857582e6d3fdb0bf2dfc8334628a Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
committed by
Joerg Bornemann
parent
2557e0f39d
commit
7dc52d1a54
@@ -60,7 +60,7 @@ Module {
|
|||||||
Artifact {
|
Artifact {
|
||||||
fileTags: ["qt_plugin_metadata"]
|
fileTags: ["qt_plugin_metadata"]
|
||||||
fileName: {
|
fileName: {
|
||||||
var destdir = FileInfo.joinPaths(product.moduleProperty("qt/core", "generatedFilesDir"),
|
var destdir = FileInfo.joinPaths(product.moduleProperty("Qt/core", "generatedFilesDir"),
|
||||||
input.fileName);
|
input.fileName);
|
||||||
return destdir.replace(/\.[^\.]*$/, '.json');
|
return destdir.replace(/\.[^\.]*$/, '.json');
|
||||||
}
|
}
|
||||||
@@ -68,7 +68,7 @@ Module {
|
|||||||
|
|
||||||
prepare: {
|
prepare: {
|
||||||
var xslFile = project.path + "/src/pluginjsonmetadata.xsl";
|
var xslFile = project.path + "/src/pluginjsonmetadata.xsl";
|
||||||
var xmlPatternsPath = product.moduleProperty("qt/core", "binPath") + "/xmlpatterns";
|
var xmlPatternsPath = product.moduleProperty("Qt/core", "binPath") + "/xmlpatterns";
|
||||||
var args = [
|
var args = [
|
||||||
"-no-format",
|
"-no-format",
|
||||||
"-output",
|
"-output",
|
||||||
|
Reference in New Issue
Block a user