Skip to content

Commit

Permalink
BUILD(qmake): Remove
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Krzmbrzl committed Sep 2, 2020
1 parent 756a35e commit 34c602c
Show file tree
Hide file tree
Showing 164 changed files with 40 additions and 4,852 deletions.
12 changes: 6 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
[submodule "celt-0.7.0-src"]
path = 3rdparty/celt-0.7.0-src
url = https://github.com/mumble-voip/celt-0.7.0.git
[submodule "opus-src"]
path = 3rdparty/opus-src
[submodule "opus"]
path = 3rdparty/opus
url = https://github.com/mumble-voip/opus.git
[submodule "3rdparty/minhook-src"]
path = 3rdparty/minhook-src
[submodule "3rdparty/minhook"]
path = 3rdparty/minhook
url = https://github.com/mumble-voip/minhook.git
[submodule "3rdparty/mach-override-src"]
path = 3rdparty/mach-override-src
url = https://github.com/mumble-voip/mach_override.git
[submodule "3rdparty/speexdsp-src"]
path = 3rdparty/speexdsp-src
[submodule "3rdparty/speexdsp"]
path = 3rdparty/speexdsp
url = https://github.com/mumble-voip/speexdsp.git
[submodule "3rdparty/rnnoise-src"]
path = 3rdparty/rnnoise-src
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
81 changes: 0 additions & 81 deletions 3rdparty/celt-0.7.0-build/celt-0.7.0-build.pro

This file was deleted.

File renamed without changes.
File renamed without changes.
36 changes: 0 additions & 36 deletions 3rdparty/mach-override-build/mach-override-build.pro

This file was deleted.

41 changes: 0 additions & 41 deletions 3rdparty/minhook-build/minhook-build.pro

This file was deleted.

163 changes: 0 additions & 163 deletions 3rdparty/opus-build/config.h

This file was deleted.

Loading

0 comments on commit 34c602c

Please sign in to comment.