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-02-16 00:17:51 +0300
committerMikkel Krautz <mikkel@krautz.dk>2010-02-16 00:24:05 +0300
commit2dbba848bae6a051947701ed8a3261a9538dce63 (patch)
treee45e6df29a14d754346e49f2c6cd00312b5e650a /main.pro
parentffe8fe2872b7a9cca734ffd3037ee42a68383f41 (diff)
Move OSX overlay and overlay launcher into macx subdir.
Diffstat (limited to 'main.pro')
-rw-r--r--main.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.pro b/main.pro
index 387df6029..14fcd942b 100644
--- a/main.pro
+++ b/main.pro
@@ -31,7 +31,7 @@ CONFIG *= ordered debug_and_release
}
macx {
- SUBDIRS *= overlay_macx
+ SUBDIRS *= macx
!CONFIG(no-g15) {
SUBDIRS *= g15helper
}