mumble/main.pro
Thorvald Natvig 98da0f9ae4 LCD Support [mkrautz]
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1356 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-12-13 13:06:24 +00:00

27 lines
448 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
!CONFIG(no-g15) {
SUBDIRS *= g15helper
}
}
unix:!macx {
SUBDIRS *= overlay_gl
}
}
!CONFIG(no-server) {
SUBDIRS *= src/murmur
}
DIST=LICENSE INSTALL README README.Linux CHANGES compiler.pri