Add ability to disable precompiled headers with CMake (#2727)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "util/Clipboard.hpp"
|
||||
#include <QApplication>
|
||||
|
||||
#include <QClipboard>
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
void crossPlatformCopy(const QString &text)
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <QString>
|
||||
|
||||
namespace chatterino {
|
||||
class DisplayBadge
|
||||
{
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <IrcMessage>
|
||||
#include <QString>
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <QStandardItem>
|
||||
#include <QUrl>
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
# pragma comment(lib, "Wtsapi32.lib")
|
||||
#endif
|
||||
|
||||
#include <QProcess>
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
constexpr int cooldownInS = 10;
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <QStringList>
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
enum StreamerModeSetting { Disabled = 0, Enabled = 1, DetectObs = 2 };
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "util/Twitch.hpp"
|
||||
|
||||
#include <QDesktopServices>
|
||||
#include <QUrl>
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user