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>2009-04-28 02:15:05 +0400
committerMikkel Krautz <mikkel@krautz.dk>2009-04-28 02:41:31 +0400
commit91a9f16acf6ff863d87133c31376c7df6280ea3e (patch)
tree07950428ce7e67942050e7414e524f6f679303a1 /main.pro
parent3727bf980c487666cbac15ce9b37b70cc347878f (diff)
Add (untested) G15 LCD support for Mac OS X.
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 428ee5ce5..f4106e6dc 100644
--- a/main.pro
+++ b/main.pro
@@ -26,6 +26,9 @@ CONFIG *= ordered debug_and_release
macx {
SUBDIRS *= overlay_macx
+ !CONFIG(no-g15) {
+ SUBDIRS *= g15helper
+ }
}
}