Fix qprocess.h include guards to match QProcess usage
Fixes: QTBUG-135225 Pick-to: 6.8 Change-Id: I64077ffaccc4f3b864c08df02b489857ac82f34b Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 33df53bf320253965fe5a36b04c0c40bf56fa3c8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
3688d42011
commit
2cafab999d
@ -8,7 +8,7 @@
|
||||
#include <QtCore/qfile.h>
|
||||
#include <QtCore/qversionnumber.h>
|
||||
|
||||
#if !defined(QT_BOOTSTRAPPED)
|
||||
#if !defined(QT_BOOTSTRAPPED) && QT_CONFIG(process)
|
||||
#include <QtCore/qprocess.h>
|
||||
#endif
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#include "qgraphicsframecapture_p_p.h"
|
||||
#include <QtCore/qmutex.h>
|
||||
#ifdef Q_OS_MACOS
|
||||
#if defined(Q_OS_MACOS) && QT_CONFIG(process)
|
||||
#include <QtCore/qprocess.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user