Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <davidebeatrici@gmail.com>2019-10-11 23:44:31 +0300
committerDavide Beatrici <davidebeatrici@gmail.com>2019-10-11 23:48:13 +0300
commitbb248ccf6896b7028a5c7dc7957600ea05ac9260 (patch)
treecfa63570d43664fefd0dc76f80f3e32b8de4843a /plugins
parent5db12321ac3f4da96f20ead26ad5756b7c852dbe (diff)
plugins.pro: compile plugins for Windows games also on Linux
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugins.pro9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/plugins.pro b/plugins/plugins.pro
index 50b3eb044..3a280318f 100644
--- a/plugins/plugins.pro
+++ b/plugins/plugins.pro
@@ -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
}