Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
forkfd_qt.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 Intel Corporation.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include <QtCore/qglobal.h>
5
6#define FORKFD_NO_SPAWNFD
7#if defined(QT_NO_DEBUG) && !defined(NDEBUG)
8# define NDEBUG
9#endif
10
11#include <forkfd.h>
12#include "../../3rdparty/forkfd/forkfd.c"