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:
authorJan Klass <kissaki@posteo.de>2017-08-05 21:44:00 +0300
committerJan Klass <kissaki@posteo.de>2017-08-05 21:44:00 +0300
commit23e763888f3cea6613ca16d026e8d9e23d8f66b6 (patch)
tree62ca49b3a2be0268cf57d5f76295b89d455ce2fb /plugins
parent27a983d09443c7c9f41d46ba640106acb3423734 (diff)
Fix assignment spacing in pro files
Consistently use single space before assignment operator.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/aoc/aoc.pro6
-rw-r--r--plugins/arma2/arma2.pro6
-rw-r--r--plugins/bf1942/bf1942.pro6
-rw-r--r--plugins/bf2/bf2.pro6
-rw-r--r--plugins/bf2142/bf2142.pro6
-rw-r--r--plugins/bf3/bf3.pro6
-rw-r--r--plugins/bf4/bf4.pro6
-rw-r--r--plugins/bf4_x86/bf4_x86.pro6
-rw-r--r--plugins/bfbc2/bfbc2.pro6
-rw-r--r--plugins/bfheroes/bfheroes.pro6
-rw-r--r--plugins/blacklight/blacklight.pro6
-rw-r--r--plugins/borderlands/borderlands.pro6
-rw-r--r--plugins/borderlands2/borderlands2.pro6
-rw-r--r--plugins/breach/breach.pro6
-rw-r--r--plugins/cod2/cod2.pro6
-rw-r--r--plugins/cod4/cod4.pro6
-rw-r--r--plugins/cod5/cod5.pro6
-rw-r--r--plugins/codmw2/codmw2.pro6
-rw-r--r--plugins/codmw2so/codmw2so.pro6
-rw-r--r--plugins/cs/cs.pro6
-rw-r--r--plugins/css/css.pro8
-rw-r--r--plugins/dods/dods.pro8
-rw-r--r--plugins/dys/dys.pro6
-rw-r--r--plugins/etqw/etqw.pro6
-rwxr-xr-xplugins/ffxiv/ffxiv.pro6
-rwxr-xr-xplugins/ffxiv_x64/ffxiv_x64.pro6
-rw-r--r--plugins/gmod/gmod.pro6
-rw-r--r--plugins/gtaiv/gtaiv.pro6
-rw-r--r--plugins/gtav/gtav.pro6
-rw-r--r--plugins/gw/gw.pro6
-rw-r--r--plugins/hl2dm/hl2dm.pro8
-rw-r--r--plugins/insurgency/insurgency.pro6
-rwxr-xr-xplugins/jc2/jc2.pro6
-rw-r--r--plugins/l4d/l4d.pro6
-rw-r--r--plugins/link/link.pro8
-rw-r--r--plugins/lol/lol.pro6
-rw-r--r--plugins/lotro/lotro.pro8
-rw-r--r--plugins/ql/ql.pro6
-rw-r--r--plugins/sr/sr.pro6
-rw-r--r--plugins/sto/sto.pro8
-rw-r--r--plugins/tf2/tf2.pro8
-rw-r--r--plugins/ut2004/ut2004.pro6
-rw-r--r--plugins/ut3/ut3.pro6
-rw-r--r--plugins/ut99/ut99.pro6
-rw-r--r--plugins/wolfet/wolfet.pro6
-rw-r--r--plugins/wow/wow.pro6
-rw-r--r--plugins/wow_x64/wow_x64.pro6
47 files changed, 148 insertions, 148 deletions
diff --git a/plugins/aoc/aoc.pro b/plugins/aoc/aoc.pro
index 17ae9d17a..f76a127c6 100644
--- a/plugins/aoc/aoc.pro
+++ b/plugins/aoc/aoc.pro
@@ -5,8 +5,8 @@
include(../plugins.pri)
-TARGET = aoc
-SOURCES = aoc.cpp
-LIBS += -luser32
+TARGET = aoc
+SOURCES = aoc.cpp
+LIBS += -luser32
diff --git a/plugins/arma2/arma2.pro b/plugins/arma2/arma2.pro
index 366f8284f..993f488e9 100644
--- a/plugins/arma2/arma2.pro
+++ b/plugins/arma2/arma2.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = arma2
-SOURCES = arma2.cpp
-LIBS += -luser32
+TARGET = arma2
+SOURCES = arma2.cpp
+LIBS += -luser32
diff --git a/plugins/bf1942/bf1942.pro b/plugins/bf1942/bf1942.pro
index e76e8a159..43244e885 100644
--- a/plugins/bf1942/bf1942.pro
+++ b/plugins/bf1942/bf1942.pro
@@ -5,8 +5,8 @@
include(../plugins.pri)
-TARGET = bf1942
-SOURCES = bf1942.cpp
-LIBS += -luser32
+TARGET = bf1942
+SOURCES = bf1942.cpp
+LIBS += -luser32
diff --git a/plugins/bf2/bf2.pro b/plugins/bf2/bf2.pro
index d8bdfb345..5d6f93759 100644
--- a/plugins/bf2/bf2.pro
+++ b/plugins/bf2/bf2.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = bf2
-SOURCES = bf2.cpp
-LIBS += -luser32
+TARGET = bf2
+SOURCES = bf2.cpp
+LIBS += -luser32
diff --git a/plugins/bf2142/bf2142.pro b/plugins/bf2142/bf2142.pro
index c3e1883c8..53bb4bec5 100644
--- a/plugins/bf2142/bf2142.pro
+++ b/plugins/bf2142/bf2142.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = bf2142
-SOURCES = bf2142.cpp
-LIBS += -luser32
+TARGET = bf2142
+SOURCES = bf2142.cpp
+LIBS += -luser32
diff --git a/plugins/bf3/bf3.pro b/plugins/bf3/bf3.pro
index 0ca09a1ed..6e382a44b 100644
--- a/plugins/bf3/bf3.pro
+++ b/plugins/bf3/bf3.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = bf3
-SOURCES = bf3.cpp
-LIBS += -luser32
+TARGET = bf3
+SOURCES = bf3.cpp
+LIBS += -luser32
diff --git a/plugins/bf4/bf4.pro b/plugins/bf4/bf4.pro
index 2cbda3cbd..35c999041 100644
--- a/plugins/bf4/bf4.pro
+++ b/plugins/bf4/bf4.pro
@@ -1,5 +1,5 @@
include(../plugins.pri)
-TARGET = bf4
-SOURCES = bf4.cpp
-LIBS += -luser32
+TARGET = bf4
+SOURCES = bf4.cpp
+LIBS += -luser32
diff --git a/plugins/bf4_x86/bf4_x86.pro b/plugins/bf4_x86/bf4_x86.pro
index 2fe258696..2aefb8ec3 100644
--- a/plugins/bf4_x86/bf4_x86.pro
+++ b/plugins/bf4_x86/bf4_x86.pro
@@ -1,5 +1,5 @@
include(../plugins.pri)
-TARGET = bf4_x86
-SOURCES = bf4_x86.cpp
-LIBS += -luser32
+TARGET = bf4_x86
+SOURCES = bf4_x86.cpp
+LIBS += -luser32
diff --git a/plugins/bfbc2/bfbc2.pro b/plugins/bfbc2/bfbc2.pro
index 88287324e..142c50d7b 100644
--- a/plugins/bfbc2/bfbc2.pro
+++ b/plugins/bfbc2/bfbc2.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = bfbc2
-SOURCES = bfbc2.cpp
-LIBS += -luser32
+TARGET = bfbc2
+SOURCES = bfbc2.cpp
+LIBS += -luser32
diff --git a/plugins/bfheroes/bfheroes.pro b/plugins/bfheroes/bfheroes.pro
index 176d5499e..fa3aa4514 100644
--- a/plugins/bfheroes/bfheroes.pro
+++ b/plugins/bfheroes/bfheroes.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = bfheroes
-SOURCES = bfheroes.cpp
-LIBS += -luser32
+TARGET = bfheroes
+SOURCES = bfheroes.cpp
+LIBS += -luser32
diff --git a/plugins/blacklight/blacklight.pro b/plugins/blacklight/blacklight.pro
index fbd12b9b6..1145aed4d 100644
--- a/plugins/blacklight/blacklight.pro
+++ b/plugins/blacklight/blacklight.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = blacklight
-SOURCES = blacklight.cpp
-LIBS += -luser32
+TARGET = blacklight
+SOURCES = blacklight.cpp
+LIBS += -luser32
diff --git a/plugins/borderlands/borderlands.pro b/plugins/borderlands/borderlands.pro
index 2c556221a..e30a48f0d 100644
--- a/plugins/borderlands/borderlands.pro
+++ b/plugins/borderlands/borderlands.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = borderlands
-SOURCES = borderlands.cpp
-LIBS += -luser32
+TARGET = borderlands
+SOURCES = borderlands.cpp
+LIBS += -luser32
diff --git a/plugins/borderlands2/borderlands2.pro b/plugins/borderlands2/borderlands2.pro
index fdc19a53d..c7b7dde40 100644
--- a/plugins/borderlands2/borderlands2.pro
+++ b/plugins/borderlands2/borderlands2.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = borderlands2
-SOURCES = borderlands2.cpp
-LIBS += -luser32
+TARGET = borderlands2
+SOURCES = borderlands2.cpp
+LIBS += -luser32
diff --git a/plugins/breach/breach.pro b/plugins/breach/breach.pro
index b62585467..876dff1a7 100644
--- a/plugins/breach/breach.pro
+++ b/plugins/breach/breach.pro
@@ -5,7 +5,7 @@
include(../plugins.pri)
-TARGET = breach
-SOURCES = breach.cpp
-LIBS += -luser32
+TARGET = breach
+SOURCES = breach.cpp
+LIBS += -luser32
diff --git a/plugins/cod2/cod2.pro b/plugins/cod2/cod2.pro
index f791be871..2873ef1b5 100644
--- a/plugins/cod2/cod2.pro
+++ b/plugins/cod2/cod2.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = cod2
-SOURCES = cod2.cpp
-LIBS += -luser32
+TARGET = cod2
+SOURCES = cod2.cpp
+LIBS += -luser32
diff --git a/plugins/cod4/cod4.pro b/plugins/cod4/cod4.pro
index 4d1430c3c..33c96b04f 100644
--- a/plugins/cod4/cod4.pro
+++ b/plugins/cod4/cod4.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = cod4
-SOURCES = cod4.cpp
-LIBS += -luser32
+TARGET = cod4
+SOURCES = cod4.cpp
+LIBS += -luser32
diff --git a/plugins/cod5/cod5.pro b/plugins/cod5/cod5.pro
index 570a4bad7..b463d93c8 100644
--- a/plugins/cod5/cod5.pro
+++ b/plugins/cod5/cod5.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = cod5
-SOURCES = cod5.cpp
-LIBS += -luser32
+TARGET = cod5
+SOURCES = cod5.cpp
+LIBS += -luser32
diff --git a/plugins/codmw2/codmw2.pro b/plugins/codmw2/codmw2.pro
index 7b1a3f19b..3d32f0d33 100644
--- a/plugins/codmw2/codmw2.pro
+++ b/plugins/codmw2/codmw2.pro
@@ -5,8 +5,8 @@
include(../plugins.pri)
-TARGET = codmw2
-SOURCES = codmw2.cpp
-LIBS += -luser32
+TARGET = codmw2
+SOURCES = codmw2.cpp
+LIBS += -luser32
diff --git a/plugins/codmw2so/codmw2so.pro b/plugins/codmw2so/codmw2so.pro
index c28e58f84..721fc4b5e 100644
--- a/plugins/codmw2so/codmw2so.pro
+++ b/plugins/codmw2so/codmw2so.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = codmw2so
-SOURCES = codmw2so.cpp
-LIBS += -luser32
+TARGET = codmw2so
+SOURCES = codmw2so.cpp
+LIBS += -luser32
diff --git a/plugins/cs/cs.pro b/plugins/cs/cs.pro
index 1b3c1a4c3..ef3a6c0a7 100644
--- a/plugins/cs/cs.pro
+++ b/plugins/cs/cs.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = cs
-SOURCES = cs.cpp
-LIBS += -luser32
+TARGET = cs
+SOURCES = cs.cpp
+LIBS += -luser32
diff --git a/plugins/css/css.pro b/plugins/css/css.pro
index df96be34d..ac3a33a79 100644
--- a/plugins/css/css.pro
+++ b/plugins/css/css.pro
@@ -5,7 +5,7 @@
include(../plugins.pri)
-DEFINES += "NULL_DESC=\"L\\\"CounterStrike : Source (Retracted, now using link)\\\"\""
-TARGET = css
-SOURCES = ../null_plugin.cpp
-LIBS += -luser32
+DEFINES += "NULL_DESC=\"L\\\"CounterStrike : Source (Retracted, now using link)\\\"\""
+TARGET = css
+SOURCES = ../null_plugin.cpp
+LIBS += -luser32
diff --git a/plugins/dods/dods.pro b/plugins/dods/dods.pro
index fae717686..6a7df7a5e 100644
--- a/plugins/dods/dods.pro
+++ b/plugins/dods/dods.pro
@@ -5,7 +5,7 @@
include(../plugins.pri)
-DEFINES += "NULL_DESC=\"L\\\"Day of Defeat : Source (Retracted, now using link)\\\"\""
-TARGET = dods
-SOURCES = ../null_plugin.cpp
-LIBS += -luser32
+DEFINES += "NULL_DESC=\"L\\\"Day of Defeat : Source (Retracted, now using link)\\\"\""
+TARGET = dods
+SOURCES = ../null_plugin.cpp
+LIBS += -luser32
diff --git a/plugins/dys/dys.pro b/plugins/dys/dys.pro
index 04b789987..cce61c5d6 100644
--- a/plugins/dys/dys.pro
+++ b/plugins/dys/dys.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = dys
-SOURCES = dys.cpp
-LIBS += -luser32
+TARGET = dys
+SOURCES = dys.cpp
+LIBS += -luser32
diff --git a/plugins/etqw/etqw.pro b/plugins/etqw/etqw.pro
index bb842fb12..539d790b9 100644
--- a/plugins/etqw/etqw.pro
+++ b/plugins/etqw/etqw.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = etqw
-SOURCES = etqw.cpp
-LIBS += -luser32
+TARGET = etqw
+SOURCES = etqw.cpp
+LIBS += -luser32
diff --git a/plugins/ffxiv/ffxiv.pro b/plugins/ffxiv/ffxiv.pro
index 5ccc16e0a..bfdeaee71 100755
--- a/plugins/ffxiv/ffxiv.pro
+++ b/plugins/ffxiv/ffxiv.pro
@@ -5,7 +5,7 @@
include(../plugins.pri)
-TARGET = ffxiv
-SOURCES = ffxiv.cpp
+TARGET = ffxiv
+SOURCES = ffxiv.cpp
-win32:LIBS += -luser32
+win32:LIBS += -luser32
diff --git a/plugins/ffxiv_x64/ffxiv_x64.pro b/plugins/ffxiv_x64/ffxiv_x64.pro
index d775e4165..51ef13703 100755
--- a/plugins/ffxiv_x64/ffxiv_x64.pro
+++ b/plugins/ffxiv_x64/ffxiv_x64.pro
@@ -5,8 +5,8 @@
include(../plugins.pri)
-TARGET = ffxiv_x64
-SOURCES = ../ffxiv/ffxiv.cpp
+TARGET = ffxiv_x64
+SOURCES = ../ffxiv/ffxiv.cpp
DEFINES *= FFXIV_USE_x64
-win32:LIBS += -luser32
+win32:LIBS += -luser32
diff --git a/plugins/gmod/gmod.pro b/plugins/gmod/gmod.pro
index b9af031b6..0e2f2daf7 100644
--- a/plugins/gmod/gmod.pro
+++ b/plugins/gmod/gmod.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = gmod
-SOURCES = gmod.cpp
-LIBS += -luser32
+TARGET = gmod
+SOURCES = gmod.cpp
+LIBS += -luser32
diff --git a/plugins/gtaiv/gtaiv.pro b/plugins/gtaiv/gtaiv.pro
index 7cd54c6c1..63c3b9ffe 100644
--- a/plugins/gtaiv/gtaiv.pro
+++ b/plugins/gtaiv/gtaiv.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = gtaiv
-SOURCES = gtaiv.cpp
-LIBS += -luser32
+TARGET = gtaiv
+SOURCES = gtaiv.cpp
+LIBS += -luser32
diff --git a/plugins/gtav/gtav.pro b/plugins/gtav/gtav.pro
index 9e6a389ec..5c2f30e9c 100644
--- a/plugins/gtav/gtav.pro
+++ b/plugins/gtav/gtav.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = gtav
-SOURCES = gtav.cpp
-LIBS += -luser32
+TARGET = gtav
+SOURCES = gtav.cpp
+LIBS += -luser32
diff --git a/plugins/gw/gw.pro b/plugins/gw/gw.pro
index 1067571c2..79044e4a8 100644
--- a/plugins/gw/gw.pro
+++ b/plugins/gw/gw.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = gw
-SOURCES = gw.cpp
-LIBS += -luser32
+TARGET = gw
+SOURCES = gw.cpp
+LIBS += -luser32
diff --git a/plugins/hl2dm/hl2dm.pro b/plugins/hl2dm/hl2dm.pro
index 258a5e1e7..6e7a45888 100644
--- a/plugins/hl2dm/hl2dm.pro
+++ b/plugins/hl2dm/hl2dm.pro
@@ -5,7 +5,7 @@
include(../plugins.pri)
-DEFINES += "NULL_DESC=\"L\\\"Half Life 2 Death Match (Retracted, now using link)\\\"\""
-TARGET = hl2dm
-SOURCES = ../null_plugin.cpp
-LIBS += -luser32
+DEFINES += "NULL_DESC=\"L\\\"Half Life 2 Death Match (Retracted, now using link)\\\"\""
+TARGET = hl2dm
+SOURCES = ../null_plugin.cpp
+LIBS += -luser32
diff --git a/plugins/insurgency/insurgency.pro b/plugins/insurgency/insurgency.pro
index 11ff032de..7f3074f20 100644
--- a/plugins/insurgency/insurgency.pro
+++ b/plugins/insurgency/insurgency.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = insurgency
-SOURCES = insurgency.cpp
-LIBS += -luser32
+TARGET = insurgency
+SOURCES = insurgency.cpp
+LIBS += -luser32
diff --git a/plugins/jc2/jc2.pro b/plugins/jc2/jc2.pro
index d555dda6d..59a687134 100755
--- a/plugins/jc2/jc2.pro
+++ b/plugins/jc2/jc2.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = jc2
-SOURCES = jc2.cpp
-LIBS += -luser32
+TARGET = jc2
+SOURCES = jc2.cpp
+LIBS += -luser32
diff --git a/plugins/l4d/l4d.pro b/plugins/l4d/l4d.pro
index 96d78f1a6..4b291bbee 100644
--- a/plugins/l4d/l4d.pro
+++ b/plugins/l4d/l4d.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = l4d
-SOURCES = l4d.cpp
-LIBS += -luser32
+TARGET = l4d
+SOURCES = l4d.cpp
+LIBS += -luser32
diff --git a/plugins/link/link.pro b/plugins/link/link.pro
index 301f736ad..0f0be2c88 100644
--- a/plugins/link/link.pro
+++ b/plugins/link/link.pro
@@ -5,15 +5,15 @@
include(../plugins.pri)
-TARGET = link
+TARGET = link
win32 {
- SOURCES = link.cpp
- LIBS += -luser32
+ SOURCES = link.cpp
+ LIBS += -luser32
}
unix {
- SOURCES = link-posix.cpp
+ SOURCES = link-posix.cpp
linux* {
LIBS += -lrt
diff --git a/plugins/lol/lol.pro b/plugins/lol/lol.pro
index a330782de..12d5bd4ce 100644
--- a/plugins/lol/lol.pro
+++ b/plugins/lol/lol.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = lol
-SOURCES = lol.cpp
-LIBS += -luser32
+TARGET = lol
+SOURCES = lol.cpp
+LIBS += -luser32
diff --git a/plugins/lotro/lotro.pro b/plugins/lotro/lotro.pro
index d505b8d47..e47918ea2 100644
--- a/plugins/lotro/lotro.pro
+++ b/plugins/lotro/lotro.pro
@@ -5,7 +5,7 @@
include(../plugins.pri)
-TARGET = lotro
-SOURCES = lotro.cpp
-LIBS += -luser32
-CONFIG += qt
+TARGET = lotro
+SOURCES = lotro.cpp
+LIBS += -luser32
+CONFIG += qt
diff --git a/plugins/ql/ql.pro b/plugins/ql/ql.pro
index 9f39f7494..d96ce5d3c 100644
--- a/plugins/ql/ql.pro
+++ b/plugins/ql/ql.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = ql
-SOURCES = ql.cpp
-LIBS += -luser32
+TARGET = ql
+SOURCES = ql.cpp
+LIBS += -luser32
diff --git a/plugins/sr/sr.pro b/plugins/sr/sr.pro
index 0c4ada596..5ab698dbb 100644
--- a/plugins/sr/sr.pro
+++ b/plugins/sr/sr.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = sr
-SOURCES = sr.cpp
-LIBS += -luser32
+TARGET = sr
+SOURCES = sr.cpp
+LIBS += -luser32
diff --git a/plugins/sto/sto.pro b/plugins/sto/sto.pro
index fb4d7d211..a75547eaa 100644
--- a/plugins/sto/sto.pro
+++ b/plugins/sto/sto.pro
@@ -5,7 +5,7 @@
include(../plugins.pri)
-DEFINES += "NULL_DESC=\"L\\\"Star Trek Online (Retracted due to lack of maintenance)\\\"\""
-TARGET = sto
-SOURCES = ../null_plugin.cpp
-LIBS += -luser32
+DEFINES += "NULL_DESC=\"L\\\"Star Trek Online (Retracted due to lack of maintenance)\\\"\""
+TARGET = sto
+SOURCES = ../null_plugin.cpp
+LIBS += -luser32
diff --git a/plugins/tf2/tf2.pro b/plugins/tf2/tf2.pro
index 14fbfc384..a5c1b1ed6 100644
--- a/plugins/tf2/tf2.pro
+++ b/plugins/tf2/tf2.pro
@@ -5,7 +5,7 @@
include(../plugins.pri)
-DEFINES += "NULL_DESC=\"L\\\"Team Fortress 2 (Retracted, now using link)\\\"\""
-TARGET = tf2
-SOURCES = ../null_plugin.cpp
-LIBS += -luser32
+DEFINES += "NULL_DESC=\"L\\\"Team Fortress 2 (Retracted, now using link)\\\"\""
+TARGET = tf2
+SOURCES = ../null_plugin.cpp
+LIBS += -luser32
diff --git a/plugins/ut2004/ut2004.pro b/plugins/ut2004/ut2004.pro
index 50e81706f..ef86bada8 100644
--- a/plugins/ut2004/ut2004.pro
+++ b/plugins/ut2004/ut2004.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = ut2004
-SOURCES = ut2004.cpp
-LIBS += -luser32
+TARGET = ut2004
+SOURCES = ut2004.cpp
+LIBS += -luser32
diff --git a/plugins/ut3/ut3.pro b/plugins/ut3/ut3.pro
index 1dbf9443a..c8431fbc1 100644
--- a/plugins/ut3/ut3.pro
+++ b/plugins/ut3/ut3.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = ut3
-SOURCES = ut3.cpp
-LIBS += -luser32
+TARGET = ut3
+SOURCES = ut3.cpp
+LIBS += -luser32
diff --git a/plugins/ut99/ut99.pro b/plugins/ut99/ut99.pro
index 6a5f56f89..e0a5284f1 100644
--- a/plugins/ut99/ut99.pro
+++ b/plugins/ut99/ut99.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = ut99
-SOURCES = ut99.cpp
-LIBS += -luser32
+TARGET = ut99
+SOURCES = ut99.cpp
+LIBS += -luser32
diff --git a/plugins/wolfet/wolfet.pro b/plugins/wolfet/wolfet.pro
index 48ac464c5..3e8c660a1 100644
--- a/plugins/wolfet/wolfet.pro
+++ b/plugins/wolfet/wolfet.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = wolfet
-SOURCES = wolfet.cpp
-LIBS += -luser32
+TARGET = wolfet
+SOURCES = wolfet.cpp
+LIBS += -luser32
diff --git a/plugins/wow/wow.pro b/plugins/wow/wow.pro
index 17e41b7fd..9e4a21154 100644
--- a/plugins/wow/wow.pro
+++ b/plugins/wow/wow.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = wow
-SOURCES = wow.cpp
-LIBS += -luser32
+TARGET = wow
+SOURCES = wow.cpp
+LIBS += -luser32
diff --git a/plugins/wow_x64/wow_x64.pro b/plugins/wow_x64/wow_x64.pro
index c77e6f8df..b38402303 100644
--- a/plugins/wow_x64/wow_x64.pro
+++ b/plugins/wow_x64/wow_x64.pro
@@ -5,6 +5,6 @@
include(../plugins.pri)
-TARGET = wow_x64
-SOURCES = wow_x64.cpp
-LIBS += -luser32
+TARGET = wow_x64
+SOURCES = wow_x64.cpp
+LIBS += -luser32