[X2Go-Commits] [x2goclient] 01/02: x2goclient.pro: reference new src directory as include dir.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 14 05:03:52 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/cleanup
in repository x2goclient.

commit ffb8aa9c66581891a45ab957ac258bb60ee2f00e
Author: Mihai Moldovan <ionic at 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 0831d73..18ce968 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -166,6 +166,7 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; 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.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Thu, 27 Nov 2014 12:01:43 +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/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list