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-02 00:42:41 +0300
committerMikkel Krautz <mikkel@krautz.dk>2010-02-02 00:42:41 +0300
commit9a9ad5ce1ee73ec59c1d823b15e63b5d9aba7014 (patch)
treeab8cc4859b60c76ee6801b55079f93c9d1d75508 /main.pro
parent3203941f6cdf55e15603b9ef9447a338bfbf5e09 (diff)
Fix no-overlay option.
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 49cecb60c..387df6029 100644
--- a/main.pro
+++ b/main.pro
@@ -26,7 +26,7 @@ CONFIG *= ordered debug_and_release
}
}
- unix:!macx {
+ unix:!macx:!CONFIG(no-overlay) {
SUBDIRS *= overlay_gl
}