Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
darwin_pch.h
Go to the documentation of this file.
1// Copyright (C) 2025 The Qt Company Ltd.
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/QtCore>
5#include <QtMultimedia/QtMultimedia>
6
7#import <Foundation/Foundation.h>
8#import <AVFoundation/AVFoundation.h>
9#import <CoreVideo/CoreVideo.h>
10#import <CoreMedia/CoreMedia.h>
11#import <AudioToolbox/AudioToolbox.h>
12#import <Metal/Metal.h>
13#import <QuartzCore/QuartzCore.h>
14
15#ifdef Q_OS_MACOS
16#import <AppKit/AppKit.h>
17#import <VideoToolbox/VideoToolbox.h>
18#import <ApplicationServices/ApplicationServices.h>
19#import <AudioUnit/AudioUnit.h>
20#endif
21
22#ifdef Q_OS_IOS
23#import <CoreGraphics/CoreGraphics.h>
24#endif