From c48db671e1ffdaf1a2295cea6f7863e27ba412cf Mon Sep 17 00:00:00 2001 From: Tobias Triffterer <tobias@ep1.ruhr-uni-bochum.de> Date: Mon, 3 May 2021 02:15:31 +0200 Subject: [PATCH] Update Resource Control File Include the new files containing the partial HTML code into the Qt resource system. --- res/resources.qrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/res/resources.qrc b/res/resources.qrc index 1fe523a..f7a4251 100644 --- a/res/resources.qrc +++ b/res/resources.qrc @@ -5,4 +5,10 @@ <file>de.ruhr_uni_bochum.ep1.tobias.fp311online.client.png</file> <file>built-with-qt.png</file> </qresource> + <qresource prefix="legal"> + <file>legal-infos.htmlpart</file> + <file>gpl3.htmlpart</file> + <file>lgpl3.htmlpart</file> + <file>lgpl2.1.htmlpart</file> + </qresource> </RCC> -- GitLab