Fix qprocess.h include guards to match QProcess usage
Fixes: QTBUG-135225 Pick-to: 6.9 6.8 Change-Id: I64077ffaccc4f3b864c08df02b489857ac82f34b Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
11620f97f6
commit
33df53bf32
@ -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