forked from qt-creator/qt-creator
Meson: Make spacing and #include ordering a bit more consistent
Not 100%, but a step forward. Change-Id: I6957edbd24c1652b228a96a68424b857603aae45 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -24,18 +24,22 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "mesonprocess.h"
|
||||
|
||||
#include "outputparsers/mesonoutputparser.h"
|
||||
|
||||
#include <coreplugin/messagemanager.h>
|
||||
#include <coreplugin/progressmanager/progressmanager.h>
|
||||
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <projectexplorer/taskhub.h>
|
||||
|
||||
#include <utils/stringutils.h>
|
||||
|
||||
#include <QLoggingCategory>
|
||||
|
||||
namespace MesonProjectManager {
|
||||
namespace Internal {
|
||||
|
||||
static Q_LOGGING_CATEGORY(mesonProcessLog, "qtc.meson.buildsystem", QtDebugMsg);
|
||||
|
||||
MesonProcess::MesonProcess()
|
||||
|
||||
Reference in New Issue
Block a user