aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/global.h.in
blob: 9a1e001feb6562cd6046d41ee880ceb61539c80b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#include <QtCore/qnamespace.h>

#if @ENABLE_MAC@
#  define Q_OS_MAC
#endif
#if @ENABLE_WIN@
#  define Q_OS_WIN
#endif
#if @ENABLE_UNIX@
#  define Q_OS_UNIX
#endif

// There are symbols in Qt that exist in Debug but
// not in release
#define QT_NO_DEBUG

// Here are now all configured modules appended: