mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Also build-tested on OS X. We currently disable the manual plugin when doing static builds on Win32, because of manual.dll's Qt dependency.
18 lines
557 B
Prolog
18 lines
557 B
Prolog
TEMPLATE = subdirs
|
|
|
|
CONFIG += debug_and_release
|
|
SUBDIRS = link manual
|
|
DIST = plugins.pri
|
|
|
|
win32 {
|
|
SUBDIRS += aoc arma2 bf1942 bf2 bf3 bf2142 bfbc2 bfheroes blacklight borderlands borderlands2 breach cod2 cod4 cod5 codmw2 codmw2so cs css dods dys etqw tf2 gmod gtaiv gw hl2dm insurgency jc2 l4d l4d2 lol lotro sr sto ut2004 ut3 ut99 wolfet wow
|
|
|
|
# Temporarily disable the manual plugin
|
|
# for static builds on Windows. We'll
|
|
# have to figure out a smart way of allowing
|
|
# the manual plugin to access Qt symbols.
|
|
CONFIG(static) {
|
|
SUBDIRS -= manual
|
|
}
|
|
}
|