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 /overlay_winx64/overlay_exe_winx64
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 'overlay_winx64/overlay_exe_winx64')
-rw-r--r--overlay_winx64/overlay_exe_winx64/overlay_exe_winx64.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/overlay_winx64/overlay_exe_winx64/overlay_exe_winx64.pro b/overlay_winx64/overlay_exe_winx64/overlay_exe_winx64.pro
deleted file mode 100644
index c49787fe4..000000000
--- a/overlay_winx64/overlay_exe_winx64/overlay_exe_winx64.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>.
-
-CONFIG += force-x86_64-toolchain
-VPATH = ../../overlay/overlay_exe
-TARGET = mumble_ol_helper_x64
-
-include(../../overlay/overlay_exe/overlay_exe-shared.pro)