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 {
|
||||
fileTags: ["qt_plugin_metadata"]
|
||||
fileName: {
|
||||
var destdir = FileInfo.joinPaths(product.moduleProperty("qt/core", "generatedFilesDir"),
|
||||
var destdir = FileInfo.joinPaths(product.moduleProperty("Qt/core", "generatedFilesDir"),
|
||||
input.fileName);
|
||||
return destdir.replace(/\.[^\.]*$/, '.json');
|
||||
}
|
||||
@@ -68,7 +68,7 @@ Module {
|
||||
|
||||
prepare: {
|
||||
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 = [
|
||||
"-no-format",
|
||||
"-output",
|
||||
|
Reference in New Issue
Block a user