From 2447aed2db1cd316af0f0e08b2301088618743f8 Mon Sep 17 00:00:00 2001
From: Tobias Triffterer <tobias@ep1.ruhr-uni-bochum.de>
Date: Mon, 3 May 2021 22:46:09 +0200
Subject: [PATCH] Qt Resource File for Development Certificate

Including this file in the build process or not will be possible by a
CMake option.
---
 crypto/devel_cert.qrc | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 crypto/devel_cert.qrc

diff --git a/crypto/devel_cert.qrc b/crypto/devel_cert.qrc
new file mode 100644
index 0000000..3576f37
--- /dev/null
+++ b/crypto/devel_cert.qrc
@@ -0,0 +1,5 @@
+<RCC>
+  <qresource prefix="crypto">
+    <file>devel.pem</file>
+  </qresource>
+</RCC>
-- 
GitLab