qbs files: Sort files

Change-Id: I6514deb70162bd52687e6143813bcf1325a797db
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Orgad Shaneh
2012-09-30 13:50:31 +02:00
committed by Christian Kandeler
parent ad94d4f09c
commit a00b291484
64 changed files with 937 additions and 932 deletions

View File

@@ -51,13 +51,13 @@ Product {
"ButtonRow.qml", "ButtonRow.qml",
"CheckBox.qml", "CheckBox.qml",
"ChoiceList.qml", "ChoiceList.qml",
"components.pro",
"GroupBox.qml", "GroupBox.qml",
"ProgressBar.qml", "ProgressBar.qml",
"Slider.qml", "Slider.qml",
"SpinBox.qml", "SpinBox.qml",
"SplitterRow.qml", "SplitterRow.qml",
"TextField.qml", "TextField.qml",
"components.pro",
"qmldir", "qmldir",
] ]
} }

View File

@@ -14,8 +14,8 @@ QtcLibrary {
Depends { name: "Qt.core" } Depends { name: "Qt.core" }
files: [ files: [
"aggregation_global.h", "aggregate.cpp",
"aggregate.h", "aggregate.h",
"aggregate.cpp" "aggregation_global.h",
] ]
} }

View File

@@ -22,13 +22,21 @@ QtcLibrary {
Group { Group {
prefix: "../3rdparty/cplusplus/" prefix: "../3rdparty/cplusplus/"
files: [ files: [
"AST.cpp",
"AST.h",
"ASTClone.cpp",
"ASTMatch0.cpp",
"ASTMatcher.cpp",
"ASTMatcher.h",
"ASTPatternBuilder.cpp", "ASTPatternBuilder.cpp",
"CPlusPlus.h", "ASTPatternBuilder.h",
"LiteralTable.cpp", "ASTVisit.cpp",
"ObjectiveCTypeQualifiers.h",
"Templates.cpp",
"Templates.h",
"ASTVisitor.cpp", "ASTVisitor.cpp",
"ASTVisitor.h",
"ASTfwd.h",
"Bind.cpp",
"Bind.h",
"CPlusPlus.h",
"Control.cpp", "Control.cpp",
"Control.h", "Control.h",
"CoreTypes.cpp", "CoreTypes.cpp",
@@ -37,8 +45,12 @@ QtcLibrary {
"DiagnosticClient.h", "DiagnosticClient.h",
"FullySpecifiedType.cpp", "FullySpecifiedType.cpp",
"FullySpecifiedType.h", "FullySpecifiedType.h",
"Keywords.cpp",
"Lexer.cpp",
"Lexer.h", "Lexer.h",
"LiteralTable.cpp",
"LiteralTable.h", "LiteralTable.h",
"Literals.cpp",
"Literals.h", "Literals.h",
"MemoryPool.cpp", "MemoryPool.cpp",
"MemoryPool.h", "MemoryPool.h",
@@ -50,48 +62,35 @@ QtcLibrary {
"Names.h", "Names.h",
"ObjectiveCAtKeywords.cpp", "ObjectiveCAtKeywords.cpp",
"ObjectiveCTypeQualifiers.cpp", "ObjectiveCTypeQualifiers.cpp",
"ObjectiveCTypeQualifiers.h",
"Parser.cpp",
"Parser.h",
"QtContextKeywords.cpp",
"QtContextKeywords.h",
"Scope.cpp", "Scope.cpp",
"Scope.h", "Scope.h",
"Symbol.cpp",
"Symbol.h",
"SymbolVisitor.cpp", "SymbolVisitor.cpp",
"SymbolVisitor.h", "SymbolVisitor.h",
"Symbols.cpp",
"Symbols.h", "Symbols.h",
"Templates.cpp",
"Templates.h",
"Token.cpp",
"Token.h",
"TranslationUnit.cpp",
"TranslationUnit.h",
"Type.cpp", "Type.cpp",
"Type.h", "Type.h",
"TypeMatcher.cpp", "TypeMatcher.cpp",
"TypeMatcher.h", "TypeMatcher.h",
"TypeVisitor.cpp", "TypeVisitor.cpp",
"TypeVisitor.h", "TypeVisitor.h",
"AST.cpp",
"AST.h",
"ASTClone.cpp",
"ASTMatch0.cpp",
"ASTMatcher.cpp",
"ASTMatcher.h",
"ASTPatternBuilder.h",
"ASTVisit.cpp",
"ASTVisitor.h",
"ASTfwd.h",
"Bind.cpp",
"Bind.h",
"Keywords.cpp",
"Lexer.cpp",
"Literals.cpp",
"Parser.cpp",
"Parser.h",
"QtContextKeywords.cpp",
"QtContextKeywords.h",
"Symbol.cpp",
"Symbol.h",
"Symbols.cpp",
"Token.cpp",
"Token.h",
"TranslationUnit.cpp",
"TranslationUnit.h"
] ]
} }
files: [ files: [
"cplusplus.qrc",
"ASTParent.cpp", "ASTParent.cpp",
"ASTParent.h", "ASTParent.h",
"ASTPath.cpp", "ASTPath.cpp",
@@ -128,6 +127,8 @@ QtcLibrary {
"Overview.h", "Overview.h",
"OverviewModel.cpp", "OverviewModel.cpp",
"OverviewModel.h", "OverviewModel.h",
"PPToken.cpp",
"PPToken.h",
"PreprocessorClient.cpp", "PreprocessorClient.cpp",
"PreprocessorClient.h", "PreprocessorClient.h",
"PreprocessorEnvironment.cpp", "PreprocessorEnvironment.cpp",
@@ -144,13 +145,12 @@ QtcLibrary {
"TypeOfExpression.h", "TypeOfExpression.h",
"TypePrettyPrinter.cpp", "TypePrettyPrinter.cpp",
"TypePrettyPrinter.h", "TypePrettyPrinter.h",
"cplusplus.qrc",
"findcdbbreakpoint.cpp", "findcdbbreakpoint.cpp",
"findcdbbreakpoint.h", "findcdbbreakpoint.h",
"pp-cctype.h", "pp-cctype.h",
"pp-engine.cpp", "pp-engine.cpp",
"pp-engine.h", "pp-engine.h",
"PPToken.cpp",
"PPToken.h",
"pp-scanner.cpp", "pp-scanner.cpp",
"pp-scanner.h", "pp-scanner.h",
"pp.h", "pp.h",
@@ -169,7 +169,7 @@ QtcLibrary {
"images/slot_prot.png", "images/slot_prot.png",
"images/var.png", "images/var.png",
"images/var_priv.png", "images/var_priv.png",
"images/var_prot.png" "images/var_prot.png",
] ]
ProductModule { ProductModule {

View File

@@ -18,10 +18,6 @@ QtcLibrary {
Depends { name: "Aggregation" } Depends { name: "Aggregation" }
files: [ files: [
"plugindetailsview.ui",
"pluginerrorview.ui",
"pluginview.qrc",
"pluginview.ui",
"extensionsystem_global.h", "extensionsystem_global.h",
"invoker.cpp", "invoker.cpp",
"invoker.h", "invoker.h",
@@ -34,19 +30,23 @@ QtcLibrary {
"plugincollection.h", "plugincollection.h",
"plugindetailsview.cpp", "plugindetailsview.cpp",
"plugindetailsview.h", "plugindetailsview.h",
"plugindetailsview.ui",
"pluginerroroverview.cpp", "pluginerroroverview.cpp",
"pluginerroroverview.h", "pluginerroroverview.h",
"pluginerroroverview.ui", "pluginerroroverview.ui",
"pluginerrorview.cpp", "pluginerrorview.cpp",
"pluginerrorview.h", "pluginerrorview.h",
"pluginerrorview.ui",
"pluginmanager.cpp", "pluginmanager.cpp",
"pluginmanager.h", "pluginmanager.h",
"pluginmanager_p.h", "pluginmanager_p.h",
"pluginspec.cpp",
"pluginspec.h", "pluginspec.h",
"pluginspec_p.h", "pluginspec_p.h",
"pluginview.cpp", "pluginview.cpp",
"pluginview.h", "pluginview.h",
"pluginspec.cpp", "pluginview.qrc",
"pluginview.ui",
"images/error.png", "images/error.png",
"images/notloaded.png", "images/notloaded.png",
"images/ok.png", "images/ok.png",

View File

@@ -17,35 +17,35 @@ QtcLibrary {
Depends { name: "Qt.gui" } Depends { name: "Qt.gui" }
files: [ files: [
"glsl.g",
"glsl.h", "glsl.h",
"glsllexer.h",
"glslparser.h",
"glslparsertable_p.h",
"glslast.h",
"glslastvisitor.h",
"glslengine.h",
"glslmemorypool.h",
"glslastdump.h",
"glslsemantic.h",
"glsltype.h",
"glsltypes.h",
"glslsymbol.h",
"glslsymbols.h",
"glslkeywords.cpp",
"glslparser.cpp",
"glslparsertable.cpp",
"glsllexer.cpp",
"glslast.cpp", "glslast.cpp",
"glslastvisitor.cpp", "glslast.h",
"glslengine.cpp",
"glslmemorypool.cpp",
"glslastdump.cpp", "glslastdump.cpp",
"glslastdump.h",
"glslastvisitor.cpp",
"glslastvisitor.h",
"glslengine.cpp",
"glslengine.h",
"glslkeywords.cpp",
"glsllexer.cpp",
"glsllexer.h",
"glslmemorypool.cpp",
"glslmemorypool.h",
"glslparser.cpp",
"glslparser.h",
"glslparsertable.cpp",
"glslparsertable_p.h",
"glslsemantic.cpp", "glslsemantic.cpp",
"glsltype.cpp", "glslsemantic.h",
"glsltypes.cpp",
"glslsymbol.cpp", "glslsymbol.cpp",
"glslsymbol.h",
"glslsymbols.cpp", "glslsymbols.cpp",
"glsl.g" "glslsymbols.h",
"glsltype.cpp",
"glsltype.h",
"glsltypes.cpp",
"glsltypes.h",
] ]
ProductModule { ProductModule {

View File

@@ -19,11 +19,11 @@ QtcLibrary {
Depends { name: "Qt.core" } Depends { name: "Qt.core" }
files: [ files: [
"languageutils_global.h", "componentversion.cpp",
"fakemetaobject.h",
"componentversion.h", "componentversion.h",
"fakemetaobject.cpp", "fakemetaobject.cpp",
"componentversion.cpp" "fakemetaobject.h",
"languageutils_global.h",
] ]
} }

View File

@@ -25,24 +25,24 @@ QtcLibrary {
"declarativetoolsclient.h", "declarativetoolsclient.h",
"qdebugmessageclient.cpp", "qdebugmessageclient.cpp",
"qdebugmessageclient.h", "qdebugmessageclient.h",
"qmldebug_global.h",
"qmldebugclient.cpp", "qmldebugclient.cpp",
"qmldebugclient.h", "qmldebugclient.h",
"qmldebugconstants.h", "qmldebugconstants.h",
"qmldebug_global.h", "qmlenginedebugclient.cpp",
"qmlenginedebugclient.h",
"qmloutputparser.cpp", "qmloutputparser.cpp",
"qmloutputparser.h", "qmloutputparser.h",
"qmlprofilereventlocation.h", "qmlprofilereventlocation.h",
"qmlprofilereventtypes.h", "qmlprofilereventtypes.h",
"qmlprofilertraceclient.cpp", "qmlprofilertraceclient.cpp",
"qmlprofilertraceclient.h", "qmlprofilertraceclient.h",
"qmltoolsclient.cpp",
"qmltoolsclient.h",
"qpacketprotocol.cpp", "qpacketprotocol.cpp",
"qpacketprotocol.h", "qpacketprotocol.h",
"qmlenginedebugclient.cpp",
"qmlenginedebugclient.h",
"qv8profilerclient.cpp", "qv8profilerclient.cpp",
"qv8profilerclient.h", "qv8profilerclient.h",
"qmltoolsclient.cpp",
"qmltoolsclient.h"
] ]
ProductModule { ProductModule {

View File

@@ -22,42 +22,42 @@ QtcLibrary {
Depends { name: "Utils" } Depends { name: "Utils" }
files: [ files: [
"resources.qrc", "colorbox.cpp",
"fontsizespinbox.h",
"filewidget.h",
"contextpanewidgetrectangle.h",
"contextpanewidgetimage.h",
"contextpanewidget.h",
"contextpanetextwidget.h",
"colorwidgets.h",
"colorbutton.h",
"colorbox.h", "colorbox.h",
"colorbutton.cpp",
"colorbutton.h",
"colorwidgets.cpp",
"colorwidgets.h",
"contextpanetext.ui",
"contextpanetextwidget.cpp",
"contextpanetextwidget.h",
"contextpanewidget.cpp",
"contextpanewidget.h",
"contextpanewidgetborderimage.ui",
"contextpanewidgetimage.cpp",
"contextpanewidgetimage.h",
"contextpanewidgetimage.ui",
"contextpanewidgetrectangle.cpp",
"contextpanewidgetrectangle.h",
"contextpanewidgetrectangle.ui",
"customcolordialog.cpp",
"customcolordialog.h", "customcolordialog.h",
"filewidget.cpp",
"filewidget.h",
"fontsizespinbox.cpp",
"fontsizespinbox.h",
"gradientline.cpp",
"gradientline.h", "gradientline.h",
"huecontrol.cpp",
"huecontrol.h", "huecontrol.h",
"qmleditorwidgets_global.h", "qmleditorwidgets_global.h",
"fontsizespinbox.cpp", "resources.qrc",
"filewidget.cpp",
"contextpanewidgetrectangle.cpp",
"contextpanewidgetimage.cpp",
"contextpanewidget.cpp",
"contextpanetextwidget.cpp",
"colorwidgets.cpp",
"colorbox.cpp",
"customcolordialog.cpp",
"huecontrol.cpp",
"gradientline.cpp",
"colorbutton.cpp",
"contextpanewidgetrectangle.ui",
"contextpanewidgetimage.ui",
"contextpanewidgetborderimage.ui",
"contextpanetext.ui",
"easingpane/easinggraph.cpp",
"easingpane/easingcontextpane.cpp", "easingpane/easingcontextpane.cpp",
"easingpane/easinggraph.h",
"easingpane/easingcontextpane.h", "easingpane/easingcontextpane.h",
"easingpane/easingcontextpane.ui",
"easingpane/easinggraph.cpp",
"easingpane/easinggraph.h",
"easingpane/easingpane.qrc", "easingpane/easingpane.qrc",
"easingpane/easingcontextpane.ui"
] ]
ProductModule { ProductModule {

View File

@@ -21,6 +21,8 @@ QtcLibrary {
Depends { name: "Qt"; submodules: ["widgets", "script"] } Depends { name: "Qt"; submodules: ["widgets", "script"] }
files: [ files: [
"jsoncheck.cpp",
"jsoncheck.h",
"qmljs.qrc", "qmljs.qrc",
"qmljs_global.h", "qmljs_global.h",
"qmljsbind.cpp", "qmljsbind.cpp",
@@ -55,6 +57,7 @@ QtcLibrary {
"qmljspropertyreader.cpp", "qmljspropertyreader.cpp",
"qmljspropertyreader.h", "qmljspropertyreader.h",
"qmljsreformatter.cpp", "qmljsreformatter.cpp",
"qmljsreformatter.h",
"qmljsrewriter.cpp", "qmljsrewriter.cpp",
"qmljsrewriter.h", "qmljsrewriter.h",
"qmljsscanner.cpp", "qmljsscanner.cpp",
@@ -73,9 +76,6 @@ QtcLibrary {
"qmljsutils.h", "qmljsutils.h",
"qmljsvalueowner.cpp", "qmljsvalueowner.cpp",
"qmljsvalueowner.h", "qmljsvalueowner.h",
"qmljsreformatter.h",
"jsoncheck.cpp",
"jsoncheck.h",
"images/element.png", "images/element.png",
"images/func.png", "images/func.png",
"images/property.png", "images/property.png",
@@ -99,7 +99,7 @@ QtcLibrary {
"parser/qmljslexer_p.h", "parser/qmljslexer_p.h",
"parser/qmljsmemorypool_p.h", "parser/qmljsmemorypool_p.h",
"parser/qmljsparser.cpp", "parser/qmljsparser.cpp",
"parser/qmljsparser_p.h" "parser/qmljsparser_p.h",
] ]
ProductModule { ProductModule {

View File

@@ -27,7 +27,7 @@ DynamicLibrary {
"qtmenuitem.cpp", "qtmenuitem.cpp",
"qtmenuitem.h", "qtmenuitem.h",
"qwheelarea.cpp", "qwheelarea.cpp",
"qwheelarea.h" "qwheelarea.h",
] ]
} }

View File

@@ -19,34 +19,34 @@ QtcLibrary {
files: [ files: [
"sftpchannel.h", "sftpchannel_p.h", "sftpchannel.cpp", "sftpchannel.h", "sftpchannel_p.h", "sftpchannel.cpp",
"sftpdefs.cpp", "sftpdefs.h", "sftpdefs.cpp", "sftpdefs.h",
"sftpfilesystemmodel.cpp", "sftpfilesystemmodel.h",
"sftpincomingpacket.cpp", "sftpincomingpacket_p.h", "sftpincomingpacket.cpp", "sftpincomingpacket_p.h",
"sftpoperation.cpp", "sftpoperation_p.h", "sftpoperation.cpp", "sftpoperation_p.h",
"sftpoutgoingpacket.cpp", "sftpoutgoingpacket_p.h", "sftpoutgoingpacket.cpp", "sftpoutgoingpacket_p.h",
"sftppacket.cpp", "sftppacket_p.h", "sftppacket.cpp", "sftppacket_p.h",
"sshbotanconversions_p.h",
"sshcapabilities_p.h", "sshcapabilities.cpp", "sshcapabilities_p.h", "sshcapabilities.cpp",
"sshchannel.cpp", "sshchannel_p.h", "sshchannel.cpp", "sshchannel_p.h",
"sshchannelmanager.cpp", "sshchannelmanager_p.h", "sshchannelmanager.cpp", "sshchannelmanager_p.h",
"sshconnection.h", "sshconnection_p.h", "sshconnection.cpp", "sshconnection.h", "sshconnection_p.h", "sshconnection.cpp",
"sshconnectionmanager.cpp", "sshconnectionmanager.h", "sshconnectionmanager.cpp", "sshconnectionmanager.h",
"sshcryptofacility.cpp", "sshcryptofacility_p.h", "sshcryptofacility.cpp", "sshcryptofacility_p.h",
"sshdirecttcpiptunnel.h", "sshdirecttcpiptunnel_p.h", "sshdirecttcpiptunnel.cpp",
"ssherrors.h",
"sshexception_p.h",
"sshincomingpacket_p.h", "sshincomingpacket.cpp",
"sshkeycreationdialog.cpp", "sshkeycreationdialog.h", "sshkeycreationdialog.ui",
"sshkeyexchange.cpp", "sshkeyexchange_p.h", "sshkeyexchange.cpp", "sshkeyexchange_p.h",
"sshkeygenerator.cpp", "sshkeygenerator.h",
"sshkeypasswordretriever.cpp",
"sshkeypasswordretriever_p.h", "sshkeypasswordretriever_p.h",
"sshoutgoingpacket.cpp", "sshoutgoingpacket_p.h", "sshoutgoingpacket.cpp", "sshoutgoingpacket_p.h",
"sshpacket.cpp", "sshpacket_p.h", "sshpacket.cpp", "sshpacket_p.h",
"sshpacketparser.cpp", "sshpacketparser_p.h", "sshpacketparser.cpp", "sshpacketparser_p.h",
"sshpseudoterminal.h",
"sshremoteprocess.cpp", "sshremoteprocess.h", "sshremoteprocess_p.h", "sshremoteprocess.cpp", "sshremoteprocess.h", "sshremoteprocess_p.h",
"sshdirecttcpiptunnel.h", "sshdirecttcpiptunnel_p.h", "sshdirecttcpiptunnel.cpp",
"sshremoteprocessrunner.cpp", "sshremoteprocessrunner.h", "sshremoteprocessrunner.cpp", "sshremoteprocessrunner.h",
"sshsendfacility.cpp", "sshsendfacility_p.h", "sshsendfacility.cpp", "sshsendfacility_p.h",
"sshkeypasswordretriever.cpp",
"sshkeygenerator.cpp", "sshkeygenerator.h",
"sshkeycreationdialog.cpp", "sshkeycreationdialog.h", "sshkeycreationdialog.ui",
"sftpfilesystemmodel.cpp", "sftpfilesystemmodel.h",
"sshincomingpacket_p.h", "sshincomingpacket.cpp",
"ssherrors.h",
"sshexception_p.h",
"sshpseudoterminal.h",
"sshbotanconversions_p.h"
] ]
ProductModule { ProductModule {

View File

@@ -30,21 +30,22 @@ QtcLibrary {
Depends { name: "app_version_header" } Depends { name: "app_version_header" }
files: [ files: [
"filewizardpage.ui",
"newclasswidget.ui",
"projectintropage.ui",
"utils.qrc",
"annotateditemdelegate.cpp", "annotateditemdelegate.cpp",
"annotateditemdelegate.h", "annotateditemdelegate.h",
"appmainwindow.cpp",
"appmainwindow.h",
"basetreeview.cpp", "basetreeview.cpp",
"basetreeview.h", "basetreeview.h",
"basevalidatinglineedit.cpp", "basevalidatinglineedit.cpp",
"basevalidatinglineedit.h", "basevalidatinglineedit.h",
"bracematcher.cpp", "bracematcher.cpp",
"bracematcher.h", "bracematcher.h",
"buildablehelperlibrary.cpp",
"buildablehelperlibrary.h", "buildablehelperlibrary.h",
"changeset.cpp", "changeset.cpp",
"changeset.h", "changeset.h",
"checkablemessagebox.cpp",
"checkablemessagebox.h",
"classnamevalidatinglineedit.cpp", "classnamevalidatinglineedit.cpp",
"classnamevalidatinglineedit.h", "classnamevalidatinglineedit.h",
"codegeneration.cpp", "codegeneration.cpp",
@@ -54,6 +55,7 @@ QtcLibrary {
"consoleprocess.cpp", "consoleprocess.cpp",
"consoleprocess.h", "consoleprocess.h",
"consoleprocess_p.h", "consoleprocess_p.h",
"crumblepath.cpp",
"crumblepath.h", "crumblepath.h",
"detailsbutton.cpp", "detailsbutton.cpp",
"detailsbutton.h", "detailsbutton.h",
@@ -61,6 +63,7 @@ QtcLibrary {
"detailswidget.h", "detailswidget.h",
"elfreader.cpp", "elfreader.cpp",
"elfreader.h", "elfreader.h",
"environment.cpp",
"environment.h", "environment.h",
"environmentmodel.cpp", "environmentmodel.cpp",
"environmentmodel.h", "environmentmodel.h",
@@ -70,27 +73,31 @@ QtcLibrary {
"fancylineedit.h", "fancylineedit.h",
"fancymainwindow.cpp", "fancymainwindow.cpp",
"fancymainwindow.h", "fancymainwindow.h",
"appmainwindow.h",
"appmainwindow.cpp",
"fileinprojectfinder.cpp", "fileinprojectfinder.cpp",
"fileinprojectfinder.h", "fileinprojectfinder.h",
"filenamevalidatinglineedit.cpp",
"filenamevalidatinglineedit.h", "filenamevalidatinglineedit.h",
"filesearch.cpp", "filesearch.cpp",
"filesearch.h", "filesearch.h",
"filesystemwatcher.cpp", "filesystemwatcher.cpp",
"filesystemwatcher.h", "filesystemwatcher.h",
"fileutils.cpp",
"fileutils.h", "fileutils.h",
"filewizarddialog.cpp", "filewizarddialog.cpp",
"filewizarddialog.h", "filewizarddialog.h",
"filewizardpage.cpp", "filewizardpage.cpp",
"filewizardpage.h", "filewizardpage.h",
"filewizardpage.ui",
"filterlineedit.cpp", "filterlineedit.cpp",
"filterlineedit.h", "filterlineedit.h",
"flowlayout.cpp", "flowlayout.cpp",
"flowlayout.h", "flowlayout.h",
"historycompleter.cpp",
"historycompleter.h", "historycompleter.h",
"hostosinfo.h",
"htmldocextractor.cpp", "htmldocextractor.cpp",
"htmldocextractor.h", "htmldocextractor.h",
"ipaddresslineedit.cpp",
"ipaddresslineedit.h", "ipaddresslineedit.h",
"iwelcomepage.cpp", "iwelcomepage.cpp",
"iwelcomepage.h", "iwelcomepage.h",
@@ -99,11 +106,14 @@ QtcLibrary {
"linecolumnlabel.cpp", "linecolumnlabel.cpp",
"linecolumnlabel.h", "linecolumnlabel.h",
"listutils.h", "listutils.h",
"multitask.h",
"navigationtreeview.cpp", "navigationtreeview.cpp",
"navigationtreeview.h", "navigationtreeview.h",
"networkaccessmanager.cpp",
"networkaccessmanager.h", "networkaccessmanager.h",
"newclasswidget.cpp", "newclasswidget.cpp",
"newclasswidget.h", "newclasswidget.h",
"newclasswidget.ui",
"outputformat.h", "outputformat.h",
"outputformatter.cpp", "outputformatter.cpp",
"outputformatter.h", "outputformatter.h",
@@ -111,23 +121,34 @@ QtcLibrary {
"parameteraction.h", "parameteraction.h",
"pathchooser.cpp", "pathchooser.cpp",
"pathchooser.h", "pathchooser.h",
"pathlisteditor.cpp",
"pathlisteditor.h", "pathlisteditor.h",
"persistentsettings.cpp",
"persistentsettings.h",
"portlist.cpp",
"portlist.h",
"projectintropage.cpp", "projectintropage.cpp",
"projectintropage.h", "projectintropage.h",
"projectintropage.ui",
"projectnamevalidatinglineedit.cpp", "projectnamevalidatinglineedit.cpp",
"projectnamevalidatinglineedit.h", "projectnamevalidatinglineedit.h",
"proxyaction.cpp",
"proxyaction.h", "proxyaction.h",
"qtcassert.h",
"qtcassert.cpp", "qtcassert.cpp",
"qtcassert.h",
"qtcolorbutton.cpp", "qtcolorbutton.cpp",
"qtcolorbutton.h", "qtcolorbutton.h",
"qtcprocess.cpp",
"qtcprocess.h", "qtcprocess.h",
"reloadpromptutils.cpp", "reloadpromptutils.cpp",
"reloadpromptutils.h", "reloadpromptutils.h",
"runextensions.h",
"savedaction.cpp",
"savedaction.h", "savedaction.h",
"savefile.cpp", "savefile.cpp",
"savefile.h", "savefile.h",
"settingsselector.cpp", "settingsselector.cpp",
"settingsselector.h",
"settingsutils.h", "settingsutils.h",
"statuslabel.cpp", "statuslabel.cpp",
"statuslabel.h", "statuslabel.h",
@@ -135,6 +156,7 @@ QtcLibrary {
"stringutils.h", "stringutils.h",
"styledbar.cpp", "styledbar.cpp",
"styledbar.h", "styledbar.h",
"stylehelper.cpp",
"stylehelper.h", "stylehelper.h",
"submiteditorwidget.cpp", "submiteditorwidget.cpp",
"submiteditorwidget.h", "submiteditorwidget.h",
@@ -151,32 +173,10 @@ QtcLibrary {
"treewidgetcolumnstretcher.h", "treewidgetcolumnstretcher.h",
"uncommentselection.cpp", "uncommentselection.cpp",
"uncommentselection.h", "uncommentselection.h",
"utils.qrc",
"utils_global.h", "utils_global.h",
"wizard.cpp", "wizard.cpp",
"wizard.h", "wizard.h",
"hostosinfo.h",
"persistentsettings.h",
"settingsselector.h",
"buildablehelperlibrary.cpp",
"checkablemessagebox.cpp",
"checkablemessagebox.h",
"crumblepath.cpp",
"environment.cpp",
"filenamevalidatinglineedit.cpp",
"fileutils.cpp",
"historycompleter.cpp",
"ipaddresslineedit.cpp",
"networkaccessmanager.cpp",
"pathlisteditor.cpp",
"persistentsettings.cpp",
"portlist.cpp",
"portlist.h",
"proxyaction.cpp",
"qtcprocess.cpp",
"savedaction.cpp",
"stylehelper.cpp",
"multitask.h",
"runextensions.h",
"images/arrow.png", "images/arrow.png",
"images/crumblepath-segment-end.png", "images/crumblepath-segment-end.png",
"images/crumblepath-segment-hover-end.png", "images/crumblepath-segment-hover-end.png",
@@ -207,8 +207,8 @@ QtcLibrary {
Group { Group {
condition: qbs.targetOS == "linux" condition: qbs.targetOS == "linux"
files: [ files: [
"unixutils.cpp",
"unixutils.h", "unixutils.h",
"unixutils.cpp"
] ]
} }

View File

@@ -26,17 +26,17 @@ QtcLibrary {
} }
files: [ files: [
"servicebrowser.cpp",
"servicebrowser.h",
"servicebrowser_p.h",
"embeddedLib.cpp",
"mdnsderived.cpp",
"mdnsderived.h",
"avahiLib.cpp", "avahiLib.cpp",
"dnsSdLib.cpp", "dnsSdLib.cpp",
"dns_sd_types.h", "dns_sd_types.h",
"embeddedLib.cpp",
"mdnsderived.cpp",
"mdnsderived.h",
"servicebrowser.cpp",
"servicebrowser.h",
"servicebrowser_p.h",
"syssocket.h",
"zeroconf_global.h", "zeroconf_global.h",
"syssocket.h"
] ]
ProductModule { ProductModule {

View File

@@ -27,13 +27,18 @@ QtcPlugin {
"analyzerbase.qrc", "analyzerbase.qrc",
"analyzerbase_global.h", "analyzerbase_global.h",
"analyzerconstants.h", "analyzerconstants.h",
"analyzermanager.cpp",
"analyzermanager.h",
"analyzeroptionspage.cpp", "analyzeroptionspage.cpp",
"analyzeroptionspage.h", "analyzeroptionspage.h",
"analyzerplugin.cpp", "analyzerplugin.cpp",
"analyzerplugin.h", "analyzerplugin.h",
"analyzerrunconfigwidget.cpp", "analyzerrunconfigwidget.cpp",
"analyzerrunconfigwidget.h", "analyzerrunconfigwidget.h",
"analyzerruncontrol.cpp",
"analyzerruncontrol.h", "analyzerruncontrol.h",
"analyzerruncontrolfactory.cpp",
"analyzerruncontrolfactory.h",
"analyzersettings.cpp", "analyzersettings.cpp",
"analyzersettings.h", "analyzersettings.h",
"analyzerstartparameters.h", "analyzerstartparameters.h",
@@ -42,17 +47,12 @@ QtcPlugin {
"ianalyzerengine.cpp", "ianalyzerengine.cpp",
"ianalyzerengine.h", "ianalyzerengine.h",
"ianalyzertool.cpp", "ianalyzertool.cpp",
"ianalyzertool.h",
"startremotedialog.cpp", "startremotedialog.cpp",
"startremotedialog.h", "startremotedialog.h",
"analyzermanager.cpp",
"analyzermanager.h",
"analyzerruncontrol.cpp",
"analyzerruncontrolfactory.cpp",
"analyzerruncontrolfactory.h",
"ianalyzertool.h",
"images/analyzer_category.png", "images/analyzer_category.png",
"images/analyzer_mode.png", "images/analyzer_mode.png",
"images/analyzer_start_small.png" "images/analyzer_start_small.png",
] ]
ProductModule { ProductModule {

View File

@@ -24,6 +24,7 @@ QtcPlugin {
files: [ files: [
"addnewavddialog.ui", "addnewavddialog.ui",
"android.qrc",
"androidconfigurations.cpp", "androidconfigurations.cpp",
"androidconfigurations.h", "androidconfigurations.h",
"androidconstants.h", "androidconstants.h",
@@ -35,9 +36,9 @@ QtcPlugin {
"androiddeployconfiguration.cpp", "androiddeployconfiguration.cpp",
"androiddeployconfiguration.h", "androiddeployconfiguration.h",
"androiddeploystep.cpp", "androiddeploystep.cpp",
"androiddeploystep.h",
"androiddeploystepfactory.cpp", "androiddeploystepfactory.cpp",
"androiddeploystepfactory.h", "androiddeploystepfactory.h",
"androiddeploystep.h",
"androiddeploystepwidget.cpp", "androiddeploystepwidget.cpp",
"androiddeploystepwidget.h", "androiddeploystepwidget.h",
"androiddeploystepwidget.ui", "androiddeploystepwidget.ui",
@@ -46,8 +47,8 @@ QtcPlugin {
"androiddevicefactory.cpp", "androiddevicefactory.cpp",
"androiddevicefactory.h", "androiddevicefactory.h",
"androidglobal.h", "androidglobal.h",
"androidmanager.h",
"androidmanager.cpp", "androidmanager.cpp",
"androidmanager.h",
"androidpackagecreationfactory.cpp", "androidpackagecreationfactory.cpp",
"androidpackagecreationfactory.h", "androidpackagecreationfactory.h",
"androidpackagecreationstep.cpp", "androidpackagecreationstep.cpp",
@@ -61,11 +62,10 @@ QtcPlugin {
"androidpackageinstallationstep.h", "androidpackageinstallationstep.h",
"androidplugin.cpp", "androidplugin.cpp",
"androidplugin.h", "androidplugin.h",
"android.qrc",
"androidqtversion.cpp", "androidqtversion.cpp",
"androidqtversion.h",
"androidqtversionfactory.cpp", "androidqtversionfactory.cpp",
"androidqtversionfactory.h", "androidqtversionfactory.h",
"androidqtversion.h",
"androidrunconfiguration.cpp", "androidrunconfiguration.cpp",
"androidrunconfiguration.h", "androidrunconfiguration.h",
"androidruncontrol.cpp", "androidruncontrol.cpp",
@@ -82,6 +82,6 @@ QtcPlugin {
"androidtoolchain.cpp", "androidtoolchain.cpp",
"androidtoolchain.h", "androidtoolchain.h",
"javaparser.cpp", "javaparser.cpp",
"javaparser.h" "javaparser.h",
] ]
} }

View File

@@ -50,6 +50,6 @@ QtcPlugin {
"makefileparserthread.cpp", "makefileparserthread.cpp",
"makefileparserthread.h", "makefileparserthread.h",
"makestep.cpp", "makestep.cpp",
"makestep.h" "makestep.h",
] ]
} }

View File

@@ -20,42 +20,42 @@ QtcPlugin {
] ]
files: [ files: [
"bazaar.qrc",
"bazaarcommitpanel.ui",
"cloneoptionspanel.ui",
"pullorpushdialog.ui",
"revertdialog.ui",
"bazaarcommitwidget.cpp",
"bazaarcommitwidget.h",
"bazaarsettings.cpp",
"branchinfo.cpp",
"branchinfo.h",
"cloneoptionspanel.cpp",
"cloneoptionspanel.h",
"constants.h",
"optionspage.ui",
"pullorpushdialog.cpp",
"pullorpushdialog.h",
"annotationhighlighter.cpp", "annotationhighlighter.cpp",
"annotationhighlighter.h", "annotationhighlighter.h",
"bazaar.qrc",
"bazaarclient.cpp", "bazaarclient.cpp",
"bazaarclient.h", "bazaarclient.h",
"bazaarcommitpanel.ui",
"bazaarcommitwidget.cpp",
"bazaarcommitwidget.h",
"bazaarcontrol.cpp", "bazaarcontrol.cpp",
"bazaarcontrol.h", "bazaarcontrol.h",
"bazaareditor.cpp", "bazaareditor.cpp",
"bazaareditor.h", "bazaareditor.h",
"bazaarplugin.cpp", "bazaarplugin.cpp",
"bazaarplugin.h", "bazaarplugin.h",
"bazaarsettings.cpp",
"bazaarsettings.h", "bazaarsettings.h",
"branchinfo.cpp",
"branchinfo.h",
"cloneoptionspanel.cpp",
"cloneoptionspanel.h",
"cloneoptionspanel.ui",
"clonewizard.cpp", "clonewizard.cpp",
"clonewizard.h", "clonewizard.h",
"clonewizardpage.cpp", "clonewizardpage.cpp",
"clonewizardpage.h", "clonewizardpage.h",
"commiteditor.cpp", "commiteditor.cpp",
"commiteditor.h", "commiteditor.h",
"constants.h",
"optionspage.cpp", "optionspage.cpp",
"optionspage.h", "optionspage.h",
"images/bazaar.png" "optionspage.ui",
"pullorpushdialog.cpp",
"pullorpushdialog.h",
"pullorpushdialog.ui",
"revertdialog.ui",
"images/bazaar.png",
] ]
} }

View File

@@ -18,12 +18,12 @@ QtcPlugin {
] ]
files: [ files: [
"bineditorplugin.h", "bineditor.cpp",
"bineditor.h", "bineditor.h",
"bineditorconstants.h", "bineditorconstants.h",
"markup.h",
"bineditorplugin.cpp", "bineditorplugin.cpp",
"bineditor.cpp" "bineditorplugin.h",
"markup.h",
] ]
} }

View File

@@ -20,14 +20,14 @@ QtcPlugin {
] ]
files: [ files: [
"bookmarksplugin.h", "bookmark.cpp",
"bookmark.h", "bookmark.h",
"bookmarkmanager.cpp",
"bookmarkmanager.h", "bookmarkmanager.h",
"bookmarks.qrc",
"bookmarks_global.h", "bookmarks_global.h",
"bookmarksplugin.cpp", "bookmarksplugin.cpp",
"bookmark.cpp", "bookmarksplugin.h",
"bookmarkmanager.cpp",
"bookmarks.qrc",
] ]
} }

View File

@@ -20,29 +20,29 @@ QtcPlugin {
] ]
files: [ files: [
"classviewplugin.h",
"classviewnavigationwidgetfactory.h",
"classviewconstants.h",
"classviewnavigationwidget.h",
"classviewparser.h",
"classviewmanager.h",
"classviewsymbollocation.h",
"classviewsymbolinformation.h",
"classviewparsertreeitem.h",
"classviewutils.h",
"classviewtreeitemmodel.h",
"classviewplugin.cpp",
"classviewnavigationwidgetfactory.cpp",
"classviewnavigationwidget.cpp",
"classviewparser.cpp",
"classviewmanager.cpp",
"classviewsymbollocation.cpp",
"classviewsymbolinformation.cpp",
"classviewparsertreeitem.cpp",
"classviewutils.cpp",
"classviewtreeitemmodel.cpp",
"classviewnavigationwidget.ui",
"classview.qrc", "classview.qrc",
"classviewconstants.h",
"classviewmanager.cpp",
"classviewmanager.h",
"classviewnavigationwidget.cpp",
"classviewnavigationwidget.h",
"classviewnavigationwidget.ui",
"classviewnavigationwidgetfactory.cpp",
"classviewnavigationwidgetfactory.h",
"classviewparser.cpp",
"classviewparser.h",
"classviewparsertreeitem.cpp",
"classviewparsertreeitem.h",
"classviewplugin.cpp",
"classviewplugin.h",
"classviewsymbolinformation.cpp",
"classviewsymbolinformation.h",
"classviewsymbollocation.cpp",
"classviewsymbollocation.h",
"classviewtreeitemmodel.cpp",
"classviewtreeitemmodel.h",
"classviewutils.cpp",
"classviewutils.h",
] ]
} }

View File

@@ -51,7 +51,7 @@ QtcPlugin {
"cmakeuicodemodelsupport.cpp", "cmakeuicodemodelsupport.cpp",
"cmakeuicodemodelsupport.h", "cmakeuicodemodelsupport.h",
"makestep.cpp", "makestep.cpp",
"makestep.h" "makestep.h",
] ]
} }

View File

@@ -36,8 +36,6 @@ QtcPlugin {
} }
files: [ files: [
"fancyactionbar.qrc",
"generalsettings.ui",
"basefilewizard.cpp", "basefilewizard.cpp",
"basefilewizard.h", "basefilewizard.h",
"core.qrc", "core.qrc",
@@ -47,6 +45,8 @@ QtcPlugin {
"coreplugin.h", "coreplugin.h",
"designmode.cpp", "designmode.cpp",
"designmode.h", "designmode.h",
"documentmanager.cpp",
"documentmanager.h",
"editmode.cpp", "editmode.cpp",
"editmode.h", "editmode.h",
"editortoolbar.cpp", "editortoolbar.cpp",
@@ -56,10 +56,11 @@ QtcPlugin {
"externaltoolmanager.h", "externaltoolmanager.h",
"fancyactionbar.cpp", "fancyactionbar.cpp",
"fancyactionbar.h", "fancyactionbar.h",
"fancyactionbar.qrc",
"fancytabwidget.cpp", "fancytabwidget.cpp",
"fancytabwidget.h", "fancytabwidget.h",
"featureprovider.h",
"featureprovider.cpp", "featureprovider.cpp",
"featureprovider.h",
"fileiconprovider.cpp", "fileiconprovider.cpp",
"fileiconprovider.h", "fileiconprovider.h",
"fileutils.cpp", "fileutils.cpp",
@@ -68,6 +69,7 @@ QtcPlugin {
"findplaceholder.h", "findplaceholder.h",
"generalsettings.cpp", "generalsettings.cpp",
"generalsettings.h", "generalsettings.h",
"generalsettings.ui",
"generatedfile.cpp", "generatedfile.cpp",
"generatedfile.h", "generatedfile.h",
"helpmanager.cpp", "helpmanager.cpp",
@@ -77,20 +79,21 @@ QtcPlugin {
"icore.cpp", "icore.cpp",
"icore.h", "icore.h",
"icorelistener.h", "icorelistener.h",
"id.cpp",
"id.h", "id.h",
"ifilewizardextension.h",
"imode.cpp",
"imode.h",
"documentmanager.cpp",
"documentmanager.h",
"idocument.cpp", "idocument.cpp",
"idocument.h", "idocument.h",
"idocumentfactory.h", "idocumentfactory.h",
"ifilewizardextension.h",
"imode.cpp",
"imode.h",
"inavigationwidgetfactory.cpp", "inavigationwidgetfactory.cpp",
"inavigationwidgetfactory.h", "inavigationwidgetfactory.h",
"infobar.cpp", "infobar.cpp",
"infobar.h", "infobar.h",
"ioutputpane.h", "ioutputpane.h",
"iversioncontrol.cpp",
"iversioncontrol.h",
"mainwindow.cpp", "mainwindow.cpp",
"mainwindow.h", "mainwindow.h",
"manhattanstyle.cpp", "manhattanstyle.cpp",
@@ -146,18 +149,15 @@ QtcPlugin {
"textdocument.h", "textdocument.h",
"toolsettings.cpp", "toolsettings.cpp",
"toolsettings.h", "toolsettings.h",
"variablechooser.cpp",
"variablechooser.h", "variablechooser.h",
"variablechooser.ui", "variablechooser.ui",
"vcsmanager.h",
"versiondialog.cpp",
"versiondialog.h",
"id.cpp",
"iversioncontrol.cpp",
"iversioncontrol.h",
"variablechooser.cpp",
"variablemanager.cpp", "variablemanager.cpp",
"variablemanager.h", "variablemanager.h",
"vcsmanager.cpp", "vcsmanager.cpp",
"vcsmanager.h",
"versiondialog.cpp",
"versiondialog.h",
"actionmanager/actioncontainer.cpp", "actionmanager/actioncontainer.cpp",
"actionmanager/actioncontainer.h", "actionmanager/actioncontainer.h",
"actionmanager/actioncontainer_p.h", "actionmanager/actioncontainer_p.h",
@@ -167,23 +167,23 @@ QtcPlugin {
"actionmanager/command.cpp", "actionmanager/command.cpp",
"actionmanager/command.h", "actionmanager/command.h",
"actionmanager/command_p.h", "actionmanager/command_p.h",
"actionmanager/commandbutton.h",
"actionmanager/commandbutton.cpp", "actionmanager/commandbutton.cpp",
"actionmanager/commandbutton.h",
"actionmanager/commandmappings.cpp", "actionmanager/commandmappings.cpp",
"actionmanager/commandmappings.h", "actionmanager/commandmappings.h",
"actionmanager/commandmappings.ui", "actionmanager/commandmappings.ui",
"actionmanager/commandsfile.cpp", "actionmanager/commandsfile.cpp",
"actionmanager/commandsfile.h", "actionmanager/commandsfile.h",
"dialogs/externaltoolconfig.ui",
"dialogs/newdialog.ui",
"dialogs/externaltoolconfig.cpp", "dialogs/externaltoolconfig.cpp",
"dialogs/externaltoolconfig.h", "dialogs/externaltoolconfig.h",
"dialogs/externaltoolconfig.ui",
"dialogs/ioptionspage.cpp", "dialogs/ioptionspage.cpp",
"dialogs/ioptionspage.h", "dialogs/ioptionspage.h",
"dialogs/iwizard.cpp", "dialogs/iwizard.cpp",
"dialogs/iwizard.h", "dialogs/iwizard.h",
"dialogs/newdialog.cpp", "dialogs/newdialog.cpp",
"dialogs/newdialog.h", "dialogs/newdialog.h",
"dialogs/newdialog.ui",
"dialogs/openwithdialog.cpp", "dialogs/openwithdialog.cpp",
"dialogs/openwithdialog.h", "dialogs/openwithdialog.h",
"dialogs/openwithdialog.ui", "dialogs/openwithdialog.ui",
@@ -197,12 +197,14 @@ QtcPlugin {
"dialogs/shortcutsettings.cpp", "dialogs/shortcutsettings.cpp",
"dialogs/shortcutsettings.h", "dialogs/shortcutsettings.h",
"editormanager/BinFiles.mimetypes.xml", "editormanager/BinFiles.mimetypes.xml",
"editormanager/editormanager.cpp",
"editormanager/editormanager.h",
"editormanager/editorview.cpp", "editormanager/editorview.cpp",
"editormanager/editorview.h", "editormanager/editorview.h",
"editormanager/ieditor.cpp", "editormanager/ieditor.cpp",
"editormanager/ieditor.h", "editormanager/ieditor.h",
"editormanager/ieditorfactory.h",
"editormanager/ieditorfactory.cpp", "editormanager/ieditorfactory.cpp",
"editormanager/ieditorfactory.h",
"editormanager/iexternaleditor.cpp", "editormanager/iexternaleditor.cpp",
"editormanager/iexternaleditor.h", "editormanager/iexternaleditor.h",
"editormanager/openeditorsmodel.cpp", "editormanager/openeditorsmodel.cpp",
@@ -214,8 +216,6 @@ QtcPlugin {
"editormanager/openeditorswindow.h", "editormanager/openeditorswindow.h",
"editormanager/systemeditor.cpp", "editormanager/systemeditor.cpp",
"editormanager/systemeditor.h", "editormanager/systemeditor.h",
"editormanager/editormanager.cpp",
"editormanager/editormanager.h",
"progressmanager/futureprogress.cpp", "progressmanager/futureprogress.cpp",
"progressmanager/futureprogress.h", "progressmanager/futureprogress.h",
"progressmanager/progressbar.cpp", "progressmanager/progressbar.cpp",
@@ -228,27 +228,27 @@ QtcPlugin {
"scriptmanager/metatypedeclarations.h", "scriptmanager/metatypedeclarations.h",
"scriptmanager/scriptmanager.cpp", "scriptmanager/scriptmanager.cpp",
"scriptmanager/scriptmanager.h", "scriptmanager/scriptmanager.h",
"scriptmanager/scriptmanager_p.h" "scriptmanager/scriptmanager_p.h",
] ]
Group { Group {
condition: qbs.targetOS == "windows" condition: qbs.targetOS == "windows"
files: [ files: [
"progressmanager/progressmanager_win.cpp" "progressmanager/progressmanager_win.cpp",
] ]
} }
Group { Group {
condition: qbs.targetOS == "macx" condition: qbs.targetOS == "macx"
files: [ files: [
"progressmanager/progressmanager_mac.mm" "progressmanager/progressmanager_mac.mm",
] ]
} }
Group { Group {
condition: qbs.targetOS == "linux" condition: qbs.targetOS == "linux"
files: [ files: [
"progressmanager/progressmanager_x11.cpp" "progressmanager/progressmanager_x11.cpp",
] ]
} }

View File

@@ -54,7 +54,7 @@ QtcPlugin {
"settingspage.h", "settingspage.h",
"settingspage.ui", "settingspage.ui",
"urlopenprotocol.cpp", "urlopenprotocol.cpp",
"urlopenprotocol.h" "urlopenprotocol.h",
] ]
Group { Group {
@@ -63,7 +63,7 @@ QtcPlugin {
"cgi.cpp", "cgi.cpp",
"cgi.h", "cgi.h",
"splitter.cpp", "splitter.cpp",
"splitter.h" "splitter.h",
] ]
} }
} }

View File

@@ -21,10 +21,10 @@ QtcTool {
files: [ "main.cpp", files: [ "main.cpp",
"argumentscollector.h", "argumentscollector.cpp", "argumentscollector.h", "argumentscollector.cpp",
"../cpasterconstants.h", "../cpasterconstants.h",
"../protocol.h", "../protocol.cpp",
"../pastebindotcomprotocol.h", "../pastebindotcomprotocol.cpp",
"../pastebindotcaprotocol.h", "../pastebindotcaprotocol.cpp",
"../kdepasteprotocol.h", "../kdepasteprotocol.cpp", "../kdepasteprotocol.h", "../kdepasteprotocol.cpp",
"../urlopenprotocol.h", "../urlopenprotocol.cpp" "../pastebindotcaprotocol.h", "../pastebindotcaprotocol.cpp",
"../pastebindotcomprotocol.h", "../pastebindotcomprotocol.cpp",
"../protocol.h", "../protocol.cpp",
"../urlopenprotocol.h", "../urlopenprotocol.cpp",
] ]
} }

View File

@@ -21,7 +21,6 @@ QtcPlugin {
files: [ files: [
"CppEditor.mimetypes.xml", "CppEditor.mimetypes.xml",
"cppeditor.qrc",
"cppautocompleter.cpp", "cppautocompleter.cpp",
"cppautocompleter.h", "cppautocompleter.h",
"cppclasswizard.cpp", "cppclasswizard.cpp",
@@ -30,6 +29,7 @@ QtcPlugin {
"cppcompleteswitch.h", "cppcompleteswitch.h",
"cppeditor.cpp", "cppeditor.cpp",
"cppeditor.h", "cppeditor.h",
"cppeditor.qrc",
"cppeditor_global.h", "cppeditor_global.h",
"cppeditorconstants.h", "cppeditorconstants.h",
"cppeditorenums.h", "cppeditorenums.h",
@@ -59,7 +59,7 @@ QtcPlugin {
"cppsnippetprovider.cpp", "cppsnippetprovider.cpp",
"cppsnippetprovider.h", "cppsnippetprovider.h",
"cpptypehierarchy.cpp", "cpptypehierarchy.cpp",
"cpptypehierarchy.h" "cpptypehierarchy.h",
] ]
} }

View File

@@ -25,6 +25,10 @@ QtcPlugin {
] ]
files: [ files: [
"ModelManagerInterface.cpp",
"ModelManagerInterface.h",
"TypeHierarchyBuilder.cpp",
"TypeHierarchyBuilder.h",
"abstracteditorsupport.cpp", "abstracteditorsupport.cpp",
"abstracteditorsupport.h", "abstracteditorsupport.h",
"commentssettings.cpp", "commentssettings.cpp",
@@ -32,6 +36,8 @@ QtcPlugin {
"completionsettingspage.cpp", "completionsettingspage.cpp",
"completionsettingspage.h", "completionsettingspage.h",
"completionsettingspage.ui", "completionsettingspage.ui",
"cppchecksymbols.cpp",
"cppchecksymbols.h",
"cppclassesfilter.cpp", "cppclassesfilter.cpp",
"cppclassesfilter.h", "cppclassesfilter.h",
"cppcodeformatter.cpp", "cppcodeformatter.cpp",
@@ -39,6 +45,7 @@ QtcPlugin {
"cppcodestylepreferences.cpp", "cppcodestylepreferences.cpp",
"cppcodestylepreferences.h", "cppcodestylepreferences.h",
"cppcodestylepreferencesfactory.cpp", "cppcodestylepreferencesfactory.cpp",
"cppcodestylepreferencesfactory.h",
"cppcodestylesettings.cpp", "cppcodestylesettings.cpp",
"cppcodestylesettings.h", "cppcodestylesettings.h",
"cppcodestylesettingspage.cpp", "cppcodestylesettingspage.cpp",
@@ -46,12 +53,14 @@ QtcPlugin {
"cppcodestylesettingspage.ui", "cppcodestylesettingspage.ui",
"cppcompletionassist.cpp", "cppcompletionassist.cpp",
"cppcompletionassist.h", "cppcompletionassist.h",
"cppcompletionassistprovider.cpp",
"cppcompletionassistprovider.h",
"cppcompletionsupport.cpp",
"cppcompletionsupport.h",
"cppcurrentdocumentfilter.cpp", "cppcurrentdocumentfilter.cpp",
"cppcurrentdocumentfilter.h", "cppcurrentdocumentfilter.h",
"cppdoxygen.cpp", "cppdoxygen.cpp",
"cppdoxygen.h", "cppdoxygen.h",
"cppcompletionsupport.cpp",
"cppcompletionsupport.h",
"cppfilesettingspage.cpp", "cppfilesettingspage.cpp",
"cppfilesettingspage.h", "cppfilesettingspage.h",
"cppfilesettingspage.ui", "cppfilesettingspage.ui",
@@ -59,10 +68,12 @@ QtcPlugin {
"cppfindreferences.h", "cppfindreferences.h",
"cppfunctionsfilter.cpp", "cppfunctionsfilter.cpp",
"cppfunctionsfilter.h", "cppfunctionsfilter.h",
"cpphighlightingsupportinternal.cpp",
"cpphighlightingsupportinternal.h",
"cpphighlightingsupport.cpp", "cpphighlightingsupport.cpp",
"cpphighlightingsupport.h", "cpphighlightingsupport.h",
"cpphighlightingsupportinternal.cpp",
"cpphighlightingsupportinternal.h",
"cpplocalsymbols.cpp",
"cpplocalsymbols.h",
"cpplocatorfilter.cpp", "cpplocatorfilter.cpp",
"cpplocatorfilter.h", "cpplocatorfilter.h",
"cppmodelmanager.cpp", "cppmodelmanager.cpp",
@@ -73,10 +84,6 @@ QtcPlugin {
"cpprefactoringchanges.h", "cpprefactoringchanges.h",
"cppsemanticinfo.cpp", "cppsemanticinfo.cpp",
"cppsemanticinfo.h", "cppsemanticinfo.h",
"cppchecksymbols.cpp",
"cppchecksymbols.h",
"cpplocalsymbols.cpp",
"cpplocalsymbols.h",
"cpptools_global.h", "cpptools_global.h",
"cpptoolsconstants.h", "cpptoolsconstants.h",
"cpptoolseditorsupport.cpp", "cpptoolseditorsupport.cpp",
@@ -99,13 +106,6 @@ QtcPlugin {
"symbolsfindfilter.h", "symbolsfindfilter.h",
"uicodecompletionsupport.cpp", "uicodecompletionsupport.cpp",
"uicodecompletionsupport.h", "uicodecompletionsupport.h",
"cppcompletionassistprovider.cpp",
"cppcompletionassistprovider.h",
"cppcodestylepreferencesfactory.h",
"ModelManagerInterface.cpp",
"ModelManagerInterface.h",
"TypeHierarchyBuilder.cpp",
"TypeHierarchyBuilder.h"
] ]
Group { Group {

View File

@@ -20,28 +20,28 @@ QtcPlugin {
] ]
files: [ files: [
"annotationhighlighter.h",
"cvsplugin.h",
"cvscontrol.h",
"settingspage.h",
"cvseditor.h",
"cvssubmiteditor.h",
"cvssettings.h",
"cvsutils.h",
"cvsconstants.h",
"checkoutwizard.h",
"checkoutwizardpage.h",
"annotationhighlighter.cpp", "annotationhighlighter.cpp",
"cvsplugin.cpp", "annotationhighlighter.h",
"cvscontrol.cpp",
"settingspage.cpp",
"cvseditor.cpp",
"cvssubmiteditor.cpp",
"cvssettings.cpp",
"cvsutils.cpp",
"checkoutwizard.cpp", "checkoutwizard.cpp",
"checkoutwizard.h",
"checkoutwizardpage.cpp", "checkoutwizardpage.cpp",
"checkoutwizardpage.h",
"cvs.qrc",
"cvsconstants.h",
"cvscontrol.cpp",
"cvscontrol.h",
"cvseditor.cpp",
"cvseditor.h",
"cvsplugin.cpp",
"cvsplugin.h",
"cvssettings.cpp",
"cvssettings.h",
"cvssubmiteditor.cpp",
"cvssubmiteditor.h",
"cvsutils.cpp",
"cvsutils.h",
"settingspage.cpp",
"settingspage.h",
"settingspage.ui", "settingspage.ui",
"cvs.qrc"
] ]
} }

View File

@@ -40,12 +40,8 @@ QtcPlugin {
} }
files: [ files: [
"debugger.qrc",
"debuggerkitconfigwidget.cpp",
"debuggerkitconfigwidget.h",
"debuggerkitinformation.cpp",
"debuggerkitinformation.h",
"basewindow.cpp", "basewindow.cpp",
"basewindow.h",
"breakhandler.cpp", "breakhandler.cpp",
"breakhandler.h", "breakhandler.h",
"breakpoint.cpp", "breakpoint.cpp",
@@ -57,16 +53,27 @@ QtcPlugin {
"commonoptionspage.cpp", "commonoptionspage.cpp",
"commonoptionspage.h", "commonoptionspage.h",
"commonoptionspage.ui", "commonoptionspage.ui",
"debugger.qrc",
"debugger_global.h", "debugger_global.h",
"debuggeractions.cpp",
"debuggeractions.h",
"debuggerconstants.h",
"debuggercore.h", "debuggercore.h",
"debuggerdialogs.cpp", "debuggerdialogs.cpp",
"debuggerdialogs.h", "debuggerdialogs.h",
"debuggerengine.cpp", "debuggerengine.cpp",
"debuggerengine.h", "debuggerengine.h",
"debuggerinternalconstants.h", "debuggerinternalconstants.h",
"debuggerkitconfigwidget.cpp",
"debuggerkitconfigwidget.h",
"debuggerkitinformation.cpp",
"debuggerkitinformation.h",
"debuggermainwindow.cpp", "debuggermainwindow.cpp",
"debuggermainwindow.h", "debuggermainwindow.h",
"debuggerplugin.cpp",
"debuggerplugin.h", "debuggerplugin.h",
"debuggerruncontrolfactory.h",
"debuggerrunner.cpp",
"debuggerrunner.h", "debuggerrunner.h",
"debuggersourcepathmappingwidget.cpp", "debuggersourcepathmappingwidget.cpp",
"debuggersourcepathmappingwidget.h", "debuggersourcepathmappingwidget.h",
@@ -99,18 +106,18 @@ QtcPlugin {
"outputcollector.h", "outputcollector.h",
"procinterrupt.cpp", "procinterrupt.cpp",
"procinterrupt.h", "procinterrupt.h",
"qtmessagelogwindow.h",
"qtmessagelogeditor.h",
"qtmessagelogview.h",
"qtmessagelogproxymodel.h",
"qtmessagelogitemdelegate.h",
"qtmessageloghandler.h",
"qtmessagelogwindow.cpp",
"qtmessagelogproxymodel.cpp",
"qtmessagelogview.cpp",
"qtmessagelogitemdelegate.cpp",
"qtmessageloghandler.cpp",
"qtmessagelogeditor.cpp", "qtmessagelogeditor.cpp",
"qtmessagelogeditor.h",
"qtmessageloghandler.cpp",
"qtmessageloghandler.h",
"qtmessagelogitemdelegate.cpp",
"qtmessagelogitemdelegate.h",
"qtmessagelogproxymodel.cpp",
"qtmessagelogproxymodel.h",
"qtmessagelogview.cpp",
"qtmessagelogview.h",
"qtmessagelogwindow.cpp",
"qtmessagelogwindow.h",
"registerhandler.cpp", "registerhandler.cpp",
"registerhandler.h", "registerhandler.h",
"registerwindow.cpp", "registerwindow.cpp",
@@ -146,13 +153,6 @@ QtcPlugin {
"watchutils.h", "watchutils.h",
"watchwindow.cpp", "watchwindow.cpp",
"watchwindow.h", "watchwindow.h",
"basewindow.h",
"debuggeractions.cpp",
"debuggeractions.h",
"debuggerconstants.h",
"debuggerplugin.cpp",
"debuggerruncontrolfactory.h",
"debuggerrunner.cpp",
"cdb/bytearrayinputstream.cpp", "cdb/bytearrayinputstream.cpp",
"cdb/bytearrayinputstream.h", "cdb/bytearrayinputstream.h",
"cdb/cdbengine.cpp", "cdb/cdbengine.cpp",
@@ -164,17 +164,21 @@ QtcPlugin {
"cdb/cdboptionspagewidget.ui", "cdb/cdboptionspagewidget.ui",
"cdb/cdbparsehelpers.cpp", "cdb/cdbparsehelpers.cpp",
"cdb/cdbparsehelpers.h", "cdb/cdbparsehelpers.h",
"gdb/gdb.qrc",
"gdb/abstractgdbprocess.cpp", "gdb/abstractgdbprocess.cpp",
"gdb/abstractgdbprocess.h", "gdb/abstractgdbprocess.h",
"gdb/abstractplaingdbadapter.cpp", "gdb/abstractplaingdbadapter.cpp",
"gdb/abstractplaingdbadapter.h", "gdb/abstractplaingdbadapter.h",
"gdb/attachgdbadapter.cpp",
"gdb/attachgdbadapter.h", "gdb/attachgdbadapter.h",
"gdb/classicgdbengine.cpp",
"gdb/coregdbadapter.cpp", "gdb/coregdbadapter.cpp",
"gdb/coregdbadapter.h", "gdb/coregdbadapter.h",
"gdb/gdb.qrc",
"gdb/gdbengine.cpp", "gdb/gdbengine.cpp",
"gdb/gdbengine.h",
"gdb/gdbmi.cpp", "gdb/gdbmi.cpp",
"gdb/gdbmi.h", "gdb/gdbmi.h",
"gdb/gdboptionspage.cpp",
"gdb/gdboptionspage.h", "gdb/gdboptionspage.h",
"gdb/localgdbprocess.cpp", "gdb/localgdbprocess.cpp",
"gdb/localgdbprocess.h", "gdb/localgdbprocess.h",
@@ -187,14 +191,10 @@ QtcPlugin {
"gdb/remotegdbserveradapter.h", "gdb/remotegdbserveradapter.h",
"gdb/remoteplaingdbadapter.cpp", "gdb/remoteplaingdbadapter.cpp",
"gdb/remoteplaingdbadapter.h", "gdb/remoteplaingdbadapter.h",
"gdb/termgdbadapter.h",
"gdb/attachgdbadapter.cpp",
"gdb/classicgdbengine.cpp",
"gdb/gdbengine.h",
"gdb/gdboptionspage.cpp",
"gdb/termgdbadapter.cpp",
"gdb/startgdbserverdialog.cpp", "gdb/startgdbserverdialog.cpp",
"gdb/startgdbserverdialog.h", "gdb/startgdbserverdialog.h",
"gdb/termgdbadapter.cpp",
"gdb/termgdbadapter.h",
"images/breakpoint_16.png", "images/breakpoint_16.png",
"images/breakpoint_24.png", "images/breakpoint_24.png",
"images/breakpoint_disabled_16.png", "images/breakpoint_disabled_16.png",
@@ -227,29 +227,40 @@ QtcPlugin {
"images/location_24.png", "images/location_24.png",
"images/tracepoint.png", "images/tracepoint.png",
"images/watchpoint.png", "images/watchpoint.png",
"lldb/ipcenginehost.cpp",
"lldb/ipcenginehost.h",
"lldb/lldbenginehost.cpp",
"lldb/lldbenginehost.h",
"namedemangler/demanglerexceptions.h",
"namedemangler/globalparsestate.cpp",
"namedemangler/globalparsestate.h",
"namedemangler/namedemangler.cpp",
"namedemangler/namedemangler.h",
"namedemangler/parsetreenodes.cpp",
"namedemangler/parsetreenodes.h",
"pdb/pdbengine.cpp", "pdb/pdbengine.cpp",
"pdb/pdbengine.h", "pdb/pdbengine.h",
"qml/qmlengine.h",
"qml/qmladapter.h",
"qml/baseqmldebuggerclient.h",
"qml/qmlcppengine.h",
"qml/qscriptdebuggerclient.h",
"qml/qmlv8debuggerclient.h",
"qml/interactiveinterpreter.h",
"qml/qmlv8debuggerclientconstants.h",
"qml/qmlengine.cpp",
"qml/qmladapter.cpp",
"qml/baseqmldebuggerclient.cpp", "qml/baseqmldebuggerclient.cpp",
"qml/qmlcppengine.cpp", "qml/baseqmldebuggerclient.h",
"qml/qscriptdebuggerclient.cpp",
"qml/qmlv8debuggerclient.cpp",
"qml/interactiveinterpreter.cpp", "qml/interactiveinterpreter.cpp",
"qml/interactiveinterpreter.h",
"qml/qmladapter.cpp",
"qml/qmladapter.h",
"qml/qmlcppengine.cpp",
"qml/qmlcppengine.h",
"qml/qmlengine.cpp",
"qml/qmlengine.h",
"qml/qmlinspectoradapter.cpp", "qml/qmlinspectoradapter.cpp",
"qml/qmlinspectoradapter.h", "qml/qmlinspectoradapter.h",
"qml/qmlinspectoragent.cpp", "qml/qmlinspectoragent.cpp",
"qml/qmlinspectoragent.h", "qml/qmlinspectoragent.h",
"qml/qmllivetextpreview.cpp", "qml/qmllivetextpreview.cpp",
"qml/qmllivetextpreview.h", "qml/qmllivetextpreview.h",
"qml/qmlv8debuggerclient.cpp",
"qml/qmlv8debuggerclient.h",
"qml/qmlv8debuggerclientconstants.h",
"qml/qscriptdebuggerclient.cpp",
"qml/qscriptdebuggerclient.h",
"script/scriptengine.cpp", "script/scriptengine.cpp",
"script/scriptengine.h", "script/scriptengine.h",
"shared/backtrace.cpp", "shared/backtrace.cpp",
@@ -258,17 +269,6 @@ QtcPlugin {
"shared/cdbsymbolpathlisteditor.h", "shared/cdbsymbolpathlisteditor.h",
"shared/hostutils.cpp", "shared/hostutils.cpp",
"shared/hostutils.h", "shared/hostutils.h",
"lldb/ipcenginehost.cpp",
"lldb/ipcenginehost.h",
"lldb/lldbenginehost.cpp",
"lldb/lldbenginehost.h",
"namedemangler/namedemangler.cpp",
"namedemangler/namedemangler.h",
"namedemangler/parsetreenodes.cpp",
"namedemangler/parsetreenodes.h",
"namedemangler/demanglerexceptions.h",
"namedemangler/globalparsestate.h",
"namedemangler/globalparsestate.cpp"
] ]
Group { Group {
@@ -276,7 +276,7 @@ QtcPlugin {
prefix: "../../shared/registryaccess/" prefix: "../../shared/registryaccess/"
files: [ files: [
"registryaccess.cpp", "registryaccess.cpp",
"registryaccess.h" "registryaccess.h",
] ]
} }
@@ -286,7 +286,7 @@ QtcPlugin {
"registerpostmortemaction.cpp", "registerpostmortemaction.cpp",
"registerpostmortemaction.h", "registerpostmortemaction.h",
"shared/peutils.cpp", "shared/peutils.cpp",
"shared/peutils.h" "shared/peutils.h",
] ]
} }
@@ -295,7 +295,7 @@ QtcPlugin {
files: [ files: [
"lldb/lldboptionspage.cpp", "lldb/lldboptionspage.cpp",
"lldb/lldboptionspage.h", "lldb/lldboptionspage.h",
"lldb/lldboptionspagewidget.ui" "lldb/lldboptionspagewidget.ui",
] ]
} }

View File

@@ -25,67 +25,67 @@ QtcPlugin {
] ]
files: [ files: [
"../../shared/designerintegrationv2/widgethost.h",
"../../shared/designerintegrationv2/sizehandlerect.h",
"../../shared/designerintegrationv2/formresizer.h",
"../../shared/designerintegrationv2/widgethostconstants.h",
"cpp/formclasswizardpage.h",
"cpp/formclasswizarddialog.h",
"cpp/formclasswizard.h",
"cpp/formclasswizardparameters.h",
"cpp/cppsettingspage.h",
"formeditorplugin.h",
"formeditorfactory.h",
"formwindoweditor.h",
"formwindowfile.h",
"formwizard.h",
"qtcreatorintegration.h",
"designerconstants.h",
"settingspage.h",
"editorwidget.h",
"formeditorw.h",
"settingsmanager.h",
"formtemplatewizardpage.h",
"formwizarddialog.h",
"codemodelhelpers.h",
"designer_export.h",
"designerxmleditor.h",
"designercontext.h",
"formeditorstack.h",
"editordata.h",
"resourcehandler.h",
"qtdesignerformclasscodegenerator.h",
"../../shared/designerintegrationv2/widgethost.cpp",
"../../shared/designerintegrationv2/sizehandlerect.cpp",
"../../shared/designerintegrationv2/formresizer.cpp",
"cpp/formclasswizardpage.cpp",
"cpp/formclasswizarddialog.cpp",
"cpp/formclasswizard.cpp",
"cpp/formclasswizardparameters.cpp",
"cpp/cppsettingspage.cpp",
"formeditorplugin.cpp",
"formeditorfactory.cpp",
"formwindoweditor.cpp",
"formwindowfile.cpp",
"formwizard.cpp",
"qtcreatorintegration.cpp",
"settingspage.cpp",
"editorwidget.cpp",
"formeditorw.cpp",
"settingsmanager.cpp",
"formtemplatewizardpage.cpp",
"formwizarddialog.cpp",
"codemodelhelpers.cpp",
"designerxmleditor.cpp",
"designercontext.cpp",
"formeditorstack.cpp",
"resourcehandler.cpp",
"qtdesignerformclasscodegenerator.cpp",
"cpp/formclasswizardpage.ui",
"cpp/cppsettingspagewidget.ui",
"designer.qrc",
"Designer.mimetypes.xml", "Designer.mimetypes.xml",
"README.txt" "README.txt",
"codemodelhelpers.cpp",
"codemodelhelpers.h",
"designer.qrc",
"designer_export.h",
"designerconstants.h",
"designercontext.cpp",
"designercontext.h",
"designerxmleditor.cpp",
"designerxmleditor.h",
"editordata.h",
"editorwidget.cpp",
"editorwidget.h",
"formeditorfactory.cpp",
"formeditorfactory.h",
"formeditorplugin.cpp",
"formeditorplugin.h",
"formeditorstack.cpp",
"formeditorstack.h",
"formeditorw.cpp",
"formeditorw.h",
"formtemplatewizardpage.cpp",
"formtemplatewizardpage.h",
"formwindoweditor.cpp",
"formwindoweditor.h",
"formwindowfile.cpp",
"formwindowfile.h",
"formwizard.cpp",
"formwizard.h",
"formwizarddialog.cpp",
"formwizarddialog.h",
"qtcreatorintegration.cpp",
"qtcreatorintegration.h",
"qtdesignerformclasscodegenerator.cpp",
"qtdesignerformclasscodegenerator.h",
"resourcehandler.cpp",
"resourcehandler.h",
"settingsmanager.cpp",
"settingsmanager.h",
"settingspage.cpp",
"settingspage.h",
"../../shared/designerintegrationv2/formresizer.cpp",
"../../shared/designerintegrationv2/formresizer.h",
"../../shared/designerintegrationv2/sizehandlerect.cpp",
"../../shared/designerintegrationv2/sizehandlerect.h",
"../../shared/designerintegrationv2/widgethost.cpp",
"../../shared/designerintegrationv2/widgethost.h",
"../../shared/designerintegrationv2/widgethostconstants.h",
"cpp/cppsettingspage.cpp",
"cpp/cppsettingspage.h",
"cpp/cppsettingspagewidget.ui",
"cpp/formclasswizard.cpp",
"cpp/formclasswizard.h",
"cpp/formclasswizarddialog.cpp",
"cpp/formclasswizarddialog.h",
"cpp/formclasswizardpage.cpp",
"cpp/formclasswizardpage.h",
"cpp/formclasswizardpage.ui",
"cpp/formclasswizardparameters.cpp",
"cpp/formclasswizardparameters.h",
] ]
} }

View File

@@ -20,12 +20,12 @@ QtcPlugin {
files: [ files: [
"fakevimactions.cpp", "fakevimactions.cpp",
"fakevimhandler.cpp",
"fakevimplugin.cpp",
"fakevimactions.h", "fakevimactions.h",
"fakevimhandler.cpp",
"fakevimhandler.h", "fakevimhandler.h",
"fakevimoptions.ui",
"fakevimplugin.cpp",
"fakevimplugin.h", "fakevimplugin.h",
"fakevimoptions.ui"
] ]
Group { Group {

View File

@@ -21,12 +21,11 @@ QtcPlugin {
] ]
files: [ files: [
"find.qrc",
"findwidget.ui",
"basetextfind.cpp", "basetextfind.cpp",
"basetextfind.h", "basetextfind.h",
"currentdocumentfind.cpp", "currentdocumentfind.cpp",
"currentdocumentfind.h", "currentdocumentfind.h",
"find.qrc",
"find_global.h", "find_global.h",
"finddialog.ui", "finddialog.ui",
"findplugin.cpp", "findplugin.cpp",
@@ -35,6 +34,7 @@ QtcPlugin {
"findtoolbar.h", "findtoolbar.h",
"findtoolwindow.cpp", "findtoolwindow.cpp",
"findtoolwindow.h", "findtoolwindow.h",
"findwidget.ui",
"ifindfilter.cpp", "ifindfilter.cpp",
"ifindfilter.h", "ifindfilter.h",
"ifindsupport.cpp", "ifindsupport.cpp",
@@ -54,7 +54,7 @@ QtcPlugin {
"searchresultwindow.h", "searchresultwindow.h",
"textfindconstants.h", "textfindconstants.h",
"treeviewfind.cpp", "treeviewfind.cpp",
"treeviewfind.h" "treeviewfind.h",
] ]
} }

View File

@@ -23,31 +23,31 @@ QtcPlugin {
] ]
files: [ files: [
"genericproject.h",
"genericprojectplugin.h",
"genericprojectmanager.h",
"genericprojectconstants.h",
"genericprojectnodes.h",
"genericprojectwizard.h",
"genericprojectfileseditor.h",
"pkgconfigtool.h",
"genericmakestep.h",
"genericbuildconfiguration.h",
"selectablefilesmodel.h",
"filesselectionwizardpage.h",
"genericproject.cpp",
"genericprojectplugin.cpp",
"genericprojectmanager.cpp",
"genericprojectnodes.cpp",
"genericprojectwizard.cpp",
"genericprojectfileseditor.cpp",
"pkgconfigtool.cpp",
"genericmakestep.cpp",
"genericbuildconfiguration.cpp",
"selectablefilesmodel.cpp",
"filesselectionwizardpage.cpp", "filesselectionwizardpage.cpp",
"filesselectionwizardpage.h",
"genericbuildconfiguration.cpp",
"genericbuildconfiguration.h",
"genericmakestep.cpp",
"genericmakestep.h",
"genericmakestep.ui", "genericmakestep.ui",
"genericproject.cpp",
"genericproject.h",
"genericproject.qrc", "genericproject.qrc",
"genericprojectconstants.h",
"genericprojectfileseditor.cpp",
"genericprojectfileseditor.h",
"genericprojectmanager.cpp",
"genericprojectmanager.h",
"genericprojectnodes.cpp",
"genericprojectnodes.h",
"genericprojectplugin.cpp",
"genericprojectplugin.h",
"genericprojectwizard.cpp",
"genericprojectwizard.h",
"pkgconfigtool.cpp",
"pkgconfigtool.h",
"selectablefilesmodel.cpp",
"selectablefilesmodel.h",
] ]
} }

View File

@@ -24,18 +24,14 @@ QtcPlugin {
] ]
files: [ files: [
"branchadddialog.ui",
"branchdialog.ui",
"git.qrc",
"gitsubmitpanel.ui",
"remoteadditiondialog.ui",
"stashdialog.ui",
"annotationhighlighter.cpp", "annotationhighlighter.cpp",
"annotationhighlighter.h", "annotationhighlighter.h",
"branchadddialog.cpp", "branchadddialog.cpp",
"branchadddialog.h", "branchadddialog.h",
"branchadddialog.ui",
"branchdialog.cpp", "branchdialog.cpp",
"branchdialog.h", "branchdialog.h",
"branchdialog.ui",
"branchmodel.cpp", "branchmodel.cpp",
"branchmodel.h", "branchmodel.h",
"changeselectiondialog.cpp", "changeselectiondialog.cpp",
@@ -47,6 +43,7 @@ QtcPlugin {
"clonewizardpage.h", "clonewizardpage.h",
"commitdata.cpp", "commitdata.cpp",
"commitdata.h", "commitdata.h",
"git.qrc",
"gitclient.cpp", "gitclient.cpp",
"gitclient.h", "gitclient.h",
"gitconstants.h", "gitconstants.h",
@@ -60,10 +57,12 @@ QtcPlugin {
"gitsubmiteditor.h", "gitsubmiteditor.h",
"gitsubmiteditorwidget.cpp", "gitsubmiteditorwidget.cpp",
"gitsubmiteditorwidget.h", "gitsubmiteditorwidget.h",
"gitsubmitpanel.ui",
"gitutils.cpp", "gitutils.cpp",
"gitutils.h", "gitutils.h",
"gitversioncontrol.cpp", "gitversioncontrol.cpp",
"gitversioncontrol.h", "gitversioncontrol.h",
"remoteadditiondialog.ui",
"remotedialog.cpp", "remotedialog.cpp",
"remotedialog.h", "remotedialog.h",
"remotedialog.ui", "remotedialog.ui",
@@ -75,29 +74,30 @@ QtcPlugin {
"settingspage.h", "settingspage.h",
"settingspage.ui", "settingspage.ui",
"stashdialog.cpp", "stashdialog.cpp",
"stashdialog.h" "stashdialog.h",
"stashdialog.ui",
] ]
Group { Group {
prefix: "gitorious/" prefix: "gitorious/"
files: [ files: [
"gitorioushostwidget.ui",
"gitoriousprojectwidget.ui",
"gitoriousrepositorywizardpage.ui",
"gitorious.cpp", "gitorious.cpp",
"gitorious.h", "gitorious.h",
"gitoriousclonewizard.cpp", "gitoriousclonewizard.cpp",
"gitoriousclonewizard.h", "gitoriousclonewizard.h",
"gitorioushostwidget.cpp", "gitorioushostwidget.cpp",
"gitorioushostwidget.h", "gitorioushostwidget.h",
"gitorioushostwidget.ui",
"gitorioushostwizardpage.cpp", "gitorioushostwizardpage.cpp",
"gitorioushostwizardpage.h", "gitorioushostwizardpage.h",
"gitoriousprojectwidget.cpp", "gitoriousprojectwidget.cpp",
"gitoriousprojectwidget.h", "gitoriousprojectwidget.h",
"gitoriousprojectwidget.ui",
"gitoriousprojectwizardpage.cpp", "gitoriousprojectwizardpage.cpp",
"gitoriousprojectwizardpage.h", "gitoriousprojectwizardpage.h",
"gitoriousrepositorywizardpage.cpp", "gitoriousrepositorywizardpage.cpp",
"gitoriousrepositorywizardpage.h" "gitoriousrepositorywizardpage.h",
"gitoriousrepositorywizardpage.ui",
] ]
} }
@@ -113,7 +113,7 @@ QtcPlugin {
"gerritparameters.cpp", "gerritparameters.cpp",
"gerritparameters.h", "gerritparameters.h",
"gerritplugin.cpp", "gerritplugin.cpp",
"gerritplugin.h" "gerritplugin.h",
] ]
} }
} }

View File

@@ -22,34 +22,34 @@ QtcPlugin {
] ]
files: [ files: [
"GLSLEditor.mimetypes.xml",
"glslautocompleter.cpp",
"glslautocompleter.h",
"glslcompletionassist.cpp",
"glslcompletionassist.h",
"glsleditor.cpp",
"glsleditor.h", "glsleditor.h",
"glsleditor.qrc",
"glsleditor_global.h", "glsleditor_global.h",
"glsleditoractionhandler.cpp",
"glsleditoractionhandler.h", "glsleditoractionhandler.h",
"glsleditorconstants.h", "glsleditorconstants.h",
"glsleditoreditable.h",
"glsleditorfactory.h",
"glsleditorplugin.h",
"glslfilewizard.h",
"glslhighlighter.h",
"glslautocompleter.h",
"glslindenter.h",
"glslhoverhandler.h",
"glslcompletionassist.h",
"reuse.h",
"glsleditor.cpp",
"glsleditoractionhandler.cpp",
"glsleditoreditable.cpp", "glsleditoreditable.cpp",
"glsleditoreditable.h",
"glsleditorfactory.cpp", "glsleditorfactory.cpp",
"glsleditorfactory.h",
"glsleditorplugin.cpp", "glsleditorplugin.cpp",
"glsleditorplugin.h",
"glslfilewizard.cpp", "glslfilewizard.cpp",
"glslfilewizard.h",
"glslhighlighter.cpp", "glslhighlighter.cpp",
"glslautocompleter.cpp", "glslhighlighter.h",
"glslindenter.cpp",
"glslhoverhandler.cpp", "glslhoverhandler.cpp",
"glslcompletionassist.cpp", "glslhoverhandler.h",
"glslindenter.cpp",
"glslindenter.h",
"reuse.cpp", "reuse.cpp",
"glsleditor.qrc", "reuse.h",
"GLSLEditor.mimetypes.xml"
] ]
} }

View File

@@ -16,10 +16,10 @@ QtcPlugin {
] ]
files: [ files: [
"helloworldplugin.h",
"helloworldwindow.h",
"helloworldplugin.cpp", "helloworldplugin.cpp",
"helloworldwindow.cpp" "helloworldplugin.h",
"helloworldwindow.cpp",
"helloworldwindow.h",
] ]
} }

View File

@@ -35,65 +35,65 @@ QtcPlugin {
] ]
files: [ files: [
"centralwidget.cpp",
"centralwidget.h", "centralwidget.h",
"docsettingspage.cpp",
"docsettingspage.h", "docsettingspage.h",
"docsettingspage.ui",
"externalhelpwindow.cpp",
"externalhelpwindow.h",
"filtersettingspage.cpp",
"filtersettingspage.h", "filtersettingspage.h",
"filtersettingspage.ui",
"generalsettingspage.cpp",
"generalsettingspage.h", "generalsettingspage.h",
"generalsettingspage.ui",
"help.qrc",
"help_global.h", "help_global.h",
"helpconstants.h", "helpconstants.h",
"helpfindsupport.cpp",
"helpfindsupport.h", "helpfindsupport.h",
"helpindexfilter.cpp",
"helpindexfilter.h", "helpindexfilter.h",
"localhelpmanager.h", "helpmode.cpp",
"helpmode.h", "helpmode.h",
"helpplugin.cpp",
"helpplugin.h", "helpplugin.h",
"helpviewer.cpp",
"helpviewer.h", "helpviewer.h",
"helpviewer_p.h", "helpviewer_p.h",
"openpagesmanager.h",
"openpagesmodel.h",
"openpagesswitcher.h",
"openpageswidget.h",
"remotehelpfilter.h",
"searchwidget.h",
"xbelsupport.h",
"externalhelpwindow.h",
"centralwidget.cpp",
"docsettingspage.cpp",
"filtersettingspage.cpp",
"generalsettingspage.cpp",
"helpfindsupport.cpp",
"helpindexfilter.cpp",
"localhelpmanager.cpp",
"helpmode.cpp",
"helpplugin.cpp",
"helpviewer.cpp",
"helpviewer_qtb.cpp", "helpviewer_qtb.cpp",
"helpviewer_qwv.cpp", "helpviewer_qwv.cpp",
"localhelpmanager.cpp",
"localhelpmanager.h",
"openpagesmanager.cpp", "openpagesmanager.cpp",
"openpagesmanager.h",
"openpagesmodel.cpp", "openpagesmodel.cpp",
"openpagesmodel.h",
"openpagesswitcher.cpp", "openpagesswitcher.cpp",
"openpagesswitcher.h",
"openpageswidget.cpp", "openpageswidget.cpp",
"openpageswidget.h",
"remotehelpfilter.cpp", "remotehelpfilter.cpp",
"searchwidget.cpp", "remotehelpfilter.h",
"xbelsupport.cpp",
"externalhelpwindow.cpp",
"docsettingspage.ui",
"filtersettingspage.ui",
"generalsettingspage.ui",
"remotehelpfilter.ui", "remotehelpfilter.ui",
"help.qrc", "searchwidget.cpp",
"../../shared/help/bookmarkmanager.h", "searchwidget.h",
"../../shared/help/contentwindow.h", "xbelsupport.cpp",
"../../shared/help/filternamedialog.h", "xbelsupport.h",
"../../shared/help/indexwindow.h",
"../../shared/help/topicchooser.h",
"../../shared/help/bookmarkmanager.cpp",
"../../shared/help/contentwindow.cpp",
"../../shared/help/filternamedialog.cpp",
"../../shared/help/indexwindow.cpp",
"../../shared/help/topicchooser.cpp",
"../../shared/help/bookmarkdialog.ui", "../../shared/help/bookmarkdialog.ui",
"../../shared/help/bookmarkmanager.cpp",
"../../shared/help/bookmarkmanager.h",
"../../shared/help/contentwindow.cpp",
"../../shared/help/contentwindow.h",
"../../shared/help/filternamedialog.cpp",
"../../shared/help/filternamedialog.h",
"../../shared/help/filternamedialog.ui", "../../shared/help/filternamedialog.ui",
"../../shared/help/topicchooser.ui" "../../shared/help/indexwindow.cpp",
"../../shared/help/indexwindow.h",
"../../shared/help/topicchooser.cpp",
"../../shared/help/topicchooser.h",
"../../shared/help/topicchooser.ui",
] ]
} }

View File

@@ -17,22 +17,22 @@ QtcPlugin {
] ]
files: [ files: [
"imageviewerplugin.h", "ImageViewer.mimetypes.xml",
"imageviewerfactory.h",
"imageviewerfile.h",
"imageviewer.h",
"imageview.h",
"imageviewerconstants.h",
"imagevieweractionhandler.h",
"imageviewerplugin.cpp",
"imageviewerfactory.cpp",
"imageviewerfile.cpp",
"imageviewer.cpp",
"imageview.cpp", "imageview.cpp",
"imagevieweractionhandler.cpp", "imageview.h",
"imageviewertoolbar.ui", "imageviewer.cpp",
"imageviewer.h",
"imageviewer.qrc", "imageviewer.qrc",
"ImageViewer.mimetypes.xml" "imagevieweractionhandler.cpp",
"imagevieweractionhandler.h",
"imageviewerconstants.h",
"imageviewerfactory.cpp",
"imageviewerfactory.h",
"imageviewerfile.cpp",
"imageviewerfile.h",
"imageviewerplugin.cpp",
"imageviewerplugin.h",
"imageviewertoolbar.ui",
] ]
} }

View File

@@ -21,20 +21,21 @@ QtcPlugin {
] ]
files: [ files: [
"directoryfilter.ui",
"filesystemfilter.ui",
"locator.qrc",
"settingspage.ui",
"basefilefilter.cpp", "basefilefilter.cpp",
"basefilefilter.h", "basefilefilter.h",
"commandlocator.cpp", "commandlocator.cpp",
"commandlocator.h", "commandlocator.h",
"directoryfilter.cpp", "directoryfilter.cpp",
"directoryfilter.h", "directoryfilter.h",
"directoryfilter.ui",
"executefilter.cpp",
"executefilter.h", "executefilter.h",
"filesystemfilter.cpp", "filesystemfilter.cpp",
"filesystemfilter.h", "filesystemfilter.h",
"filesystemfilter.ui",
"ilocatorfilter.cpp", "ilocatorfilter.cpp",
"ilocatorfilter.h",
"locator.qrc",
"locator_global.h", "locator_global.h",
"locatorconstants.h", "locatorconstants.h",
"locatorfiltersfilter.cpp", "locatorfiltersfilter.cpp",
@@ -43,16 +44,15 @@ QtcPlugin {
"locatormanager.h", "locatormanager.h",
"locatorplugin.cpp", "locatorplugin.cpp",
"locatorplugin.h", "locatorplugin.h",
"locatorwidget.cpp",
"locatorwidget.h",
"opendocumentsfilter.cpp", "opendocumentsfilter.cpp",
"opendocumentsfilter.h", "opendocumentsfilter.h",
"settingspage.cpp", "settingspage.cpp",
"settingspage.h", "settingspage.h",
"executefilter.cpp", "settingspage.ui",
"ilocatorfilter.h",
"locatorwidget.cpp",
"locatorwidget.h",
"images/locator.png", "images/locator.png",
"images/reload.png" "images/reload.png",
] ]
} }

View File

@@ -20,9 +20,6 @@ QtcPlugin {
] ]
files: [ files: [
"macrooptionswidget.ui",
"macros.qrc",
"savedialog.ui",
"actionmacrohandler.cpp", "actionmacrohandler.cpp",
"actionmacrohandler.h", "actionmacrohandler.h",
"findmacrohandler.cpp", "findmacrohandler.cpp",
@@ -41,6 +38,8 @@ QtcPlugin {
"macrooptionspage.h", "macrooptionspage.h",
"macrooptionswidget.cpp", "macrooptionswidget.cpp",
"macrooptionswidget.h", "macrooptionswidget.h",
"macrooptionswidget.ui",
"macros.qrc",
"macros_global.h", "macros_global.h",
"macrosconstants.h", "macrosconstants.h",
"macrosplugin.cpp", "macrosplugin.cpp",
@@ -49,8 +48,9 @@ QtcPlugin {
"macrotextfind.h", "macrotextfind.h",
"savedialog.cpp", "savedialog.cpp",
"savedialog.h", "savedialog.h",
"savedialog.ui",
"texteditormacrohandler.cpp", "texteditormacrohandler.cpp",
"texteditormacrohandler.h" "texteditormacrohandler.h",
] ]
} }

View File

@@ -21,17 +21,23 @@ QtcPlugin {
cpp.defines: base.concat(['QT_NO_CAST_TO_ASCII']) cpp.defines: base.concat(['QT_NO_CAST_TO_ASCII'])
files: [ files: [
"debianmanager.cpp",
"debianmanager.h",
"madde_exports.h", "madde_exports.h",
"maddedevice.cpp",
"maddedevice.h",
"maddedeviceconfigurationfactory.cpp", "maddedeviceconfigurationfactory.cpp",
"maddedeviceconfigurationfactory.h", "maddedeviceconfigurationfactory.h",
"maddedevicetester.cpp", "maddedevicetester.cpp",
"maddedevicetester.h", "maddedevicetester.h",
"maddeplugin.cpp", "maddeplugin.cpp",
"maddeplugin.h", "maddeplugin.h",
"maddeuploadandinstallpackagesteps.cpp",
"maddeuploadandinstallpackagesteps.h",
"maddeqemustartstep.cpp", "maddeqemustartstep.cpp",
"maddeqemustartstep.h", "maddeqemustartstep.h",
"maddeuploadandinstallpackagesteps.cpp",
"maddeuploadandinstallpackagesteps.h",
"maemoapplicationrunnerhelperactions.cpp",
"maemoapplicationrunnerhelperactions.h",
"maemoconstants.h", "maemoconstants.h",
"maemodeploybymountsteps.cpp", "maemodeploybymountsteps.cpp",
"maemodeploybymountsteps.h", "maemodeploybymountsteps.h",
@@ -112,11 +118,5 @@ QtcPlugin {
"qt-maemo.qrc", "qt-maemo.qrc",
"qt4maemodeployconfiguration.cpp", "qt4maemodeployconfiguration.cpp",
"qt4maemodeployconfiguration.h", "qt4maemodeployconfiguration.h",
"maddedevice.cpp",
"maddedevice.h",
"debianmanager.h",
"debianmanager.cpp",
"maemoapplicationrunnerhelperactions.h",
"maemoapplicationrunnerhelperactions.cpp"
] ]
} }

View File

@@ -20,38 +20,38 @@ QtcPlugin {
] ]
files: [ files: [
"mercurialplugin.cpp",
"optionspage.cpp",
"mercurialcontrol.cpp",
"mercurialclient.cpp",
"annotationhighlighter.cpp", "annotationhighlighter.cpp",
"mercurialeditor.cpp",
"revertdialog.cpp",
"srcdestdialog.cpp",
"mercurialcommitwidget.cpp",
"commiteditor.cpp",
"clonewizardpage.cpp",
"clonewizard.cpp",
"mercurialsettings.cpp",
"mercurialplugin.h",
"constants.h",
"optionspage.h",
"mercurialcontrol.h",
"mercurialclient.h",
"annotationhighlighter.h", "annotationhighlighter.h",
"mercurialeditor.h", "clonewizard.cpp",
"revertdialog.h",
"srcdestdialog.h",
"mercurialcommitwidget.h",
"commiteditor.h",
"clonewizardpage.h",
"clonewizard.h", "clonewizard.h",
"mercurialsettings.h", "clonewizardpage.cpp",
"optionspage.ui", "clonewizardpage.h",
"revertdialog.ui", "commiteditor.cpp",
"srcdestdialog.ui", "commiteditor.h",
"constants.h",
"mercurial.qrc",
"mercurialclient.cpp",
"mercurialclient.h",
"mercurialcommitpanel.ui", "mercurialcommitpanel.ui",
"mercurial.qrc" "mercurialcommitwidget.cpp",
"mercurialcommitwidget.h",
"mercurialcontrol.cpp",
"mercurialcontrol.h",
"mercurialeditor.cpp",
"mercurialeditor.h",
"mercurialplugin.cpp",
"mercurialplugin.h",
"mercurialsettings.cpp",
"mercurialsettings.h",
"optionspage.cpp",
"optionspage.h",
"optionspage.ui",
"revertdialog.cpp",
"revertdialog.h",
"revertdialog.ui",
"srcdestdialog.cpp",
"srcdestdialog.h",
"srcdestdialog.ui",
] ]
} }

View File

@@ -20,34 +20,34 @@ QtcPlugin {
] ]
files: [ files: [
"perforceplugin.h",
"perforcechecker.h",
"settingspage.h",
"perforceeditor.h",
"changenumberdialog.h",
"perforcesubmiteditor.h",
"pendingchangesdialog.h",
"perforceconstants.h",
"perforceversioncontrol.h",
"perforcesettings.h",
"annotationhighlighter.h",
"perforcesubmiteditorwidget.h",
"perforceplugin.cpp",
"perforcechecker.cpp",
"settingspage.cpp",
"perforceeditor.cpp",
"changenumberdialog.cpp",
"perforcesubmiteditor.cpp",
"pendingchangesdialog.cpp",
"perforceversioncontrol.cpp",
"perforcesettings.cpp",
"annotationhighlighter.cpp", "annotationhighlighter.cpp",
"perforcesubmiteditorwidget.cpp", "annotationhighlighter.h",
"settingspage.ui", "changenumberdialog.cpp",
"changenumberdialog.h",
"changenumberdialog.ui", "changenumberdialog.ui",
"pendingchangesdialog.cpp",
"pendingchangesdialog.h",
"pendingchangesdialog.ui", "pendingchangesdialog.ui",
"perforce.qrc",
"perforcechecker.cpp",
"perforcechecker.h",
"perforceconstants.h",
"perforceeditor.cpp",
"perforceeditor.h",
"perforceplugin.cpp",
"perforceplugin.h",
"perforcesettings.cpp",
"perforcesettings.h",
"perforcesubmiteditor.cpp",
"perforcesubmiteditor.h",
"perforcesubmiteditorwidget.cpp",
"perforcesubmiteditorwidget.h",
"perforceversioncontrol.cpp",
"perforceversioncontrol.h",
"settingspage.cpp",
"settingspage.h",
"settingspage.ui",
"submitpanel.ui", "submitpanel.ui",
"perforce.qrc"
] ]
} }

View File

@@ -25,67 +25,89 @@ QtcPlugin {
] ]
files: [ files: [
"doubletabwidget.ui", "abi.cpp",
"processstep.ui",
"projectexplorer.qrc",
"sessiondialog.ui",
"targetsettingswidget.ui",
"projectwizardpage.ui",
"abi.h", "abi.h",
"abiwidget.cpp", "abiwidget.cpp",
"abiwidget.h", "abiwidget.h",
"abstractprocessstep.cpp", "abstractprocessstep.cpp",
"abstractprocessstep.h", "abstractprocessstep.h",
"allprojectsfilter.cpp", "allprojectsfilter.cpp",
"allprojectsfilter.h",
"allprojectsfind.cpp", "allprojectsfind.cpp",
"allprojectsfind.h", "allprojectsfind.h",
"applicationlauncher.cpp", "applicationlauncher.cpp",
"applicationlauncher.h", "applicationlauncher.h",
"applicationrunconfiguration.cpp",
"applicationrunconfiguration.h", "applicationrunconfiguration.h",
"appoutputpane.cpp",
"appoutputpane.h", "appoutputpane.h",
"baseprojectwizarddialog.cpp", "baseprojectwizarddialog.cpp",
"baseprojectwizarddialog.h", "baseprojectwizarddialog.h",
"buildconfiguration.cpp",
"buildconfiguration.h", "buildconfiguration.h",
"buildconfigurationmodel.cpp", "buildconfigurationmodel.cpp",
"buildconfigurationmodel.h", "buildconfigurationmodel.h",
"buildenvironmentwidget.cpp", "buildenvironmentwidget.cpp",
"buildenvironmentwidget.h", "buildenvironmentwidget.h",
"buildmanager.cpp",
"buildmanager.h", "buildmanager.h",
"buildprogress.cpp",
"buildprogress.h", "buildprogress.h",
"buildsettingspropertiespage.cpp",
"buildsettingspropertiespage.h", "buildsettingspropertiespage.h",
"buildstep.cpp", "buildstep.cpp",
"buildstep.h",
"buildsteplist.cpp", "buildsteplist.cpp",
"buildsteplist.h", "buildsteplist.h",
"buildstepspage.cpp",
"buildstepspage.h", "buildstepspage.h",
"buildtargetinfo.h",
"cesdkhandler.cpp", "cesdkhandler.cpp",
"cesdkhandler.h", "cesdkhandler.h",
"clangparser.cpp",
"clangparser.h", "clangparser.h",
"codestylesettingspropertiespage.cpp",
"codestylesettingspropertiespage.h", "codestylesettingspropertiespage.h",
"codestylesettingspropertiespage.ui", "codestylesettingspropertiespage.ui",
"compileoutputwindow.cpp", "compileoutputwindow.cpp",
"compileoutputwindow.h", "compileoutputwindow.h",
"copytaskhandler.cpp",
"copytaskhandler.h", "copytaskhandler.h",
"corelistenercheckingforrunningbuild.cpp", "corelistenercheckingforrunningbuild.cpp",
"corelistenercheckingforrunningbuild.h", "corelistenercheckingforrunningbuild.h",
"currentprojectfilter.cpp", "currentprojectfilter.cpp",
"currentprojectfilter.h",
"currentprojectfind.cpp", "currentprojectfind.cpp",
"currentprojectfind.h", "currentprojectfind.h",
"dependenciespanel.cpp",
"dependenciespanel.h", "dependenciespanel.h",
"deployablefile.cpp",
"deployablefile.h",
"deployconfiguration.cpp", "deployconfiguration.cpp",
"deployconfiguration.h", "deployconfiguration.h",
"deployconfigurationmodel.cpp", "deployconfigurationmodel.cpp",
"deployconfigurationmodel.h", "deployconfigurationmodel.h",
"deploymentdata.h",
"doubletabwidget.cpp",
"doubletabwidget.h", "doubletabwidget.h",
"doubletabwidget.ui",
"editorconfiguration.cpp", "editorconfiguration.cpp",
"editorconfiguration.h", "editorconfiguration.h",
"editorsettingspropertiespage.cpp",
"editorsettingspropertiespage.h", "editorsettingspropertiespage.h",
"editorsettingspropertiespage.ui", "editorsettingspropertiespage.ui",
"environmentitemswidget.cpp", "environmentitemswidget.cpp",
"environmentitemswidget.h",
"environmentwidget.cpp",
"environmentwidget.h", "environmentwidget.h",
"foldernavigationwidget.cpp", "foldernavigationwidget.cpp",
"foldernavigationwidget.h", "foldernavigationwidget.h",
"gccparser.cpp",
"gccparser.h", "gccparser.h",
"gcctoolchain.cpp",
"gcctoolchain.h",
"gcctoolchainfactories.h", "gcctoolchainfactories.h",
"gnumakeparser.cpp",
"gnumakeparser.h", "gnumakeparser.h",
"headerpath.h", "headerpath.h",
"ioutputparser.cpp", "ioutputparser.cpp",
@@ -93,21 +115,6 @@ QtcPlugin {
"iprojectmanager.h", "iprojectmanager.h",
"iprojectproperties.h", "iprojectproperties.h",
"itaskhandler.h", "itaskhandler.h",
"ldparser.h",
"linuxiccparser.h",
"metatypedeclarations.h",
"miniprojecttargetselector.h",
"namedwidget.cpp",
"namedwidget.h",
"nodesvisitor.cpp",
"nodesvisitor.h",
"outputparser_test.h",
"pluginfilefactory.cpp",
"pluginfilefactory.h",
"processparameters.cpp",
"processparameters.h",
"processstep.cpp",
"processstep.h",
"kit.cpp", "kit.cpp",
"kit.h", "kit.h",
"kitchooser.cpp", "kitchooser.cpp",
@@ -125,29 +132,68 @@ QtcPlugin {
"kitmodel.h", "kitmodel.h",
"kitoptionspage.cpp", "kitoptionspage.cpp",
"kitoptionspage.h", "kitoptionspage.h",
"ldparser.cpp",
"ldparser.h",
"linuxiccparser.cpp",
"linuxiccparser.h",
"localapplicationruncontrol.cpp",
"localapplicationruncontrol.h",
"metatypedeclarations.h",
"miniprojecttargetselector.cpp",
"miniprojecttargetselector.h",
"namedwidget.cpp",
"namedwidget.h",
"nodesvisitor.cpp",
"nodesvisitor.h",
"outputparser_test.cpp",
"outputparser_test.h",
"pluginfilefactory.cpp",
"pluginfilefactory.h",
"processparameters.cpp",
"processparameters.h",
"processstep.cpp",
"processstep.h",
"processstep.ui",
"project.cpp", "project.cpp",
"project.h", "project.h",
"projectconfiguration.cpp", "projectconfiguration.cpp",
"projectconfiguration.h", "projectconfiguration.h",
"projectexplorer.cpp",
"projectexplorer.h",
"projectexplorer.qrc",
"projectexplorer_export.h", "projectexplorer_export.h",
"projectexplorerconstants.h",
"projectexplorersettings.h",
"projectexplorersettingspage.cpp",
"projectexplorersettingspage.h", "projectexplorersettingspage.h",
"projectexplorersettingspage.ui",
"projectfilewizardextension.cpp", "projectfilewizardextension.cpp",
"projectfilewizardextension.h", "projectfilewizardextension.h",
"projectmodels.cpp", "projectmodels.cpp",
"projectmodels.h", "projectmodels.h",
"projectnodes.cpp", "projectnodes.cpp",
"projectnodes.h", "projectnodes.h",
"projecttreewidget.cpp",
"projecttreewidget.h", "projecttreewidget.h",
"projectwelcomepage.cpp",
"projectwelcomepage.h", "projectwelcomepage.h",
"projectwindow.cpp", "projectwindow.cpp",
"projectwindow.h", "projectwindow.h",
"projectwizardpage.cpp",
"projectwizardpage.h", "projectwizardpage.h",
"projectwizardpage.ui",
"runconfiguration.cpp",
"runconfiguration.h",
"runconfigurationmodel.cpp", "runconfigurationmodel.cpp",
"runconfigurationmodel.h", "runconfigurationmodel.h",
"runsettingspropertiespage.cpp", "runsettingspropertiespage.cpp",
"runsettingspropertiespage.h", "runsettingspropertiespage.h",
"session.cpp",
"session.h", "session.h",
"sessiondialog.cpp",
"sessiondialog.h", "sessiondialog.h",
"sessiondialog.ui",
"settingsaccessor.cpp",
"settingsaccessor.h", "settingsaccessor.h",
"showineditortaskhandler.cpp", "showineditortaskhandler.cpp",
"showineditortaskhandler.h", "showineditortaskhandler.h",
@@ -161,87 +207,74 @@ QtcPlugin {
"targetsettingspanel.h", "targetsettingspanel.h",
"targetsettingswidget.cpp", "targetsettingswidget.cpp",
"targetsettingswidget.h", "targetsettingswidget.h",
"targetsettingswidget.ui",
"task.cpp", "task.cpp",
"task.h", "task.h",
"taskhub.cpp", "taskhub.cpp",
"taskhub.h", "taskhub.h",
"taskmodel.cpp",
"taskmodel.h", "taskmodel.h",
"taskwindow.cpp",
"taskwindow.h", "taskwindow.h",
"toolchain.cpp", "toolchain.cpp",
"toolchain.h", "toolchain.h",
"toolchainconfigwidget.cpp", "toolchainconfigwidget.cpp",
"toolchainconfigwidget.h", "toolchainconfigwidget.h",
"toolchainmanager.h",
"toolchainoptionspage.h",
"vcsannotatetaskhandler.h",
"environmentitemswidget.h",
"abi.cpp",
"allprojectsfilter.h",
"applicationrunconfiguration.cpp",
"appoutputpane.cpp",
"buildconfiguration.cpp",
"buildmanager.cpp",
"buildprogress.cpp",
"buildsettingspropertiespage.cpp",
"buildstep.h",
"buildstepspage.cpp",
"clangparser.cpp",
"codestylesettingspropertiespage.cpp",
"copytaskhandler.cpp",
"currentprojectfilter.h",
"dependenciespanel.cpp",
"doubletabwidget.cpp",
"editorsettingspropertiespage.cpp",
"environmentwidget.cpp",
"gccparser.cpp",
"gcctoolchain.cpp",
"gcctoolchain.h",
"gnumakeparser.cpp",
"ldparser.cpp",
"linuxiccparser.cpp",
"localapplicationruncontrol.cpp",
"localapplicationruncontrol.h",
"miniprojecttargetselector.cpp",
"outputparser_test.cpp",
"projectexplorer.cpp",
"projectexplorer.h",
"projectexplorerconstants.h",
"projectexplorersettings.h",
"projectexplorersettingspage.cpp",
"projectexplorersettingspage.ui",
"projecttreewidget.cpp",
"projectwelcomepage.cpp",
"projectwizardpage.cpp",
"runconfiguration.cpp",
"runconfiguration.h",
"session.cpp",
"sessiondialog.cpp",
"settingsaccessor.cpp",
"taskmodel.cpp",
"taskwindow.cpp",
"toolchainmanager.cpp", "toolchainmanager.cpp",
"toolchainmanager.h",
"toolchainoptionspage.cpp", "toolchainoptionspage.cpp",
"toolchainoptionspage.h",
"vcsannotatetaskhandler.cpp", "vcsannotatetaskhandler.cpp",
"vcsannotatetaskhandler.h",
"customwizard/customwizard.cpp",
"customwizard/customwizard.h", "customwizard/customwizard.h",
"customwizard/customwizardpage.cpp", "customwizard/customwizardpage.cpp",
"customwizard/customwizardpage.h", "customwizard/customwizardpage.h",
"customwizard/customwizardparameters.cpp",
"customwizard/customwizardparameters.h", "customwizard/customwizardparameters.h",
"customwizard/customwizardpreprocessor.cpp", "customwizard/customwizardpreprocessor.cpp",
"customwizard/customwizardpreprocessor.h", "customwizard/customwizardpreprocessor.h",
"customwizard/customwizardscriptgenerator.cpp", "customwizard/customwizardscriptgenerator.cpp",
"customwizard/customwizardscriptgenerator.h", "customwizard/customwizardscriptgenerator.h",
"customwizard/customwizard.cpp", "devicesupport/desktopdevice.cpp",
"customwizard/customwizardparameters.cpp", "devicesupport/desktopdevice.h",
"deployablefile.h", "devicesupport/desktopdevicefactory.cpp",
"deployablefile.cpp", "devicesupport/desktopdevicefactory.h",
"deploymentdata.h", "devicesupport/deviceapplicationrunner.cpp",
"buildtargetinfo.h", "devicesupport/deviceapplicationrunner.h",
"devicesupport/devicefactoryselectiondialog.cpp",
"devicesupport/devicefactoryselectiondialog.h",
"devicesupport/devicefactoryselectiondialog.ui",
"devicesupport/devicemanager.cpp",
"devicesupport/devicemanager.h",
"devicesupport/devicemanagermodel.cpp",
"devicesupport/devicemanagermodel.h",
"devicesupport/deviceprocessesdialog.cpp",
"devicesupport/deviceprocessesdialog.h",
"devicesupport/deviceprocesslist.cpp",
"devicesupport/deviceprocesslist.h",
"devicesupport/devicesettingspage.cpp",
"devicesupport/devicesettingspage.h",
"devicesupport/devicesettingswidget.cpp",
"devicesupport/devicesettingswidget.h",
"devicesupport/devicesettingswidget.ui",
"devicesupport/deviceusedportsgatherer.cpp",
"devicesupport/deviceusedportsgatherer.h",
"devicesupport/idevice.cpp",
"devicesupport/idevice.h",
"devicesupport/idevicefactory.cpp",
"devicesupport/idevicefactory.h",
"devicesupport/idevicewidget.h",
"devicesupport/localprocesslist.cpp",
"devicesupport/localprocesslist.h",
"devicesupport/sshdeviceprocesslist.cpp",
"devicesupport/sshdeviceprocesslist.h",
"images/BuildSettings.png", "images/BuildSettings.png",
"images/CodeStyleSettings.png", "images/CodeStyleSettings.png",
"images/Desktop.png",
"images/DeviceConnected.png", "images/DeviceConnected.png",
"images/DeviceDisconnected.png", "images/DeviceDisconnected.png",
"images/DeviceReadyToUse.png", "images/DeviceReadyToUse.png",
"images/Desktop.png",
"images/EditorSettings.png", "images/EditorSettings.png",
"images/MaemoDevice.png", "images/MaemoDevice.png",
"images/ProjectDependencies.png", "images/ProjectDependencies.png",
@@ -270,69 +303,36 @@ QtcPlugin {
"images/session.png", "images/session.png",
"images/stop.png", "images/stop.png",
"images/stop_small.png", "images/stop_small.png",
"images/targetleftbutton.png",
"images/targetrightbutton.png",
"images/targetbuildselected.png", "images/targetbuildselected.png",
"images/targetleftbutton.png",
"images/targetpanel_bottom.png", "images/targetpanel_bottom.png",
"images/targetpanel_gradient.png", "images/targetpanel_gradient.png",
"images/targetremovebutton.png", "images/targetremovebutton.png",
"images/targetremovebuttondark.png", "images/targetremovebuttondark.png",
"images/targetrightbutton.png",
"images/targetrunselected.png", "images/targetrunselected.png",
"images/targetseparatorbackground.png", "images/targetseparatorbackground.png",
"images/targetunselected.png", "images/targetunselected.png",
"images/window.png", "images/window.png",
"publishing/publishingwizardselectiondialog.ui",
"publishing/ipublishingwizardfactory.h", "publishing/ipublishingwizardfactory.h",
"publishing/publishingwizardselectiondialog.cpp", "publishing/publishingwizardselectiondialog.cpp",
"publishing/publishingwizardselectiondialog.h", "publishing/publishingwizardselectiondialog.h",
"devicesupport/idevice.h", "publishing/publishingwizardselectiondialog.ui",
"devicesupport/idevice.cpp",
"devicesupport/desktopdevice.cpp",
"devicesupport/desktopdevice.h",
"devicesupport/desktopdevicefactory.cpp",
"devicesupport/desktopdevicefactory.h",
"devicesupport/devicemanager.h",
"devicesupport/devicemanager.cpp",
"devicesupport/devicemanagermodel.h",
"devicesupport/devicemanagermodel.cpp",
"devicesupport/devicesettingspage.h",
"devicesupport/devicesettingspage.cpp",
"devicesupport/devicefactoryselectiondialog.cpp",
"devicesupport/devicefactoryselectiondialog.h",
"devicesupport/devicefactoryselectiondialog.ui",
"devicesupport/deviceprocesslist.cpp",
"devicesupport/deviceprocesslist.h",
"devicesupport/sshdeviceprocesslist.cpp",
"devicesupport/sshdeviceprocesslist.h",
"devicesupport/deviceprocessesdialog.cpp",
"devicesupport/deviceprocessesdialog.h",
"devicesupport/devicesettingswidget.cpp",
"devicesupport/devicesettingswidget.h",
"devicesupport/devicesettingswidget.ui",
"devicesupport/deviceusedportsgatherer.cpp",
"devicesupport/deviceusedportsgatherer.h",
"devicesupport/idevicewidget.h",
"devicesupport/idevicefactory.cpp",
"devicesupport/idevicefactory.h",
"devicesupport/deviceapplicationrunner.cpp",
"devicesupport/deviceapplicationrunner.h",
"devicesupport/localprocesslist.h",
"devicesupport/localprocesslist.cpp"
] ]
Group { Group {
condition: qbs.targetOS == "windows" || Defaults.testsEnabled(qbs) condition: qbs.targetOS == "windows" || Defaults.testsEnabled(qbs)
files: [ files: [
"wincetoolchain.cpp", "abstractmsvctoolchain.cpp",
"wincetoolchain.h", "abstractmsvctoolchain.h",
"windebuginterface.cpp",
"windebuginterface.h",
"msvcparser.cpp", "msvcparser.cpp",
"msvcparser.h", "msvcparser.h",
"msvctoolchain.cpp", "msvctoolchain.cpp",
"msvctoolchain.h", "msvctoolchain.h",
"abstractmsvctoolchain.cpp", "wincetoolchain.cpp",
"abstractmsvctoolchain.h" "wincetoolchain.h",
"windebuginterface.cpp",
"windebuginterface.h",
] ]
} }

View File

@@ -73,7 +73,7 @@ QtcPlugin {
"removepropertyvisitor.cpp", "removepropertyvisitor.cpp",
"removepropertyvisitor.h", "removepropertyvisitor.h",
"removeuiobjectmembervisitor.cpp", "removeuiobjectmembervisitor.cpp",
"removeuiobjectmembervisitor.h" "removeuiobjectmembervisitor.h",
] ]
} }
@@ -145,13 +145,15 @@ QtcPlugin {
"interfaces/commondefines.h", "interfaces/commondefines.h",
"interfaces/nodeinstanceclientinterface.h", "interfaces/nodeinstanceclientinterface.h",
"interfaces/nodeinstanceserverinterface.cpp", "interfaces/nodeinstanceserverinterface.cpp",
"interfaces/nodeinstanceserverinterface.h" "interfaces/nodeinstanceserverinterface.h",
] ]
} }
Group { Group {
prefix: "designercore/" prefix: "designercore/"
files: [ files: [
"rewritertransaction.cpp",
"rewritertransaction.h",
"exceptions/exception.cpp", "exceptions/exception.cpp",
"exceptions/invalidargumentexception.cpp", "exceptions/invalidargumentexception.cpp",
"exceptions/invalididexception.cpp", "exceptions/invalididexception.cpp",
@@ -287,8 +289,6 @@ QtcPlugin {
"pluginmanager/widgetpluginmanager.h", "pluginmanager/widgetpluginmanager.h",
"pluginmanager/widgetpluginpath.cpp", "pluginmanager/widgetpluginpath.cpp",
"pluginmanager/widgetpluginpath.h", "pluginmanager/widgetpluginpath.h",
"rewritertransaction.cpp",
"rewritertransaction.h"
] ]
} }
@@ -458,7 +458,7 @@ QtcPlugin {
"stateseditor/stateseditorview.h", "stateseditor/stateseditorview.h",
"stateseditor/stateseditorwidget.cpp", "stateseditor/stateseditorwidget.cpp",
"stateseditor/stateseditorwidget.h", "stateseditor/stateseditorwidget.h",
"stateseditor/stateslist.qml" "stateseditor/stateslist.qml",
] ]
} }
@@ -476,6 +476,6 @@ QtcPlugin {
"settingspage.h", "settingspage.h",
"settingspage.ui", "settingspage.ui",
"styledoutputpaneplaceholder.cpp", "styledoutputpaneplaceholder.cpp",
"styledoutputpaneplaceholder.h" "styledoutputpaneplaceholder.h",
] ]
} }

