aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/global.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/PySide6/global.h.in')
-rw-r--r--sources/pyside6/PySide6/global.h.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/sources/pyside6/PySide6/global.h.in b/sources/pyside6/PySide6/global.h.in
new file mode 100644
index 000000000..9a1e001fe
--- /dev/null
+++ b/sources/pyside6/PySide6/global.h.in
@@ -0,0 +1,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: