This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit 300be5c716b18070ae376091603d475d9a63e024 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Feb 14 04:54:56 2015 +0100 x2goclient.pro: reference new src directory as include dir. --- debian/changelog | 1 + x2goclient.pro | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 141c1e8..63c5479 100644 --- a/debian/changelog +++ b/debian/changelog @@ -192,6 +192,7 @@ x2goclient (4.0.3.2-0x2go1) unstable; urgency=medium + x2goclient.rc + resources.rcc to res/ and update references in x2goclient.pro and src/ui/helpdialog.ui. + - Reference new src directory as include dir in x2goclient.pro. -- X2Go Release Manager <git-admin@x2go.org> Thu, 19 Feb 2015 12:49:22 +0100 diff --git a/x2goclient.pro b/x2goclient.pro index 7cff655..15b1178 100644 --- a/x2goclient.pro +++ b/x2goclient.pro @@ -152,7 +152,7 @@ else:message("No translation files in project") TEMPLATE = app DEPENDPATH += . -INCLUDEPATH += . +INCLUDEPATH += src RESOURCES += res/resources.rcc exists(txt/git-info) { -- Alioth's /srv/git/code.x2go.org/x2goclient.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git