Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2010-07-11 20:10:23 +0400
committerMikkel Krautz <mikkel@krautz.dk>2010-07-11 20:10:33 +0400
commite925ec60fe32633157ab0e62d0c43227c383ce86 (patch)
treec4514af17a43b7ade739f85235500191488194aa /main.pro
parent492ffa4db9c742e98f5b3edad2c7c76aabbbcd22 (diff)
Update Mac OS X build for Ice-3.4.1, Boost 1.43.0 and detect the presence of LGLCD SDK (disable g15helper if not present)
Diffstat (limited to 'main.pro')
-rw-r--r--main.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.pro b/main.pro
index afe19fa73..0976f0198 100644
--- a/main.pro
+++ b/main.pro
@@ -33,6 +33,9 @@ CONFIG *= ordered debug_and_release
error("Missing $MUMBLE_PREFIX environment variable");
}
SUBDIRS *= macx
+ !exists($$(MUMBLE_PREFIX)/lglcd-sdk) {
+ CONFIG *= no-g15
+ }
!CONFIG(no-g15) {
SUBDIRS *= g15helper
}