aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/qtcreator_gui_pch.h
blob: 576d8784619c3fcac49e40c4e5ae11e7a21d20ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

/*
 * This is a precompiled header file for use in Xcode / Mac GCC /
 * GCC >= 3.4 / VC to greatly speed the building of Qt Creator.
 */
#ifndef QTCREATOR_GUI_PCH_H
#define QTCREATOR_GUI_PCH_H

#include "qtcreator_pch.h"

#if defined __cplusplus

#include <QEvent>
#include <QTimer>
#include <QApplication>
#include <QBitmap>
#include <QCursor>
#include <QImage>
#include <QLayout>
#include <QPainter>
#include <QPixmap>
#include <QStyle>
#include <QWidget>

#endif

#endif // QTCREATOR_GUI_PCH_H