Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qt_gui_pch.h
Go to the documentation of this file.
1// Copyright (C) 2016 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/*
5 * This is a precompiled header file for use in Xcode / Mac GCC /
6 * GCC >= 3.4 / VC to greatly speed the building of Qt. It may also be
7 * of use to people developing their own project, but it is probably
8 * better to define your own header. Use of this header is currently
9 * UNSUPPORTED.
10 */
11
13
14#if defined __cplusplus
15#include <qtguiexports.h>
16#include <qtguiglobal.h>
17#include <qguiapplication.h>
18#include <qbitmap.h>
19#include <qclipboard.h>
20#include <qcursor.h>
21#include <qevent.h>
22#include <qfont.h>
23#include <qimage.h>
24#include <qpainter.h>
25#include <qpixmap.h>
26#include <qscreen.h>
27#include <qsurface.h>
28#include <qwindow.h>
29#endif