forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.7'
This commit is contained in:
@@ -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",
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user