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:
Juha Vuolle 2025-03-26 16:41:09 +02:00
parent 11620f97f6
commit 33df53bf32
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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