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:
Diffstat (limited to 'plugins/rl/rl.pro')
-rw-r--r--plugins/rl/rl.pro10
1 files changed, 2 insertions, 8 deletions
diff --git a/plugins/rl/rl.pro b/plugins/rl/rl.pro
index 504852a6d..595e3de03 100644
--- a/plugins/rl/rl.pro
+++ b/plugins/rl/rl.pro
@@ -6,12 +6,6 @@
include(../plugins.pri)
TARGET = rl
+SOURCES = rl.cpp
-win32 {
- SOURCES = rl_win32.cpp
- LIBS += -luser32
-}
-
-linux {
- SOURCES = rl_linux.cpp
-}
+win32:LIBS += -luser32