forked from qt-creator/qt-creator
Improve grouping and order in the build menu
Build related menu items are sorted by tasks, then configurations. e.g. + Build + Build All Projects + Build All Projects for All Configurations ... + Rebuild All Projects + Rebuild All Projects for All Configurations ... + Clean All Projects + Clean All Projects for All Configurations ... This patch changes the order to configuration > task like below + Build + ... + qmake / cmake + - + Build All Projects + Deploy + Rebuild + Clean + - + Build Project + Deploy + Rebuild + Clean + - + Build Subproject + Deploy + Rebuild + Clean + - + Build File + - + Build All Projects for All Configurations + Rebuild + Clean + - + Build Project for All Configurations + Rebuild + Clean + - + ... Change-Id: I95844e51d2ae164ed9f29fdb1c51509611c514fe Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
|
||||
\section2 Cleaning Projects
|
||||
|
||||
To clean the working directory, select \uicontrol {Clean Project}.
|
||||
To clean the working directory, select \uicontrol {Build Project} > \uicontrol {Clean}.
|
||||
All files that are not under version control are displayed in
|
||||
the \uicontrol {Clean Repository} dialog. Ignored files are
|
||||
deselected by default. Select the files to delete and click
|
||||
|
||||
Reference in New Issue
Block a user