ProjectExplorer: Fix qbs build

Amends 399f8d2dff.

Change-Id: I1e2fc0c70843ce85d99e85f51d48dbde6b7165ae
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2019-08-07 13:03:31 +02:00
committed by hjk
parent 71dad9645a
commit 5edb390bac

View File

@@ -25,6 +25,7 @@
#include "runcontrol.h" #include "runcontrol.h"
#include "devicesupport/desktopdevice.h"
#include "project.h" #include "project.h"
#include "target.h" #include "target.h"
#include "toolchain.h" #include "toolchain.h"
@@ -55,8 +56,6 @@
#include <QLoggingCategory> #include <QLoggingCategory>
#include <QSettings> #include <QSettings>
#include <devicesupport/desktopdevice.h>
#if defined (WITH_JOURNALD) #if defined (WITH_JOURNALD)
#include "journaldwatcher.h" #include "journaldwatcher.h"
#endif #endif