Add ability to disable precompiled headers with CMake (#2727)

This commit is contained in:
pajlada
2021-05-08 15:57:00 +02:00
committed by GitHub
parent 6f6ccb8c2f
commit 2f49b23875
68 changed files with 164 additions and 5 deletions
@@ -10,6 +10,8 @@
#include <QTableView>
#include <QHeaderView>
#define FILTERS_DOCUMENTATION "https://wiki.chatterino.com/Filters/"
namespace chatterino {
@@ -18,6 +18,9 @@
#include "widgets/helper/Line.hpp"
#include "widgets/settingspages/GeneralPageView.hpp"
#include <QDesktopServices>
#include <QFileDialog>
#define CHROME_EXTENSION_LINK \
"https://chrome.google.com/webstore/detail/chatterino-native-host/" \
"glknmaideaikkmemifbfkhnomoknepka"
@@ -7,6 +7,11 @@
#include "singletons/WindowManager.hpp"
#include "widgets/helper/SignalLabel.hpp"
#include <QCheckBox>
#include <QComboBox>
#include <QPushButton>
#include <QSpinBox>
class QScrollArea;
namespace chatterino {
@@ -8,6 +8,10 @@
#include "singletons/Settings.hpp"
#include <QLabel>
#include <QPainter>
#include <QPushButton>
#define SETTINGS_PAGE_WIDGET_BOILERPLATE(type, parent) \
class type : public parent \
{ \