This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit 13cf05c2b9fc125d4895fddc22938d28644d8ce0 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Feb 13 20:40:49 2015 +0100 x2goclient.pro: add x2goclientconfig.pri only containing a comment to override specific entries in x2goclient.pro in x2goclientconfig.pri. --- debian/changelog | 2 ++ x2goclient.pro | 4 ++-- x2goclientconfig.pri | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6f5ac1d..23d29b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -96,6 +96,8 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium - Reference src/ and src/i18n/ in x2goclient.pro. - Move *.ui files to src/ui/ and reference in x2goclient.pro. - Translate and simplify header in x2goclient.pro. + - Add x2goclientconfig.pri only containing a comment to override specific + entries in x2goclient.pro in x2goclientconfig.pri. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Nov 2014 12:01:43 +0100 diff --git a/x2goclient.pro b/x2goclient.pro index 4b4f0ae..b9f565d 100755 --- a/x2goclient.pro +++ b/x2goclient.pro @@ -1,8 +1,8 @@ # This file was created by KDevelop. # ------------------------------------------- -#include (x2goclientconfig.pri) - +# Override settings in this file. +include (x2goclientconfig.pri) CONFIG += $$(X2GO_CLIENT_TARGET) CONFIG += $$(X2GO_LINUX_STATIC) diff --git a/x2goclientconfig.pri b/x2goclientconfig.pri new file mode 100644 index 0000000..edc265b --- /dev/null +++ b/x2goclientconfig.pri @@ -0,0 +1 @@ +# Override settings specified in x2goclient.pro here. -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git