[X2Go-Commits] [x2goclient] 07/08: macbuild.sh: directly reference project file for qmake.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 14 05:51:16 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 d20c672a2d5053a97f047b9fe3fe7c2a7c5c5a0a
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Feb 14 05:49:21 2015 +0100

    macbuild.sh: directly reference project file for qmake.
---
 debian/changelog |    1 +
 macbuild.sh      |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bb41b4f..f108947 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -181,6 +181,7 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium
       to the 10.7 SDK and deployment target. Use the variables when calling
       qmake.
     - Specify -spec macx-g++ when using qmake in macbuild.sh.
+    - Directly reference project file for qmake in macbuild.sh.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Thu, 27 Nov 2014 12:01:43 +0100
 
diff --git a/macbuild.sh b/macbuild.sh
index cf29d4f..e5c4394 100755
--- a/macbuild.sh
+++ b/macbuild.sh
@@ -35,7 +35,7 @@ phase "Running lrelease"
 lrelease "${PROJECT}"
 
 phase "Running qmake"
-qmake -config release -spec macx-g++ \
+qmake -config release -spec macx-g++ "${PROJECT}" \
 	CONFIG+="x86_64" \
 	QMAKE_MAC_SDK="${SDK}" \
 	QMAKE_MACOSX_DEPLOYMENT_TARGET="${MACOSX_DEPLOYMENT_TARGET}"

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list