View File

@@ -26,8 +26,6 @@ QtcPlugin {
] ]
files: [ files: [
"qmljseditor.qrc",
"quicktoolbarsettingspage.ui",
"QmlJSEditor.mimetypes.xml", "QmlJSEditor.mimetypes.xml",
"jsfilewizard.cpp", "jsfilewizard.cpp",
"jsfilewizard.h", "jsfilewizard.h",
@@ -46,6 +44,7 @@ QtcPlugin {
"qmljscomponentnamedialog.ui", "qmljscomponentnamedialog.ui",
"qmljseditor.cpp", "qmljseditor.cpp",
"qmljseditor.h", "qmljseditor.h",
"qmljseditor.qrc",
"qmljseditor_global.h", "qmljseditor_global.h",
"qmljseditoractionhandler.cpp", "qmljseditoractionhandler.cpp",
"qmljseditoractionhandler.h", "qmljseditoractionhandler.h",
@@ -82,6 +81,7 @@ QtcPlugin {
"qmljssnippetprovider.cpp", "qmljssnippetprovider.cpp",
"qmljssnippetprovider.h", "qmljssnippetprovider.h",
"qmljswrapinloader.cpp", "qmljswrapinloader.cpp",
"qmljswrapinloader.h",
"qmloutlinemodel.cpp", "qmloutlinemodel.cpp",
"qmloutlinemodel.h", "qmloutlinemodel.h",
"qmltaskmanager.cpp", "qmltaskmanager.cpp",
@@ -90,8 +90,8 @@ QtcPlugin {
"quicktoolbar.h", "quicktoolbar.h",
"quicktoolbarsettingspage.cpp", "quicktoolbarsettingspage.cpp",
"quicktoolbarsettingspage.h", "quicktoolbarsettingspage.h",
"qmljswrapinloader.h", "quicktoolbarsettingspage.ui",
"images/qmlfile.png" "images/qmlfile.png",
] ]
ProductModule { ProductModule {

View File

@@ -27,8 +27,8 @@ QtcPlugin {
] ]
files: [ files: [
"qmljsmodelmanager.cpp", "qmljscodestylepreferencesfactory.cpp",
"qmljsmodelmanager.h", "qmljscodestylepreferencesfactory.h",
"qmljscodestylesettingspage.cpp", "qmljscodestylesettingspage.cpp",
"qmljscodestylesettingspage.h", "qmljscodestylesettingspage.h",
"qmljscodestylesettingspage.ui", "qmljscodestylesettingspage.ui",
@@ -41,6 +41,8 @@ QtcPlugin {
"qmljslocatordata.cpp", "qmljslocatordata.cpp",
"qmljslocatordata.h", "qmljslocatordata.h",
"qmljsmodelmanager.cpp", "qmljsmodelmanager.cpp",
"qmljsmodelmanager.cpp",
"qmljsmodelmanager.h",
"qmljsmodelmanager.h", "qmljsmodelmanager.h",
"qmljsplugindumper.cpp", "qmljsplugindumper.cpp",
"qmljsplugindumper.h", "qmljsplugindumper.h",
@@ -48,16 +50,14 @@ QtcPlugin {
"qmljsqtstylecodeformatter.h", "qmljsqtstylecodeformatter.h",
"qmljsrefactoringchanges.cpp", "qmljsrefactoringchanges.cpp",
"qmljsrefactoringchanges.h", "qmljsrefactoringchanges.h",
"qmljssemanticinfo.cpp",
"qmljssemanticinfo.h",
"qmljstools_global.h", "qmljstools_global.h",
"qmljstoolsconstants.h", "qmljstoolsconstants.h",
"qmljstoolsplugin.cpp", "qmljstoolsplugin.cpp",
"qmljstoolsplugin.h", "qmljstoolsplugin.h",
"qmljstoolssettings.cpp", "qmljstoolssettings.cpp",
"qmljstoolssettings.h", "qmljstoolssettings.h",
"qmljscodestylepreferencesfactory.cpp",
"qmljscodestylepreferencesfactory.h",
"qmljssemanticinfo.cpp",
"qmljssemanticinfo.h"
] ]
Group { Group {

View File

@@ -31,6 +31,7 @@ QtcPlugin {
"abstractqmlprofilerrunner.h", "abstractqmlprofilerrunner.h",
"localqmlprofilerrunner.cpp", "localqmlprofilerrunner.cpp",
"localqmlprofilerrunner.h", "localqmlprofilerrunner.h",
"qmlprofiler_global.h",
"qmlprofilerattachdialog.cpp", "qmlprofilerattachdialog.cpp",
"qmlprofilerattachdialog.h", "qmlprofilerattachdialog.h",
"qmlprofilerattachdialog.ui", "qmlprofilerattachdialog.ui",
@@ -45,7 +46,6 @@ QtcPlugin {
"qmlprofilerengine.h", "qmlprofilerengine.h",
"qmlprofilereventview.cpp", "qmlprofilereventview.cpp",
"qmlprofilereventview.h", "qmlprofilereventview.h",
"qmlprofiler_global.h",
"qmlprofilerplugin.cpp", "qmlprofilerplugin.cpp",
"qmlprofilerplugin.h", "qmlprofilerplugin.h",
"qmlprofilerstatemanager.cpp", "qmlprofilerstatemanager.cpp",
@@ -75,6 +75,7 @@ QtcPlugin {
"qml/Detail.qml", "qml/Detail.qml",
"qml/Label.qml", "qml/Label.qml",
"qml/MainView.qml", "qml/MainView.qml",
"qml/Overview.js",
"qml/Overview.qml", "qml/Overview.qml",
"qml/RangeDetails.qml", "qml/RangeDetails.qml",
"qml/RangeMover.qml", "qml/RangeMover.qml",
@@ -84,7 +85,6 @@ QtcPlugin {
"qml/TimeDisplay.qml", "qml/TimeDisplay.qml",
"qml/TimeMarks.qml", "qml/TimeMarks.qml",
"qml/qmlprofiler.qrc", "qml/qmlprofiler.qrc",
"qml/Overview.js"
] ]
} }

View File

@@ -22,37 +22,37 @@ QtcPlugin {
] ]
files: [ files: [
"fileformat/qmlprojectitem.h", "QmlProject.mimetypes.xml",
"fileformat/filefilteritems.h", "qmlproject.cpp",
"fileformat/qmlprojectfileformat.h",
"qmlproject.h", "qmlproject.h",
"qmlprojectplugin.h", "qmlproject.qrc",
"qmlprojectmanager.h", "qmlprojectapplicationwizard.cpp",
"qmlprojectconstants.h",
"qmlprojectnodes.h",
"qmlprojectfile.h",
"qmlprojectruncontrol.h",
"qmlprojectrunconfiguration.h",
"qmlprojectrunconfigurationfactory.h",
"qmlprojectapplicationwizard.h", "qmlprojectapplicationwizard.h",
"qmlprojectconstants.h",
"qmlprojectfile.cpp",
"qmlprojectfile.h",
"qmlprojectmanager.cpp",
"qmlprojectmanager.h",
"qmlprojectmanager_global.h", "qmlprojectmanager_global.h",
"qmlprojectmanagerconstants.h", "qmlprojectmanagerconstants.h",
"qmlprojectrunconfigurationwidget.h",
"fileformat/qmlprojectitem.cpp",
"fileformat/filefilteritems.cpp",
"fileformat/qmlprojectfileformat.cpp",
"qmlproject.cpp",
"qmlprojectplugin.cpp",
"qmlprojectmanager.cpp",
"qmlprojectnodes.cpp", "qmlprojectnodes.cpp",
"qmlprojectfile.cpp", "qmlprojectnodes.h",
"qmlprojectruncontrol.cpp", "qmlprojectplugin.cpp",
"qmlprojectplugin.h",
"qmlprojectrunconfiguration.cpp", "qmlprojectrunconfiguration.cpp",
"qmlprojectrunconfiguration.h",
"qmlprojectrunconfigurationfactory.cpp", "qmlprojectrunconfigurationfactory.cpp",
"qmlprojectapplicationwizard.cpp", "qmlprojectrunconfigurationfactory.h",
"qmlprojectrunconfigurationwidget.cpp", "qmlprojectrunconfigurationwidget.cpp",
"qmlproject.qrc", "qmlprojectrunconfigurationwidget.h",
"QmlProject.mimetypes.xml" "qmlprojectruncontrol.cpp",
"qmlprojectruncontrol.h",
"fileformat/filefilteritems.cpp",
"fileformat/filefilteritems.h",
"fileformat/qmlprojectfileformat.cpp",
"fileformat/qmlprojectfileformat.h",
"fileformat/qmlprojectitem.cpp",
"fileformat/qmlprojectitem.h",
] ]
} }

View File

@@ -35,33 +35,33 @@ QtcPlugin {
"blackberryapplicationrunner.h", "blackberryapplicationrunner.h",
"blackberryconnect.cpp", "blackberryconnect.cpp",
"blackberryconnect.h", "blackberryconnect.h",
"blackberrycreatepackagestep.cpp",
"blackberrycreatepackagestep.h",
"blackberrycreatepackagestepconfigwidget.cpp", "blackberrycreatepackagestepconfigwidget.cpp",
"blackberrycreatepackagestepconfigwidget.h", "blackberrycreatepackagestepconfigwidget.h",
"blackberrycreatepackagestep.cpp",
"blackberrycreatepackagestepfactory.cpp", "blackberrycreatepackagestepfactory.cpp",
"blackberrycreatepackagestepfactory.h", "blackberrycreatepackagestepfactory.h",
"blackberrycreatepackagestep.h",
"blackberrydebugsupport.cpp", "blackberrydebugsupport.cpp",
"blackberrydebugsupport.h", "blackberrydebugsupport.h",
"blackberrydeployconfiguration.cpp", "blackberrydeployconfiguration.cpp",
"blackberrydeployconfiguration.h",
"blackberrydeployconfigurationfactory.cpp", "blackberrydeployconfigurationfactory.cpp",
"blackberrydeployconfigurationfactory.h", "blackberrydeployconfigurationfactory.h",
"blackberrydeployconfiguration.h",
"blackberrydeployconfigurationwidget.cpp", "blackberrydeployconfigurationwidget.cpp",
"blackberrydeployconfigurationwidget.h", "blackberrydeployconfigurationwidget.h",
"blackberrydeployconfigurationwidget.ui", "blackberrydeployconfigurationwidget.ui",
"blackberrydeployinformation.cpp", "blackberrydeployinformation.cpp",
"blackberrydeployinformation.h", "blackberrydeployinformation.h",
"blackberrydeploystep.cpp",
"blackberrydeploystep.h",
"blackberrydeploystepconfigwidget.cpp", "blackberrydeploystepconfigwidget.cpp",
"blackberrydeploystepconfigwidget.h", "blackberrydeploystepconfigwidget.h",
"blackberrydeploystep.cpp",
"blackberrydeploystepfactory.cpp", "blackberrydeploystepfactory.cpp",
"blackberrydeploystepfactory.h", "blackberrydeploystepfactory.h",
"blackberrydeploystep.h",
"blackberrydeviceconfiguration.cpp", "blackberrydeviceconfiguration.cpp",
"blackberrydeviceconfiguration.h",
"blackberrydeviceconfigurationfactory.cpp", "blackberrydeviceconfigurationfactory.cpp",
"blackberrydeviceconfigurationfactory.h", "blackberrydeviceconfigurationfactory.h",
"blackberrydeviceconfiguration.h",
"blackberrydeviceconfigurationwidget.cpp", "blackberrydeviceconfigurationwidget.cpp",
"blackberrydeviceconfigurationwidget.h", "blackberrydeviceconfigurationwidget.h",
"blackberrydeviceconfigurationwidget.ui", "blackberrydeviceconfigurationwidget.ui",
@@ -72,26 +72,25 @@ QtcPlugin {
"blackberrydeviceconfigurationwizardsetuppage.ui", "blackberrydeviceconfigurationwizardsetuppage.ui",
"blackberrydeviceconfigurationwizardsshkeypage.ui", "blackberrydeviceconfigurationwizardsshkeypage.ui",
"blackberryqtversion.cpp", "blackberryqtversion.cpp",
"blackberryqtversion.h",
"blackberryqtversionfactory.cpp", "blackberryqtversionfactory.cpp",
"blackberryqtversionfactory.h", "blackberryqtversionfactory.h",
"blackberryqtversion.h",
"blackberryrunconfiguration.cpp", "blackberryrunconfiguration.cpp",
"blackberryrunconfiguration.h",
"blackberryrunconfigurationfactory.cpp", "blackberryrunconfigurationfactory.cpp",
"blackberryrunconfigurationfactory.h", "blackberryrunconfigurationfactory.h",
"blackberryrunconfiguration.h",
"blackberryrunconfigurationwidget.cpp", "blackberryrunconfigurationwidget.cpp",
"blackberryrunconfigurationwidget.h", "blackberryrunconfigurationwidget.h",
"blackberryrunconfigurationwidget.ui", "blackberryrunconfigurationwidget.ui",
"blackberryruncontrol.cpp", "blackberryruncontrol.cpp",
"blackberryruncontrol.h",
"blackberryruncontrolfactory.cpp", "blackberryruncontrolfactory.cpp",
"blackberryruncontrolfactory.h", "blackberryruncontrolfactory.h",
"blackberryruncontrol.h",
"blackberrywizardextension.cpp", "blackberrywizardextension.cpp",
"blackberrywizardextension.h", "blackberrywizardextension.h",
"images/target.png",
"images/target-small.png",
"pathchooserdelegate.cpp", "pathchooserdelegate.cpp",
"pathchooserdelegate.h", "pathchooserdelegate.h",
"qnx.qrc",
"qnxabstractqtversion.cpp", "qnxabstractqtversion.cpp",
"qnxabstractqtversion.h", "qnxabstractqtversion.h",
"qnxbaseqtconfigwidget.cpp", "qnxbaseqtconfigwidget.cpp",
@@ -101,35 +100,36 @@ QtcPlugin {
"qnxdebugsupport.cpp", "qnxdebugsupport.cpp",
"qnxdebugsupport.h", "qnxdebugsupport.h",
"qnxdeployconfiguration.cpp", "qnxdeployconfiguration.cpp",
"qnxdeployconfiguration.h",
"qnxdeployconfigurationfactory.cpp", "qnxdeployconfigurationfactory.cpp",
"qnxdeployconfigurationfactory.h", "qnxdeployconfigurationfactory.h",
"qnxdeployconfiguration.h",
"qnxdeploystepfactory.cpp", "qnxdeploystepfactory.cpp",
"qnxdeploystepfactory.h", "qnxdeploystepfactory.h",
"qnxdeviceconfiguration.cpp", "qnxdeviceconfiguration.cpp",
"qnxdeviceconfiguration.h",
"qnxdeviceconfigurationfactory.cpp", "qnxdeviceconfigurationfactory.cpp",
"qnxdeviceconfigurationfactory.h", "qnxdeviceconfigurationfactory.h",
"qnxdeviceconfiguration.h",
"qnxdeviceconfigurationwizard.cpp", "qnxdeviceconfigurationwizard.cpp",
"qnxdeviceconfigurationwizard.h", "qnxdeviceconfigurationwizard.h",
"qnxdeviceconfigurationwizardpages.cpp", "qnxdeviceconfigurationwizardpages.cpp",
"qnxdeviceconfigurationwizardpages.h", "qnxdeviceconfigurationwizardpages.h",
"qnxplugin.cpp", "qnxplugin.cpp",
"qnxplugin.h", "qnxplugin.h",
"qnx.qrc",
"qnxqtversion.cpp", "qnxqtversion.cpp",
"qnxqtversion.h",
"qnxqtversionfactory.cpp", "qnxqtversionfactory.cpp",
"qnxqtversionfactory.h", "qnxqtversionfactory.h",
"qnxqtversion.h",
"qnxrunconfiguration.cpp", "qnxrunconfiguration.cpp",
"qnxrunconfiguration.h",
"qnxrunconfigurationfactory.cpp", "qnxrunconfigurationfactory.cpp",
"qnxrunconfigurationfactory.h", "qnxrunconfigurationfactory.h",
"qnxrunconfiguration.h",
"qnxruncontrol.cpp", "qnxruncontrol.cpp",
"qnxruncontrol.h",
"qnxruncontrolfactory.cpp", "qnxruncontrolfactory.cpp",
"qnxruncontrolfactory.h", "qnxruncontrolfactory.h",
"qnxruncontrol.h",
"qnxutils.cpp", "qnxutils.cpp",
"qnxutils.h" "qnxutils.h",
"images/target-small.png",
"images/target.png",
] ]
} }

View File

@@ -36,16 +36,17 @@ QtcPlugin {
files: [ files: [
"Qt4ProjectManager.mimetypes.xml", "Qt4ProjectManager.mimetypes.xml",
"librarydetailswidget.ui",
"qt4projectmanager.qrc",
"addlibrarywizard.cpp", "addlibrarywizard.cpp",
"addlibrarywizard.h", "addlibrarywizard.h",
"buildconfigurationinfo.h",
"externaleditors.cpp", "externaleditors.cpp",
"externaleditors.h", "externaleditors.h",
"findqt4profiles.cpp", "findqt4profiles.cpp",
"findqt4profiles.h", "findqt4profiles.h",
"librarydetailscontroller.cpp", "librarydetailscontroller.cpp",
"librarydetailscontroller.h", "librarydetailscontroller.h",
"librarydetailswidget.ui",
"makestep.cpp",
"makestep.h", "makestep.h",
"makestep.ui", "makestep.ui",
"profilecompletionassist.cpp", "profilecompletionassist.cpp",
@@ -60,12 +61,12 @@ QtcPlugin {
"profilehoverhandler.h", "profilehoverhandler.h",
"profilekeywords.cpp", "profilekeywords.cpp",
"profilekeywords.h", "profilekeywords.h",
"qmakeparser.cpp",
"qmakeparser.h",
"qmakekitconfigwidget.cpp", "qmakekitconfigwidget.cpp",
"qmakekitconfigwidget.h", "qmakekitconfigwidget.h",
"qmakekitinformation.cpp", "qmakekitinformation.cpp",
"qmakekitinformation.h", "qmakekitinformation.h",
"qmakeparser.cpp",
"qmakeparser.h",
"qmakerunconfigurationfactory.cpp", "qmakerunconfigurationfactory.cpp",
"qmakerunconfigurationfactory.h", "qmakerunconfigurationfactory.h",
"qmakestep.cpp", "qmakestep.cpp",
@@ -73,12 +74,16 @@ QtcPlugin {
"qmakestep.ui", "qmakestep.ui",
"qt4buildconfiguration.cpp", "qt4buildconfiguration.cpp",
"qt4buildconfiguration.h", "qt4buildconfiguration.h",
"qt4nodes.cpp",
"qt4nodes.h", "qt4nodes.h",
"qt4project.cpp", "qt4project.cpp",
"qt4project.h", "qt4project.h",
"qt4projectconfigwidget.cpp", "qt4projectconfigwidget.cpp",
"qt4projectconfigwidget.h", "qt4projectconfigwidget.h",
"qt4projectconfigwidget.ui", "qt4projectconfigwidget.ui",
"qt4projectmanager.cpp",
"qt4projectmanager.h",
"qt4projectmanager.qrc",
"qt4projectmanager_global.h", "qt4projectmanager_global.h",
"qt4projectmanagerconstants.h", "qt4projectmanagerconstants.h",
"qt4projectmanagerplugin.cpp", "qt4projectmanagerplugin.cpp",
@@ -95,22 +100,17 @@ QtcPlugin {
"winceqtversion.h", "winceqtversion.h",
"winceqtversionfactory.cpp", "winceqtversionfactory.cpp",
"winceqtversionfactory.h", "winceqtversionfactory.h",
"buildconfigurationinfo.h",
"makestep.cpp",
"qt4nodes.cpp",
"qt4projectmanager.cpp",
"qt4projectmanager.h",
"customwidgetwizard/classdefinition.ui",
"customwidgetwizard/customwidgetpluginwizardpage.ui",
"customwidgetwizard/customwidgetwidgetswizardpage.ui",
"customwidgetwizard/classdefinition.cpp", "customwidgetwizard/classdefinition.cpp",
"customwidgetwizard/classdefinition.h", "customwidgetwizard/classdefinition.h",
"customwidgetwizard/classdefinition.ui",
"customwidgetwizard/classlist.cpp", "customwidgetwizard/classlist.cpp",
"customwidgetwizard/classlist.h", "customwidgetwizard/classlist.h",
"customwidgetwizard/customwidgetpluginwizardpage.cpp", "customwidgetwizard/customwidgetpluginwizardpage.cpp",
"customwidgetwizard/customwidgetpluginwizardpage.h", "customwidgetwizard/customwidgetpluginwizardpage.h",
"customwidgetwizard/customwidgetpluginwizardpage.ui",
"customwidgetwizard/customwidgetwidgetswizardpage.cpp", "customwidgetwizard/customwidgetwidgetswizardpage.cpp",
"customwidgetwizard/customwidgetwidgetswizardpage.h", "customwidgetwizard/customwidgetwidgetswizardpage.h",
"customwidgetwizard/customwidgetwidgetswizardpage.ui",
"customwidgetwizard/customwidgetwizard.cpp", "customwidgetwizard/customwidgetwizard.cpp",
"customwidgetwizard/customwidgetwizard.h", "customwidgetwizard/customwidgetwizard.h",
"customwidgetwizard/customwidgetwizarddialog.cpp", "customwidgetwizard/customwidgetwizarddialog.cpp",
@@ -137,8 +137,6 @@ QtcPlugin {
"qt-desktop/simulatorqtversion.h", "qt-desktop/simulatorqtversion.h",
"qt-desktop/simulatorqtversionfactory.cpp", "qt-desktop/simulatorqtversionfactory.cpp",
"qt-desktop/simulatorqtversionfactory.h", "qt-desktop/simulatorqtversionfactory.h",
"wizards/testwizardpage.ui",
"wizards/wizards.qrc",
"wizards/abstractmobileapp.cpp", "wizards/abstractmobileapp.cpp",
"wizards/abstractmobileapp.h", "wizards/abstractmobileapp.h",
"wizards/abstractmobileappwizard.cpp", "wizards/abstractmobileappwizard.cpp",
@@ -164,6 +162,9 @@ QtcPlugin {
"wizards/html5appwizardpages.cpp", "wizards/html5appwizardpages.cpp",
"wizards/html5appwizardpages.h", "wizards/html5appwizardpages.h",
"wizards/html5appwizardsourcespage.ui", "wizards/html5appwizardsourcespage.ui",
"wizards/importwidget.cpp",
"wizards/importwidget.h",
"wizards/libraryparameters.cpp",
"wizards/libraryparameters.h", "wizards/libraryparameters.h",
"wizards/librarywizard.cpp", "wizards/librarywizard.cpp",
"wizards/librarywizard.h", "wizards/librarywizard.h",
@@ -202,19 +203,18 @@ QtcPlugin {
"wizards/subdirsprojectwizarddialog.h", "wizards/subdirsprojectwizarddialog.h",
"wizards/targetsetuppage.cpp", "wizards/targetsetuppage.cpp",
"wizards/targetsetuppage.h", "wizards/targetsetuppage.h",
"wizards/importwidget.cpp",
"wizards/importwidget.h",
"wizards/testwizard.cpp", "wizards/testwizard.cpp",
"wizards/testwizard.h", "wizards/testwizard.h",
"wizards/testwizarddialog.cpp", "wizards/testwizarddialog.cpp",
"wizards/testwizarddialog.h", "wizards/testwizarddialog.h",
"wizards/testwizardpage.cpp", "wizards/testwizardpage.cpp",
"wizards/testwizardpage.h", "wizards/testwizardpage.h",
"wizards/libraryparameters.cpp", "wizards/testwizardpage.ui",
"wizards/wizards.qrc",
"wizards/images/console.png", "wizards/images/console.png",
"wizards/images/gui.png", "wizards/images/gui.png",
"wizards/images/html5app.png", "wizards/images/html5app.png",
"wizards/images/lib.png", "wizards/images/lib.png",
"wizards/images/qtquickapp.png" "wizards/images/qtquickapp.png",
] ]
} }

View File

@@ -20,85 +20,90 @@ QtcPlugin {
"../../libs", "../../libs",
buildDirectory buildDirectory
] ]
cpp.defines: {
return base.concat([ cpp.defines: base.concat([
"QT_NO_CAST_FROM_ASCII", "QT_NO_CAST_FROM_ASCII",
"QT_NO_CAST_TO_ASCII", "QT_NO_CAST_TO_ASCII",
"QMAKE_AS_LIBRARY", "QMAKE_AS_LIBRARY",
"QMAKE_LIBRARY", "QMAKE_LIBRARY",
"PROPARSER_THREAD_SAFE", "PROPARSER_THREAD_SAFE",
"PROEVALUATOR_THREAD_SAFE", "PROEVALUATOR_THREAD_SAFE",
"PROEVALUATOR_CUMULATIVE", "PROEVALUATOR_CUMULATIVE",
"QMAKE_BUILTIN_PRFS", "QMAKE_BUILTIN_PRFS",
"PROEVALUATOR_SETENV" "PROEVALUATOR_SETENV"
]) ])
Group {
prefix: "../../shared/proparser/"
files: [
"ioutils.cpp",
"ioutils.h",
"profileevaluator.cpp",
"profileevaluator.h",
"proitems.cpp",
"proitems.h",
"proparser.qrc",
"prowriter.cpp",
"prowriter.h",
"qmake_global.h",
"qmakebuiltins.cpp",
"qmakeevaluator.cpp",
"qmakeevaluator.h",
"qmakeevaluator_p.h",
"qmakeglobals.cpp",
"qmakeglobals.h",
"qmakeparser.cpp",
"qmakeparser.h",
]
} }
files: [ files: [
"../../shared/proparser/qmakebuiltins.cpp",
"../../shared/proparser/qmakeevaluator.cpp",
"../../shared/proparser/qmakeevaluator.h",
"../../shared/proparser/qmakeevaluator_p.h",
"../../shared/proparser/qmakeglobals.cpp",
"../../shared/proparser/qmakeglobals.h",
"../../shared/proparser/qmakeparser.cpp",
"../../shared/proparser/qmakeparser.h",
"../../shared/proparser/qmake_global.h",
"../../shared/proparser/profileevaluator.cpp",
"../../shared/proparser/profileevaluator.h",
"../../shared/proparser/proitems.cpp",
"../../shared/proparser/proitems.h",
"../../shared/proparser/prowriter.cpp",
"../../shared/proparser/prowriter.h",
"../../shared/proparser/proparser.qrc",
"../../shared/proparser/ioutils.h",
"../../shared/proparser/ioutils.cpp",
"qtversioninfo.ui",
"qtversionmanager.ui",
"baseqtversion.h",
"debugginghelper.cpp",
"debugginghelper.h",
"debugginghelper.ui",
"debugginghelperbuildtask.h",
"exampleslistmodel.h",
"gettingstartedwelcomepage.h",
"profilereader.cpp",
"profilereader.h",
"qmldebugginglibrary.h",
"qmldumptool.h",
"qmlobservertool.h",
"qtoptionspage.h",
"qtoutputformatter.cpp",
"qtoutputformatter.h",
"qtparser.h",
"qtkitconfigwidget.cpp",
"qtkitconfigwidget.h",
"qtkitinformation.cpp",
"qtkitinformation.h",
"qtsupport_global.h",
"qtsupportconstants.h",
"qtsupportplugin.cpp",
"qtsupportplugin.h",
"qtversionfactory.h",
"qtversionmanager.h",
"screenshotcropper.cpp",
"screenshotcropper.h",
"showbuildlog.ui",
"baseqtversion.cpp", "baseqtversion.cpp",
"baseqtversion.h",
"customexecutableconfigurationwidget.cpp", "customexecutableconfigurationwidget.cpp",
"customexecutableconfigurationwidget.h", "customexecutableconfigurationwidget.h",
"customexecutablerunconfiguration.cpp", "customexecutablerunconfiguration.cpp",
"customexecutablerunconfiguration.h", "customexecutablerunconfiguration.h",
"debugginghelper.cpp",
"debugginghelper.h",
"debugginghelper.ui",
"debugginghelperbuildtask.cpp", "debugginghelperbuildtask.cpp",
"debugginghelperbuildtask.h",
"exampleslistmodel.cpp", "exampleslistmodel.cpp",
"exampleslistmodel.h",
"gettingstartedwelcomepage.cpp", "gettingstartedwelcomepage.cpp",
"gettingstartedwelcomepage.h",
"profilereader.cpp",
"profilereader.h",
"qmldebugginglibrary.cpp", "qmldebugginglibrary.cpp",
"qmldebugginglibrary.h",
"qmldumptool.cpp", "qmldumptool.cpp",
"qmldumptool.h",
"qmlobservertool.cpp", "qmlobservertool.cpp",
"qmlobservertool.h",
"qtkitconfigwidget.cpp",
"qtkitconfigwidget.h",
"qtkitinformation.cpp",
"qtkitinformation.h",
"qtoptionspage.cpp", "qtoptionspage.cpp",
"qtoptionspage.h",
"qtoutputformatter.cpp",
"qtoutputformatter.h",
"qtparser.cpp", "qtparser.cpp",
"qtparser.h",
"qtsupport_global.h",
"qtsupportconstants.h",
"qtsupportplugin.cpp",
"qtsupportplugin.h",
"qtversionfactory.cpp", "qtversionfactory.cpp",
"qtversionmanager.cpp" "qtversionfactory.h",
"qtversioninfo.ui",
"qtversionmanager.cpp",
"qtversionmanager.h",
"qtversionmanager.ui",
"screenshotcropper.cpp",
"screenshotcropper.h",
"showbuildlog.ui",
] ]
ProductModule { ProductModule {

View File

@@ -24,6 +24,7 @@ QtcPlugin {
"abstractpackagingstep.h", "abstractpackagingstep.h",
"abstractremotelinuxdeployservice.cpp", "abstractremotelinuxdeployservice.cpp",
"abstractremotelinuxdeployservice.h", "abstractremotelinuxdeployservice.h",
"abstractremotelinuxdeploystep.cpp",
"abstractremotelinuxdeploystep.h", "abstractremotelinuxdeploystep.h",
"abstractuploadandinstallpackageservice.cpp", "abstractuploadandinstallpackageservice.cpp",
"abstractuploadandinstallpackageservice.h", "abstractuploadandinstallpackageservice.h",
@@ -32,30 +33,41 @@ QtcPlugin {
"embeddedlinuxqtversionfactory.cpp", "embeddedlinuxqtversionfactory.cpp",
"embeddedlinuxqtversionfactory.h", "embeddedlinuxqtversionfactory.h",
"genericdirectuploadservice.cpp", "genericdirectuploadservice.cpp",
"genericdirectuploadservice.h",
"genericdirectuploadstep.cpp",
"genericdirectuploadstep.h", "genericdirectuploadstep.h",
"genericlinuxdeviceconfigurationfactory.cpp", "genericlinuxdeviceconfigurationfactory.cpp",
"genericlinuxdeviceconfigurationfactory.h", "genericlinuxdeviceconfigurationfactory.h",
"genericlinuxdeviceconfigurationwidget.cpp",
"genericlinuxdeviceconfigurationwidget.h",
"genericlinuxdeviceconfigurationwidget.ui",
"genericlinuxdeviceconfigurationwizard.cpp", "genericlinuxdeviceconfigurationwizard.cpp",
"genericlinuxdeviceconfigurationwizard.h", "genericlinuxdeviceconfigurationwizard.h",
"genericlinuxdeviceconfigurationwizardpages.cpp", "genericlinuxdeviceconfigurationwizardpages.cpp",
"genericlinuxdeviceconfigurationwizardpages.h", "genericlinuxdeviceconfigurationwizardpages.h",
"genericlinuxdeviceconfigurationwizardsetuppage.ui", "genericlinuxdeviceconfigurationwizardsetuppage.ui",
"genericlinuxdeviceconfigurationwidget.cpp",
"genericlinuxdeviceconfigurationwidget.h",
"genericlinuxdeviceconfigurationwidget.ui",
"genericremotelinuxdeploystepfactory.cpp", "genericremotelinuxdeploystepfactory.cpp",
"genericremotelinuxdeploystepfactory.h", "genericremotelinuxdeploystepfactory.h",
"linuxdevice.cpp", "linuxdevice.cpp",
"linuxdevice.h", "linuxdevice.h",
"linuxdevicetestdialog.cpp", "linuxdevicetestdialog.cpp",
"linuxdevicetestdialog.h", "linuxdevicetestdialog.h",
"linuxdevicetestdialog.ui",
"linuxdevicetester.cpp", "linuxdevicetester.cpp",
"linuxdevicetester.h", "linuxdevicetester.h",
"packageuploader.cpp",
"packageuploader.h",
"publickeydeploymentdialog.cpp", "publickeydeploymentdialog.cpp",
"publickeydeploymentdialog.h", "publickeydeploymentdialog.h",
"remotelinux.qrc", "remotelinux.qrc",
"remotelinux_constants.h", "remotelinux_constants.h",
"remotelinux_export.h", "remotelinux_export.h",
"remotelinuxcheckforfreediskspaceservice.cpp",
"remotelinuxcheckforfreediskspaceservice.h",
"remotelinuxcheckforfreediskspacestep.cpp",
"remotelinuxcheckforfreediskspacestep.h",
"remotelinuxcheckforfreediskspacestepwidget.ui",
"remotelinuxcustomcommanddeploymentstep.cpp",
"remotelinuxcustomcommanddeploymentstep.h", "remotelinuxcustomcommanddeploymentstep.h",
"remotelinuxcustomcommanddeployservice.cpp", "remotelinuxcustomcommanddeployservice.cpp",
"remotelinuxcustomcommanddeployservice.h", "remotelinuxcustomcommanddeployservice.h",
@@ -67,7 +79,13 @@ QtcPlugin {
"remotelinuxdeployconfigurationfactory.h", "remotelinuxdeployconfigurationfactory.h",
"remotelinuxdeployconfigurationwidget.cpp", "remotelinuxdeployconfigurationwidget.cpp",
"remotelinuxdeployconfigurationwidget.h", "remotelinuxdeployconfigurationwidget.h",
"remotelinuxdeployconfigurationwidget.ui",
"remotelinuxdeploymentdatamodel.cpp",
"remotelinuxdeploymentdatamodel.h",
"remotelinuxenvironmentreader.cpp",
"remotelinuxenvironmentreader.h",
"remotelinuxpackageinstaller.cpp", "remotelinuxpackageinstaller.cpp",
"remotelinuxpackageinstaller.h",
"remotelinuxplugin.cpp", "remotelinuxplugin.cpp",
"remotelinuxplugin.h", "remotelinuxplugin.h",
"remotelinuxrunconfiguration.cpp", "remotelinuxrunconfiguration.cpp",
@@ -76,39 +94,21 @@ QtcPlugin {
"remotelinuxrunconfigurationfactory.h", "remotelinuxrunconfigurationfactory.h",
"remotelinuxrunconfigurationwidget.cpp", "remotelinuxrunconfigurationwidget.cpp",
"remotelinuxrunconfigurationwidget.h", "remotelinuxrunconfigurationwidget.h",
"remotelinuxruncontrol.h",
"remotelinuxutils.cpp",
"remotelinuxutils.h",
"tarpackagecreationstep.h",
"uploadandinstalltarpackagestep.h",
"genericdirectuploadservice.h",
"linuxdevicetestdialog.ui",
"packageuploader.cpp",
"packageuploader.h",
"remotelinuxdeployconfigurationwidget.ui",
"remotelinuxenvironmentreader.cpp",
"remotelinuxenvironmentreader.h",
"remotelinuxpackageinstaller.h",
"sshkeydeployer.cpp",
"sshkeydeployer.h",
"typespecificdeviceconfigurationlistmodel.cpp",
"typespecificdeviceconfigurationlistmodel.h",
"abstractremotelinuxdeploystep.cpp",
"genericdirectuploadstep.cpp",
"remotelinuxcustomcommanddeploymentstep.cpp",
"remotelinuxruncontrol.cpp", "remotelinuxruncontrol.cpp",
"remotelinuxruncontrol.h",
"remotelinuxruncontrolfactory.cpp", "remotelinuxruncontrolfactory.cpp",
"remotelinuxruncontrolfactory.h", "remotelinuxruncontrolfactory.h",
"remotelinuxutils.cpp",
"remotelinuxutils.h",
"sshkeydeployer.cpp",
"sshkeydeployer.h",
"tarpackagecreationstep.cpp", "tarpackagecreationstep.cpp",
"tarpackagecreationstep.h",
"typespecificdeviceconfigurationlistmodel.cpp",
"typespecificdeviceconfigurationlistmodel.h",
"uploadandinstalltarpackagestep.cpp", "uploadandinstalltarpackagestep.cpp",
"remotelinuxcheckforfreediskspaceservice.h", "uploadandinstalltarpackagestep.h",
"remotelinuxcheckforfreediskspaceservice.cpp", "images/embeddedtarget.png",
"remotelinuxcheckforfreediskspacestep.h",
"remotelinuxcheckforfreediskspacestep.cpp",
"remotelinuxcheckforfreediskspacestepwidget.ui",
"remotelinuxdeploymentdatamodel.h",
"remotelinuxdeploymentdatamodel.cpp",
"images/embeddedtarget.png"
] ]
ProductModule { ProductModule {

View File

@@ -31,15 +31,15 @@ QtcPlugin {
"resourceeditorw.h", "resourceeditorw.h",
"resourcewizard.cpp", "resourcewizard.cpp",
"resourcewizard.h", "resourcewizard.h",
"qrceditor/resourcefile.cpp",
"qrceditor/resourceview.cpp",
"qrceditor/qrceditor.cpp", "qrceditor/qrceditor.cpp",
"qrceditor/undocommands.cpp",
"qrceditor/resourcefile_p.h",
"qrceditor/resourceview.h",
"qrceditor/qrceditor.h", "qrceditor/qrceditor.h",
"qrceditor/qrceditor.ui",
"qrceditor/resourcefile.cpp",
"qrceditor/resourcefile_p.h",
"qrceditor/resourceview.cpp",
"qrceditor/resourceview.h",
"qrceditor/undocommands.cpp",
"qrceditor/undocommands_p.h", "qrceditor/undocommands_p.h",
"qrceditor/qrceditor.ui"
] ]
} }

View File

@@ -20,27 +20,27 @@ QtcPlugin {
] ]
files: [ files: [
"annotationhighlighter.h",
"subversionplugin.h",
"subversioncontrol.h",
"settingspage.h",
"subversioneditor.h",
"subversionsubmiteditor.h",
"subversionsettings.h",
"checkoutwizard.h",
"checkoutwizardpage.h",
"subversionconstants.h",
"annotationhighlighter.cpp", "annotationhighlighter.cpp",
"subversionplugin.cpp", "annotationhighlighter.h",
"subversioncontrol.cpp",
"settingspage.cpp",
"subversioneditor.cpp",
"subversionsubmiteditor.cpp",
"subversionsettings.cpp",
"checkoutwizard.cpp", "checkoutwizard.cpp",
"checkoutwizard.h",
"checkoutwizardpage.cpp", "checkoutwizardpage.cpp",
"checkoutwizardpage.h",
"settingspage.cpp",
"settingspage.h",
"settingspage.ui", "settingspage.ui",
"subversion.qrc" "subversion.qrc",
"subversionconstants.h",
"subversioncontrol.cpp",
"subversioncontrol.h",
"subversioneditor.cpp",
"subversioneditor.h",
"subversionplugin.cpp",
"subversionplugin.h",
"subversionsettings.cpp",
"subversionsettings.h",
"subversionsubmiteditor.cpp",
"subversionsubmiteditor.h",
] ]
} }

View File

@@ -20,18 +20,18 @@ QtcPlugin {
] ]
files: [ files: [
"tasklistplugin.h", "TaskList.mimetypes.xml",
"stopmonitoringhandler.cpp",
"stopmonitoringhandler.h",
"taskfile.cpp",
"taskfile.h",
"taskfilefactory.cpp",
"taskfilefactory.h",
"tasklist.qrc",
"tasklist_export.h", "tasklist_export.h",
"tasklistconstants.h", "tasklistconstants.h",
"stopmonitoringhandler.h",
"taskfile.h",
"taskfilefactory.h",
"tasklistplugin.cpp", "tasklistplugin.cpp",
"stopmonitoringhandler.cpp", "tasklistplugin.h",
"taskfile.cpp",
"taskfilefactory.cpp",
"tasklist.qrc",
"TaskList.mimetypes.xml"
] ]
} }

View File

@@ -62,10 +62,10 @@ QtcPlugin {
"codestyleselectorwidget.h", "codestyleselectorwidget.h",
"codestyleselectorwidget.ui", "codestyleselectorwidget.ui",
"colorscheme.cpp", "colorscheme.cpp",
"colorscheme.h",
"colorschemeedit.cpp", "colorschemeedit.cpp",
"colorschemeedit.h", "colorschemeedit.h",
"colorschemeedit.ui", "colorschemeedit.ui",
"colorscheme.h",
"completionsettings.cpp", "completionsettings.cpp",
"completionsettings.h", "completionsettings.h",
"convenience.cpp", "convenience.cpp",
@@ -91,9 +91,9 @@ QtcPlugin {
"helpitem.cpp", "helpitem.cpp",
"helpitem.h", "helpitem.h",
"icodestylepreferences.cpp", "icodestylepreferences.cpp",
"icodestylepreferences.h",
"icodestylepreferencesfactory.cpp", "icodestylepreferencesfactory.cpp",
"icodestylepreferencesfactory.h", "icodestylepreferencesfactory.h",
"icodestylepreferences.h",
"indenter.cpp", "indenter.cpp",
"indenter.h", "indenter.h",
"ioutlinewidget.h", "ioutlinewidget.h",
@@ -108,9 +108,9 @@ QtcPlugin {
"outlinefactory.cpp", "outlinefactory.cpp",
"outlinefactory.h", "outlinefactory.h",
"plaintexteditor.cpp", "plaintexteditor.cpp",
"plaintexteditor.h",
"plaintexteditorfactory.cpp", "plaintexteditorfactory.cpp",
"plaintexteditorfactory.h", "plaintexteditorfactory.h",
"plaintexteditor.h",
"quickfix.cpp", "quickfix.cpp",
"quickfix.h", "quickfix.h",
"refactoringchanges.cpp", "refactoringchanges.cpp",
@@ -132,18 +132,18 @@ QtcPlugin {
"tabsettingswidget.cpp", "tabsettingswidget.cpp",
"tabsettingswidget.h", "tabsettingswidget.h",
"tabsettingswidget.ui", "tabsettingswidget.ui",
"texteditor.qrc",
"texteditor_global.h",
"texteditoractionhandler.cpp", "texteditoractionhandler.cpp",
"texteditoractionhandler.h", "texteditoractionhandler.h",
"texteditorconstants.cpp", "texteditorconstants.cpp",
"texteditorconstants.h", "texteditorconstants.h",
"texteditor_global.h",
"texteditoroptionspage.cpp", "texteditoroptionspage.cpp",
"texteditoroptionspage.h", "texteditoroptionspage.h",
"texteditoroverlay.cpp", "texteditoroverlay.cpp",
"texteditoroverlay.h", "texteditoroverlay.h",
"texteditorplugin.cpp", "texteditorplugin.cpp",
"texteditorplugin.h", "texteditorplugin.h",
"texteditor.qrc",
"texteditorsettings.cpp", "texteditorsettings.cpp",
"texteditorsettings.h", "texteditorsettings.h",
"textfilewizard.cpp", "textfilewizard.cpp",
@@ -217,8 +217,8 @@ QtcPlugin {
"highlightdefinitionmetadata.cpp", "highlightdefinitionmetadata.cpp",
"highlightdefinitionmetadata.h", "highlightdefinitionmetadata.h",
"highlighter.cpp", "highlighter.cpp",
"highlighterexception.h",
"highlighter.h", "highlighter.h",
"highlighterexception.h",
"highlightersettings.cpp", "highlightersettings.cpp",
"highlightersettings.h", "highlightersettings.h",
"highlightersettingspage.cpp", "highlightersettingspage.cpp",
@@ -253,12 +253,12 @@ QtcPlugin {
"plaintextsnippetprovider.cpp", "plaintextsnippetprovider.cpp",
"plaintextsnippetprovider.h", "plaintextsnippetprovider.h",
"reuse.h", "reuse.h",
"snippet.cpp",
"snippet.h",
"snippetassistcollector.cpp", "snippetassistcollector.cpp",
"snippetassistcollector.h", "snippetassistcollector.h",
"snippet.cpp",
"snippeteditor.cpp", "snippeteditor.cpp",
"snippeteditor.h", "snippeteditor.h",
"snippet.h",
"snippetscollection.cpp", "snippetscollection.cpp",
"snippetscollection.h", "snippetscollection.h",
"snippetssettings.cpp", "snippetssettings.cpp",
@@ -281,7 +281,7 @@ QtcPlugin {
"tips.cpp", "tips.cpp",
"tips.h", "tips.h",
"tooltip.cpp", "tooltip.cpp",
"tooltip.h" "tooltip.h",
] ]
} }

View File

@@ -26,10 +26,10 @@ QtcPlugin {
"cpptodoitemsscanner.cpp", "cpptodoitemsscanner.cpp",
"cpptodoitemsscanner.h", "cpptodoitemsscanner.h",
"keyword.cpp", "keyword.cpp",
"keyword.h",
"keyworddialog.cpp", "keyworddialog.cpp",
"keyworddialog.h", "keyworddialog.h",
"keyworddialog.ui", "keyworddialog.ui",
"keyword.h",
"lineparser.cpp", "lineparser.cpp",
"lineparser.h", "lineparser.h",
"optionsdialog.cpp", "optionsdialog.cpp",
@@ -52,6 +52,6 @@ QtcPlugin {
"todooutputpane.h", "todooutputpane.h",
"todoplugin.cpp", "todoplugin.cpp",
"todoplugin.h", "todoplugin.h",
"todoplugin.qrc" "todoplugin.qrc",
] ]
} }

View File

@@ -21,6 +21,6 @@ QtcPlugin {
"updateinfobutton.cpp", "updateinfobutton.cpp",
"updateinfobutton.h", "updateinfobutton.h",
"updateinfoplugin.cpp", "updateinfoplugin.cpp",
"updateinfoplugin.h" "updateinfoplugin.h",
] ]
} }

View File

@@ -54,16 +54,16 @@ QtcPlugin {
"valgrindengine.h", "valgrindengine.h",
"valgrindplugin.cpp", "valgrindplugin.cpp",
"valgrindplugin.h", "valgrindplugin.h",
"valgrindprocess.cpp",
"valgrindprocess.h",
"valgrindrunner.cpp",
"valgrindrunner.h",
"valgrindsettings.cpp", "valgrindsettings.cpp",
"valgrindsettings.h", "valgrindsettings.h",
"valgrindtool.cpp", "valgrindtool.cpp",
"valgrindtool.h", "valgrindtool.h",
"workarounds.cpp", "workarounds.cpp",
"workarounds.h", "workarounds.h",
"valgrindprocess.cpp",
"valgrindprocess.h",
"valgrindrunner.cpp",
"valgrindrunner.h",
"callgrind/callgrindabstractmodel.h", "callgrind/callgrindabstractmodel.h",
"callgrind/callgrindcallmodel.cpp", "callgrind/callgrindcallmodel.cpp",
"callgrind/callgrindcallmodel.h", "callgrind/callgrindcallmodel.h",
@@ -115,7 +115,7 @@ QtcPlugin {
"xmlprotocol/suppression.cpp", "xmlprotocol/suppression.cpp",
"xmlprotocol/suppression.h", "xmlprotocol/suppression.h",
"xmlprotocol/threadedparser.cpp", "xmlprotocol/threadedparser.cpp",
"xmlprotocol/threadedparser.h" "xmlprotocol/threadedparser.h",
] ]
} }

View File

@@ -24,8 +24,6 @@ QtcPlugin {
files: [ files: [
"VcsBase.mimetypes.xml", "VcsBase.mimetypes.xml",
"vcsbase.qrc",
"vcsbase_global.h",
"baseannotationhighlighter.cpp", "baseannotationhighlighter.cpp",
"baseannotationhighlighter.h", "baseannotationhighlighter.h",
"basecheckoutwizard.cpp", "basecheckoutwizard.cpp",
@@ -65,6 +63,8 @@ QtcPlugin {
"submiteditorfile.h", "submiteditorfile.h",
"submitfilemodel.cpp", "submitfilemodel.cpp",
"submitfilemodel.h", "submitfilemodel.h",
"vcsbase.qrc",
"vcsbase_global.h",
"vcsbaseclient.cpp", "vcsbaseclient.cpp",
"vcsbaseclient.h", "vcsbaseclient.h",
"vcsbaseclientsettings.cpp", "vcsbaseclientsettings.cpp",
@@ -87,7 +87,7 @@ QtcPlugin {
"vcsplugin.cpp", "vcsplugin.cpp",
"vcsplugin.h", "vcsplugin.h",
"images/diff.png", "images/diff.png",
"images/submit.png" "images/submit.png",
] ]
} }

View File

@@ -21,7 +21,7 @@ QtcPlugin {
files: [ files: [
"welcome_global.h", "welcome_global.h",
"welcomeplugin.cpp", "welcomeplugin.cpp",
"welcomeplugin.h" "welcomeplugin.h",
] ]
} }

View File

@@ -21,6 +21,6 @@ QtcTool {
files: [ files: [
"main.cpp", "main.cpp",
"../../shared/registryaccess/registryaccess.cpp", "../../shared/registryaccess/registryaccess.cpp",
"../../shared/registryaccess/registryaccess.h" "../../shared/registryaccess/registryaccess.h",
] ]
} }

