forked from qt-creator/qt-creator
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>