From 5a9617e76e7c987016cb1f4189908f8430777f3e Mon Sep 17 00:00:00 2001 From: aqua Date: Mon, 15 Aug 2022 17:30:11 +0300 Subject: Add third-party/SingleApplication --- src/rekonq.hpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/rekonq.hpp (limited to 'src/rekonq.hpp') 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 + * ============================================================ + * Description: rekonq common definitions + * ============================================================ */ + +#pragma once + +// Configurations +#include "config-version.h" + +// Defines +#include "rekonq_defines.h" -- cgit v1.2.1