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:
authorThorvald Natvig <slicer@users.sourceforge.net>2008-12-13 16:06:24 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2008-12-13 16:06:24 +0300
commit98da0f9ae4c0e373d4d3f8bb98589cf7420e71f4 (patch)
tree4a7631c00924787127d7219ec40e0a1c27462e70 /main.pro
parentf83821583a1e4cdda449cd11eb399844c673e198 (diff)
LCD Support [mkrautz]
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1356 05730e5d-ab1b-0410-a4ac-84af385074fa
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 03bead00e..890de39d2 100644
--- a/main.pro
+++ b/main.pro
@@ -9,6 +9,9 @@ CONFIG *= ordered debug_and_release
win32 {
SUBDIRS *= overlay
+ !CONFIG(no-g15) {
+ SUBDIRS *= g15helper
+ }
}
unix:!macx {