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:
authorRobert Adam <dev@robert-adam.de>2020-09-01 20:15:35 +0300
committerRobert Adam <dev@robert-adam.de>2020-09-02 09:29:45 +0300
commit34c602c85bd4e37373949c6709519c5a017b3e3d (patch)
tree048eac88061ec630652342130f3369fb10491a82 /plugins
parent756a35e334257f6fe4d17c65d1e02093464b4291 (diff)
BUILD(qmake): Remove
This commit removes all qmake-related build-files from the system. We have now migrated to cmake and are no longer maintaining qmake anyways and therefore there is no reason to keep it. Removing it also clearly states to any potential user/programmer that this project is no longer intended to be compiled with qmake. Given that the .pri files no longer exist, the mumble-version.py script had to be adapted to read the version from the CMakeLists.txt file instead. Furthermore a few of the submodules support cmake natively and therefore we no longer need the src/buid-directory approach in order to build them. The respective build dirs have been removed and the src-dirs have been renamed.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/aoc/aoc.pro9
-rw-r--r--plugins/arma2/arma2.pro9
-rw-r--r--plugins/bf1/bf1.pro4
-rw-r--r--plugins/bf1942/bf1942.pro9
-rw-r--r--plugins/bf2/bf2.pro9
-rw-r--r--plugins/bf2142/bf2142.pro9
-rw-r--r--plugins/bf3/bf3.pro9
-rw-r--r--plugins/bf4/bf4.pro4
-rw-r--r--plugins/bf4_x86/bf4_x86.pro4
-rw-r--r--plugins/bfbc2/bfbc2.pro9
-rw-r--r--plugins/bfheroes/bfheroes.pro9
-rw-r--r--plugins/blacklight/blacklight.pro9
-rw-r--r--plugins/borderlands/borderlands.pro9
-rw-r--r--plugins/borderlands2/borderlands2.pro9
-rw-r--r--plugins/breach/breach.pro9
-rw-r--r--plugins/cod2/cod2.pro9
-rw-r--r--plugins/cod4/cod4.pro9
-rw-r--r--plugins/cod5/cod5.pro9
-rw-r--r--plugins/codmw2/codmw2.pro9
-rw-r--r--plugins/codmw2so/codmw2so.pro9
-rw-r--r--plugins/cs/cs.pro9
-rw-r--r--plugins/css/css.pro10
-rw-r--r--plugins/dods/dods.pro10
-rw-r--r--plugins/dys/dys.pro9
-rw-r--r--plugins/etqw/etqw.pro9
-rwxr-xr-xplugins/ffxiv/ffxiv.pro9
-rwxr-xr-xplugins/ffxiv_x64/ffxiv_x64.pro11
-rw-r--r--plugins/gmod/gmod.pro9
-rw-r--r--plugins/gtaiv/gtaiv.pro9
-rw-r--r--plugins/gtasa/gtasa.pro9
-rw-r--r--plugins/gtav/gtav.pro9
-rw-r--r--plugins/gw/gw.pro9
-rw-r--r--plugins/hl2dm/hl2dm.pro10
-rw-r--r--plugins/insurgency/insurgency.pro9
-rwxr-xr-xplugins/jc2/jc2.pro9
-rw-r--r--plugins/l4d/l4d.pro9
-rw-r--r--plugins/l4d2/l4d2.pro9
-rw-r--r--plugins/link/link.pro20
-rw-r--r--plugins/lol/lol.pro9
-rw-r--r--plugins/lotro/lotro.pro9
-rw-r--r--plugins/plugins.pri23
-rw-r--r--plugins/plugins.pro24
-rw-r--r--plugins/ql/ql.pro9
-rw-r--r--plugins/rl/rl.pro9
-rw-r--r--plugins/sr/sr.pro9
-rw-r--r--plugins/sto/sto.pro10
-rw-r--r--plugins/tf2/tf2.pro10
-rw-r--r--plugins/ut2004/ut2004.pro9
-rw-r--r--plugins/ut3/ut3.pro9
-rw-r--r--plugins/ut99/ut99.pro9
-rw-r--r--plugins/wolfet/wolfet.pro9
-rw-r--r--plugins/wow/wow.pro9
-rw-r--r--plugins/wow_x64/wow_x64.pro9
53 files changed, 0 insertions, 509 deletions
diff --git a/plugins/aoc/aoc.pro b/plugins/aoc/aoc.pro
deleted file mode 100644
index 832d3910f..000000000
--- a/plugins/aoc/aoc.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = aoc
-SOURCES = aoc.cpp
diff --git a/plugins/arma2/arma2.pro b/plugins/arma2/arma2.pro
deleted file mode 100644
index 25015e69b..000000000
--- a/plugins/arma2/arma2.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = arma2
-SOURCES = arma2.cpp
diff --git a/plugins/bf1/bf1.pro b/plugins/bf1/bf1.pro
deleted file mode 100644
index 7066a0089..000000000
--- a/plugins/bf1/bf1.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-include(../plugins.pri)
-
-TARGET = bf1
-SOURCES = bf1.cpp
diff --git a/plugins/bf1942/bf1942.pro b/plugins/bf1942/bf1942.pro
deleted file mode 100644
index 8098652a1..000000000
--- a/plugins/bf1942/bf1942.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = bf1942
-SOURCES = bf1942.cpp
diff --git a/plugins/bf2/bf2.pro b/plugins/bf2/bf2.pro
deleted file mode 100644
index a23ebe368..000000000
--- a/plugins/bf2/bf2.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = bf2
-SOURCES = bf2.cpp
diff --git a/plugins/bf2142/bf2142.pro b/plugins/bf2142/bf2142.pro
deleted file mode 100644
index e2d189190..000000000
--- a/plugins/bf2142/bf2142.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = bf2142
-SOURCES = bf2142.cpp
diff --git a/plugins/bf3/bf3.pro b/plugins/bf3/bf3.pro
deleted file mode 100644
index 84467de69..000000000
--- a/plugins/bf3/bf3.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = bf3
-SOURCES = bf3.cpp
diff --git a/plugins/bf4/bf4.pro b/plugins/bf4/bf4.pro
deleted file mode 100644
index b41c3d419..000000000
--- a/plugins/bf4/bf4.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-include(../plugins.pri)
-
-TARGET = bf4
-SOURCES = bf4.cpp
diff --git a/plugins/bf4_x86/bf4_x86.pro b/plugins/bf4_x86/bf4_x86.pro
deleted file mode 100644
index 06950a5f0..000000000
--- a/plugins/bf4_x86/bf4_x86.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-include(../plugins.pri)
-
-TARGET = bf4_x86
-SOURCES = bf4_x86.cpp
diff --git a/plugins/bfbc2/bfbc2.pro b/plugins/bfbc2/bfbc2.pro
deleted file mode 100644
index 22c17fab9..000000000
--- a/plugins/bfbc2/bfbc2.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = bfbc2
-SOURCES = bfbc2.cpp
diff --git a/plugins/bfheroes/bfheroes.pro b/plugins/bfheroes/bfheroes.pro
deleted file mode 100644
index e78a7c2ce..000000000
--- a/plugins/bfheroes/bfheroes.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = bfheroes
-SOURCES = bfheroes.cpp
diff --git a/plugins/blacklight/blacklight.pro b/plugins/blacklight/blacklight.pro
deleted file mode 100644
index 8caeada18..000000000
--- a/plugins/blacklight/blacklight.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = blacklight
-SOURCES = blacklight.cpp
diff --git a/plugins/borderlands/borderlands.pro b/plugins/borderlands/borderlands.pro
deleted file mode 100644
index eed5bc173..000000000
--- a/plugins/borderlands/borderlands.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = borderlands
-SOURCES = borderlands.cpp
diff --git a/plugins/borderlands2/borderlands2.pro b/plugins/borderlands2/borderlands2.pro
deleted file mode 100644
index ca29707b1..000000000
--- a/plugins/borderlands2/borderlands2.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = borderlands2
-SOURCES = borderlands2.cpp
diff --git a/plugins/breach/breach.pro b/plugins/breach/breach.pro
deleted file mode 100644
index e6b2132c1..000000000
--- a/plugins/breach/breach.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = breach
-SOURCES = breach.cpp
diff --git a/plugins/cod2/cod2.pro b/plugins/cod2/cod2.pro
deleted file mode 100644
index 1e12229d9..000000000
--- a/plugins/cod2/cod2.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = cod2
-SOURCES = cod2.cpp
diff --git a/plugins/cod4/cod4.pro b/plugins/cod4/cod4.pro
deleted file mode 100644
index 27a0158d7..000000000
--- a/plugins/cod4/cod4.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = cod4
-SOURCES = cod4.cpp
diff --git a/plugins/cod5/cod5.pro b/plugins/cod5/cod5.pro
deleted file mode 100644
index d46a3bb73..000000000
--- a/plugins/cod5/cod5.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = cod5
-SOURCES = cod5.cpp
diff --git a/plugins/codmw2/codmw2.pro b/plugins/codmw2/codmw2.pro
deleted file mode 100644
index c5f283770..000000000
--- a/plugins/codmw2/codmw2.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = codmw2
-SOURCES = codmw2.cpp
diff --git a/plugins/codmw2so/codmw2so.pro b/plugins/codmw2so/codmw2so.pro
deleted file mode 100644
index e8da61173..000000000
--- a/plugins/codmw2so/codmw2so.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = codmw2so
-SOURCES = codmw2so.cpp
diff --git a/plugins/cs/cs.pro b/plugins/cs/cs.pro
deleted file mode 100644
index 05b50afe4..000000000
--- a/plugins/cs/cs.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = cs
-SOURCES = cs.cpp
diff --git a/plugins/css/css.pro b/plugins/css/css.pro
deleted file mode 100644
index 109ffb355..000000000
--- a/plugins/css/css.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-DEFINES += "NULL_DESC=\"L\\\"CounterStrike : Source (Retracted, now using link)\\\"\""
-TARGET = css
-SOURCES = ../null_plugin.cpp
diff --git a/plugins/dods/dods.pro b/plugins/dods/dods.pro
deleted file mode 100644
index 221b56a92..000000000
--- a/plugins/dods/dods.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-DEFINES += "NULL_DESC=\"L\\\"Day of Defeat : Source (Retracted, now using link)\\\"\""
-TARGET = dods
-SOURCES = ../null_plugin.cpp
diff --git a/plugins/dys/dys.pro b/plugins/dys/dys.pro
deleted file mode 100644
index 8842cb949..000000000
--- a/plugins/dys/dys.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = dys
-SOURCES = dys.cpp
diff --git a/plugins/etqw/etqw.pro b/plugins/etqw/etqw.pro
deleted file mode 100644
index d35fd285c..000000000
--- a/plugins/etqw/etqw.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = etqw
-SOURCES = etqw.cpp
diff --git a/plugins/ffxiv/ffxiv.pro b/plugins/ffxiv/ffxiv.pro
deleted file mode 100755
index 6c057e3d7..000000000
--- a/plugins/ffxiv/ffxiv.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = ffxiv
-SOURCES = ffxiv.cpp
diff --git a/plugins/ffxiv_x64/ffxiv_x64.pro b/plugins/ffxiv_x64/ffxiv_x64.pro
deleted file mode 100755
index 2e0ec524a..000000000
--- a/plugins/ffxiv_x64/ffxiv_x64.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = ffxiv_x64
-SOURCES = ../ffxiv/ffxiv.cpp
-
-DEFINES *= FFXIV_USE_x64
diff --git a/plugins/gmod/gmod.pro b/plugins/gmod/gmod.pro
deleted file mode 100644
index 548dc16c6..000000000
--- a/plugins/gmod/gmod.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = gmod
-SOURCES = gmod.cpp
diff --git a/plugins/gtaiv/gtaiv.pro b/plugins/gtaiv/gtaiv.pro
deleted file mode 100644
index f66d443f6..000000000
--- a/plugins/gtaiv/gtaiv.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = gtaiv
-SOURCES = gtaiv.cpp
diff --git a/plugins/gtasa/gtasa.pro b/plugins/gtasa/gtasa.pro
deleted file mode 100644
index 32cbf2a2d..000000000
--- a/plugins/gtasa/gtasa.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2019-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = gtasa
-SOURCES = gtasa.cpp
diff --git a/plugins/gtav/gtav.pro b/plugins/gtav/gtav.pro
deleted file mode 100644
index 1ef2f8cc9..000000000
--- a/plugins/gtav/gtav.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = gtav
-SOURCES = gtav.cpp
diff --git a/plugins/gw/gw.pro b/plugins/gw/gw.pro
deleted file mode 100644
index c9b8c59a0..000000000
--- a/plugins/gw/gw.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = gw
-SOURCES = gw.cpp
diff --git a/plugins/hl2dm/hl2dm.pro b/plugins/hl2dm/hl2dm.pro
deleted file mode 100644
index efd0fe6df..000000000
--- a/plugins/hl2dm/hl2dm.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-DEFINES += "NULL_DESC=\"L\\\"Half Life 2 Death Match (Retracted, now using link)\\\"\""
-TARGET = hl2dm
-SOURCES = ../null_plugin.cpp
diff --git a/plugins/insurgency/insurgency.pro b/plugins/insurgency/insurgency.pro
deleted file mode 100644
index 8dbc50427..000000000
--- a/plugins/insurgency/insurgency.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = insurgency
-SOURCES = insurgency.cpp
diff --git a/plugins/jc2/jc2.pro b/plugins/jc2/jc2.pro
deleted file mode 100755
index 81880ad88..000000000
--- a/plugins/jc2/jc2.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = jc2
-SOURCES = jc2.cpp
diff --git a/plugins/l4d/l4d.pro b/plugins/l4d/l4d.pro
deleted file mode 100644
index ba5625180..000000000
--- a/plugins/l4d/l4d.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = l4d
-SOURCES = l4d.cpp
diff --git a/plugins/l4d2/l4d2.pro b/plugins/l4d2/l4d2.pro
deleted file mode 100644
index 040d4de98..000000000
--- a/plugins/l4d2/l4d2.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = l4d2
-SOURCES = l4d2.cpp
diff --git a/plugins/link/link.pro b/plugins/link/link.pro
deleted file mode 100644
index 90d8cbf44..000000000
--- a/plugins/link/link.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = link
-
-win32 {
- SOURCES = link.cpp
-}
-
-unix {
- SOURCES = link-posix.cpp
-
- linux* {
- LIBS += -lrt
- }
-}
diff --git a/plugins/lol/lol.pro b/plugins/lol/lol.pro
deleted file mode 100644
index cd7499e5f..000000000
--- a/plugins/lol/lol.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = lol
-SOURCES = lol.cpp
diff --git a/plugins/lotro/lotro.pro b/plugins/lotro/lotro.pro
deleted file mode 100644
index 53cc99dd0..000000000
--- a/plugins/lotro/lotro.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = lotro
-SOURCES = lotro.cpp
diff --git a/plugins/plugins.pri b/plugins/plugins.pri
deleted file mode 100644
index 70c60a5b1..000000000
--- a/plugins/plugins.pri
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../qmake/compiler.pri)
-
-TEMPLATE = lib
-CONFIG += plugin debug_and_release warn_on
-CONFIG -= qt
-DIST *= mumble_plugin.h
-
-CONFIG(static) {
- CONFIG -= static
- CONFIG += shared
- CONFIG += qt_dynamic_lookup
-}
-
-win32:LIBS += -luser32
-
-DESTDIR = $$DESTDIR/plugins
-
-include(../qmake/symbols.pri)
diff --git a/plugins/plugins.pro b/plugins/plugins.pro
deleted file mode 100644
index a493a814a..000000000
--- a/plugins/plugins.pro
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../qmake/compiler.pri)
-
-TEMPLATE = subdirs
-
-CONFIG += debug_and_release
-SUBDIRS = link
-
-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
- }
-}
-
-# Plugins which are now retracted were only released for Windows
-win32 {
- SUBDIRS += css dods hl2dm sto tf2
-}
diff --git a/plugins/ql/ql.pro b/plugins/ql/ql.pro
deleted file mode 100644
index a3158e1ea..000000000
--- a/plugins/ql/ql.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = ql
-SOURCES = ql.cpp
diff --git a/plugins/rl/rl.pro b/plugins/rl/rl.pro
deleted file mode 100644
index 059f968e6..000000000
--- a/plugins/rl/rl.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = rl
-SOURCES = rl.cpp
diff --git a/plugins/sr/sr.pro b/plugins/sr/sr.pro
deleted file mode 100644
index 523592195..000000000
--- a/plugins/sr/sr.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = sr
-SOURCES = sr.cpp
diff --git a/plugins/sto/sto.pro b/plugins/sto/sto.pro
deleted file mode 100644
index f5e59fd72..000000000
--- a/plugins/sto/sto.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-DEFINES += "NULL_DESC=\"L\\\"Star Trek Online (Retracted due to lack of maintenance)\\\"\""
-TARGET = sto
-SOURCES = ../null_plugin.cpp
diff --git a/plugins/tf2/tf2.pro b/plugins/tf2/tf2.pro
deleted file mode 100644
index d82afc880..000000000
--- a/plugins/tf2/tf2.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-DEFINES += "NULL_DESC=\"L\\\"Team Fortress 2 (Retracted, now using link)\\\"\""
-TARGET = tf2
-SOURCES = ../null_plugin.cpp
diff --git a/plugins/ut2004/ut2004.pro b/plugins/ut2004/ut2004.pro
deleted file mode 100644
index dec31a7a7..000000000
--- a/plugins/ut2004/ut2004.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = ut2004
-SOURCES = ut2004.cpp
diff --git a/plugins/ut3/ut3.pro b/plugins/ut3/ut3.pro
deleted file mode 100644
index 0996e45ff..000000000
--- a/plugins/ut3/ut3.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = ut3
-SOURCES = ut3.cpp
diff --git a/plugins/ut99/ut99.pro b/plugins/ut99/ut99.pro
deleted file mode 100644
index 73ca310f9..000000000
--- a/plugins/ut99/ut99.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = ut99
-SOURCES = ut99.cpp
diff --git a/plugins/wolfet/wolfet.pro b/plugins/wolfet/wolfet.pro
deleted file mode 100644
index 673283344..000000000
--- a/plugins/wolfet/wolfet.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = wolfet
-SOURCES = wolfet.cpp
diff --git a/plugins/wow/wow.pro b/plugins/wow/wow.pro
deleted file mode 100644
index a49865860..000000000
--- a/plugins/wow/wow.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = wow
-SOURCES = wow.cpp
diff --git a/plugins/wow_x64/wow_x64.pro b/plugins/wow_x64/wow_x64.pro
deleted file mode 100644
index 39f1618aa..000000000
--- a/plugins/wow_x64/wow_x64.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2005-2020 The Mumble Developers. All rights reserved.
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file at the root of the
-# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
-include(../plugins.pri)
-
-TARGET = wow_x64
-SOURCES = wow_x64.cpp