[X2Go-Commits] [x2gokdriveclient] 03/07: res/resources.qrc: remove res/ prefix.
git-admin at x2go.org
git-admin at x2go.org
Fri Feb 24 17:56:48 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gokdriveclient.
commit 3236275fa9a34bb083c6e4d7c1227a87f81d60cc
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Feb 24 17:44:35 2023 +0100
res/resources.qrc: remove res/ prefix.
---
debian/changelog | 1 +
res/resources.qrc | 20 ++++++++++----------
2 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 30923ce..fdcd988 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -92,6 +92,7 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
- x2gokdriveclient.spec: add version file to list of installed files.
- x2gokdriveclient.spec: fix package name, whoops.
- resources.qrc: move to res/.
+ - res/resources.qrc: remove res/ prefix.
* debian/rules:
+ Let qmake add general Qt {C{,XX},L}FLAGS instead of overriding them.
Especially needed for C++11 support.
diff --git a/res/resources.qrc b/res/resources.qrc
index 8bcf0d1..027852d 100644
--- a/res/resources.qrc
+++ b/res/resources.qrc
@@ -1,14 +1,14 @@
<RCC>
<qresource>
- <file>res/x2goclient.png</file>
- <file>res/x2gobg.svg</file>
- <file>res/application-menu.svg</file>
- <file>res/network-disconnect.svg</file>
- <file>res/randr.svg</file>
- <file>res/minimize.svg</file>
- <file>res/view.svg</file>
- <file>res/pin.svg</file>
- <file>res/view-fullscreen.svg</file>
- <file>res/view-restore.svg</file>
+ <file>x2goclient.png</file>
+ <file>x2gobg.svg</file>
+ <file>application-menu.svg</file>
+ <file>network-disconnect.svg</file>
+ <file>randr.svg</file>
+ <file>minimize.svg</file>
+ <file>view.svg</file>
+ <file>pin.svg</file>
+ <file>view-fullscreen.svg</file>
+ <file>view-restore.svg</file>
</qresource>
</RCC>
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
More information about the x2go-commits
mailing list