🔨 Automatically generate resources files with cmake (#4159)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
Fixes https://github.com/Chatterino/chatterino2/issues/3949
This commit is contained in:
Edgar
2022-11-19 12:29:12 +01:00
committed by GitHub
parent 2f4272cc2a
commit 9f5477c433
14 changed files with 134 additions and 425 deletions
+17
View File
@@ -0,0 +1,17 @@
/****************************************************************************
** WARNING! This file is autogenerated by cmake
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include <QPixmap>
#include "common/Singleton.hpp"
namespace chatterino {
class Resources2 : public Singleton
{
public:
Resources2();
@RES_HEADER_CONTENT@
};
} // namespace chatterino