mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1096 05730e5d-ab1b-0410-a4ac-84af385074fa
24 lines
390 B
Prolog
24 lines
390 B
Prolog
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
|