mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
plugins.pro: compile plugins for Windows games also on Linux
This commit is contained in:
parent
5db12321ac
commit
bb248ccf68
@ -10,14 +10,15 @@ TEMPLATE = subdirs
|
||||
CONFIG += debug_and_release
|
||||
SUBDIRS = link
|
||||
|
||||
win32 {
|
||||
SUBDIRS += aoc arma2 bf1942 bf2 bf3 bf2142 bfbc2 bfheroes bf4_x86 blacklight borderlands borderlands2 breach cod2 cod4 cod5 codmw2 codmw2so cs css dods dys etqw ffxiv tf2 gmod gtaiv gtasa gw hl2dm insurgency jc2 l4d l4d2 lol lotro ql rl sr sto ut2004 ut3 ut99 wolfet wow
|
||||
win32|linux {
|
||||
SUBDIRS += aoc arma2 bf1942 bf2 bf3 bf2142 bfbc2 bfheroes bf4_x86 blacklight borderlands borderlands2 breach cod2 cod4 cod5 codmw2 codmw2so cs dys etqw ffxiv gmod gtaiv gtasa gw insurgency jc2 l4d l4d2 lol lotro ql rl sr ut2004 ut3 ut99 wolfet wow
|
||||
|
||||
equals(MUMBLE_ARCH, x86_64) {
|
||||
SUBDIRS += bf1 bf4 ffxiv_x64 gtav wow_x64
|
||||
}
|
||||
}
|
||||
|
||||
linux {
|
||||
SUBDIRS += l4d2 rl
|
||||
# Plugins which are now retracted were only released for Windows
|
||||
win32 {
|
||||
SUBDIRS += css dods hl2dm sto tf2
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user