forked from qt-creator/qt-creator
Qbs project files: Use groups wherever applicable.
Provides better structuring of source files. Change-Id: Ic2d0094312bb7c8da01a1f38270564407fdbefce Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
@@ -33,202 +33,133 @@ QtcPlugin {
|
||||
|
||||
cpp.frameworks: qbs.targetOS.contains("osx") ? ["AppKit"] : undefined
|
||||
|
||||
files: [
|
||||
"basefilewizard.cpp",
|
||||
"basefilewizard.h",
|
||||
"core.qrc",
|
||||
"core_global.h",
|
||||
"coreconstants.h",
|
||||
"coreplugin.cpp",
|
||||
"coreplugin.h",
|
||||
"designmode.cpp",
|
||||
"designmode.h",
|
||||
"documentmanager.cpp",
|
||||
"documentmanager.h",
|
||||
"editmode.cpp",
|
||||
"editmode.h",
|
||||
"editortoolbar.cpp",
|
||||
"editortoolbar.h",
|
||||
"externaltool.cpp",
|
||||
"externaltool.h",
|
||||
"externaltoolmanager.h",
|
||||
"fancyactionbar.cpp",
|
||||
"fancyactionbar.h",
|
||||
"fancyactionbar.qrc",
|
||||
"fancytabwidget.cpp",
|
||||
"fancytabwidget.h",
|
||||
"featureprovider.cpp",
|
||||
"featureprovider.h",
|
||||
"fileiconprovider.cpp",
|
||||
"fileiconprovider.h",
|
||||
"fileutils.cpp",
|
||||
"fileutils.h",
|
||||
"findplaceholder.cpp",
|
||||
"findplaceholder.h",
|
||||
"generalsettings.cpp",
|
||||
"generalsettings.h",
|
||||
"generalsettings.ui",
|
||||
"generatedfile.cpp",
|
||||
"generatedfile.h",
|
||||
"helpmanager.cpp",
|
||||
"helpmanager.h",
|
||||
"icontext.cpp",
|
||||
"icontext.h",
|
||||
"icore.cpp",
|
||||
"icore.h",
|
||||
"icorelistener.h",
|
||||
"id.cpp",
|
||||
"id.h",
|
||||
"idocument.cpp",
|
||||
"idocument.h",
|
||||
"idocumentfactory.h",
|
||||
"ifilewizardextension.h",
|
||||
"imode.cpp",
|
||||
"imode.h",
|
||||
"inavigationwidgetfactory.cpp",
|
||||
"inavigationwidgetfactory.h",
|
||||
"infobar.cpp",
|
||||
"infobar.h",
|
||||
"ioutputpane.h",
|
||||
"iversioncontrol.cpp",
|
||||
"iversioncontrol.h",
|
||||
"mainwindow.cpp",
|
||||
"mainwindow.h",
|
||||
"manhattanstyle.cpp",
|
||||
"manhattanstyle.h",
|
||||
"messagemanager.cpp",
|
||||
"messagemanager.h",
|
||||
"messageoutputwindow.cpp",
|
||||
"messageoutputwindow.h",
|
||||
"mimedatabase.cpp",
|
||||
"mimedatabase.h",
|
||||
"mimetypemagicdialog.cpp",
|
||||
"mimetypemagicdialog.h",
|
||||
"mimetypemagicdialog.ui",
|
||||
"mimetypesettings.cpp",
|
||||
"mimetypesettings.h",
|
||||
"mimetypesettingspage.ui",
|
||||
"minisplitter.cpp",
|
||||
"minisplitter.h",
|
||||
"modemanager.cpp",
|
||||
"modemanager.h",
|
||||
"navigationsubwidget.cpp",
|
||||
"navigationsubwidget.h",
|
||||
"navigationwidget.cpp",
|
||||
"navigationwidget.h",
|
||||
"outputpane.cpp",
|
||||
"outputpane.h",
|
||||
"outputpanemanager.cpp",
|
||||
"outputpanemanager.h",
|
||||
"outputwindow.cpp",
|
||||
"outputwindow.h",
|
||||
"plugindialog.cpp",
|
||||
"plugindialog.h",
|
||||
"removefiledialog.cpp",
|
||||
"removefiledialog.h",
|
||||
"removefiledialog.ui",
|
||||
"rightpane.cpp",
|
||||
"rightpane.h",
|
||||
"settingsdatabase.cpp",
|
||||
"settingsdatabase.h",
|
||||
"sidebar.cpp",
|
||||
"sidebar.h",
|
||||
"sidebarwidget.cpp",
|
||||
"sidebarwidget.h",
|
||||
"statusbarmanager.cpp",
|
||||
"statusbarmanager.h",
|
||||
"statusbarwidget.cpp",
|
||||
"statusbarwidget.h",
|
||||
"styleanimator.cpp",
|
||||
"styleanimator.h",
|
||||
"tabpositionindicator.cpp",
|
||||
"tabpositionindicator.h",
|
||||
"textdocument.cpp",
|
||||
"textdocument.h",
|
||||
"toolsettings.cpp",
|
||||
"toolsettings.h",
|
||||
"variablechooser.cpp",
|
||||
"variablechooser.h",
|
||||
"variablechooser.ui",
|
||||
"variablemanager.cpp",
|
||||
"variablemanager.h",
|
||||
"vcsmanager.cpp",
|
||||
"vcsmanager.h",
|
||||
"versiondialog.cpp",
|
||||
"versiondialog.h",
|
||||
"actionmanager/actioncontainer.cpp",
|
||||
"actionmanager/actioncontainer.h",
|
||||
"actionmanager/actioncontainer_p.h",
|
||||
"actionmanager/actionmanager.cpp",
|
||||
"actionmanager/actionmanager.h",
|
||||
"actionmanager/actionmanager_p.h",
|
||||
"actionmanager/command.cpp",
|
||||
"actionmanager/command.h",
|
||||
"actionmanager/command_p.h",
|
||||
"actionmanager/commandbutton.cpp",
|
||||
"actionmanager/commandbutton.h",
|
||||
"actionmanager/commandmappings.cpp",
|
||||
"actionmanager/commandmappings.h",
|
||||
"actionmanager/commandmappings.ui",
|
||||
"actionmanager/commandsfile.cpp",
|
||||
"actionmanager/commandsfile.h",
|
||||
"dialogs/addtovcsdialog.cpp",
|
||||
"dialogs/addtovcsdialog.h",
|
||||
"dialogs/addtovcsdialog.ui",
|
||||
"dialogs/externaltoolconfig.cpp",
|
||||
"dialogs/externaltoolconfig.h",
|
||||
"dialogs/externaltoolconfig.ui",
|
||||
"dialogs/ioptionspage.cpp",
|
||||
"dialogs/ioptionspage.h",
|
||||
"dialogs/iwizard.cpp",
|
||||
"dialogs/iwizard.h",
|
||||
"dialogs/newdialog.cpp",
|
||||
"dialogs/newdialog.h",
|
||||
"dialogs/newdialog.ui",
|
||||
"dialogs/openwithdialog.cpp",
|
||||
"dialogs/openwithdialog.h",
|
||||
"dialogs/openwithdialog.ui",
|
||||
"dialogs/promptoverwritedialog.cpp",
|
||||
"dialogs/promptoverwritedialog.h",
|
||||
"dialogs/readonlyfilesdialog.cpp",
|
||||
"dialogs/readonlyfilesdialog.h",
|
||||
"dialogs/readonlyfilesdialog.ui",
|
||||
"dialogs/saveitemsdialog.cpp",
|
||||
"dialogs/saveitemsdialog.h",
|
||||
"dialogs/saveitemsdialog.ui",
|
||||
"dialogs/settingsdialog.cpp",
|
||||
"dialogs/settingsdialog.h",
|
||||
"dialogs/shortcutsettings.cpp",
|
||||
"dialogs/shortcutsettings.h",
|
||||
"editormanager/BinFiles.mimetypes.xml",
|
||||
"editormanager/editormanager.cpp",
|
||||
"editormanager/editormanager.h",
|
||||
"editormanager/editorview.cpp",
|
||||
"editormanager/editorview.h",
|
||||
"editormanager/ieditor.cpp",
|
||||
"editormanager/ieditor.h",
|
||||
"editormanager/ieditorfactory.cpp",
|
||||
"editormanager/ieditorfactory.h",
|
||||
"editormanager/iexternaleditor.cpp",
|
||||
"editormanager/iexternaleditor.h",
|
||||
"editormanager/documentmodel.cpp",
|
||||
"editormanager/documentmodel.h",
|
||||
"editormanager/openeditorsview.cpp",
|
||||
"editormanager/openeditorsview.h",
|
||||
"editormanager/openeditorswindow.cpp",
|
||||
"editormanager/openeditorswindow.h",
|
||||
"editormanager/systemeditor.cpp",
|
||||
"editormanager/systemeditor.h",
|
||||
"progressmanager/futureprogress.cpp",
|
||||
"progressmanager/futureprogress.h",
|
||||
"progressmanager/progressbar.cpp",
|
||||
"progressmanager/progressbar.h",
|
||||
"progressmanager/progressmanager.cpp",
|
||||
"progressmanager/progressmanager.h",
|
||||
"progressmanager/progressmanager_p.h",
|
||||
"progressmanager/progressview.cpp",
|
||||
"progressmanager/progressview.h",
|
||||
]
|
||||
Group {
|
||||
name: "General"
|
||||
files: [
|
||||
"basefilewizard.cpp", "basefilewizard.h",
|
||||
"core.qrc",
|
||||
"core_global.h",
|
||||
"coreconstants.h",
|
||||
"coreplugin.cpp", "coreplugin.h",
|
||||
"designmode.cpp", "designmode.h",
|
||||
"documentmanager.cpp", "documentmanager.h",
|
||||
"editmode.cpp", "editmode.h",
|
||||
"editortoolbar.cpp", "editortoolbar.h",
|
||||
"externaltool.cpp", "externaltool.h",
|
||||
"externaltoolmanager.h",
|
||||
"fancyactionbar.cpp", "fancyactionbar.h", "fancyactionbar.qrc",
|
||||
"fancytabwidget.cpp", "fancytabwidget.h",
|
||||
"featureprovider.cpp", "featureprovider.h",
|
||||
"fileiconprovider.cpp", "fileiconprovider.h",
|
||||
"fileutils.cpp", "fileutils.h",
|
||||
"findplaceholder.cpp", "findplaceholder.h",
|
||||
"generalsettings.cpp", "generalsettings.h", "generalsettings.ui",
|
||||
"generatedfile.cpp", "generatedfile.h",
|
||||
"helpmanager.cpp", "helpmanager.h",
|
||||
"icontext.cpp", "icontext.h",
|
||||
"icore.cpp", "icore.h",
|
||||
"icorelistener.h",
|
||||
"id.cpp", "id.h",
|
||||
"idocument.cpp", "idocument.h",
|
||||
"idocumentfactory.h",
|
||||
"ifilewizardextension.h",
|
||||
"imode.cpp", "imode.h",
|
||||
"inavigationwidgetfactory.cpp", "inavigationwidgetfactory.h",
|
||||
"infobar.cpp", "infobar.h",
|
||||
"ioutputpane.h",
|
||||
"iversioncontrol.cpp", "iversioncontrol.h",
|
||||
"mainwindow.cpp", "mainwindow.h",
|
||||
"manhattanstyle.cpp", "manhattanstyle.h",
|
||||
"messagemanager.cpp", "messagemanager.h",
|
||||
"messageoutputwindow.cpp", "messageoutputwindow.h",
|
||||
"mimedatabase.cpp", "mimedatabase.h",
|
||||
"mimetypemagicdialog.cpp", "mimetypemagicdialog.h", "mimetypemagicdialog.ui",
|
||||
"mimetypesettings.cpp", "mimetypesettings.h",
|
||||
"mimetypesettingspage.ui",
|
||||
"minisplitter.cpp", "minisplitter.h",
|
||||
"modemanager.cpp", "modemanager.h",
|
||||
"navigationsubwidget.cpp", "navigationsubwidget.h",
|
||||
"navigationwidget.cpp", "navigationwidget.h",
|
||||
"outputpane.cpp", "outputpane.h",
|
||||
"outputpanemanager.cpp", "outputpanemanager.h",
|
||||
"outputwindow.cpp", "outputwindow.h",
|
||||
"plugindialog.cpp", "plugindialog.h",
|
||||
"removefiledialog.cpp", "removefiledialog.h", "removefiledialog.ui",
|
||||
"rightpane.cpp", "rightpane.h",
|
||||
"settingsdatabase.cpp", "settingsdatabase.h",
|
||||
"sidebar.cpp", "sidebar.h",
|
||||
"sidebarwidget.cpp", "sidebarwidget.h",
|
||||
"statusbarmanager.cpp", "statusbarmanager.h",
|
||||
"statusbarwidget.cpp", "statusbarwidget.h",
|
||||
"styleanimator.cpp", "styleanimator.h",
|
||||
"tabpositionindicator.cpp", "tabpositionindicator.h",
|
||||
"textdocument.cpp", "textdocument.h",
|
||||
"toolsettings.cpp", "toolsettings.h",
|
||||
"variablechooser.cpp", "variablechooser.h", "variablechooser.ui",
|
||||
"variablemanager.cpp", "variablemanager.h",
|
||||
"vcsmanager.cpp", "vcsmanager.h",
|
||||
"versiondialog.cpp", "versiondialog.h",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Action Manager"
|
||||
prefix: "actionmanager/"
|
||||
files: [
|
||||
"actioncontainer.cpp", "actioncontainer.h", "actioncontainer_p.h",
|
||||
"actionmanager.cpp", "actionmanager.h", "actionmanager_p.h",
|
||||
"command.cpp", "command.h", "command_p.h",
|
||||
"commandbutton.cpp", "commandbutton.h",
|
||||
"commandmappings.cpp", "commandmappings.h", "commandmappings.ui",
|
||||
"commandsfile.cpp", "commandsfile.h",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Dialogs"
|
||||
prefix: "dialogs/"
|
||||
files: [
|
||||
"addtovcsdialog.cpp", "addtovcsdialog.h", "addtovcsdialog.ui",
|
||||
"externaltoolconfig.cpp", "externaltoolconfig.h", "externaltoolconfig.ui",
|
||||
"ioptionspage.cpp", "ioptionspage.h",
|
||||
"iwizard.cpp", "iwizard.h",
|
||||
"newdialog.cpp", "newdialog.h", "newdialog.ui",
|
||||
"openwithdialog.cpp", "openwithdialog.h", "openwithdialog.ui",
|
||||
"promptoverwritedialog.cpp", "promptoverwritedialog.h",
|
||||
"readonlyfilesdialog.cpp", "readonlyfilesdialog.h", "readonlyfilesdialog.ui",
|
||||
"saveitemsdialog.cpp", "saveitemsdialog.h", "saveitemsdialog.ui",
|
||||
"settingsdialog.cpp", "settingsdialog.h",
|
||||
"shortcutsettings.cpp", "shortcutsettings.h",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Editor Manager"
|
||||
prefix: "editormanager/"
|
||||
files: [
|
||||
"BinFiles.mimetypes.xml",
|
||||
"documentmodel.cpp", "documentmodel.h",
|
||||
"editormanager.cpp", "editormanager.h",
|
||||
"editorview.cpp", "editorview.h",
|
||||
"ieditor.cpp", "ieditor.h",
|
||||
"ieditorfactory.cpp", "ieditorfactory.h",
|
||||
"iexternaleditor.cpp", "iexternaleditor.h",
|
||||
"openeditorsview.cpp", "openeditorsview.h",
|
||||
"openeditorswindow.cpp", "openeditorswindow.h",
|
||||
"systemeditor.cpp", "systemeditor.h",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Progress Manager"
|
||||
prefix: "progressmanager/"
|
||||
files: [
|
||||
"futureprogress.cpp", "futureprogress.h",
|
||||
"progressbar.cpp", "progressbar.h",
|
||||
"progressmanager.cpp", "progressmanager.h", "progressmanager_p.h",
|
||||
"progressview.cpp", "progressview.h",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "ProgressManager_win"
|
||||
|
||||
@@ -17,13 +17,24 @@ QtcTool {
|
||||
"$ORIGIN/../lib/qtcreator/plugins/QtProject"
|
||||
]
|
||||
|
||||
files: [ "main.cpp",
|
||||
"argumentscollector.h", "argumentscollector.cpp",
|
||||
"../cpasterconstants.h",
|
||||
"../kdepasteprotocol.h", "../kdepasteprotocol.cpp",
|
||||
"../pastebindotcaprotocol.h", "../pastebindotcaprotocol.cpp",
|
||||
"../pastebindotcomprotocol.h", "../pastebindotcomprotocol.cpp",
|
||||
"../protocol.h", "../protocol.cpp",
|
||||
"../urlopenprotocol.h", "../urlopenprotocol.cpp",
|
||||
]
|
||||
Group {
|
||||
name: "Frontend Sources"
|
||||
files: [
|
||||
"main.cpp",
|
||||
"argumentscollector.h", "argumentscollector.cpp"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Plugin Sources"
|
||||
prefix: "../"
|
||||
files: [
|
||||
"cpasterconstants.h",
|
||||
"kdepasteprotocol.h", "kdepasteprotocol.cpp",
|
||||
"pastebindotcaprotocol.h", "pastebindotcaprotocol.cpp",
|
||||
"pastebindotcomprotocol.h", "pastebindotcomprotocol.cpp",
|
||||
"protocol.h", "protocol.cpp",
|
||||
"urlopenprotocol.h", "urlopenprotocol.cpp",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ QtcPlugin {
|
||||
|
||||
cpp.includePaths: base.concat([
|
||||
"shared",
|
||||
"lldblib",
|
||||
lldblib.prefix,
|
||||
"../../shared/json",
|
||||
"../../shared/registryaccess"
|
||||
])
|
||||
@@ -37,233 +37,210 @@ QtcPlugin {
|
||||
files: ["../../../tests/manual/debugger/simple/simple.pro"]
|
||||
}
|
||||
|
||||
files: [
|
||||
"basewindow.cpp",
|
||||
"basewindow.h",
|
||||
"breakhandler.cpp",
|
||||
"breakhandler.h",
|
||||
"breakpoint.cpp",
|
||||
"breakpoint.h",
|
||||
"breakpointmarker.cpp",
|
||||
"breakpointmarker.h",
|
||||
"breakwindow.cpp",
|
||||
"breakwindow.h",
|
||||
"commonoptionspage.cpp",
|
||||
"commonoptionspage.h",
|
||||
"debugger.qrc",
|
||||
"debugger_global.h",
|
||||
"debuggeractions.cpp",
|
||||
"debuggeractions.h",
|
||||
"debuggerconstants.h",
|
||||
"debuggercore.h",
|
||||
"debuggerdialogs.cpp",
|
||||
"debuggerdialogs.h",
|
||||
"debuggerengine.cpp",
|
||||
"debuggerengine.h",
|
||||
"debuggerinternalconstants.h",
|
||||
"debuggerkitconfigwidget.cpp",
|
||||
"debuggerkitconfigwidget.h",
|
||||
"debuggerkitinformation.cpp",
|
||||
"debuggerkitinformation.h",
|
||||
"debuggermainwindow.cpp",
|
||||
"debuggermainwindow.h",
|
||||
"debuggerplugin.cpp",
|
||||
"debuggerplugin.h",
|
||||
"debuggerprotocol.cpp",
|
||||
"debuggerprotocol.h",
|
||||
"debuggerruncontrolfactory.h",
|
||||
"debuggerrunconfigurationaspect.cpp",
|
||||
"debuggerrunconfigurationaspect.h",
|
||||
"debuggerrunner.cpp",
|
||||
"debuggerrunner.h",
|
||||
"debuggersourcepathmappingwidget.cpp",
|
||||
"debuggersourcepathmappingwidget.h",
|
||||
"debuggerstartparameters.h",
|
||||
"debuggerstreamops.cpp",
|
||||
"debuggerstreamops.h",
|
||||
"debuggerstringutils.h",
|
||||
"debuggertooltipmanager.cpp",
|
||||
"debuggertooltipmanager.h",
|
||||
"disassembleragent.cpp",
|
||||
"disassembleragent.h",
|
||||
"disassemblerlines.cpp",
|
||||
"disassemblerlines.h",
|
||||
"imageviewer.cpp",
|
||||
"imageviewer.h",
|
||||
"loadcoredialog.cpp",
|
||||
"loadcoredialog.h",
|
||||
"localsandexpressionsoptionspage.ui",
|
||||
"localsandexpressionswindow.cpp",
|
||||
"localsandexpressionswindow.h",
|
||||
"logwindow.cpp",
|
||||
"logwindow.h",
|
||||
"memoryagent.cpp",
|
||||
"memoryagent.h",
|
||||
"memoryview.cpp",
|
||||
"memoryview.h",
|
||||
"moduleshandler.cpp",
|
||||
"moduleshandler.h",
|
||||
"moduleswindow.cpp",
|
||||
"moduleswindow.h",
|
||||
"outputcollector.cpp",
|
||||
"outputcollector.h",
|
||||
"procinterrupt.cpp",
|
||||
"procinterrupt.h",
|
||||
"registerhandler.cpp",
|
||||
"registerhandler.h",
|
||||
"registerwindow.cpp",
|
||||
"registerwindow.h",
|
||||
"snapshothandler.cpp",
|
||||
"snapshothandler.h",
|
||||
"snapshotwindow.cpp",
|
||||
"snapshotwindow.h",
|
||||
"sourceagent.cpp",
|
||||
"sourceagent.h",
|
||||
"sourcefileshandler.cpp",
|
||||
"sourcefileshandler.h",
|
||||
"sourcefileswindow.cpp",
|
||||
"sourcefileswindow.h",
|
||||
"sourceutils.cpp",
|
||||
"sourceutils.h",
|
||||
"stackframe.cpp",
|
||||
"stackframe.h",
|
||||
"stackhandler.cpp",
|
||||
"stackhandler.h",
|
||||
"stackwindow.cpp",
|
||||
"stackwindow.h",
|
||||
"threaddata.h",
|
||||
"threadshandler.cpp",
|
||||
"threadshandler.h",
|
||||
"threadswindow.cpp",
|
||||
"threadswindow.h",
|
||||
"watchdata.cpp",
|
||||
"watchdata.h",
|
||||
"watchdelegatewidgets.cpp",
|
||||
"watchdelegatewidgets.h",
|
||||
"watchhandler.cpp",
|
||||
"watchhandler.h",
|
||||
"watchutils.cpp",
|
||||
"watchutils.h",
|
||||
"watchwindow.cpp",
|
||||
"watchwindow.h",
|
||||
"cdb/bytearrayinputstream.cpp",
|
||||
"cdb/bytearrayinputstream.h",
|
||||
"cdb/cdbengine.cpp",
|
||||
"cdb/cdbengine.h",
|
||||
"cdb/cdboptionspage.cpp",
|
||||
"cdb/cdboptionspage.h",
|
||||
"cdb/cdboptionspagewidget.ui",
|
||||
"cdb/cdbparsehelpers.cpp",
|
||||
"cdb/cdbparsehelpers.h",
|
||||
"gdb/abstractgdbprocess.cpp",
|
||||
"gdb/abstractgdbprocess.h",
|
||||
"gdb/abstractplaingdbadapter.cpp",
|
||||
"gdb/abstractplaingdbadapter.h",
|
||||
"gdb/attachgdbadapter.cpp",
|
||||
"gdb/attachgdbadapter.h",
|
||||
"gdb/classicgdbengine.cpp",
|
||||
"gdb/coregdbadapter.cpp",
|
||||
"gdb/coregdbadapter.h",
|
||||
"gdb/gdb.qrc",
|
||||
"gdb/gdbengine.cpp",
|
||||
"gdb/gdbengine.h",
|
||||
"gdb/gdboptionspage.cpp",
|
||||
"gdb/gdboptionspage.h",
|
||||
"gdb/localgdbprocess.cpp",
|
||||
"gdb/localgdbprocess.h",
|
||||
"gdb/localplaingdbadapter.cpp",
|
||||
"gdb/localplaingdbadapter.h",
|
||||
"gdb/pythongdbengine.cpp",
|
||||
"gdb/remotegdbprocess.cpp",
|
||||
"gdb/remotegdbprocess.h",
|
||||
"gdb/remotegdbserveradapter.cpp",
|
||||
"gdb/remotegdbserveradapter.h",
|
||||
"gdb/remoteplaingdbadapter.cpp",
|
||||
"gdb/remoteplaingdbadapter.h",
|
||||
"gdb/startgdbserverdialog.cpp",
|
||||
"gdb/startgdbserverdialog.h",
|
||||
"gdb/termgdbadapter.cpp",
|
||||
"gdb/termgdbadapter.h",
|
||||
"images/breakpoint_16.png",
|
||||
"images/breakpoint_24.png",
|
||||
"images/breakpoint_disabled_16.png",
|
||||
"images/breakpoint_disabled_24.png",
|
||||
"images/breakpoint_disabled_32.png",
|
||||
"images/breakpoint_pending_16.png",
|
||||
"images/breakpoint_pending_24.png",
|
||||
"images/debugger_breakpoints.png",
|
||||
"images/debugger_continue.png",
|
||||
"images/debugger_continue_32.png",
|
||||
"images/debugger_continue_small.png",
|
||||
"images/debugger_empty_14.png",
|
||||
"images/debugger_interrupt.png",
|
||||
"images/debugger_interrupt_32.png",
|
||||
"images/debugger_interrupt_small.png",
|
||||
"images/debugger_reversemode_16.png",
|
||||
"images/debugger_singleinstructionmode.png",
|
||||
"images/debugger_snapshot_small.png",
|
||||
"images/debugger_start.png",
|
||||
"images/debugger_start_small.png",
|
||||
"images/debugger_stepinto_small.png",
|
||||
"images/debugger_steponeproc_small.png",
|
||||
"images/debugger_stepout_small.png",
|
||||
"images/debugger_stepover_small.png",
|
||||
"images/debugger_stepoverproc_small.png",
|
||||
"images/debugger_stop.png",
|
||||
"images/debugger_stop_32.png",
|
||||
"images/debugger_stop_small.png",
|
||||
"images/location_16.png",
|
||||
"images/location_24.png",
|
||||
"images/tracepoint.png",
|
||||
"images/watchpoint.png",
|
||||
"lldb/lldbengine.cpp",
|
||||
"lldb/lldbengine.h",
|
||||
"lldblib/ipcenginehost.cpp",
|
||||
"lldblib/ipcenginehost.h",
|
||||
"lldblib/lldbenginehost.cpp",
|
||||
"lldblib/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.h",
|
||||
"qml/baseqmldebuggerclient.cpp",
|
||||
"qml/baseqmldebuggerclient.h",
|
||||
"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.h",
|
||||
"qml/qmlinspectoragent.cpp",
|
||||
"qml/qmlinspectoragent.h",
|
||||
"qml/qmllivetextpreview.cpp",
|
||||
"qml/qmllivetextpreview.h",
|
||||
"qml/qmlv8debuggerclient.cpp",
|
||||
"qml/qmlv8debuggerclient.h",
|
||||
"qml/qmlv8debuggerclientconstants.h",
|
||||
"qml/qscriptdebuggerclient.cpp",
|
||||
"qml/qscriptdebuggerclient.h",
|
||||
"shared/backtrace.cpp",
|
||||
"shared/backtrace.h",
|
||||
"shared/cdbsymbolpathlisteditor.cpp",
|
||||
"shared/cdbsymbolpathlisteditor.h",
|
||||
"shared/hostutils.cpp",
|
||||
"shared/hostutils.h",
|
||||
"shared/peutils.cpp",
|
||||
"shared/peutils.h",
|
||||
"shared/symbolpathsdialog.ui",
|
||||
"shared/symbolpathsdialog.cpp",
|
||||
"shared/symbolpathsdialog.h",
|
||||
]
|
||||
Group {
|
||||
name: "General"
|
||||
files: [
|
||||
"basewindow.cpp", "basewindow.h",
|
||||
"breakhandler.cpp", "breakhandler.h",
|
||||
"breakpoint.cpp", "breakpoint.h",
|
||||
"breakpointmarker.cpp", "breakpointmarker.h",
|
||||
"breakwindow.cpp", "breakwindow.h",
|
||||
"commonoptionspage.cpp", "commonoptionspage.h",
|
||||
"debugger.qrc",
|
||||
"debugger_global.h",
|
||||
"debuggeractions.cpp", "debuggeractions.h",
|
||||
"debuggerconstants.h",
|
||||
"debuggercore.h",
|
||||
"debuggerdialogs.cpp", "debuggerdialogs.h",
|
||||
"debuggerengine.cpp", "debuggerengine.h",
|
||||
"debuggerinternalconstants.h",
|
||||
"debuggerkitconfigwidget.cpp", "debuggerkitconfigwidget.h",
|
||||
"debuggerkitinformation.cpp", "debuggerkitinformation.h",
|
||||
"debuggermainwindow.cpp", "debuggermainwindow.h",
|
||||
"debuggerplugin.cpp", "debuggerplugin.h",
|
||||
"debuggerprotocol.cpp", "debuggerprotocol.h",
|
||||
"debuggerruncontrolfactory.h",
|
||||
"debuggerrunconfigurationaspect.cpp", "debuggerrunconfigurationaspect.h",
|
||||
"debuggerrunner.cpp", "debuggerrunner.h",
|
||||
"debuggersourcepathmappingwidget.cpp", "debuggersourcepathmappingwidget.h",
|
||||
"debuggerstartparameters.h",
|
||||
"debuggerstreamops.cpp", "debuggerstreamops.h",
|
||||
"debuggerstringutils.h",
|
||||
"debuggertooltipmanager.cpp", "debuggertooltipmanager.h",
|
||||
"disassembleragent.cpp", "disassembleragent.h",
|
||||
"disassemblerlines.cpp", "disassemblerlines.h",
|
||||
"imageviewer.cpp", "imageviewer.h",
|
||||
"loadcoredialog.cpp", "loadcoredialog.h",
|
||||
"localsandexpressionsoptionspage.ui",
|
||||
"localsandexpressionswindow.cpp", "localsandexpressionswindow.h",
|
||||
"logwindow.cpp", "logwindow.h",
|
||||
"memoryagent.cpp", "memoryagent.h",
|
||||
"memoryview.cpp", "memoryview.h",
|
||||
"moduleshandler.cpp", "moduleshandler.h",
|
||||
"moduleswindow.cpp", "moduleswindow.h",
|
||||
"outputcollector.cpp", "outputcollector.h",
|
||||
"procinterrupt.cpp", "procinterrupt.h",
|
||||
"registerhandler.cpp", "registerhandler.h",
|
||||
"registerwindow.cpp", "registerwindow.h",
|
||||
"snapshothandler.cpp", "snapshothandler.h",
|
||||
"snapshotwindow.cpp", "snapshotwindow.h",
|
||||
"sourceagent.cpp", "sourceagent.h",
|
||||
"sourcefileshandler.cpp", "sourcefileshandler.h",
|
||||
"sourcefileswindow.cpp", "sourcefileswindow.h",
|
||||
"sourceutils.cpp", "sourceutils.h",
|
||||
"stackframe.cpp", "stackframe.h",
|
||||
"stackhandler.cpp", "stackhandler.h",
|
||||
"stackwindow.cpp", "stackwindow.h",
|
||||
"threaddata.h",
|
||||
"threadshandler.cpp", "threadshandler.h",
|
||||
"threadswindow.cpp", "threadswindow.h",
|
||||
"watchdata.cpp", "watchdata.h",
|
||||
"watchdelegatewidgets.cpp", "watchdelegatewidgets.h",
|
||||
"watchhandler.cpp", "watchhandler.h",
|
||||
"watchutils.cpp", "watchutils.h",
|
||||
"watchwindow.cpp", "watchwindow.h",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "cdb"
|
||||
prefix: "cdb/"
|
||||
files: [
|
||||
"bytearrayinputstream.cpp", "bytearrayinputstream.h",
|
||||
"cdbengine.cpp", "cdbengine.h",
|
||||
"cdboptionspage.cpp", "cdboptionspage.h",
|
||||
"cdboptionspagewidget.ui",
|
||||
"cdbparsehelpers.cpp", "cdbparsehelpers.h"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "gdb"
|
||||
prefix: "gdb/"
|
||||
files: [
|
||||
"abstractgdbprocess.cpp", "abstractgdbprocess.h",
|
||||
"abstractplaingdbadapter.cpp", "abstractplaingdbadapter.h",
|
||||
"attachgdbadapter.cpp", "attachgdbadapter.h",
|
||||
"classicgdbengine.cpp",
|
||||
"coregdbadapter.cpp", "coregdbadapter.h",
|
||||
"gdb.qrc",
|
||||
"gdbengine.cpp", "gdbengine.h",
|
||||
"gdboptionspage.cpp", "gdboptionspage.h",
|
||||
"localgdbprocess.cpp", "localgdbprocess.h",
|
||||
"localplaingdbadapter.cpp", "localplaingdbadapter.h",
|
||||
"pythongdbengine.cpp",
|
||||
"remotegdbprocess.cpp", "remotegdbprocess.h",
|
||||
"remotegdbserveradapter.cpp", "remotegdbserveradapter.h",
|
||||
"remoteplaingdbadapter.cpp", "remoteplaingdbadapter.h",
|
||||
"startgdbserverdialog.cpp", "startgdbserverdialog.h",
|
||||
"termgdbadapter.cpp", "termgdbadapter.h"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "lldb"
|
||||
prefix: "lldb/"
|
||||
files: [
|
||||
"lldbengine.cpp", "lldbengine.h"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "lldblib"
|
||||
id: lldblib
|
||||
prefix: "lldblib/"
|
||||
files: [
|
||||
"ipcenginehost.cpp", "ipcenginehost.h",
|
||||
"lldbenginehost.cpp", "lldbenginehost.h"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "pdb"
|
||||
prefix: "pdb/"
|
||||
files: ["pdbengine.cpp", "pdbengine.h"]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Name Demangler"
|
||||
prefix: "namedemangler/"
|
||||
files: [
|
||||
"demanglerexceptions.h",
|
||||
"globalparsestate.cpp", "globalparsestate.h",
|
||||
"namedemangler.cpp", "namedemangler.h",
|
||||
"parsetreenodes.cpp", "parsetreenodes.h",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "QML Debugger"
|
||||
prefix: "qml/"
|
||||
files: [
|
||||
"baseqmldebuggerclient.cpp", "baseqmldebuggerclient.h",
|
||||
"interactiveinterpreter.cpp", "interactiveinterpreter.h",
|
||||
"qmladapter.cpp", "qmladapter.h",
|
||||
"qmlcppengine.cpp", "qmlcppengine.h",
|
||||
"qmlengine.cpp", "qmlengine.h",
|
||||
"qmlinspectoradapter.cpp", "qmlinspectoradapter.h",
|
||||
"qmlinspectoragent.cpp", "qmlinspectoragent.h",
|
||||
"qmllivetextpreview.cpp", "qmllivetextpreview.h",
|
||||
"qmlv8debuggerclient.cpp", "qmlv8debuggerclient.h",
|
||||
"qmlv8debuggerclientconstants.h",
|
||||
"qscriptdebuggerclient.cpp", "qscriptdebuggerclient.h"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "shared"
|
||||
prefix: "shared/"
|
||||
files: [
|
||||
"backtrace.cpp", "backtrace.h",
|
||||
"cdbsymbolpathlisteditor.cpp",
|
||||
"cdbsymbolpathlisteditor.h",
|
||||
"hostutils.cpp", "hostutils.h",
|
||||
"peutils.cpp", "peutils.h",
|
||||
"symbolpathsdialog.ui", "symbolpathsdialog.cpp", "symbolpathsdialog.h"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Images"
|
||||
prefix: "images/"
|
||||
files: [
|
||||
"breakpoint_16.png",
|
||||
"breakpoint_24.png",
|
||||
"breakpoint_disabled_16.png",
|
||||
"breakpoint_disabled_24.png",
|
||||
"breakpoint_disabled_32.png",
|
||||
"breakpoint_pending_16.png",
|
||||
"breakpoint_pending_24.png",
|
||||
"debugger_breakpoints.png",
|
||||
"debugger_continue.png",
|
||||
"debugger_continue_32.png",
|
||||
"debugger_continue_small.png",
|
||||
"debugger_empty_14.png",
|
||||
"debugger_interrupt.png",
|
||||
"debugger_interrupt_32.png",
|
||||
"debugger_interrupt_small.png",
|
||||
"debugger_reversemode_16.png",
|
||||
"debugger_singleinstructionmode.png",
|
||||
"debugger_snapshot_small.png",
|
||||
"debugger_start.png",
|
||||
"debugger_start_small.png",
|
||||
"debugger_stepinto_small.png",
|
||||
"debugger_steponeproc_small.png",
|
||||
"debugger_stepout_small.png",
|
||||
"debugger_stepover_small.png",
|
||||
"debugger_stepoverproc_small.png",
|
||||
"debugger_stop.png",
|
||||
"debugger_stop_32.png",
|
||||
"debugger_stop_small.png",
|
||||
"location_16.png",
|
||||
"location_24.png",
|
||||
"tracepoint.png",
|
||||
"watchpoint.png",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "RegistryAccess"
|
||||
|
||||
@@ -14,71 +14,62 @@ QtcPlugin {
|
||||
|
||||
cpp.defines: base.concat(["CPP_ENABLED"])
|
||||
cpp.includePaths: base.concat([
|
||||
"../../libs/3rdparty",
|
||||
"cpp",
|
||||
"../../shared/designerintegrationv2"
|
||||
cppGroup.prefix,
|
||||
sharedSources.prefix
|
||||
])
|
||||
|
||||
files: [
|
||||
"README.txt",
|
||||
"codemodelhelpers.cpp",
|
||||
"codemodelhelpers.h",
|
||||
"designer.qrc",
|
||||
"designer_export.h",
|
||||
"designerconstants.h",
|
||||
"designercontext.cpp",
|
||||
"designercontext.h",
|
||||
"designerxmleditorwidget.cpp",
|
||||
"designerxmleditorwidget.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",
|
||||
]
|
||||
Group {
|
||||
name: "General"
|
||||
files: [
|
||||
"README.txt",
|
||||
"codemodelhelpers.cpp", "codemodelhelpers.h",
|
||||
"designer.qrc",
|
||||
"designer_export.h",
|
||||
"designerconstants.h",
|
||||
"designercontext.cpp", "designercontext.h",
|
||||
"designerxmleditorwidget.cpp", "designerxmleditorwidget.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",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Shared Sources"
|
||||
id: sharedSources
|
||||
prefix: "../../shared/designerintegrationv2/"
|
||||
files: [
|
||||
"formresizer.cpp", "formresizer.h",
|
||||
"sizehandlerect.cpp", "sizehandlerect.h",
|
||||
"widgethost.cpp", "widgethost.h",
|
||||
"widgethostconstants.h",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "cpp"
|
||||
id: cppGroup
|
||||
prefix: "cpp/"
|
||||
files: [
|
||||
"cppsettingspage.cpp", "cppsettingspage.h",
|
||||
"cppsettingspagewidget.ui",
|
||||
"formclasswizard.cpp", "formclasswizard.h",
|
||||
"formclasswizarddialog.cpp", "formclasswizarddialog.h",
|
||||
"formclasswizardpage.cpp", "formclasswizardpage.h", "formclasswizardpage.ui",
|
||||
"formclasswizardparameters.cpp", "formclasswizardparameters.h",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,67 +29,48 @@ QtcPlugin {
|
||||
return list;
|
||||
}
|
||||
|
||||
cpp.includePaths: base.concat("../../shared/help")
|
||||
cpp.includePaths: base.concat(sharedSources.prefix)
|
||||
|
||||
files: [
|
||||
"centralwidget.cpp",
|
||||
"centralwidget.h",
|
||||
"docsettingspage.cpp",
|
||||
"docsettingspage.h",
|
||||
"docsettingspage.ui",
|
||||
"externalhelpwindow.cpp",
|
||||
"externalhelpwindow.h",
|
||||
"filtersettingspage.cpp",
|
||||
"filtersettingspage.h",
|
||||
"filtersettingspage.ui",
|
||||
"generalsettingspage.cpp",
|
||||
"generalsettingspage.h",
|
||||
"generalsettingspage.ui",
|
||||
"help.qrc",
|
||||
"help_global.h",
|
||||
"helpconstants.h",
|
||||
"helpfindsupport.cpp",
|
||||
"helpfindsupport.h",
|
||||
"helpindexfilter.cpp",
|
||||
"helpindexfilter.h",
|
||||
"helpmode.cpp",
|
||||
"helpmode.h",
|
||||
"helpplugin.cpp",
|
||||
"helpplugin.h",
|
||||
"helpviewer.cpp",
|
||||
"helpviewer.h",
|
||||
"helpviewer_p.h",
|
||||
"helpviewer_qtb.cpp",
|
||||
"helpviewer_qwv.cpp",
|
||||
"localhelpmanager.cpp",
|
||||
"localhelpmanager.h",
|
||||
"openpagesmanager.cpp",
|
||||
"openpagesmanager.h",
|
||||
"openpagesmodel.cpp",
|
||||
"openpagesmodel.h",
|
||||
"openpagesswitcher.cpp",
|
||||
"openpagesswitcher.h",
|
||||
"openpageswidget.cpp",
|
||||
"openpageswidget.h",
|
||||
"remotehelpfilter.cpp",
|
||||
"remotehelpfilter.h",
|
||||
"remotehelpfilter.ui",
|
||||
"searchwidget.cpp",
|
||||
"searchwidget.h",
|
||||
"xbelsupport.cpp",
|
||||
"xbelsupport.h",
|
||||
"../../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/indexwindow.cpp",
|
||||
"../../shared/help/indexwindow.h",
|
||||
"../../shared/help/topicchooser.cpp",
|
||||
"../../shared/help/topicchooser.h",
|
||||
"../../shared/help/topicchooser.ui",
|
||||
]
|
||||
Group {
|
||||
name: "Sources"
|
||||
files: [
|
||||
"centralwidget.cpp", "centralwidget.h",
|
||||
"docsettingspage.cpp", "docsettingspage.h", "docsettingspage.ui",
|
||||
"externalhelpwindow.cpp", "externalhelpwindow.h",
|
||||
"filtersettingspage.cpp", "filtersettingspage.h", "filtersettingspage.ui",
|
||||
"generalsettingspage.cpp", "generalsettingspage.h", "generalsettingspage.ui",
|
||||
"help.qrc",
|
||||
"help_global.h",
|
||||
"helpconstants.h",
|
||||
"helpfindsupport.cpp", "helpfindsupport.h",
|
||||
"helpindexfilter.cpp", "helpindexfilter.h",
|
||||
"helpmode.cpp", "helpmode.h",
|
||||
"helpplugin.cpp", "helpplugin.h",
|
||||
"helpviewer.cpp", "helpviewer.h", "helpviewer_p.h",
|
||||
"helpviewer_qtb.cpp",
|
||||
"helpviewer_qwv.cpp",
|
||||
"localhelpmanager.cpp", "localhelpmanager.h",
|
||||
"openpagesmanager.cpp", "openpagesmanager.h",
|
||||
"openpagesmodel.cpp", "openpagesmodel.h",
|
||||
"openpagesswitcher.cpp", "openpagesswitcher.h",
|
||||
"openpageswidget.cpp", "openpageswidget.h",
|
||||
"remotehelpfilter.cpp", "remotehelpfilter.h", "remotehelpfilter.ui",
|
||||
"searchwidget.cpp", "searchwidget.h",
|
||||
"xbelsupport.cpp", "xbelsupport.h",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
id: sharedSources
|
||||
name: "Shared Sources"
|
||||
prefix: "../../shared/help/"
|
||||
files: [
|
||||
"bookmarkdialog.ui",
|
||||
"bookmarkmanager.cpp", "bookmarkmanager.h",
|
||||
"contentwindow.cpp", "contentwindow.h",
|
||||
"filternamedialog.cpp", "filternamedialog.h", "filternamedialog.ui",
|
||||
"indexwindow.cpp", "indexwindow.h",
|
||||
"topicchooser.cpp", "topicchooser.h", "topicchooser.ui",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,336 +15,230 @@ QtcPlugin {
|
||||
|
||||
cpp.defines: base.concat("QTC_CPU=X86Architecture")
|
||||
cpp.includePaths: base.concat([
|
||||
"customwizard",
|
||||
"publishing"
|
||||
customWizard.prefix,
|
||||
publishing.prefix
|
||||
])
|
||||
|
||||
files: [
|
||||
"abi.cpp",
|
||||
"abi.h",
|
||||
"abiwidget.cpp",
|
||||
"abiwidget.h",
|
||||
"abstractprocessstep.cpp",
|
||||
"abstractprocessstep.h",
|
||||
"allprojectsfilter.cpp",
|
||||
"allprojectsfilter.h",
|
||||
"allprojectsfind.cpp",
|
||||
"allprojectsfind.h",
|
||||
"ansifilterparser.cpp",
|
||||
"ansifilterparser.h",
|
||||
"applicationlauncher.cpp",
|
||||
"applicationlauncher.h",
|
||||
"appoutputpane.cpp",
|
||||
"appoutputpane.h",
|
||||
"baseprojectwizarddialog.cpp",
|
||||
"baseprojectwizarddialog.h",
|
||||
"buildconfiguration.cpp",
|
||||
"buildconfiguration.h",
|
||||
"buildconfigurationmodel.cpp",
|
||||
"buildconfigurationmodel.h",
|
||||
"buildenvironmentwidget.cpp",
|
||||
"buildenvironmentwidget.h",
|
||||
"buildmanager.cpp",
|
||||
"buildmanager.h",
|
||||
"buildprogress.cpp",
|
||||
"buildprogress.h",
|
||||
"buildsettingspropertiespage.cpp",
|
||||
"buildsettingspropertiespage.h",
|
||||
"buildstep.cpp",
|
||||
"buildstep.h",
|
||||
"buildsteplist.cpp",
|
||||
"buildsteplist.h",
|
||||
"buildstepspage.cpp",
|
||||
"buildstepspage.h",
|
||||
"buildtargetinfo.h",
|
||||
"cesdkhandler.cpp",
|
||||
"cesdkhandler.h",
|
||||
"clangparser.cpp",
|
||||
"clangparser.h",
|
||||
"codestylesettingspropertiespage.cpp",
|
||||
"codestylesettingspropertiespage.h",
|
||||
"codestylesettingspropertiespage.ui",
|
||||
"compileoutputwindow.cpp",
|
||||
"compileoutputwindow.h",
|
||||
"copytaskhandler.cpp",
|
||||
"copytaskhandler.h",
|
||||
"corelistenercheckingforrunningbuild.cpp",
|
||||
"corelistenercheckingforrunningbuild.h",
|
||||
"currentprojectfilter.cpp",
|
||||
"currentprojectfilter.h",
|
||||
"currentprojectfind.cpp",
|
||||
"currentprojectfind.h",
|
||||
"customparser.cpp",
|
||||
"customparser.h",
|
||||
"customparserconfigdialog.cpp",
|
||||
"customparserconfigdialog.h",
|
||||
"customparserconfigdialog.ui",
|
||||
"customtoolchain.cpp",
|
||||
"customtoolchain.h",
|
||||
"dependenciespanel.cpp",
|
||||
"dependenciespanel.h",
|
||||
"deployablefile.cpp",
|
||||
"deployablefile.h",
|
||||
"deployconfiguration.cpp",
|
||||
"deployconfiguration.h",
|
||||
"deployconfigurationmodel.cpp",
|
||||
"deployconfigurationmodel.h",
|
||||
"deploymentdata.h",
|
||||
"doubletabwidget.cpp",
|
||||
"doubletabwidget.h",
|
||||
"doubletabwidget.ui",
|
||||
"editorconfiguration.cpp",
|
||||
"editorconfiguration.h",
|
||||
"editorsettingspropertiespage.cpp",
|
||||
"editorsettingspropertiespage.h",
|
||||
"editorsettingspropertiespage.ui",
|
||||
"environmentaspect.cpp",
|
||||
"environmentaspect.h",
|
||||
"environmentaspectwidget.cpp",
|
||||
"environmentaspectwidget.h",
|
||||
"environmentitemswidget.cpp",
|
||||
"environmentitemswidget.h",
|
||||
"environmentwidget.cpp",
|
||||
"environmentwidget.h",
|
||||
"foldernavigationwidget.cpp",
|
||||
"foldernavigationwidget.h",
|
||||
"gccparser.cpp",
|
||||
"gccparser.h",
|
||||
"gcctoolchain.cpp",
|
||||
"gcctoolchain.h",
|
||||
"gcctoolchainfactories.h",
|
||||
"gnumakeparser.cpp",
|
||||
"gnumakeparser.h",
|
||||
"headerpath.h",
|
||||
"ioutputparser.cpp",
|
||||
"ioutputparser.h",
|
||||
"iprojectmanager.h",
|
||||
"iprojectproperties.h",
|
||||
"itaskhandler.h",
|
||||
"kit.cpp",
|
||||
"kit.h",
|
||||
"kitchooser.cpp",
|
||||
"kitchooser.h",
|
||||
"kitconfigwidget.h",
|
||||
"kitinformation.cpp",
|
||||
"kitinformation.h",
|
||||
"kitinformationconfigwidget.cpp",
|
||||
"kitinformationconfigwidget.h",
|
||||
"kitmanager.cpp",
|
||||
"kitmanager.h",
|
||||
"kitmanagerconfigwidget.cpp",
|
||||
"kitmanagerconfigwidget.h",
|
||||
"kitmodel.cpp",
|
||||
"kitmodel.h",
|
||||
"kitoptionspage.cpp",
|
||||
"kitoptionspage.h",
|
||||
"ldparser.cpp",
|
||||
"ldparser.h",
|
||||
"linuxiccparser.cpp",
|
||||
"linuxiccparser.h",
|
||||
"localapplicationrunconfiguration.cpp",
|
||||
"localapplicationrunconfiguration.h",
|
||||
"localapplicationruncontrol.cpp",
|
||||
"localapplicationruncontrol.h",
|
||||
"localenvironmentaspect.cpp",
|
||||
"localenvironmentaspect.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.h",
|
||||
"projectconfiguration.cpp",
|
||||
"projectconfiguration.h",
|
||||
"projectexplorer.cpp",
|
||||
"projectexplorer.h",
|
||||
"projectexplorer.qrc",
|
||||
"projectexplorer_export.h",
|
||||
"projectexplorerconstants.h",
|
||||
"projectexplorersettings.h",
|
||||
"projectexplorersettingspage.cpp",
|
||||
"projectexplorersettingspage.h",
|
||||
"projectexplorersettingspage.ui",
|
||||
"projectfilewizardextension.cpp",
|
||||
"projectfilewizardextension.h",
|
||||
"projectmacroexpander.cpp",
|
||||
"projectmacroexpander.h",
|
||||
"projectmodels.cpp",
|
||||
"projectmodels.h",
|
||||
"projectnodes.cpp",
|
||||
"projectnodes.h",
|
||||
"projecttreewidget.cpp",
|
||||
"projecttreewidget.h",
|
||||
"projectwelcomepage.cpp",
|
||||
"projectwelcomepage.h",
|
||||
"projectwindow.cpp",
|
||||
"projectwindow.h",
|
||||
"projectwizardpage.cpp",
|
||||
"projectwizardpage.h",
|
||||
"projectwizardpage.ui",
|
||||
"removetaskhandler.cpp",
|
||||
"removetaskhandler.h",
|
||||
"runconfiguration.cpp",
|
||||
"runconfiguration.h",
|
||||
"runconfigurationmodel.cpp",
|
||||
"runconfigurationmodel.h",
|
||||
"runsettingspropertiespage.cpp",
|
||||
"runsettingspropertiespage.h",
|
||||
"session.cpp",
|
||||
"session.h",
|
||||
"sessiondialog.cpp",
|
||||
"sessiondialog.h",
|
||||
"sessiondialog.ui",
|
||||
"settingsaccessor.cpp",
|
||||
"settingsaccessor.h",
|
||||
"showineditortaskhandler.cpp",
|
||||
"showineditortaskhandler.h",
|
||||
"showoutputtaskhandler.cpp",
|
||||
"showoutputtaskhandler.h",
|
||||
"target.cpp",
|
||||
"target.h",
|
||||
"targetselector.cpp",
|
||||
"targetselector.h",
|
||||
"targetsettingspanel.cpp",
|
||||
"targetsettingspanel.h",
|
||||
"targetsettingswidget.cpp",
|
||||
"targetsettingswidget.h",
|
||||
"targetsettingswidget.ui",
|
||||
"task.cpp",
|
||||
"task.h",
|
||||
"taskhub.cpp",
|
||||
"taskhub.h",
|
||||
"taskmodel.cpp",
|
||||
"taskmodel.h",
|
||||
"taskwindow.cpp",
|
||||
"taskwindow.h",
|
||||
"toolchain.cpp",
|
||||
"toolchain.h",
|
||||
"toolchainconfigwidget.cpp",
|
||||
"toolchainconfigwidget.h",
|
||||
"toolchainmanager.cpp",
|
||||
"toolchainmanager.h",
|
||||
"toolchainoptionspage.cpp",
|
||||
"toolchainoptionspage.h",
|
||||
"vcsannotatetaskhandler.cpp",
|
||||
"vcsannotatetaskhandler.h",
|
||||
"customwizard/customwizard.cpp",
|
||||
"customwizard/customwizard.h",
|
||||
"customwizard/customwizardpage.cpp",
|
||||
"customwizard/customwizardpage.h",
|
||||
"customwizard/customwizardparameters.cpp",
|
||||
"customwizard/customwizardparameters.h",
|
||||
"customwizard/customwizardpreprocessor.cpp",
|
||||
"customwizard/customwizardpreprocessor.h",
|
||||
"customwizard/customwizardscriptgenerator.cpp",
|
||||
"customwizard/customwizardscriptgenerator.h",
|
||||
"devicesupport/desktopdevice.cpp",
|
||||
"devicesupport/desktopdevice.h",
|
||||
"devicesupport/desktopdevicefactory.cpp",
|
||||
"devicesupport/desktopdevicefactory.h",
|
||||
"devicesupport/deviceapplicationrunner.cpp",
|
||||
"devicesupport/deviceapplicationrunner.h",
|
||||
"devicesupport/devicecheckbuildstep.cpp",
|
||||
"devicesupport/devicecheckbuildstep.h",
|
||||
"devicesupport/devicefactoryselectiondialog.cpp",
|
||||
"devicesupport/devicefactoryselectiondialog.h",
|
||||
"devicesupport/devicefactoryselectiondialog.ui",
|
||||
"devicesupport/devicemanager.cpp",
|
||||
"devicesupport/devicemanager.h",
|
||||
"devicesupport/devicemanagermodel.cpp",
|
||||
"devicesupport/devicemanagermodel.h",
|
||||
"devicesupport/deviceprocess.cpp",
|
||||
"devicesupport/deviceprocess.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/devicetestdialog.cpp",
|
||||
"devicesupport/devicetestdialog.h",
|
||||
"devicesupport/devicetestdialog.ui",
|
||||
"devicesupport/deviceusedportsgatherer.cpp",
|
||||
"devicesupport/deviceusedportsgatherer.h",
|
||||
"devicesupport/idevice.cpp",
|
||||
"devicesupport/idevice.h",
|
||||
"devicesupport/idevicefactory.cpp",
|
||||
"devicesupport/idevicefactory.h",
|
||||
"devicesupport/idevicewidget.h",
|
||||
"devicesupport/desktopdeviceprocess.cpp",
|
||||
"devicesupport/desktopdeviceprocess.h",
|
||||
"devicesupport/localprocesslist.cpp",
|
||||
"devicesupport/localprocesslist.h",
|
||||
"devicesupport/sshdeviceprocess.cpp",
|
||||
"devicesupport/sshdeviceprocess.h",
|
||||
"devicesupport/sshdeviceprocesslist.cpp",
|
||||
"devicesupport/sshdeviceprocesslist.h",
|
||||
"devicesupport/desktopdeviceconfigurationwidget.cpp",
|
||||
"devicesupport/desktopdeviceconfigurationwidget.h",
|
||||
"devicesupport/desktopdeviceconfigurationwidget.ui",
|
||||
"images/BuildSettings.png",
|
||||
"images/CodeStyleSettings.png",
|
||||
"images/Desktop.png",
|
||||
"images/DeviceConnected.png",
|
||||
"images/DeviceDisconnected.png",
|
||||
"images/DeviceReadyToUse.png",
|
||||
"images/EditorSettings.png",
|
||||
"images/MaemoDevice.png",
|
||||
"images/ProjectDependencies.png",
|
||||
"images/RunSettings.png",
|
||||
"images/Simulator.png",
|
||||
"images/build.png",
|
||||
"images/build_32.png",
|
||||
"images/build_small.png",
|
||||
"images/clean.png",
|
||||
"images/clean_small.png",
|
||||
"images/closetab.png",
|
||||
"images/compile_error.png",
|
||||
"images/compile_warning.png",
|
||||
"images/debugger_start.png",
|
||||
"images/debugger_start_small.png",
|
||||
"images/findallprojects.png",
|
||||
"images/findproject.png",
|
||||
"images/leftselection.png",
|
||||
"images/midselection.png",
|
||||
"images/projectexplorer.png",
|
||||
"images/rebuild.png",
|
||||
"images/rebuild_small.png",
|
||||
"images/rightselection.png",
|
||||
"images/run.png",
|
||||
"images/run_small.png",
|
||||
"images/session.png",
|
||||
"images/stop.png",
|
||||
"images/stop_small.png",
|
||||
"images/targetbuildselected.png",
|
||||
"images/targetleftbutton.png",
|
||||
"images/targetpanel_bottom.png",
|
||||
"images/targetpanel_gradient.png",
|
||||
"images/targetrightbutton.png",
|
||||
"images/targetrunselected.png",
|
||||
"images/targetseparatorbackground.png",
|
||||
"images/targetunselected.png",
|
||||
"images/window.png",
|
||||
"publishing/ipublishingwizardfactory.h",
|
||||
"publishing/publishingwizardselectiondialog.cpp",
|
||||
"publishing/publishingwizardselectiondialog.h",
|
||||
"publishing/publishingwizardselectiondialog.ui",
|
||||
]
|
||||
Group {
|
||||
name: "General"
|
||||
files: [
|
||||
"abi.cpp", "abi.h",
|
||||
"abiwidget.cpp", "abiwidget.h",
|
||||
"abstractprocessstep.cpp", "abstractprocessstep.h",
|
||||
"allprojectsfilter.cpp", "allprojectsfilter.h",
|
||||
"allprojectsfind.cpp", "allprojectsfind.h",
|
||||
"ansifilterparser.cpp", "ansifilterparser.h",
|
||||
"applicationlauncher.cpp", "applicationlauncher.h",
|
||||
"appoutputpane.cpp", "appoutputpane.h",
|
||||
"baseprojectwizarddialog.cpp", "baseprojectwizarddialog.h",
|
||||
"buildconfiguration.cpp", "buildconfiguration.h",
|
||||
"buildconfigurationmodel.cpp", "buildconfigurationmodel.h",
|
||||
"buildenvironmentwidget.cpp", "buildenvironmentwidget.h",
|
||||
"buildmanager.cpp", "buildmanager.h",
|
||||
"buildprogress.cpp", "buildprogress.h",
|
||||
"buildsettingspropertiespage.cpp", "buildsettingspropertiespage.h",
|
||||
"buildstep.cpp", "buildstep.h",
|
||||
"buildsteplist.cpp", "buildsteplist.h",
|
||||
"buildstepspage.cpp", "buildstepspage.h",
|
||||
"buildtargetinfo.h",
|
||||
"cesdkhandler.cpp", "cesdkhandler.h",
|
||||
"clangparser.cpp", "clangparser.h",
|
||||
"codestylesettingspropertiespage.cpp", "codestylesettingspropertiespage.h", "codestylesettingspropertiespage.ui",
|
||||
"compileoutputwindow.cpp", "compileoutputwindow.h",
|
||||
"copytaskhandler.cpp", "copytaskhandler.h",
|
||||
"corelistenercheckingforrunningbuild.cpp", "corelistenercheckingforrunningbuild.h",
|
||||
"currentprojectfilter.cpp", "currentprojectfilter.h",
|
||||
"currentprojectfind.cpp", "currentprojectfind.h",
|
||||
"customparser.cpp", "customparser.h",
|
||||
"customparserconfigdialog.cpp", "customparserconfigdialog.h", "customparserconfigdialog.ui",
|
||||
"customtoolchain.cpp", "customtoolchain.h",
|
||||
"dependenciespanel.cpp", "dependenciespanel.h",
|
||||
"deployablefile.cpp", "deployablefile.h",
|
||||
"deployconfiguration.cpp", "deployconfiguration.h",
|
||||
"deployconfigurationmodel.cpp", "deployconfigurationmodel.h",
|
||||
"deploymentdata.h",
|
||||
"doubletabwidget.cpp", "doubletabwidget.h", "doubletabwidget.ui",
|
||||
"editorconfiguration.cpp", "editorconfiguration.h",
|
||||
"editorsettingspropertiespage.cpp", "editorsettingspropertiespage.h", "editorsettingspropertiespage.ui",
|
||||
"environmentaspect.cpp", "environmentaspect.h",
|
||||
"environmentaspectwidget.cpp", "environmentaspectwidget.h",
|
||||
"environmentitemswidget.cpp", "environmentitemswidget.h",
|
||||
"environmentwidget.cpp", "environmentwidget.h",
|
||||
"foldernavigationwidget.cpp", "foldernavigationwidget.h",
|
||||
"gccparser.cpp", "gccparser.h",
|
||||
"gcctoolchain.cpp", "gcctoolchain.h",
|
||||
"gcctoolchainfactories.h",
|
||||
"gnumakeparser.cpp", "gnumakeparser.h",
|
||||
"headerpath.h",
|
||||
"ioutputparser.cpp", "ioutputparser.h",
|
||||
"iprojectmanager.h",
|
||||
"iprojectproperties.h",
|
||||
"itaskhandler.h",
|
||||
"kit.cpp", "kit.h",
|
||||
"kitchooser.cpp", "kitchooser.h",
|
||||
"kitconfigwidget.h",
|
||||
"kitinformation.cpp", "kitinformation.h",
|
||||
"kitinformationconfigwidget.cpp", "kitinformationconfigwidget.h",
|
||||
"kitmanager.cpp", "kitmanager.h",
|
||||
"kitmanagerconfigwidget.cpp", "kitmanagerconfigwidget.h",
|
||||
"kitmodel.cpp", "kitmodel.h",
|
||||
"kitoptionspage.cpp", "kitoptionspage.h",
|
||||
"ldparser.cpp", "ldparser.h",
|
||||
"linuxiccparser.cpp", "linuxiccparser.h",
|
||||
"localapplicationrunconfiguration.cpp", "localapplicationrunconfiguration.h",
|
||||
"localapplicationruncontrol.cpp", "localapplicationruncontrol.h",
|
||||
"localenvironmentaspect.cpp", "localenvironmentaspect.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.h",
|
||||
"projectconfiguration.cpp", "projectconfiguration.h",
|
||||
"projectexplorer.cpp", "projectexplorer.h",
|
||||
"projectexplorer.qrc",
|
||||
"projectexplorer_export.h",
|
||||
"projectexplorerconstants.h",
|
||||
"projectexplorersettings.h",
|
||||
"projectexplorersettingspage.cpp", "projectexplorersettingspage.h", "projectexplorersettingspage.ui",
|
||||
"projectfilewizardextension.cpp", "projectfilewizardextension.h",
|
||||
"projectmacroexpander.cpp", "projectmacroexpander.h",
|
||||
"projectmodels.cpp", "projectmodels.h",
|
||||
"projectnodes.cpp", "projectnodes.h",
|
||||
"projecttreewidget.cpp", "projecttreewidget.h",
|
||||
"projectwelcomepage.cpp", "projectwelcomepage.h",
|
||||
"projectwindow.cpp", "projectwindow.h",
|
||||
"projectwizardpage.cpp", "projectwizardpage.h", "projectwizardpage.ui",
|
||||
"removetaskhandler.cpp", "removetaskhandler.h",
|
||||
"runconfiguration.cpp", "runconfiguration.h",
|
||||
"runconfigurationmodel.cpp", "runconfigurationmodel.h",
|
||||
"runsettingspropertiespage.cpp", "runsettingspropertiespage.h",
|
||||
"session.cpp", "session.h",
|
||||
"sessiondialog.cpp", "sessiondialog.h", "sessiondialog.ui",
|
||||
"settingsaccessor.cpp", "settingsaccessor.h",
|
||||
"showineditortaskhandler.cpp", "showineditortaskhandler.h",
|
||||
"showoutputtaskhandler.cpp", "showoutputtaskhandler.h",
|
||||
"target.cpp", "target.h",
|
||||
"targetselector.cpp", "targetselector.h",
|
||||
"targetsettingspanel.cpp", "targetsettingspanel.h",
|
||||
"targetsettingswidget.cpp", "targetsettingswidget.h",
|
||||
"targetsettingswidget.ui",
|
||||
"task.cpp", "task.h",
|
||||
"taskhub.cpp", "taskhub.h",
|
||||
"taskmodel.cpp", "taskmodel.h",
|
||||
"taskwindow.cpp", "taskwindow.h",
|
||||
"toolchain.cpp", "toolchain.h",
|
||||
"toolchainconfigwidget.cpp", "toolchainconfigwidget.h",
|
||||
"toolchainmanager.cpp", "toolchainmanager.h",
|
||||
"toolchainoptionspage.cpp", "toolchainoptionspage.h",
|
||||
"vcsannotatetaskhandler.cpp", "vcsannotatetaskhandler.h",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "CustomWizard"
|
||||
id: customWizard
|
||||
prefix: "customwizard/"
|
||||
files: [
|
||||
"customwizard.cpp", "customwizard.h",
|
||||
"customwizardpage.cpp", "customwizardpage.h",
|
||||
"customwizardparameters.cpp", "customwizardparameters.h",
|
||||
"customwizardpreprocessor.cpp", "customwizardpreprocessor.h",
|
||||
"customwizardscriptgenerator.cpp", "customwizardscriptgenerator.h"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Device Support"
|
||||
prefix: "devicesupport/"
|
||||
files: [
|
||||
"desktopdevice.cpp", "desktopdevice.h",
|
||||
"desktopdevicefactory.cpp", "desktopdevicefactory.h",
|
||||
"deviceapplicationrunner.cpp", "deviceapplicationrunner.h",
|
||||
"devicecheckbuildstep.cpp", "devicecheckbuildstep.h",
|
||||
"devicefactoryselectiondialog.cpp", "devicefactoryselectiondialog.h", "devicefactoryselectiondialog.ui",
|
||||
"devicemanager.cpp", "devicemanager.h",
|
||||
"devicemanagermodel.cpp", "devicemanagermodel.h",
|
||||
"deviceprocess.cpp", "deviceprocess.h",
|
||||
"deviceprocessesdialog.cpp", "deviceprocessesdialog.h",
|
||||
"deviceprocesslist.cpp", "deviceprocesslist.h",
|
||||
"devicesettingspage.cpp", "devicesettingspage.h",
|
||||
"devicesettingswidget.cpp", "devicesettingswidget.h", "devicesettingswidget.ui",
|
||||
"devicetestdialog.cpp", "devicetestdialog.h", "devicetestdialog.ui",
|
||||
"deviceusedportsgatherer.cpp", "deviceusedportsgatherer.h",
|
||||
"idevice.cpp", "idevice.h",
|
||||
"idevicefactory.cpp", "idevicefactory.h",
|
||||
"idevicewidget.h",
|
||||
"desktopdeviceprocess.cpp", "desktopdeviceprocess.h",
|
||||
"localprocesslist.cpp", "localprocesslist.h",
|
||||
"sshdeviceprocess.cpp", "sshdeviceprocess.h",
|
||||
"sshdeviceprocesslist.cpp", "sshdeviceprocesslist.h",
|
||||
"desktopdeviceconfigurationwidget.cpp", "desktopdeviceconfigurationwidget.h", "desktopdeviceconfigurationwidget.ui"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Images"
|
||||
prefix: "images/"
|
||||
files: [
|
||||
"BuildSettings.png",
|
||||
"CodeStyleSettings.png",
|
||||
"Desktop.png",
|
||||
"DeviceConnected.png",
|
||||
"DeviceDisconnected.png",
|
||||
"DeviceReadyToUse.png",
|
||||
"EditorSettings.png",
|
||||
"MaemoDevice.png",
|
||||
"ProjectDependencies.png",
|
||||
"RunSettings.png",
|
||||
"Simulator.png",
|
||||
"build.png",
|
||||
"build_32.png",
|
||||
"build_small.png",
|
||||
"clean.png",
|
||||
"clean_small.png",
|
||||
"closetab.png",
|
||||
"compile_error.png",
|
||||
"compile_warning.png",
|
||||
"debugger_start.png",
|
||||
"debugger_start_small.png",
|
||||
"findallprojects.png",
|
||||
"findproject.png",
|
||||
"leftselection.png",
|
||||
"midselection.png",
|
||||
"projectexplorer.png",
|
||||
"rebuild.png",
|
||||
"rebuild_small.png",
|
||||
"rightselection.png",
|
||||
"run.png",
|
||||
"run_small.png",
|
||||
"session.png",
|
||||
"stop.png",
|
||||
"stop_small.png",
|
||||
"targetbuildselected.png",
|
||||
"targetleftbutton.png",
|
||||
"targetpanel_bottom.png",
|
||||
"targetpanel_gradient.png",
|
||||
"targetrightbutton.png",
|
||||
"targetrunselected.png",
|
||||
"targetseparatorbackground.png",
|
||||
"targetunselected.png",
|
||||
"window.png",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Publishing"
|
||||
id: publishing
|
||||
prefix: "publishing/"
|
||||
files: [
|
||||
"ipublishingwizardfactory.h",
|
||||
"publishingwizardselectiondialog.cpp", "publishingwizardselectiondialog.h", "publishingwizardselectiondialog.ui",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "WindowsToolChains"
|
||||
|
||||
@@ -12,36 +12,41 @@ QtcPlugin {
|
||||
Depends { name: "QtSupport" }
|
||||
Depends { name: "ProjectExplorer" }
|
||||
|
||||
files: [
|
||||
"pythoneditor.cpp",
|
||||
"pythoneditor.h",
|
||||
"pythoneditor_global.h",
|
||||
"pythoneditorconstants.h",
|
||||
"pythoneditorfactory.cpp",
|
||||
"pythoneditorfactory.h",
|
||||
"pythoneditorplugin.cpp",
|
||||
"pythoneditorplugin.h",
|
||||
"pythoneditorplugin.qrc",
|
||||
"pythoneditorwidget.cpp",
|
||||
"pythoneditorwidget.h",
|
||||
"tools/lexical/sourcecodestream.h",
|
||||
"tools/lexical/pythonscanner.h",
|
||||
"tools/lexical/pythonformattoken.h",
|
||||
"tools/lexical/pythonscanner.cpp",
|
||||
"tools/pythonhighlighter.h",
|
||||
"tools/pythonindenter.cpp",
|
||||
"tools/pythonhighlighter.cpp",
|
||||
"tools/pythonindenter.h",
|
||||
"wizard/pythonfilewizard.h",
|
||||
"wizard/pythonfilewizard.cpp",
|
||||
"wizard/pythonclasswizard.h",
|
||||
"wizard/pythonclassnamepage.h",
|
||||
"wizard/pythonclasswizarddialog.h",
|
||||
"wizard/pythonsourcegenerator.h",
|
||||
"wizard/pythonclasswizarddialog.cpp",
|
||||
"wizard/pythonclasswizard.cpp",
|
||||
"wizard/pythonclassnamepage.cpp",
|
||||
"wizard/pythonsourcegenerator.cpp"
|
||||
]
|
||||
Group {
|
||||
name: "General"
|
||||
files: [
|
||||
"pythoneditor.cpp", "pythoneditor.h",
|
||||
"pythoneditor_global.h",
|
||||
"pythoneditorconstants.h",
|
||||
"pythoneditorfactory.cpp", "pythoneditorfactory.h",
|
||||
"pythoneditorplugin.cpp", "pythoneditorplugin.h",
|
||||
"pythoneditorplugin.qrc",
|
||||
"pythoneditorwidget.cpp", "pythoneditorwidget.h",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Tools"
|
||||
prefix: "tools/"
|
||||
files: [
|
||||
"lexical/pythonformattoken.h",
|
||||
"lexical/pythonscanner.h", "lexical/pythonscanner.cpp",
|
||||
"lexical/sourcecodestream.h",
|
||||
"pythonhighlighter.h", "pythonhighlighter.cpp",
|
||||
"pythonindenter.cpp", "pythonindenter.h"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Wizard"
|
||||
prefix: "wizard/"
|
||||
files: [
|
||||
"pythonclassnamepage.cpp", "pythonclassnamepage.h",
|
||||
"pythonclasswizard.h", "pythonclasswizard.cpp",
|
||||
"pythonclasswizarddialog.h", "pythonclasswizarddialog.cpp",
|
||||
"pythonfilewizard.h", "pythonfilewizard.cpp",
|
||||
"pythonsourcegenerator.h", "pythonsourcegenerator.cpp"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -19,83 +19,71 @@ QtcPlugin {
|
||||
Depends { name: "QmlJSTools" }
|
||||
Depends { name: "CPlusPlus" }
|
||||
|
||||
cpp.includePaths: base.concat("canvas")
|
||||
cpp.includePaths: base.concat(canvasGroup.prefix)
|
||||
|
||||
files: [
|
||||
"abstracttimelinemodel.h",
|
||||
"abstracttimelinemodel.cpp",
|
||||
"abstractqmlprofilerrunner.h",
|
||||
"localqmlprofilerrunner.cpp",
|
||||
"localqmlprofilerrunner.h",
|
||||
"qmlprofiler_global.h",
|
||||
"qmlprofilerattachdialog.cpp",
|
||||
"qmlprofilerattachdialog.h",
|
||||
"qmlprofilerclientmanager.cpp",
|
||||
"qmlprofilerclientmanager.h",
|
||||
"qmlprofilerconstants.h",
|
||||
"qmlprofilerdetailsrewriter.cpp",
|
||||
"qmlprofilerdetailsrewriter.h",
|
||||
"qmlprofilerengine.cpp",
|
||||
"qmlprofilerengine.h",
|
||||
"qmlprofilereventsmodelproxy.cpp",
|
||||
"qmlprofilereventsmodelproxy.h",
|
||||
"qmlprofilereventview.cpp",
|
||||
"qmlprofilereventview.h",
|
||||
"qmlprofilermodelmanager.cpp",
|
||||
"qmlprofilermodelmanager.h",
|
||||
"qmlprofilerplugin.cpp",
|
||||
"qmlprofilerplugin.h",
|
||||
"qmlprofilerruncontrolfactory.cpp",
|
||||
"qmlprofilerruncontrolfactory.h",
|
||||
"qmlprofilerprocessedmodel.cpp",
|
||||
"qmlprofilerprocessedmodel.h",
|
||||
"qmlprofilersimplemodel.cpp",
|
||||
"qmlprofilersimplemodel.h",
|
||||
"qmlprofilerstatemanager.cpp",
|
||||
"qmlprofilerstatemanager.h",
|
||||
"qmlprofilerstatewidget.cpp",
|
||||
"qmlprofilerstatewidget.h",
|
||||
"qmlprofilertimelinemodelproxy.cpp",
|
||||
"qmlprofilertimelinemodelproxy.h",
|
||||
"qmlprofilertool.cpp",
|
||||
"qmlprofilertool.h",
|
||||
"qmlprofilertreeview.cpp",
|
||||
"qmlprofilertreeview.h",
|
||||
"qmlprofilertracefile.cpp",
|
||||
"qmlprofilertracefile.h",
|
||||
"qmlprofilertraceview.cpp",
|
||||
"qmlprofilertraceview.h",
|
||||
"qmlprofilerviewmanager.cpp",
|
||||
"qmlprofilerviewmanager.h",
|
||||
"qv8profilereventview.h",
|
||||
"qv8profilereventview.cpp",
|
||||
"qv8profilerdatamodel.cpp",
|
||||
"qv8profilerdatamodel.h",
|
||||
"timelinemodelaggregator.cpp",
|
||||
"timelinemodelaggregator.h",
|
||||
"timelinerenderer.cpp",
|
||||
"timelinerenderer.h",
|
||||
"qmlprofilerpainteventsmodelproxy.h",
|
||||
"qmlprofilerpainteventsmodelproxy.cpp",
|
||||
"canvas/qdeclarativecanvas.cpp",
|
||||
"canvas/qdeclarativecanvas_p.h",
|
||||
"canvas/qdeclarativecanvastimer.cpp",
|
||||
"canvas/qdeclarativecanvastimer_p.h",
|
||||
"canvas/qdeclarativecontext2d.cpp",
|
||||
"canvas/qdeclarativecontext2d_p.h",
|
||||
"canvas/qmlprofilercanvas.cpp",
|
||||
"canvas/qmlprofilercanvas.h",
|
||||
"qml/Detail.qml",
|
||||
"qml/Label.qml",
|
||||
"qml/MainView.qml",
|
||||
"qml/Overview.js",
|
||||
"qml/Overview.qml",
|
||||
"qml/RangeDetails.qml",
|
||||
"qml/RangeMover.qml",
|
||||
"qml/SelectionRange.qml",
|
||||
"qml/SelectionRangeDetails.qml",
|
||||
"qml/TimeDisplay.qml",
|
||||
"qml/TimeMarks.qml",
|
||||
"qml/qmlprofiler.qrc",
|
||||
]
|
||||
Group {
|
||||
name: "General"
|
||||
files: [
|
||||
"abstractqmlprofilerrunner.h",
|
||||
"abstracttimelinemodel.h", "abstracttimelinemodel.cpp",
|
||||
"localqmlprofilerrunner.cpp", "localqmlprofilerrunner.h",
|
||||
"qmlprofiler_global.h",
|
||||
"qmlprofilerattachdialog.cpp", "qmlprofilerattachdialog.h",
|
||||
"qmlprofilerclientmanager.cpp", "qmlprofilerclientmanager.h",
|
||||
"qmlprofilerconstants.h",
|
||||
"qmlprofilerdetailsrewriter.cpp", "qmlprofilerdetailsrewriter.h",
|
||||
"qmlprofilerengine.cpp", "qmlprofilerengine.h",
|
||||
"qmlprofilereventsmodelproxy.cpp", "qmlprofilereventsmodelproxy.h",
|
||||
"qmlprofilereventview.cpp", "qmlprofilereventview.h",
|
||||
"qmlprofilermodelmanager.cpp", "qmlprofilermodelmanager.h",
|
||||
"qmlprofilerpainteventsmodelproxy.h", "qmlprofilerpainteventsmodelproxy.cpp",
|
||||
"qmlprofilerplugin.cpp", "qmlprofilerplugin.h",
|
||||
"qmlprofilerprocessedmodel.cpp", "qmlprofilerprocessedmodel.h",
|
||||
"qmlprofilerruncontrolfactory.cpp", "qmlprofilerruncontrolfactory.h",
|
||||
"qmlprofilersimplemodel.cpp", "qmlprofilersimplemodel.h",
|
||||
"qmlprofilerstatemanager.cpp", "qmlprofilerstatemanager.h",
|
||||
"qmlprofilerstatewidget.cpp", "qmlprofilerstatewidget.h",
|
||||
"qmlprofilertimelinemodelproxy.cpp", "qmlprofilertimelinemodelproxy.h",
|
||||
"qmlprofilertool.cpp", "qmlprofilertool.h",
|
||||
"qmlprofilertracefile.cpp", "qmlprofilertracefile.h",
|
||||
"qmlprofilertraceview.cpp", "qmlprofilertraceview.h",
|
||||
"qmlprofilertreeview.cpp", "qmlprofilertreeview.h",
|
||||
"qmlprofilerviewmanager.cpp", "qmlprofilerviewmanager.h",
|
||||
"qv8profilerdatamodel.cpp", "qv8profilerdatamodel.h",
|
||||
"qv8profilereventview.h", "qv8profilereventview.cpp",
|
||||
"timelinemodelaggregator.cpp", "timelinemodelaggregator.h",
|
||||
"timelinerenderer.cpp", "timelinerenderer.h",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Canvas"
|
||||
id: canvasGroup
|
||||
prefix: "canvas/"
|
||||
files: [
|
||||
"qdeclarativecanvas.cpp", "qdeclarativecanvas_p.h",
|
||||
"qdeclarativecanvastimer.cpp", "qdeclarativecanvastimer_p.h",
|
||||
"qdeclarativecontext2d.cpp", "qdeclarativecontext2d_p.h",
|
||||
"qmlprofilercanvas.cpp", "qmlprofilercanvas.h"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "QML"
|
||||
prefix: "qml/"
|
||||
files: [
|
||||
"Detail.qml",
|
||||
"Label.qml",
|
||||
"MainView.qml",
|
||||
"Overview.js",
|
||||
"Overview.qml",
|
||||
"RangeDetails.qml",
|
||||
"RangeMover.qml",
|
||||
"SelectionRange.qml",
|
||||
"SelectionRangeDetails.qml",
|
||||
"TimeDisplay.qml",
|
||||
"TimeMarks.qml",
|
||||
"qmlprofiler.qrc",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,40 +17,35 @@ QtcPlugin {
|
||||
Depends { name: "QtSupport" }
|
||||
Depends { name: "app_version_header" }
|
||||
|
||||
files: [
|
||||
"qmlapp.cpp",
|
||||
"qmlapp.h",
|
||||
"qmlapplicationwizard.cpp",
|
||||
"qmlapplicationwizard.h",
|
||||
"qmlproject.cpp",
|
||||
"qmlproject.h",
|
||||
"qmlproject.qrc",
|
||||
"qmlprojectconstants.h",
|
||||
"qmlprojectenvironmentaspect.cpp",
|
||||
"qmlprojectenvironmentaspect.h",
|
||||
"qmlprojectfile.cpp",
|
||||
"qmlprojectfile.h",
|
||||
"qmlprojectmanager.cpp",
|
||||
"qmlprojectmanager.h",
|
||||
"qmlprojectmanager_global.h",
|
||||
"qmlprojectmanagerconstants.h",
|
||||
"qmlprojectnodes.cpp",
|
||||
"qmlprojectnodes.h",
|
||||
"qmlprojectplugin.cpp",
|
||||
"qmlprojectplugin.h",
|
||||
"qmlprojectrunconfiguration.cpp",
|
||||
"qmlprojectrunconfiguration.h",
|
||||
"qmlprojectrunconfigurationfactory.cpp",
|
||||
"qmlprojectrunconfigurationfactory.h",
|
||||
"qmlprojectrunconfigurationwidget.cpp",
|
||||
"qmlprojectrunconfigurationwidget.h",
|
||||
"qmlprojectruncontrol.cpp",
|
||||
"qmlprojectruncontrol.h",
|
||||
"fileformat/filefilteritems.cpp",
|
||||
"fileformat/filefilteritems.h",
|
||||
"fileformat/qmlprojectfileformat.cpp",
|
||||
"fileformat/qmlprojectfileformat.h",
|
||||
"fileformat/qmlprojectitem.cpp",
|
||||
"fileformat/qmlprojectitem.h",
|
||||
]
|
||||
Group {
|
||||
name: "General"
|
||||
files: [
|
||||
"qmlapp.cpp", "qmlapp.h",
|
||||
"qmlapplicationwizard.cpp", "qmlapplicationwizard.h",
|
||||
"qmlproject.cpp", "qmlproject.h",
|
||||
"qmlproject.qrc",
|
||||
"qmlprojectconstants.h",
|
||||
"qmlprojectenvironmentaspect.cpp", "qmlprojectenvironmentaspect.h",
|
||||
"qmlprojectfile.cpp", "qmlprojectfile.h",
|
||||
"qmlprojectmanager.cpp", "qmlprojectmanager.h",
|
||||
"qmlprojectmanager_global.h",
|
||||
"qmlprojectmanagerconstants.h",
|
||||
"qmlprojectnodes.cpp", "qmlprojectnodes.h",
|
||||
"qmlprojectplugin.cpp", "qmlprojectplugin.h",
|
||||
"qmlprojectrunconfiguration.cpp", "qmlprojectrunconfiguration.h",
|
||||
"qmlprojectrunconfigurationfactory.cpp", "qmlprojectrunconfigurationfactory.h",
|
||||
"qmlprojectrunconfigurationwidget.cpp", "qmlprojectrunconfigurationwidget.h",
|
||||
"qmlprojectruncontrol.cpp", "qmlprojectruncontrol.h",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "File Format"
|
||||
prefix: "fileformat/"
|
||||
files: [
|
||||
"filefilteritems.cpp", "filefilteritems.h",
|
||||
"qmlprojectfileformat.cpp", "qmlprojectfileformat.h",
|
||||
"qmlprojectitem.cpp", "qmlprojectitem.h",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ QtcPlugin {
|
||||
Depends { name: "QmlJSTools" }
|
||||
|
||||
cpp.includePaths: base.concat([
|
||||
"customwidgetwizard",
|
||||
customWidgetWizard.prefix,
|
||||
"../../shared",
|
||||
])
|
||||
|
||||
@@ -25,179 +25,140 @@ QtcPlugin {
|
||||
"Designer"
|
||||
]
|
||||
|
||||
files: [
|
||||
"addlibrarywizard.cpp",
|
||||
"addlibrarywizard.h",
|
||||
"buildconfigurationinfo.h",
|
||||
"externaleditors.cpp",
|
||||
"externaleditors.h",
|
||||
"findqt4profiles.cpp",
|
||||
"findqt4profiles.h",
|
||||
"librarydetailscontroller.cpp",
|
||||
"librarydetailscontroller.h",
|
||||
"librarydetailswidget.ui",
|
||||
"makestep.cpp",
|
||||
"makestep.h",
|
||||
"makestep.ui",
|
||||
"profilecompletionassist.cpp",
|
||||
"profilecompletionassist.h",
|
||||
"profileeditor.cpp",
|
||||
"profileeditor.h",
|
||||
"profileeditorfactory.cpp",
|
||||
"profileeditorfactory.h",
|
||||
"profilehighlighter.cpp",
|
||||
"profilehighlighter.h",
|
||||
"profilehoverhandler.cpp",
|
||||
"profilehoverhandler.h",
|
||||
"qmakeparser.cpp",
|
||||
"qmakeparser.h",
|
||||
"qmakekitconfigwidget.cpp",
|
||||
"qmakekitconfigwidget.h",
|
||||
"qmakekitinformation.cpp",
|
||||
"qmakekitinformation.h",
|
||||
"qmakeparser.cpp",
|
||||
"qmakeparser.h",
|
||||
"qmakerunconfigurationfactory.cpp",
|
||||
"qmakerunconfigurationfactory.h",
|
||||
"qmakestep.cpp",
|
||||
"qmakestep.h",
|
||||
"qmakestep.ui",
|
||||
"qt4buildconfiguration.cpp",
|
||||
"qt4buildconfiguration.h",
|
||||
"qt4nodes.cpp",
|
||||
"qt4nodes.h",
|
||||
"qt4project.cpp",
|
||||
"qt4project.h",
|
||||
"qt4projectconfigwidget.cpp",
|
||||
"qt4projectconfigwidget.h",
|
||||
"qt4projectconfigwidget.ui",
|
||||
"qt4projectmanager.cpp",
|
||||
"qt4projectmanager.h",
|
||||
"qt4projectmanager.qrc",
|
||||
"qt4projectmanager_global.h",
|
||||
"qt4projectmanagerconstants.h",
|
||||
"qt4projectmanagerplugin.cpp",
|
||||
"qt4projectmanagerplugin.h",
|
||||
"qt4targetsetupwidget.cpp",
|
||||
"qt4targetsetupwidget.h",
|
||||
"qtmodulesinfo.cpp",
|
||||
"qtmodulesinfo.h",
|
||||
"unconfiguredprojectpanel.cpp",
|
||||
"unconfiguredprojectpanel.h",
|
||||
"winceqtversion.cpp",
|
||||
"winceqtversion.h",
|
||||
"winceqtversionfactory.cpp",
|
||||
"winceqtversionfactory.h",
|
||||
"customwidgetwizard/classdefinition.cpp",
|
||||
"customwidgetwizard/classdefinition.h",
|
||||
"customwidgetwizard/classdefinition.ui",
|
||||
"customwidgetwizard/classlist.cpp",
|
||||
"customwidgetwizard/classlist.h",
|
||||
"customwidgetwizard/customwidgetpluginwizardpage.cpp",
|
||||
"customwidgetwizard/customwidgetpluginwizardpage.h",
|
||||
"customwidgetwizard/customwidgetpluginwizardpage.ui",
|
||||
"customwidgetwizard/customwidgetwidgetswizardpage.cpp",
|
||||
"customwidgetwizard/customwidgetwidgetswizardpage.h",
|
||||
"customwidgetwizard/customwidgetwidgetswizardpage.ui",
|
||||
"customwidgetwizard/customwidgetwizard.cpp",
|
||||
"customwidgetwizard/customwidgetwizard.h",
|
||||
"customwidgetwizard/customwidgetwizarddialog.cpp",
|
||||
"customwidgetwizard/customwidgetwizarddialog.h",
|
||||
"customwidgetwizard/filenamingparameters.h",
|
||||
"customwidgetwizard/plugingenerator.cpp",
|
||||
"customwidgetwizard/plugingenerator.h",
|
||||
"customwidgetwizard/pluginoptions.h",
|
||||
"images/headers.png",
|
||||
"images/run_qmake.png",
|
||||
"images/run_qmake_small.png",
|
||||
"images/sources.png",
|
||||
"images/unknown.png",
|
||||
"qt-desktop/desktopqtversion.cpp",
|
||||
"qt-desktop/desktopqtversion.h",
|
||||
"qt-desktop/desktopqtversionfactory.cpp",
|
||||
"qt-desktop/desktopqtversionfactory.h",
|
||||
"qt-desktop/qt4runconfiguration.cpp",
|
||||
"qt-desktop/qt4runconfiguration.h",
|
||||
"qt-desktop/simulatorqtversion.cpp",
|
||||
"qt-desktop/simulatorqtversion.h",
|
||||
"qt-desktop/simulatorqtversionfactory.cpp",
|
||||
"qt-desktop/simulatorqtversionfactory.h",
|
||||
"wizards/abstractmobileapp.cpp",
|
||||
"wizards/abstractmobileapp.h",
|
||||
"wizards/abstractmobileappwizard.cpp",
|
||||
"wizards/abstractmobileappwizard.h",
|
||||
"wizards/consoleappwizard.cpp",
|
||||
"wizards/consoleappwizard.h",
|
||||
"wizards/consoleappwizarddialog.cpp",
|
||||
"wizards/consoleappwizarddialog.h",
|
||||
"wizards/emptyprojectwizard.cpp",
|
||||
"wizards/emptyprojectwizard.h",
|
||||
"wizards/emptyprojectwizarddialog.cpp",
|
||||
"wizards/emptyprojectwizarddialog.h",
|
||||
"wizards/filespage.cpp",
|
||||
"wizards/filespage.h",
|
||||
"wizards/guiappwizard.cpp",
|
||||
"wizards/guiappwizard.h",
|
||||
"wizards/guiappwizarddialog.cpp",
|
||||
"wizards/guiappwizarddialog.h",
|
||||
"wizards/html5app.cpp",
|
||||
"wizards/html5app.h",
|
||||
"wizards/html5appwizard.cpp",
|
||||
"wizards/html5appwizard.h",
|
||||
"wizards/html5appwizardpages.cpp",
|
||||
"wizards/html5appwizardpages.h",
|
||||
"wizards/html5appwizardsourcespage.ui",
|
||||
"wizards/importwidget.cpp",
|
||||
"wizards/importwidget.h",
|
||||
"wizards/libraryparameters.cpp",
|
||||
"wizards/libraryparameters.h",
|
||||
"wizards/librarywizard.cpp",
|
||||
"wizards/librarywizard.h",
|
||||
"wizards/librarywizarddialog.cpp",
|
||||
"wizards/librarywizarddialog.h",
|
||||
"wizards/mobileapp.cpp",
|
||||
"wizards/mobileapp.h",
|
||||
"wizards/mobileappwizardgenericoptionspage.ui",
|
||||
"wizards/mobileappwizardharmattanoptionspage.ui",
|
||||
"wizards/mobileappwizardmaemooptionspage.ui",
|
||||
"wizards/mobileappwizardpages.cpp",
|
||||
"wizards/mobileappwizardpages.h",
|
||||
"wizards/mobilelibraryparameters.cpp",
|
||||
"wizards/mobilelibraryparameters.h",
|
||||
"wizards/mobilelibrarywizardoptionpage.cpp",
|
||||
"wizards/mobilelibrarywizardoptionpage.h",
|
||||
"wizards/mobilelibrarywizardoptionpage.ui",
|
||||
"wizards/modulespage.cpp",
|
||||
"wizards/modulespage.h",
|
||||
"wizards/qtprojectparameters.cpp",
|
||||
"wizards/qtprojectparameters.h",
|
||||
"wizards/qtquickapp.cpp",
|
||||
"wizards/qtquickapp.h",
|
||||
"wizards/qtquickappwizard.cpp",
|
||||
"wizards/qtquickappwizard.h",
|
||||
"wizards/qtquickappwizardpages.cpp",
|
||||
"wizards/qtquickappwizardpages.h",
|
||||
"wizards/qtquickcomponentsetoptionspage.ui",
|
||||
"wizards/qtwizard.cpp",
|
||||
"wizards/qtwizard.h",
|
||||
"wizards/subdirsprojectwizard.cpp",
|
||||
"wizards/subdirsprojectwizard.h",
|
||||
"wizards/subdirsprojectwizarddialog.cpp",
|
||||
"wizards/subdirsprojectwizarddialog.h",
|
||||
"wizards/targetsetuppage.cpp",
|
||||
"wizards/targetsetuppage.h",
|
||||
"wizards/testwizard.cpp",
|
||||
"wizards/testwizard.h",
|
||||
"wizards/testwizarddialog.cpp",
|
||||
"wizards/testwizarddialog.h",
|
||||
"wizards/testwizardpage.cpp",
|
||||
"wizards/testwizardpage.h",
|
||||
"wizards/testwizardpage.ui",
|
||||
"wizards/wizards.qrc",
|
||||
"wizards/images/console.png",
|
||||
"wizards/images/gui.png",
|
||||
"wizards/images/html5app.png",
|
||||
"wizards/images/lib.png",
|
||||
"wizards/images/qtquickapp.png",
|
||||
]
|
||||
Group {
|
||||
name: "General"
|
||||
files: [
|
||||
"addlibrarywizard.cpp", "addlibrarywizard.h",
|
||||
"buildconfigurationinfo.h",
|
||||
"externaleditors.cpp", "externaleditors.h",
|
||||
"findqt4profiles.cpp", "findqt4profiles.h",
|
||||
"librarydetailscontroller.cpp", "librarydetailscontroller.h",
|
||||
"librarydetailswidget.ui",
|
||||
"makestep.cpp", "makestep.h", "makestep.ui",
|
||||
"profilecompletionassist.cpp", "profilecompletionassist.h",
|
||||
"profileeditor.cpp", "profileeditor.h",
|
||||
"profileeditorfactory.cpp", "profileeditorfactory.h",
|
||||
"profilehighlighter.cpp", "profilehighlighter.h",
|
||||
"profilehoverhandler.cpp", "profilehoverhandler.h",
|
||||
"qmakeparser.cpp", "qmakeparser.h",
|
||||
"qmakekitconfigwidget.cpp", "qmakekitconfigwidget.h",
|
||||
"qmakekitinformation.cpp", "qmakekitinformation.h",
|
||||
"qmakeparser.cpp", "qmakeparser.h",
|
||||
"qmakerunconfigurationfactory.cpp", "qmakerunconfigurationfactory.h",
|
||||
"qmakestep.cpp", "qmakestep.h", "qmakestep.ui",
|
||||
"qt4buildconfiguration.cpp", "qt4buildconfiguration.h",
|
||||
"qt4nodes.cpp", "qt4nodes.h",
|
||||
"qt4project.cpp", "qt4project.h",
|
||||
"qt4projectconfigwidget.cpp", "qt4projectconfigwidget.h", "qt4projectconfigwidget.ui",
|
||||
"qt4projectmanager.cpp", "qt4projectmanager.h",
|
||||
"qt4projectmanager.qrc",
|
||||
"qt4projectmanager_global.h",
|
||||
"qt4projectmanagerconstants.h",
|
||||
"qt4projectmanagerplugin.cpp", "qt4projectmanagerplugin.h",
|
||||
"qt4targetsetupwidget.cpp", "qt4targetsetupwidget.h",
|
||||
"qtmodulesinfo.cpp", "qtmodulesinfo.h",
|
||||
"unconfiguredprojectpanel.cpp", "unconfiguredprojectpanel.h",
|
||||
"winceqtversion.cpp", "winceqtversion.h",
|
||||
"winceqtversionfactory.cpp", "winceqtversionfactory.h"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Custom Widget Wizard"
|
||||
id: customWidgetWizard
|
||||
prefix: "customwidgetwizard/"
|
||||
files: [
|
||||
"classdefinition.cpp", "classdefinition.h", "classdefinition.ui",
|
||||
"classlist.cpp", "classlist.h",
|
||||
"customwidgetpluginwizardpage.cpp", "customwidgetpluginwizardpage.h", "customwidgetpluginwizardpage.ui",
|
||||
"customwidgetwidgetswizardpage.cpp", "customwidgetwidgetswizardpage.h", "customwidgetwidgetswizardpage.ui",
|
||||
"customwidgetwizard.cpp", "customwidgetwizard.h",
|
||||
"customwidgetwizarddialog.cpp", "customwidgetwizarddialog.h",
|
||||
"filenamingparameters.h",
|
||||
"plugingenerator.cpp", "plugingenerator.h",
|
||||
"pluginoptions.h"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Images"
|
||||
prefix: "images/"
|
||||
files: [
|
||||
"headers.png",
|
||||
"run_qmake.png",
|
||||
"run_qmake_small.png",
|
||||
"sources.png",
|
||||
"unknown.png",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Qt/Desktop"
|
||||
prefix: "qt-desktop/"
|
||||
files: [
|
||||
"desktopqtversion.cpp", "desktopqtversion.h",
|
||||
"desktopqtversionfactory.cpp", "desktopqtversionfactory.h",
|
||||
"qt4runconfiguration.cpp", "qt4runconfiguration.h",
|
||||
"simulatorqtversion.cpp", "simulatorqtversion.h",
|
||||
"simulatorqtversionfactory.cpp", "simulatorqtversionfactory.h"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Wizards"
|
||||
prefix: "wizards/"
|
||||
files: [
|
||||
"abstractmobileapp.cpp", "abstractmobileapp.h",
|
||||
"abstractmobileappwizard.cpp", "abstractmobileappwizard.h",
|
||||
"consoleappwizard.cpp", "consoleappwizard.h",
|
||||
"consoleappwizarddialog.cpp", "consoleappwizarddialog.h",
|
||||
"emptyprojectwizard.cpp", "emptyprojectwizard.h",
|
||||
"emptyprojectwizarddialog.cpp", "emptyprojectwizarddialog.h",
|
||||
"filespage.cpp", "filespage.h",
|
||||
"guiappwizard.cpp", "guiappwizard.h",
|
||||
"guiappwizarddialog.cpp", "guiappwizarddialog.h",
|
||||
"html5app.cpp", "html5app.h",
|
||||
"html5appwizard.cpp", "html5appwizard.h",
|
||||
"html5appwizardpages.cpp", "html5appwizardpages.h",
|
||||
"html5appwizardsourcespage.ui",
|
||||
"importwidget.cpp", "importwidget.h",
|
||||
"libraryparameters.cpp", "libraryparameters.h",
|
||||
"librarywizard.cpp", "librarywizard.h",
|
||||
"librarywizarddialog.cpp", "librarywizarddialog.h",
|
||||
"mobileapp.cpp", "mobileapp.h",
|
||||
"mobileappwizardgenericoptionspage.ui",
|
||||
"mobileappwizardharmattanoptionspage.ui",
|
||||
"mobileappwizardmaemooptionspage.ui",
|
||||
"mobileappwizardpages.cpp", "mobileappwizardpages.h",
|
||||
"mobilelibraryparameters.cpp", "mobilelibraryparameters.h",
|
||||
"mobilelibrarywizardoptionpage.cpp", "mobilelibrarywizardoptionpage.h", "mobilelibrarywizardoptionpage.ui",
|
||||
"modulespage.cpp", "modulespage.h",
|
||||
"qtprojectparameters.cpp", "qtprojectparameters.h",
|
||||
"qtquickapp.cpp", "qtquickapp.h",
|
||||
"qtquickappwizard.cpp", "qtquickappwizard.h",
|
||||
"qtquickappwizardpages.cpp", "qtquickappwizardpages.h",
|
||||
"qtquickcomponentsetoptionspage.ui",
|
||||
"qtwizard.cpp", "qtwizard.h",
|
||||
"subdirsprojectwizard.cpp", "subdirsprojectwizard.h",
|
||||
"subdirsprojectwizarddialog.cpp", "subdirsprojectwizarddialog.h",
|
||||
"targetsetuppage.cpp", "targetsetuppage.h",
|
||||
"testwizard.cpp", "testwizard.h",
|
||||
"testwizarddialog.cpp", "testwizarddialog.h",
|
||||
"testwizardpage.cpp", "testwizardpage.h",
|
||||
"testwizardpage.ui",
|
||||
"wizards.qrc"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Wizard Images"
|
||||
prefix: "wizards/images/"
|
||||
files: [
|
||||
"console.png",
|
||||
"gui.png",
|
||||
"html5app.png",
|
||||
"lib.png",
|
||||
"qtquickapp.png",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,27 +9,29 @@ QtcPlugin {
|
||||
Depends { name: "Find" }
|
||||
Depends { name: "Qt"; submodules: ["widgets", "xml"] }
|
||||
|
||||
cpp.includePaths: base.concat("qrceditor")
|
||||
cpp.includePaths: base.concat(qrcEdtitor.prefix)
|
||||
|
||||
files: [
|
||||
"resourceeditor.qrc",
|
||||
"resourceeditorconstants.h",
|
||||
"resourceeditorfactory.cpp",
|
||||
"resourceeditorfactory.h",
|
||||
"resourceeditorplugin.cpp",
|
||||
"resourceeditorplugin.h",
|
||||
"resourceeditorw.cpp",
|
||||
"resourceeditorw.h",
|
||||
"resourcewizard.cpp",
|
||||
"resourcewizard.h",
|
||||
"qrceditor/qrceditor.cpp",
|
||||
"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",
|
||||
]
|
||||
Group {
|
||||
name: "General"
|
||||
files: [
|
||||
"resourceeditor.qrc",
|
||||
"resourceeditorconstants.h",
|
||||
"resourceeditorfactory.cpp", "resourceeditorfactory.h",
|
||||
"resourceeditorplugin.cpp", "resourceeditorplugin.h",
|
||||
"resourceeditorw.cpp", "resourceeditorw.h",
|
||||
"resourcewizard.cpp", "resourcewizard.h",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "QRC Editor"
|
||||
id: qrcEdtitor
|
||||
prefix: "qrceditor/"
|
||||
files: [
|
||||
"qrceditor.cpp", "qrceditor.h", "qrceditor.ui",
|
||||
"resourcefile.cpp", "resourcefile_p.h",
|
||||
"resourceview.cpp", "resourceview.h",
|
||||
"undocommands.cpp", "undocommands_p.h",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,101 +14,78 @@ QtcPlugin {
|
||||
Depends { name: "RemoteLinux" }
|
||||
Depends { name: "CPlusPlus"}
|
||||
|
||||
files: [
|
||||
"callgrindcostdelegate.cpp",
|
||||
"callgrindcostdelegate.h",
|
||||
"callgrindcostview.cpp",
|
||||
"callgrindcostview.h",
|
||||
"callgrindengine.cpp",
|
||||
"callgrindengine.h",
|
||||
"callgrindhelper.cpp",
|
||||
"callgrindhelper.h",
|
||||
"callgrindnamedelegate.cpp",
|
||||
"callgrindnamedelegate.h",
|
||||
"callgrindtextmark.cpp",
|
||||
"callgrindtextmark.h",
|
||||
"callgrindtool.cpp",
|
||||
"callgrindtool.h",
|
||||
"callgrindvisualisation.cpp",
|
||||
"callgrindvisualisation.h",
|
||||
"memcheckengine.cpp",
|
||||
"memcheckengine.h",
|
||||
"memcheckerrorview.cpp",
|
||||
"memcheckerrorview.h",
|
||||
"memchecktool.cpp",
|
||||
"memchecktool.h",
|
||||
"suppressiondialog.cpp",
|
||||
"suppressiondialog.h",
|
||||
"valgrindconfigwidget.cpp",
|
||||
"valgrindconfigwidget.h",
|
||||
"valgrindconfigwidget.ui",
|
||||
"valgrindengine.cpp",
|
||||
"valgrindengine.h",
|
||||
"valgrindplugin.cpp",
|
||||
"valgrindplugin.h",
|
||||
"valgrindprocess.cpp",
|
||||
"valgrindprocess.h",
|
||||
"valgrindruncontrolfactory.cpp",
|
||||
"valgrindruncontrolfactory.h",
|
||||
"valgrindrunner.cpp",
|
||||
"valgrindrunner.h",
|
||||
"valgrindsettings.cpp",
|
||||
"valgrindsettings.h",
|
||||
"valgrindtool.cpp",
|
||||
"valgrindtool.h",
|
||||
"workarounds.cpp",
|
||||
"workarounds.h",
|
||||
"callgrind/callgrindabstractmodel.h",
|
||||
"callgrind/callgrindcallmodel.cpp",
|
||||
"callgrind/callgrindcallmodel.h",
|
||||
"callgrind/callgrindcontroller.cpp",
|
||||
"callgrind/callgrindcontroller.h",
|
||||
"callgrind/callgrindcostitem.cpp",
|
||||
"callgrind/callgrindcostitem.h",
|
||||
"callgrind/callgrindcycledetection.cpp",
|
||||
"callgrind/callgrindcycledetection.h",
|
||||
"callgrind/callgrinddatamodel.cpp",
|
||||
"callgrind/callgrinddatamodel.h",
|
||||
"callgrind/callgrindfunction.cpp",
|
||||
"callgrind/callgrindfunction.h",
|
||||
"callgrind/callgrindfunction_p.h",
|
||||
"callgrind/callgrindfunctioncall.cpp",
|
||||
"callgrind/callgrindfunctioncall.h",
|
||||
"callgrind/callgrindfunctioncycle.cpp",
|
||||
"callgrind/callgrindfunctioncycle.h",
|
||||
"callgrind/callgrindparsedata.cpp",
|
||||
"callgrind/callgrindparsedata.h",
|
||||
"callgrind/callgrindparser.cpp",
|
||||
"callgrind/callgrindparser.h",
|
||||
"callgrind/callgrindproxymodel.cpp",
|
||||
"callgrind/callgrindproxymodel.h",
|
||||
"callgrind/callgrindrunner.cpp",
|
||||
"callgrind/callgrindrunner.h",
|
||||
"callgrind/callgrindstackbrowser.cpp",
|
||||
"callgrind/callgrindstackbrowser.h",
|
||||
"memcheck/memcheckrunner.cpp",
|
||||
"memcheck/memcheckrunner.h",
|
||||
"xmlprotocol/announcethread.cpp",
|
||||
"xmlprotocol/announcethread.h",
|
||||
"xmlprotocol/error.cpp",
|
||||
"xmlprotocol/error.h",
|
||||
"xmlprotocol/errorlistmodel.cpp",
|
||||
"xmlprotocol/errorlistmodel.h",
|
||||
"xmlprotocol/frame.cpp",
|
||||
"xmlprotocol/frame.h",
|
||||
"xmlprotocol/modelhelpers.cpp",
|
||||
"xmlprotocol/modelhelpers.h",
|
||||
"xmlprotocol/parser.cpp",
|
||||
"xmlprotocol/parser.h",
|
||||
"xmlprotocol/stack.cpp",
|
||||
"xmlprotocol/stack.h",
|
||||
"xmlprotocol/stackmodel.cpp",
|
||||
"xmlprotocol/stackmodel.h",
|
||||
"xmlprotocol/status.cpp",
|
||||
"xmlprotocol/status.h",
|
||||
"xmlprotocol/suppression.cpp",
|
||||
"xmlprotocol/suppression.h",
|
||||
"xmlprotocol/threadedparser.cpp",
|
||||
"xmlprotocol/threadedparser.h",
|
||||
]
|
||||
Group {
|
||||
name: "General"
|
||||
files: [
|
||||
"callgrindcostdelegate.cpp", "callgrindcostdelegate.h",
|
||||
"callgrindcostview.cpp", "callgrindcostview.h",
|
||||
"callgrindengine.cpp", "callgrindengine.h",
|
||||
"callgrindhelper.cpp", "callgrindhelper.h",
|
||||
"callgrindnamedelegate.cpp", "callgrindnamedelegate.h",
|
||||
"callgrindtextmark.cpp", "callgrindtextmark.h",
|
||||
"callgrindtool.cpp", "callgrindtool.h",
|
||||
"callgrindvisualisation.cpp", "callgrindvisualisation.h",
|
||||
"memcheckengine.cpp", "memcheckengine.h",
|
||||
"memcheckerrorview.cpp", "memcheckerrorview.h",
|
||||
"memchecktool.cpp", "memchecktool.h",
|
||||
"suppressiondialog.cpp", "suppressiondialog.h",
|
||||
"valgrindconfigwidget.cpp", "valgrindconfigwidget.h", "valgrindconfigwidget.ui",
|
||||
"valgrindengine.cpp", "valgrindengine.h",
|
||||
"valgrindplugin.cpp", "valgrindplugin.h",
|
||||
"valgrindprocess.cpp", "valgrindprocess.h",
|
||||
"valgrindruncontrolfactory.cpp", "valgrindruncontrolfactory.h",
|
||||
"valgrindrunner.cpp", "valgrindrunner.h",
|
||||
"valgrindsettings.cpp", "valgrindsettings.h",
|
||||
"valgrindtool.cpp", "valgrindtool.h",
|
||||
"workarounds.cpp", "workarounds.h",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Callgrind"
|
||||
prefix: "callgrind/"
|
||||
files: [
|
||||
"callgrindabstractmodel.h",
|
||||
"callgrindcallmodel.cpp", "callgrindcallmodel.h",
|
||||
"callgrindcontroller.cpp", "callgrindcontroller.h",
|
||||
"callgrindcostitem.cpp", "callgrindcostitem.h",
|
||||
"callgrindcycledetection.cpp", "callgrindcycledetection.h",
|
||||
"callgrinddatamodel.cpp", "callgrinddatamodel.h",
|
||||
"callgrindfunction.cpp", "callgrindfunction.h", "callgrindfunction_p.h",
|
||||
"callgrindfunctioncall.cpp", "callgrindfunctioncall.h",
|
||||
"callgrindfunctioncycle.cpp", "callgrindfunctioncycle.h",
|
||||
"callgrindparsedata.cpp", "callgrindparsedata.h",
|
||||
"callgrindparser.cpp", "callgrindparser.h",
|
||||
"callgrindproxymodel.cpp", "callgrindproxymodel.h",
|
||||
"callgrindrunner.cpp", "callgrindrunner.h",
|
||||
"callgrindstackbrowser.cpp", "callgrindstackbrowser.h"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Memcheck"
|
||||
prefix: "memcheck/"
|
||||
files: [
|
||||
"memcheckrunner.cpp",
|
||||
"memcheckrunner.h"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "XML Protocol"
|
||||
prefix: "xmlprotocol/"
|
||||
files: [
|
||||
"announcethread.cpp", "announcethread.h",
|
||||
"error.cpp", "error.h",
|
||||
"errorlistmodel.cpp", "errorlistmodel.h",
|
||||
"frame.cpp", "frame.h",
|
||||
"modelhelpers.cpp", "modelhelpers.h",
|
||||
"parser.cpp", "parser.h",
|
||||
"stack.cpp", "stack.h",
|
||||
"stackmodel.cpp", "stackmodel.h",
|
||||
"status.cpp", "status.h",
|
||||
"suppression.cpp", "suppression.h",
|
||||
"threadedparser.cpp", "threadedparser.h",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user