summaryrefslogtreecommitdiff
path: root/qbs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-08-14 16:49:00 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-08-14 18:14:59 +0200
commitb354d86014a8827fd44359f16242268aaca1a583 (patch)
tree1b9c331fdb3cffb1b6ed3e9ac131720c6b4fd815 /qbs
parent7489007bdbb2fce9e09ea4e02d1441cb9b64b7c3 (diff)
downloadqt-creator-b354d86014a8827fd44359f16242268aaca1a583.tar.gz
fix usage of internal module names in qbs project files
Change-Id: I4afdddfe4d92e80ea831f130716c7713103b1f26 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'qbs')
-rw-r--r--qbs/modules/pluginspec/pluginspec.qbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/qbs/modules/pluginspec/pluginspec.qbs b/qbs/modules/pluginspec/pluginspec.qbs
index 8c1045f3a3..a5856d9242 100644
--- a/qbs/modules/pluginspec/pluginspec.qbs
+++ b/qbs/modules/pluginspec/pluginspec.qbs
@@ -73,7 +73,7 @@ Module {
Artifact {
fileTags: ["qt_plugin_metadata"]
filePath: {
- var destdir = FileInfo.joinPaths(product.moduleProperty("Qt/core", "generatedFilesDir"),
+ var destdir = FileInfo.joinPaths(product.moduleProperty("Qt.core", "generatedFilesDir"),
input.fileName);
return destdir.replace(/\.[^\.]*$/, '.json');
}
@@ -81,7 +81,7 @@ Module {
prepare: {
var xslFile = project.path + "/../qtcreatorplugin2json.xsl"; // project is "Plugins"
- var xmlPatternsPath = product.moduleProperty("Qt/core", "binPath") + "/xmlpatterns";
+ var xmlPatternsPath = product.moduleProperty("Qt.core", "binPath") + "/xmlpatterns";
var args = [
"-no-format",
"-output",