forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.7'
This commit is contained in:
@@ -81,7 +81,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');
|
||||||
}
|
}
|
||||||
@@ -89,7 +89,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",
|
||||||
|
@@ -73,7 +73,7 @@ public:
|
|||||||
bool hasContent() const Q_DECL_OVERRIDE;
|
bool hasContent() const Q_DECL_OVERRIDE;
|
||||||
|
|
||||||
QList<ServerNodeInstance> childItems() 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;
|
bool isMovable() const Q_DECL_OVERRIDE;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user