[X2Go-Commits] [x2goclient] 47/87: macbuild.sh: directly reference project file for qmake.
git-admin at x2go.org
git-admin at x2go.org
Wed Mar 4 22:14:41 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 7d67e8150fe0fc0cb9e3da3c07de26c05826abf7
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 469efeb..11c2952 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -207,6 +207,7 @@ x2goclient (4.0.3.2-0x2go1) unstable; 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.
-- X2Go Release Manager <git-admin at x2go.org> Thu, 19 Feb 2015 12:49:22 +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/code.x2go.org/x2goclient.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list