mumble/plugins/rl/rl.pro
Jan Klass 27a983d094 Fix indentation in pro files
Make them consistently two spaces indentation.

In two places a wrong indentation level was fixed.
2017-08-05 20:37:19 +02:00

18 lines
377 B
Prolog

# Copyright 2005-2017 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
win32 {
SOURCES = rl_win32.cpp
LIBS += -luser32
}
linux {
SOURCES = rl_linux.cpp
}