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@561 05730e5d-ab1b-0410-a4ac-84af385074fa
18 lines
255 B
Prolog
18 lines
255 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += debug_and_release
|
|
|
|
SUBDIRS += speexbuild
|
|
SUBDIRS += src/mumble src/murmur
|
|
|
|
win32 {
|
|
SUBDIRS += plugins
|
|
}
|
|
|
|
unix {
|
|
SUBDIRS += overlay_gl
|
|
}
|
|
|
|
DIST=LICENSE INSTALL README README.Linux CHANGES
|
|
DIST+=overlay.cpp
|
|
|