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

main.pro - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8cd48c86b291db94dde24ccc5062120a3bc4f867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TEMPLATE = subdirs
CONFIG += ordered debug_and_release

!CONFIG(no-client) {
  !CONFIG(no-bundled-speex) {
    SUBDIRS += speexbuild 
  }
  SUBDIRS += src/mumble plugins

  win32 {
    SUBDIRS += overlay
  }

  unix:!macx {
    SUBDIRS += overlay_gl
  }
}

!CONFIG(no-server) {
  SUBDIRS += src/murmur
}

DIST=LICENSE INSTALL README README.Linux CHANGES compiler.pri