mumble/main.pro
2008-04-21 18:03:40 +00:00

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