mumble/main.pro
Thorvald Natvig 93c3b9af59 Compile win32 overlay with GCC.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@752 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-08-29 14:18:17 +00:00

17 lines
244 B
Prolog

TEMPLATE = subdirs
CONFIG += debug_and_release
SUBDIRS += speexbuild
SUBDIRS += src/mumble src/murmur
win32 {
SUBDIRS += plugins overlay
}
unix {
SUBDIRS += overlay_gl
}
DIST=LICENSE INSTALL README README.Linux CHANGES