View File

@@ -14,15 +14,15 @@ QtcTool {
Depends { name: "app_version_header" } Depends { name: "app_version_header" }
files: [ files: [
"main.cpp",
"backtracecollector.cpp", "backtracecollector.cpp",
"backtracecollector.h", "backtracecollector.h",
"crashhandlerdialog.cpp",
"crashhandlerdialog.h",
"crashhandler.cpp", "crashhandler.cpp",
"crashhandler.h", "crashhandler.h",
"crashhandlerdialog.cpp",
"crashhandlerdialog.h",
"crashhandlerdialog.ui",
"main.cpp",
"utils.cpp", "utils.cpp",
"utils.h", "utils.h",
"crashhandlerdialog.ui"
] ]
} }

View File

@@ -14,7 +14,6 @@ QtcTool {
Depends { name: "app_version_header" } Depends { name: "app_version_header" }
files: [ files: [
"main.cpp",
"addkeysoperation.cpp", "addkeysoperation.cpp",
"addkeysoperation.h", "addkeysoperation.h",
"addkitoperation.cpp", "addkitoperation.cpp",
@@ -29,8 +28,9 @@ QtcTool {
"findvalueoperation.h", "findvalueoperation.h",
"getoperation.cpp", "getoperation.cpp",
"getoperation.h", "getoperation.h",
"operation.h", "main.cpp",
"operation.cpp", "operation.cpp",
"operation.h",
"rmkeysoperation.cpp", "rmkeysoperation.cpp",
"rmkeysoperation.h", "rmkeysoperation.h",
"rmkitoperation.cpp", "rmkitoperation.cpp",
@@ -40,6 +40,6 @@ QtcTool {
"rmtoolchainoperation.cpp", "rmtoolchainoperation.cpp",
"rmtoolchainoperation.h", "rmtoolchainoperation.h",
"settings.cpp", "settings.cpp",
"settings.h" "settings.h",
] ]
} }