summaryrefslogtreecommitdiff
path: root/src/rekonq.hpp
diff options
context:
space:
mode:
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"