From 6fa5f833dd5601297d8758f10ae149c68cd53b0c Mon Sep 17 00:00:00 2001
From: Orgad Shaneh <orgad.shaneh@audiocodes.com>
Date: Sun, 30 Sep 2012 07:17:56 +0200
Subject: [PATCH] qbs files: Group and sort QmlDesigner

Change-Id: I38930748f4c2f5540f2a631f04020f783c35612b
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
---
 src/plugins/qmldesigner/qmldesigner.qbs | 837 ++++++++++++------------
 1 file changed, 430 insertions(+), 407 deletions(-)

diff --git a/src/plugins/qmldesigner/qmldesigner.qbs b/src/plugins/qmldesigner/qmldesigner.qbs
index bdc381c8138..e717eeb06e3 100644
--- a/src/plugins/qmldesigner/qmldesigner.qbs
+++ b/src/plugins/qmldesigner/qmldesigner.qbs
@@ -41,418 +41,441 @@ QtcPlugin {
         buildDirectory
     ]
 
+    Group {
+        prefix: "designercore/filemanager/"
+        files: [
+            "addarraymembervisitor.cpp",
+            "addarraymembervisitor.h",
+            "addobjectvisitor.cpp",
+            "addobjectvisitor.h",
+            "addpropertyvisitor.cpp",
+            "addpropertyvisitor.h",
+            "astobjecttextextractor.cpp",
+            "astobjecttextextractor.h",
+            "changeimportsvisitor.cpp",
+            "changeimportsvisitor.h",
+            "changeobjecttypevisitor.cpp",
+            "changeobjecttypevisitor.h",
+            "changepropertyvisitor.cpp",
+            "changepropertyvisitor.h",
+            "firstdefinitionfinder.cpp",
+            "firstdefinitionfinder.h",
+            "moveobjectbeforeobjectvisitor.cpp",
+            "moveobjectbeforeobjectvisitor.h",
+            "moveobjectvisitor.cpp",
+            "moveobjectvisitor.h",
+            "objectlengthcalculator.cpp",
+            "objectlengthcalculator.h",
+            "qmlrefactoring.cpp",
+            "qmlrefactoring.h",
+            "qmlrewriter.cpp",
+            "qmlrewriter.h",
+            "removepropertyvisitor.cpp",
+            "removepropertyvisitor.h",
+            "removeuiobjectmembervisitor.cpp",
+            "removeuiobjectmembervisitor.h"
+        ]
+    }
+
+    Group {
+        prefix: "../../../share/qtcreator/qml/qmlpuppet/"
+        files: [
+            "commands/changeauxiliarycommand.cpp",
+            "commands/changeauxiliarycommand.h",
+            "commands/changebindingscommand.cpp",
+            "commands/changebindingscommand.h",
+            "commands/changefileurlcommand.cpp",
+            "commands/changefileurlcommand.h",
+            "commands/changeidscommand.cpp",
+            "commands/changeidscommand.h",
+            "commands/changenodesourcecommand.cpp",
+            "commands/changenodesourcecommand.h",
+            "commands/changestatecommand.cpp",
+            "commands/changestatecommand.h",
+            "commands/changevaluescommand.cpp",
+            "commands/changevaluescommand.h",
+            "commands/childrenchangedcommand.cpp",
+            "commands/childrenchangedcommand.h",
+            "commands/clearscenecommand.cpp",
+            "commands/clearscenecommand.h",
+            "commands/completecomponentcommand.cpp",
+            "commands/completecomponentcommand.h",
+            "commands/componentcompletedcommand.cpp",
+            "commands/componentcompletedcommand.h",
+            "commands/createinstancescommand.cpp",
+            "commands/createinstancescommand.h",
+            "commands/createscenecommand.cpp",
+            "commands/createscenecommand.h",
+            "commands/informationchangedcommand.cpp",
+            "commands/informationchangedcommand.h",
+            "commands/pixmapchangedcommand.cpp",
+            "commands/pixmapchangedcommand.h",
+            "commands/removeinstancescommand.cpp",
+            "commands/removeinstancescommand.h",
+            "commands/removepropertiescommand.cpp",
+            "commands/removepropertiescommand.h",
+            "commands/reparentinstancescommand.cpp",
+            "commands/reparentinstancescommand.h",
+            "commands/statepreviewimagechangedcommand.cpp",
+            "commands/statepreviewimagechangedcommand.h",
+            "commands/synchronizecommand.cpp",
+            "commands/synchronizecommand.h",
+            "commands/tokencommand.cpp",
+            "commands/tokencommand.h",
+            "commands/valueschangedcommand.cpp",
+            "commands/valueschangedcommand.h",
+            "container/addimportcontainer.cpp",
+            "container/addimportcontainer.h",
+            "container/idcontainer.cpp",
+            "container/idcontainer.h",
+            "container/imagecontainer.cpp",
+            "container/imagecontainer.h",
+            "container/informationcontainer.cpp",
+            "container/informationcontainer.h",
+            "container/instancecontainer.cpp",
+            "container/instancecontainer.h",
+            "container/propertyabstractcontainer.cpp",
+            "container/propertyabstractcontainer.h",
+            "container/propertybindingcontainer.cpp",
+            "container/propertybindingcontainer.h",
+            "container/propertyvaluecontainer.cpp",
+            "container/propertyvaluecontainer.h",
+            "container/reparentcontainer.cpp",
+            "container/reparentcontainer.h",
+            "interfaces/commondefines.h",
+            "interfaces/nodeinstanceclientinterface.h",
+            "interfaces/nodeinstanceserverinterface.cpp",
+            "interfaces/nodeinstanceserverinterface.h"
+        ]
+    }
+
+    Group {
+        prefix: "designercore/"
+        files: [
+            "exceptions/exception.cpp",
+            "exceptions/invalidargumentexception.cpp",
+            "exceptions/invalididexception.cpp",
+            "exceptions/invalidmetainfoexception.cpp",
+            "exceptions/invalidmodelnodeexception.cpp",
+            "exceptions/invalidmodelstateexception.cpp",
+            "exceptions/invalidpropertyexception.cpp",
+            "exceptions/invalidqmlsourceexception.cpp",
+            "exceptions/invalidreparentingexception.cpp",
+            "exceptions/invalidslideindexexception.cpp",
+            "exceptions/notimplementedexception.cpp",
+            "exceptions/removebasestateexception.cpp",
+            "exceptions/rewritingexception.cpp",
+            "include/abstractproperty.h",
+            "include/abstractview.h",
+            "include/basetexteditmodifier.h",
+            "include/basetexteditmodifier.h",
+            "include/bindingproperty.h",
+            "include/componenttextmodifier.h",
+            "include/corelib_global.h",
+            "include/customnotifications.h",
+            "include/exception.h",
+            "include/forwardview.h",
+            "include/import.h",
+            "include/invalidargumentexception.h",
+            "include/invalididexception.h",
+            "include/invalidmetainfoexception.h",
+            "include/invalidmodelstateexception.h",
+            "include/invalidpropertyexception.h",
+            "include/invalidqmlsourceexception.h",
+            "include/invalidreparentingexception.h",
+            "include/invalidslideindexexception.h",
+            "include/itemlibraryinfo.h",
+            "include/mathutils.h",
+            "include/metainfo.h",
+            "include/metainfoparser.h",
+            "include/model.h",
+            "include/modelmerger.h",
+            "include/modelnode.h",
+            "include/modelnodepositionstorage.h",
+            "include/nodeabstractproperty.h",
+            "include/nodeinstance.h",
+            "include/nodeinstanceview.h",
+            "include/nodelistproperty.h",
+            "include/nodemetainfo.h",
+            "include/nodeproperty.h",
+            "include/notimplementedexception.h",
+            "include/plaintexteditmodifier.h",
+            "include/propertycontainer.h",
+            "include/propertynode.h",
+            "include/propertyparser.h",
+            "include/qmlanchors.h",
+            "include/qmlchangeset.h",
+            "include/qmlitemnode.h",
+            "include/qmlmodelnodefacade.h",
+            "include/qmlmodelview.h",
+            "include/qmlobjectnode.h",
+            "include/qmlstate.h",
+            "include/removebasestateexception.h",
+            "include/rewriterview.h",
+            "include/rewritingexception.h",
+            "include/subcomponentmanager.h",
+            "include/textmodifier.h",
+            "include/variantproperty.h",
+            "instances/nodeinstance.cpp",
+            "instances/nodeinstanceserverproxy.cpp",
+            "instances/nodeinstanceserverproxy.h",
+            "instances/nodeinstanceview.cpp",
+            "metainfo/itemlibraryinfo.cpp",
+            "metainfo/metainfo.cpp",
+            "metainfo/metainfoparser.cpp",
+            "metainfo/nodemetainfo.cpp",
+            "metainfo/subcomponentmanager.cpp",
+            "model/abstractproperty.cpp",
+            "model/abstractview.cpp",
+            "model/basetexteditmodifier.cpp",
+            "model/bindingproperty.cpp",
+            "model/componenttextmodifier.cpp",
+            "model/import.cpp",
+            "model/internalbindingproperty.cpp",
+            "model/internalbindingproperty.h",
+            "model/internalnode.cpp",
+            "model/internalnode_p.h",
+            "model/internalnodeabstractproperty.cpp",
+            "model/internalnodeabstractproperty.h",
+            "model/internalnodelistproperty.cpp",
+            "model/internalnodelistproperty.h",
+            "model/internalnodeproperty.cpp",
+            "model/internalnodeproperty.h",
+            "model/internalproperty.cpp",
+            "model/internalproperty.h",
+            "model/internalvariantproperty.cpp",
+            "model/internalvariantproperty.h",
+            "model/model.cpp",
+            "model/model_p.h",
+            "model/modelmerger.cpp",
+            "model/modelnode.cpp",
+            "model/modelnodepositionrecalculator.cpp",
+            "model/modelnodepositionrecalculator.h",
+            "model/modelnodepositionstorage.cpp",
+            "model/modeltotextmerger.cpp",
+            "model/modeltotextmerger.h",
+            "model/nodeabstractproperty.cpp",
+            "model/nodelistproperty.cpp",
+            "model/nodeproperty.cpp",
+            "model/painteventfilter.cpp",
+            "model/painteventfilter_p.h",
+            "model/plaintexteditmodifier.cpp",
+            "model/propertycontainer.cpp",
+            "model/propertynode.cpp",
+            "model/propertyparser.cpp",
+            "model/qmlanchors.cpp",
+            "model/qmlchangeset.cpp",
+            "model/qmlitemnode.cpp",
+            "model/qmlmodelnodefacade.cpp",
+            "model/qmlmodelview.cpp",
+            "model/qmlobjectnode.cpp",
+            "model/qmlstate.cpp",
+            "model/qmltextgenerator.cpp",
+            "model/qmltextgenerator.h",
+            "model/rewriteaction.cpp",
+            "model/rewriteaction.h",
+            "model/rewriteactioncompressor.cpp",
+            "model/rewriteactioncompressor.h",
+            "model/rewriterview.cpp",
+            "model/textmodifier.cpp",
+            "model/texttomodelmerger.cpp",
+            "model/texttomodelmerger.h",
+            "model/variantproperty.cpp",
+            "model/viewlogger.cpp",
+            "model/viewlogger.h",
+            "pluginmanager/widgetpluginmanager.cpp",
+            "pluginmanager/widgetpluginmanager.h",
+            "pluginmanager/widgetpluginpath.cpp",
+            "pluginmanager/widgetpluginpath.h",
+            "rewritertransaction.cpp",
+            "rewritertransaction.h"
+        ]
+    }
+
+    Group {
+        prefix: "components/"
+        files: [
+            "componentcore/modelnodecontextmenu.cpp",
+            "componentcore/modelnodecontextmenu.h",
+            "formeditor/abstractformeditortool.cpp",
+            "formeditor/abstractformeditortool.h",
+            "formeditor/controlelement.cpp",
+            "formeditor/controlelement.h",
+            "formeditor/dragtool.cpp",
+            "formeditor/dragtool.h",
+            "formeditor/formeditor.qrc",
+            "formeditor/formeditorgraphicsview.cpp",
+            "formeditor/formeditorgraphicsview.h",
+            "formeditor/formeditoritem.cpp",
+            "formeditor/formeditoritem.h",
+            "formeditor/formeditorscene.cpp",
+            "formeditor/formeditorscene.h",
+            "formeditor/formeditorview.cpp",
+            "formeditor/formeditorview.h",
+            "formeditor/formeditorwidget.cpp",
+            "formeditor/formeditorwidget.h",
+            "formeditor/itemutilfunctions.cpp",
+            "formeditor/itemutilfunctions.h",
+            "formeditor/layeritem.cpp",
+            "formeditor/layeritem.h",
+            "formeditor/lineeditaction.cpp",
+            "formeditor/lineeditaction.h",
+            "formeditor/movemanipulator.cpp",
+            "formeditor/movemanipulator.h",
+            "formeditor/movetool.cpp",
+            "formeditor/movetool.h",
+            "formeditor/numberseriesaction.cpp",
+            "formeditor/numberseriesaction.h",
+            "formeditor/onedimensionalcluster.cpp",
+            "formeditor/onedimensionalcluster.h",
+            "formeditor/resizecontroller.cpp",
+            "formeditor/resizecontroller.h",
+            "formeditor/resizehandleitem.cpp",
+            "formeditor/resizehandleitem.h",
+            "formeditor/resizeindicator.cpp",
+            "formeditor/resizeindicator.h",
+            "formeditor/resizemanipulator.cpp",
+            "formeditor/resizemanipulator.h",
+            "formeditor/resizetool.cpp",
+            "formeditor/resizetool.h",
+            "formeditor/rubberbandselectionmanipulator.cpp",
+            "formeditor/rubberbandselectionmanipulator.h",
+            "formeditor/scaleitem.cpp",
+            "formeditor/scaleitem.h",
+            "formeditor/scalemanipulator.cpp",
+            "formeditor/scalemanipulator.h",
+            "formeditor/selectionindicator.cpp",
+            "formeditor/selectionindicator.h",
+            "formeditor/selectionrectangle.cpp",
+            "formeditor/selectionrectangle.h",
+            "formeditor/selectiontool.cpp",
+            "formeditor/selectiontool.h",
+            "formeditor/singleselectionmanipulator.cpp",
+            "formeditor/singleselectionmanipulator.h",
+            "formeditor/snapper.cpp",
+            "formeditor/snapper.h",
+            "formeditor/snappinglinecreator.cpp",
+            "formeditor/snappinglinecreator.h",
+            "formeditor/toolbox.cpp",
+            "formeditor/toolbox.h",
+            "formeditor/zoomaction.cpp",
+            "formeditor/zoomaction.h",
+            "integration/componentaction.cpp",
+            "integration/componentaction.h",
+            "integration/componentview.cpp",
+            "integration/componentview.h",
+            "integration/designdocumentcontroller.cpp",
+            "integration/designdocumentcontroller.h",
+            "integration/designdocumentcontrollerview.cpp",
+            "integration/designdocumentcontrollerview.h",
+            "integration/stackedutilitypanelcontroller.cpp",
+            "integration/stackedutilitypanelcontroller.h",
+            "integration/utilitypanelcontroller.cpp",
+            "integration/utilitypanelcontroller.h",
+            "integration/xuifiledialog.cpp",
+            "integration/xuifiledialog.h",
+            "itemlibrary/customdraganddrop.cpp",
+            "itemlibrary/customdraganddrop.h",
+            "itemlibrary/itemlibrary.qrc",
+            "itemlibrary/itemlibrarycomponents.cpp",
+            "itemlibrary/itemlibrarycomponents.h",
+            "itemlibrary/itemlibraryimageprovider.cpp",
+            "itemlibrary/itemlibraryimageprovider.h",
+            "itemlibrary/itemlibrarymodel.cpp",
+            "itemlibrary/itemlibrarymodel.h",
+            "itemlibrary/itemlibraryview.cpp",
+            "itemlibrary/itemlibraryview.h",
+            "itemlibrary/itemlibrarywidget.cpp",
+            "itemlibrary/itemlibrarywidget.h",
+            "itemlibrary/qml/ItemView.qml",
+            "itemlibrary/qml/ItemsView.qml",
+            "itemlibrary/qml/ItemsViewStyle.qml",
+            "itemlibrary/qml/Scrollbar.qml",
+            "itemlibrary/qml/SectionView.qml",
+            "itemlibrary/qml/Selector.qml",
+            "navigator/navigator.qrc",
+            "navigator/navigatortreemodel.cpp",
+            "navigator/navigatortreemodel.h",
+            "navigator/navigatortreeview.cpp",
+            "navigator/navigatortreeview.h",
+            "navigator/navigatorview.cpp",
+            "navigator/navigatorview.h",
+            "navigator/navigatorwidget.cpp",
+            "navigator/navigatorwidget.h",
+            "pluginmanager/iplugin.cpp",
+            "pluginmanager/iplugin.h",
+            "pluginmanager/pluginmanager.cpp",
+            "pluginmanager/pluginmanager.h",
+            "pluginmanager/pluginpath.cpp",
+            "pluginmanager/pluginpath.h",
+            "propertyeditor/basiclayouts.cpp",
+            "propertyeditor/basiclayouts.h",
+            "propertyeditor/basicwidgets.cpp",
+            "propertyeditor/basicwidgets.h",
+            "propertyeditor/behaviordialog.cpp",
+            "propertyeditor/behaviordialog.h",
+            "propertyeditor/behaviordialog.ui",
+            "propertyeditor/declarativewidgetview.cpp",
+            "propertyeditor/declarativewidgetview.h",
+            "propertyeditor/designerpropertymap.h",
+            "propertyeditor/filewidget.cpp",
+            "propertyeditor/filewidget.h",
+            "propertyeditor/fontwidget.cpp",
+            "propertyeditor/fontwidget.h",
+            "propertyeditor/gradientlineqmladaptor.cpp",
+            "propertyeditor/gradientlineqmladaptor.h",
+            "propertyeditor/layoutwidget.cpp",
+            "propertyeditor/layoutwidget.h",
+            "propertyeditor/originwidget.cpp",
+            "propertyeditor/originwidget.h",
+            "propertyeditor/propertyeditor.cpp",
+            "propertyeditor/propertyeditor.h",
+            "propertyeditor/propertyeditor.qrc",
+            "propertyeditor/propertyeditorcontextobject.cpp",
+            "propertyeditor/propertyeditorcontextobject.h",
+            "propertyeditor/propertyeditortransaction.cpp",
+            "propertyeditor/propertyeditortransaction.h",
+            "propertyeditor/propertyeditorvalue.cpp",
+            "propertyeditor/propertyeditorvalue.h",
+            "propertyeditor/qlayoutobject.cpp",
+            "propertyeditor/qlayoutobject.h",
+            "propertyeditor/qmlanchorbindingproxy.cpp",
+            "propertyeditor/qmlanchorbindingproxy.h",
+            "propertyeditor/qproxylayoutitem.cpp",
+            "propertyeditor/qproxylayoutitem.h",
+            "propertyeditor/resetwidget.cpp",
+            "propertyeditor/resetwidget.h",
+            "propertyeditor/siblingcombobox.cpp",
+            "propertyeditor/siblingcombobox.h",
+            "resources/resources.qrc",
+            "stateseditor/HorizontalScrollBar.qml",
+            "stateseditor/stateseditor.qrc",
+            "stateseditor/stateseditorimageprovider.cpp",
+            "stateseditor/stateseditorimageprovider.cpp",
+            "stateseditor/stateseditormodel.cpp",
+            "stateseditor/stateseditormodel.h",
+            "stateseditor/stateseditorview.cpp",
+            "stateseditor/stateseditorview.h",
+            "stateseditor/stateseditorwidget.cpp",
+            "stateseditor/stateseditorwidget.h",
+            "stateseditor/stateslist.qml"
+        ]
+    }
+
     files: [
-        "designercore/filemanager/qmlrewriter.h",
-        "designercore/filemanager/qmlrefactoring.h",
-        "designercore/filemanager/changeobjecttypevisitor.h",
-        "designercore/filemanager/changepropertyvisitor.h",
-        "designercore/filemanager/removeuiobjectmembervisitor.h",
-        "designercore/filemanager/removepropertyvisitor.h",
-        "designercore/filemanager/addpropertyvisitor.h",
-        "designercore/filemanager/moveobjectvisitor.h",
-        "designercore/filemanager/addobjectvisitor.h",
-        "designercore/filemanager/addarraymembervisitor.h",
-        "designercore/filemanager/astobjecttextextractor.h",
-        "designercore/filemanager/objectlengthcalculator.h",
-        "designercore/filemanager/firstdefinitionfinder.h",
-        "designercore/filemanager/moveobjectbeforeobjectvisitor.h",
-        "designercore/filemanager/changeimportsvisitor.h",
-        "designercore/include/nodeinstance.h",
-        "designercore/instances/nodeinstanceserverproxy.h",
-        "../../../share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceclientinterface.h",
-        "../../../share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.h",
-        "../../../share/qtcreator/qml/qmlpuppet/interfaces/commondefines.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/synchronizecommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/tokencommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/componentcompletedcommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/statepreviewimagechangedcommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/childrenchangedcommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/changebindingscommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/changeidscommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/changestatecommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/changevaluescommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/createscenecommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/clearscenecommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/createinstancescommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/informationchangedcommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/pixmapchangedcommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/removepropertiescommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/valueschangedcommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/changeauxiliarycommand.h",
-        "../../../share/qtcreator/qml/qmlpuppet/container/addimportcontainer.h",
-        "../../../share/qtcreator/qml/qmlpuppet/container/imagecontainer.h",
-        "../../../share/qtcreator/qml/qmlpuppet/container/idcontainer.h",
-        "../../../share/qtcreator/qml/qmlpuppet/container/informationcontainer.h",
-        "../../../share/qtcreator/qml/qmlpuppet/container/instancecontainer.h",
-        "../../../share/qtcreator/qml/qmlpuppet/container/reparentcontainer.h",
-        "../../../share/qtcreator/qml/qmlpuppet/container/propertyabstractcontainer.h",
-        "../../../share/qtcreator/qml/qmlpuppet/container/propertybindingcontainer.h",
-        "../../../share/qtcreator/qml/qmlpuppet/container/propertyvaluecontainer.h",
-        "designercore/include/corelib_global.h",
-        "designercore/include/abstractview.h",
-        "designercore/include/nodeinstanceview.h",
-        "designercore/include/rewriterview.h",
-        "designercore/include/metainfo.h",
-        "designercore/include/metainfoparser.h",
-        "designercore/include/nodemetainfo.h",
-        "designercore/include/itemlibraryinfo.h",
-        "designercore/model/internalproperty.h",
-        "designercore/include/modelnode.h",
-        "designercore/include/model.h",
-        "designercore/include/nodeproperty.h",
-        "designercore/include/subcomponentmanager.h",
-        "designercore/include/propertycontainer.h",
-        "designercore/model/internalnode_p.h",
-        "designercore/model/model_p.h",
-        "designercore/model/painteventfilter_p.h",
-        "designercore/include/propertyparser.h",
-        "designercore/pluginmanager/widgetpluginmanager.h",
-        "designercore/pluginmanager/widgetpluginpath.h",
-        "designercore/include/exception.h",
-        "designercore/include/invalidreparentingexception.h",
-        "designercore/include/invalidmetainfoexception.h",
-        "designercore/include/invalidargumentexception.h",
-        "designercore/include/notimplementedexception.h",
-        "designercore/include/invalidpropertyexception.h",
-        "designercore/include/invalidmodelstateexception.h",
-        "designercore/include/removebasestateexception.h",
-        "designercore/include/invalididexception.h",
-        "designercore/include/propertynode.h",
-        "designercore/include/invalidslideindexexception.h",
-        "designercore/include/import.h",
-        "designercore/include/invalidqmlsourceexception.h",
-        "designercore/model/viewlogger.h",
-        "designercore/model/internalvariantproperty.h",
-        "designercore/model/internalnodelistproperty.h",
-        "designercore/include/variantproperty.h",
-        "designercore/include/nodelistproperty.h",
-        "designercore/include/abstractproperty.h",
-        "designercore/model/internalbindingproperty.h",
-        "designercore/include/bindingproperty.h",
-        "designercore/model/internalnodeproperty.h",
-        "designercore/model/internalnodeabstractproperty.h",
-        "designercore/include/nodeabstractproperty.h",
-        "designercore/include/plaintexteditmodifier.h",
-        "designercore/include/basetexteditmodifier.h",
-        "designercore/include/componenttextmodifier.h",
-        "designercore/include/textmodifier.h",
-        "designercore/model/modeltotextmerger.h",
-        "designercore/model/texttomodelmerger.h",
-        "designercore/include/qmlmodelview.h",
-        "designercore/include/qmlitemnode.h",
-        "designercore/include/qmlstate.h",
-        "designercore/include/qmlchangeset.h",
-        "designercore/include/qmlmodelnodefacade.h",
-        "designercore/include/forwardview.h",
-        "designercore/include/qmlobjectnode.h",
-        "designercore/include/qmlanchors.h",
-        "designercore/rewritertransaction.h",
-        "designercore/model/rewriteaction.h",
-        "designercore/include/modelnodepositionstorage.h",
-        "designercore/model/modelnodepositionrecalculator.h",
-        "designercore/model/rewriteactioncompressor.h",
-        "designercore/model/qmltextgenerator.h",
-        "designercore/include/modelmerger.h",
-        "designercore/include/mathutils.h",
-        "designercore/include/customnotifications.h",
-        "designercore/include/rewritingexception.h",
-        "components/componentscore/modelnodecontextmenu.h",
-        "designercore/include/basetexteditmodifier.h",
-        "components/integration/designdocumentcontrollerview.h",
-        "components/integration/designdocumentcontroller.h",
-        "components/integration/utilitypanelcontroller.h",
-        "components/integration/stackedutilitypanelcontroller.h",
-        "components/integration/componentaction.h",
-        "components/integration/componentview.h",
-        "components/integration/xuifiledialog.h",
-        "components/integration/designdocumentcontroller.cpp",
-        "components/integration/designdocumentcontrollerview.cpp",
-        "components/integration/utilitypanelcontroller.cpp",
-        "components/integration/stackedutilitypanelcontroller.cpp",
-        "components/integration/componentaction.cpp",
-        "components/integration/componentview.cpp",
-        "components/integration/xuifiledialog.cpp",
-        "components/propertyeditor/propertyeditor.h",
-        "components/propertyeditor/qmlanchorbindingproxy.h",
-        "components/propertyeditor/resetwidget.h",
-        "components/propertyeditor/qlayoutobject.h",
-        "components/propertyeditor/basiclayouts.h",
-        "components/propertyeditor/basicwidgets.h",
-        "components/propertyeditor/behaviordialog.h",
-        "components/propertyeditor/qproxylayoutitem.h",
-        "components/propertyeditor/layoutwidget.h",
-        "components/propertyeditor/filewidget.h",
-        "components/propertyeditor/propertyeditorvalue.h",
-        "components/propertyeditor/fontwidget.h",
-        "components/propertyeditor/originwidget.h",
-        "components/propertyeditor/siblingcombobox.h",
-        "components/propertyeditor/propertyeditortransaction.h",
-        "components/propertyeditor/designerpropertymap.h",
-        "components/propertyeditor/propertyeditorcontextobject.h",
-        "components/propertyeditor/declarativewidgetview.h",
-        "components/propertyeditor/gradientlineqmladaptor.h",
-        "components/propertyeditor/propertyeditor.cpp",
-        "components/propertyeditor/qmlanchorbindingproxy.cpp",
-        "components/propertyeditor/resetwidget.cpp",
-        "components/propertyeditor/qlayoutobject.cpp",
-        "components/propertyeditor/basiclayouts.cpp",
-        "components/propertyeditor/basicwidgets.cpp",
-        "components/propertyeditor/behaviordialog.cpp",
-        "components/propertyeditor/qproxylayoutitem.cpp",
-        "components/propertyeditor/layoutwidget.cpp",
-        "components/propertyeditor/filewidget.cpp",
-        "components/propertyeditor/propertyeditorvalue.cpp",
-        "components/propertyeditor/fontwidget.cpp",
-        "components/propertyeditor/originwidget.cpp",
-        "components/propertyeditor/siblingcombobox.cpp",
-        "components/propertyeditor/propertyeditortransaction.cpp",
-        "components/propertyeditor/propertyeditorcontextobject.cpp",
-        "components/propertyeditor/declarativewidgetview.cpp",
-        "components/propertyeditor/gradientlineqmladaptor.cpp",
-        "components/propertyeditor/propertyeditor.qrc",
-        "components/formeditor/formeditorscene.h",
-        "components/formeditor/formeditorwidget.h",
-        "components/formeditor/formeditoritem.h",
-        "components/formeditor/formeditorview.h",
-        "components/formeditor/selectiontool.h",
-        "components/formeditor/abstractformeditortool.h",
-        "components/formeditor/controlelement.h",
-        "components/formeditor/resizemanipulator.h",
-        "components/formeditor/movemanipulator.h",
-        "components/formeditor/layeritem.h",
-        "components/formeditor/itemutilfunctions.h",
-        "components/formeditor/selectionrectangle.h",
-        "components/formeditor/rubberbandselectionmanipulator.h",
-        "components/formeditor/movetool.h",
-        "components/formeditor/selectionindicator.h",
-        "components/formeditor/snappinglinecreator.h",
-        "components/formeditor/snapper.h",
-        "components/formeditor/onedimensionalcluster.h",
-        "components/formeditor/singleselectionmanipulator.h",
-        "components/formeditor/scalemanipulator.h",
-        "components/formeditor/resizetool.h",
-        "components/formeditor/resizeindicator.h",
-        "components/formeditor/scaleitem.h",
-        "components/formeditor/resizecontroller.h",
-        "components/formeditor/resizehandleitem.h",
-        "components/formeditor/dragtool.h",
-        "components/formeditor/toolbox.h",
-        "components/formeditor/zoomaction.h",
-        "components/formeditor/formeditorgraphicsview.h",
-        "components/formeditor/numberseriesaction.h",
-        "components/formeditor/lineeditaction.h",
-        "components/formeditor/formeditoritem.cpp",
-        "components/formeditor/formeditorview.cpp",
-        "components/formeditor/formeditorscene.cpp",
-        "components/formeditor/formeditorwidget.cpp",
-        "components/formeditor/selectiontool.cpp",
-        "components/formeditor/abstractformeditortool.cpp",
-        "components/formeditor/controlelement.cpp",
-        "components/formeditor/resizemanipulator.cpp",
-        "components/formeditor/movemanipulator.cpp",
-        "components/formeditor/layeritem.cpp",
-        "components/formeditor/itemutilfunctions.cpp",
-        "components/formeditor/selectionrectangle.cpp",
-        "components/formeditor/rubberbandselectionmanipulator.cpp",
-        "components/formeditor/movetool.cpp",
-        "components/formeditor/selectionindicator.cpp",
-        "components/formeditor/snappinglinecreator.cpp",
-        "components/formeditor/snapper.cpp",
-        "components/formeditor/onedimensionalcluster.cpp",
-        "components/formeditor/singleselectionmanipulator.cpp",
-        "components/formeditor/scalemanipulator.cpp",
-        "components/formeditor/resizetool.cpp",
-        "components/formeditor/resizeindicator.cpp",
-        "components/formeditor/scaleitem.cpp",
-        "components/formeditor/resizecontroller.cpp",
-        "components/formeditor/resizehandleitem.cpp",
-        "components/formeditor/dragtool.cpp",
-        "components/formeditor/toolbox.cpp",
-        "components/formeditor/zoomaction.cpp",
-        "components/formeditor/formeditorgraphicsview.cpp",
-        "components/formeditor/numberseriesaction.cpp",
-        "components/formeditor/lineeditaction.cpp",
-        "components/formeditor/formeditor.qrc",
-        "qmldesignerconstants.h",
-        "qmldesignerplugin.h",
-        "designmodewidget.h",
+        "designersettings.cpp",
         "designersettings.h",
-        "settingspage.h",
+        "designmodecontext.cpp",
         "designmodecontext.h",
-        "styledoutputpaneplaceholder.h",
-        "designercore/filemanager/qmlrewriter.cpp",
-        "designercore/filemanager/qmlrefactoring.cpp",
-        "designercore/filemanager/changeobjecttypevisitor.cpp",
-        "designercore/filemanager/changepropertyvisitor.cpp",
-        "designercore/filemanager/removeuiobjectmembervisitor.cpp",
-        "designercore/filemanager/removepropertyvisitor.cpp",
-        "designercore/filemanager/addpropertyvisitor.cpp",
-        "designercore/filemanager/moveobjectvisitor.cpp",
-        "designercore/filemanager/addobjectvisitor.cpp",
-        "designercore/filemanager/addarraymembervisitor.cpp",
-        "designercore/filemanager/astobjecttextextractor.cpp",
-        "designercore/filemanager/objectlengthcalculator.cpp",
-        "designercore/filemanager/firstdefinitionfinder.cpp",
-        "designercore/filemanager/moveobjectbeforeobjectvisitor.cpp",
-        "designercore/filemanager/changeimportsvisitor.cpp",
-        "designercore/instances/nodeinstanceserverproxy.cpp",
-        "designercore/instances/nodeinstance.cpp",
-        "designercore/instances/nodeinstanceview.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/synchronizecommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/tokencommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/componentcompletedcommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/statepreviewimagechangedcommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/childrenchangedcommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/changebindingscommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/changeidscommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/changestatecommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/changevaluescommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/informationchangedcommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/removepropertiescommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/valueschangedcommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/clearscenecommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/createinstancescommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/createscenecommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/pixmapchangedcommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/commands/changeauxiliarycommand.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/container/addimportcontainer.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/container/imagecontainer.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/container/idcontainer.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/container/informationcontainer.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/container/instancecontainer.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/container/reparentcontainer.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/container/propertyabstractcontainer.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/container/propertybindingcontainer.cpp",
-        "../../../share/qtcreator/qml/qmlpuppet/container/propertyvaluecontainer.cpp",
-        "designercore/model/abstractview.cpp",
-        "designercore/model/rewriterview.cpp",
-        "designercore/metainfo/metainfo.cpp",
-        "designercore/metainfo/metainfoparser.cpp",
-        "designercore/metainfo/nodemetainfo.cpp",
-        "designercore/metainfo/itemlibraryinfo.cpp",
-        "designercore/metainfo/subcomponentmanager.cpp",
-        "designercore/model/internalproperty.cpp",
-        "designercore/model/model.cpp",
-        "designercore/model/modelnode.cpp",
-        "designercore/model/painteventfilter.cpp",
-        "designercore/model/internalnode.cpp",
-        "designercore/model/propertyparser.cpp",
-        "designercore/model/propertycontainer.cpp",
-        "designercore/pluginmanager/widgetpluginmanager.cpp",
-        "designercore/pluginmanager/widgetpluginpath.cpp",
-        "designercore/exceptions/exception.cpp",
-        "designercore/exceptions/invalidpropertyexception.cpp",
-        "designercore/exceptions/invalidmodelnodeexception.cpp",
-        "designercore/exceptions/invalidreparentingexception.cpp",
-        "designercore/exceptions/invalidmetainfoexception.cpp",
-        "designercore/exceptions/invalidargumentexception.cpp",
-        "designercore/exceptions/notimplementedexception.cpp",
-        "designercore/exceptions/invalidmodelstateexception.cpp",
-        "designercore/exceptions/removebasestateexception.cpp",
-        "designercore/exceptions/invalididexception.cpp",
-        "designercore/model/propertynode.cpp",
-        "designercore/exceptions/invalidslideindexexception.cpp",
-        "designercore/model/import.cpp",
-        "designercore/exceptions/invalidqmlsourceexception.cpp",
-        "designercore/model/viewlogger.cpp",
-        "designercore/model/internalvariantproperty.cpp",
-        "designercore/model/internalnodelistproperty.cpp",
-        "designercore/model/variantproperty.cpp",
-        "designercore/model/nodelistproperty.cpp",
-        "designercore/model/abstractproperty.cpp",
-        "designercore/model/internalbindingproperty.cpp",
-        "designercore/model/bindingproperty.cpp",
-        "designercore/model/internalnodeproperty.cpp",
-        "designercore/model/internalnodeabstractproperty.cpp",
-        "designercore/model/nodeabstractproperty.cpp",
-        "designercore/model/nodeproperty.cpp",
-        "designercore/model/modeltotextmerger.cpp",
-        "designercore/model/texttomodelmerger.cpp",
-        "designercore/model/plaintexteditmodifier.cpp",
-        "designercore/model/componenttextmodifier.cpp",
-        "designercore/model/textmodifier.cpp",
-        "designercore/model/qmlmodelview.cpp",
-        "designercore/model/qmlitemnode.cpp",
-        "designercore/model/qmlstate.cpp",
-        "designercore/model/qmlchangeset.cpp",
-        "designercore/model/qmlmodelnodefacade.cpp",
-        "designercore/model/qmlobjectnode.cpp",
-        "designercore/model/qmlanchors.cpp",
-        "designercore/rewritertransaction.cpp",
-        "designercore/model/rewriteaction.cpp",
-        "designercore/model/modelnodepositionstorage.cpp",
-        "designercore/model/modelnodepositionrecalculator.cpp",
-        "designercore/model/rewriteactioncompressor.cpp",
-        "designercore/model/qmltextgenerator.cpp",
-        "designercore/model/modelmerger.cpp",
-        "designercore/exceptions/rewritingexception.cpp",
-        "components/componentcore/modelnodecontextmenu.cpp",
-        "designercore/model/basetexteditmodifier.cpp",
-        "components/propertyeditor/behaviordialog.ui",
-        "components/itemlibrary/itemlibraryview.cpp",
-        "components/itemlibrary/itemlibrarywidget.cpp",
-        "components/itemlibrary/customdraganddrop.cpp",
-        "components/itemlibrary/itemlibrarymodel.cpp",
-        "components/itemlibrary/itemlibrarycomponents.cpp",
-        "components/itemlibrary/itemlibraryimageprovider.cpp",
-        "components/itemlibrary/itemlibraryview.h",
-        "components/itemlibrary/itemlibrarywidget.h",
-        "components/itemlibrary/customdraganddrop.h",
-        "components/itemlibrary/itemlibrarymodel.h",
-        "components/itemlibrary/itemlibrarycomponents.h",
-        "components/itemlibrary/itemlibraryimageprovider.h",
-        "components/itemlibrary/itemlibrary.qrc",
-        "components/navigator/navigatorview.h",
-        "components/navigator/navigatortreemodel.h",
-        "components/navigator/navigatorwidget.h",
-        "components/navigator/navigatortreeview.h",
-        "components/navigator/navigatorview.cpp",
-        "components/navigator/navigatortreemodel.cpp",
-        "components/navigator/navigatorwidget.cpp",
-        "components/navigator/navigatortreeview.cpp",
-        "components/navigator/navigator.qrc",
-        "components/pluginmanager/pluginmanager.cpp",
-        "components/pluginmanager/pluginpath.cpp",
-        "components/pluginmanager/iplugin.cpp",
-        "components/pluginmanager/pluginmanager.h",
-        "components/pluginmanager/pluginpath.h",
-        "components/pluginmanager/iplugin.h",
-        "components/stateseditor/stateseditorwidget.h",
-        "components/stateseditor/stateseditormodel.h",
-        "components/stateseditor/stateseditorview.h",
-        "components/stateseditor/stateseditorimageprovider.cpp",
-        "components/stateseditor/stateseditorwidget.cpp",
-        "components/stateseditor/stateseditormodel.cpp",
-        "components/stateseditor/stateseditorview.cpp",
-        "components/stateseditor/stateseditorimageprovider.cpp",
-        "components/stateseditor/stateseditor.qrc",
-        "components/stateseditor/stateslist.qml",
-        "components/stateseditor/HorizontalScrollBar.qml",
-        "qmldesignerplugin.cpp",
         "designmodewidget.cpp",
-        "designersettings.cpp",
+        "designmodewidget.h",
+        "qmldesignerconstants.h",
+        "qmldesignerplugin.cpp",
+        "qmldesignerplugin.h",
         "settingspage.cpp",
-        "designmodecontext.cpp",
-        "styledoutputpaneplaceholder.cpp",
+        "settingspage.h",
         "settingspage.ui",
-        "components/resources/resources.qrc",
-        "components/itemlibrary/qml/Selector.qml",
-        "components/itemlibrary/qml/SectionView.qml",
-        "components/itemlibrary/qml/Scrollbar.qml",
-        "components/itemlibrary/qml/ItemView.qml",
-        "components/itemlibrary/qml/ItemsViewStyle.qml",
-        "components/itemlibrary/qml/ItemsView.qml"
+        "styledoutputpaneplaceholder.cpp",
+        "styledoutputpaneplaceholder.h"
     ]
 }
-
-- 
GitLab