Merge remote-tracking branch 'origin/2.7'

This commit is contained in:
Oswald Buddenhagen
2013-04-18 15:18:34 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -81,7 +81,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');
}
@@ -89,7 +89,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",

View File

@@ -73,7 +73,7 @@ public:
bool hasContent() const Q_DECL_OVERRIDE;
QList<ServerNodeInstance> childItems() const Q_DECL_OVERRIDE;
QList<ServerNodeInstance> childItemsForChild(QQuickItem *childItem) const Q_DECL_OVERRIDE;
QList<ServerNodeInstance> childItemsForChild(QQuickItem *childItem) const;
bool isMovable() const Q_DECL_OVERRIDE;