summaryrefslogtreecommitdiff
path: root/src/rekonq.hpp
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-08-15 17:30:11 +0300
committeraqua <aqua@iserlohn-fortress.net>2022-08-15 17:30:11 +0300
commit5a9617e76e7c987016cb1f4189908f8430777f3e (patch)
treea997c4a6233d3ee02cb330e48d448f2e25bddd43 /src/rekonq.hpp
parentRecord authors and contributors in src/data/about.html (diff)
downloadrekonq-5a9617e76e7c987016cb1f4189908f8430777f3e.tar.xz
Add third-party/SingleApplication
Diffstat (limited to 'src/rekonq.hpp')
-rw-r--r--src/rekonq.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/rekonq.hpp b/src/rekonq.hpp
new file mode 100644
index 00000000..dc16401f
--- /dev/null
+++ b/src/rekonq.hpp
@@ -0,0 +1,16 @@
+/* ============================================================
+ * The rekonq project
+ * ============================================================
+ * SPDX-License-Identifier: GPL-3.0-only
+ * Copyright (C) 2022 aqua <aqua@iserlohn-fortress.net>
+ * ============================================================
+ * Description: rekonq common definitions
+ * ============================================================ */
+
+#pragma once
+
+// Configurations
+#include "config-version.h"
+
+// Defines
+#include "rekonq_defines.h"