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 /3rdparty
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 '3rdparty')
-rw-r--r--3rdparty/arc4random/LICENSE (renamed from 3rdparty/arc4random-src/LICENSE)0
-rw-r--r--3rdparty/arc4random/arc4random_uniform.cpp (renamed from 3rdparty/arc4random-src/arc4random_uniform.cpp)0
-rw-r--r--3rdparty/arc4random/arc4random_uniform.h (renamed from 3rdparty/arc4random-src/arc4random_uniform.h)0
-rw-r--r--3rdparty/celt-0.7.0-build/celt-0.7.0-build.pro81
-rw-r--r--3rdparty/jack/jack/systemdeps.h (renamed from 3rdparty/jack-src/jack/systemdeps.h)0
-rw-r--r--3rdparty/jack/jack/types.h (renamed from 3rdparty/jack-src/jack/types.h)0
-rw-r--r--3rdparty/mach-override-build/mach-override-build.pro36
m---------3rdparty/minhook (renamed from 3rdparty/minhook-src)0
-rw-r--r--3rdparty/minhook-build/minhook-build.pro41
m---------3rdparty/opus (renamed from 3rdparty/opus-src)0
-rw-r--r--3rdparty/opus-build/config.h163
-rw-r--r--3rdparty/opus-build/opus-build.pro254
-rw-r--r--3rdparty/opus-build/win32/config.h65
-rw-r--r--3rdparty/opus-build/win32/version.h1
-rw-r--r--3rdparty/portaudio/portaudio.h (renamed from 3rdparty/portaudio-src/portaudio.h)0
-rw-r--r--3rdparty/qqbonjour/BonjourRecord.h (renamed from 3rdparty/qqbonjour-src/BonjourRecord.h)0
-rw-r--r--3rdparty/qqbonjour/BonjourServiceBrowser.cpp (renamed from 3rdparty/qqbonjour-src/BonjourServiceBrowser.cpp)0
-rw-r--r--3rdparty/qqbonjour/BonjourServiceBrowser.h (renamed from 3rdparty/qqbonjour-src/BonjourServiceBrowser.h)0
-rw-r--r--3rdparty/qqbonjour/BonjourServiceRegister.cpp (renamed from 3rdparty/qqbonjour-src/BonjourServiceRegister.cpp)0
-rw-r--r--3rdparty/qqbonjour/BonjourServiceRegister.h (renamed from 3rdparty/qqbonjour-src/BonjourServiceRegister.h)0
-rw-r--r--3rdparty/qqbonjour/BonjourServiceResolver.cpp (renamed from 3rdparty/qqbonjour-src/BonjourServiceResolver.cpp)0
-rw-r--r--3rdparty/qqbonjour/BonjourServiceResolver.h (renamed from 3rdparty/qqbonjour-src/BonjourServiceResolver.h)0
-rw-r--r--3rdparty/qqbonjour/LICENSE (renamed from 3rdparty/qqbonjour-src/LICENSE)0
-rw-r--r--3rdparty/qqbonjour/README (renamed from 3rdparty/qqbonjour-src/README)0
-rw-r--r--3rdparty/rnnoise-build/rnnoise-build.pro63
-rw-r--r--3rdparty/smallft/LICENSE (renamed from 3rdparty/smallft-src/LICENSE)0
-rw-r--r--3rdparty/smallft/smallft.cpp (renamed from 3rdparty/smallft-src/smallft.cpp)0
-rw-r--r--3rdparty/smallft/smallft.h (renamed from 3rdparty/smallft-src/smallft.h)0
-rw-r--r--3rdparty/speex-build/AGC.pro11
-rw-r--r--3rdparty/speex-build/CMakeLists.txt2
-rw-r--r--3rdparty/speex-build/ResampMark.pro11
-rw-r--r--3rdparty/speex-build/SpeexMark.pro11
-rw-r--r--3rdparty/speex-build/speex-build.pro75
m---------3rdparty/speexdsp (renamed from 3rdparty/speexdsp-src)0
-rw-r--r--3rdparty/xinputcheck-build/xinputcheck-build.pro18
35 files changed, 1 insertions, 831 deletions
diff --git a/3rdparty/arc4random-src/LICENSE b/3rdparty/arc4random/LICENSE
index 377f424fe..377f424fe 100644
--- a/3rdparty/arc4random-src/LICENSE
+++ b/3rdparty/arc4random/LICENSE
diff --git a/3rdparty/arc4random-src/arc4random_uniform.cpp b/3rdparty/arc4random/arc4random_uniform.cpp
index 4ac1b6724..4ac1b6724 100644
--- a/3rdparty/arc4random-src/arc4random_uniform.cpp
+++ b/3rdparty/arc4random/arc4random_uniform.cpp
diff --git a/3rdparty/arc4random-src/arc4random_uniform.h b/3rdparty/arc4random/arc4random_uniform.h
index 730f948c8..730f948c8 100644
--- a/3rdparty/arc4random-src/arc4random_uniform.h
+++ b/3rdparty/arc4random/arc4random_uniform.h
diff --git a/3rdparty/celt-0.7.0-build/celt-0.7.0-build.pro b/3rdparty/celt-0.7.0-build/celt-0.7.0-build.pro
deleted file mode 100644
index e36dd8971..000000000
--- a/3rdparty/celt-0.7.0-build/celt-0.7.0-build.pro
+++ /dev/null
@@ -1,81 +0,0 @@
-include(../../qmake/compiler.pri)
-
-BUILDDIR=$$basename(PWD)
-SOURCEDIR=$$replace(BUILDDIR,-build,-src)
-VERSION=$$replace(BUILDDIR,-build,)
-VERSION=$$replace(VERSION,celt-,)
-
-!exists(../$$SOURCEDIR/COPYING) {
- message("The $$SOURCEDIR/ directory was not found. Please update your submodules (git submodule update --init) or build with CONFIG+=no-bundled-celt.")
- error("Aborting configuration")
-}
-
-TEMPLATE = lib
-CONFIG -= qt
-CONFIG += debug_and_release
-CONFIG -= warn_on
-CONFIG += warn_off
-CONFIG += no_include_pwd
-VPATH = ../$$SOURCEDIR/libcelt
-TARGET = celt0
-RC_FILE = celt-0.7.0.rc
-DEFINES += HAVE_CONFIG_H
-TARGET_VERSION_EXT = .$$VERSION
-
-CONFIG(sbcelt) {
- TARGET = celt
- CONFIG += static
-} else {
- CONFIG(static) {
- CONFIG -= static
- CONFIG += shared
- }
-}
-
-!CONFIG(third-party-warnings) {
- # We ignore warnings in third party builds. We won't actually look
- # at them and they clutter out our warnings.
- CONFIG -= warn_on
- CONFIG += warn_off
-}
-
-QMAKE_CFLAGS -= -fPIE -pie
-
-win32 {
- DEFINES += WIN32 _WIN32
-
- win32-g++ {
- # MinGW uses the config.h for Unix-like systems.
- INCLUDEPATH += ../$$BUILDDIR
- }
-
- win32-msvc* {
- INCLUDEPATH += ../$$BUILDDIR/win32
-
- CONFIG(sse2) {
- TARGET_VERSION_EXT = .$${VERSION}.sse2
- } else {
- QMAKE_CFLAGS_RELEASE -= -arch:SSE
- QMAKE_CFLAGS_DEBUG -= -arch:SSE
- }
- }
-}
-
-unix {
- contains(QMAKE_CFLAGS, -ffast-math) {
- DEFINES += FLOAT_APPROX
- }
-
- INCLUDEPATH += ../$$BUILDDIR
-}
-
-SOURCES *= bands.c celt.c cwrs.c entcode.c entdec.c entenc.c header.c kiss_fft.c kiss_fftr.c laplace.c mdct.c modes.c pitch.c psy.c quant_bands.c rangedec.c rangeenc.c rate.c vq.c
-
-# TARGET is the same in both versions of CELT, thus we have to specify
-# a separated folder to prevent objects collision between the two.
-OBJECTS_DIR = $$OBJECTS_ROOT/celt-0.7.0-build
-MOC_DIR = $$MOC_ROOT/celt-0.7.0-build
-RCC_DIR = $$RCC_ROOT/celt-0.7.0-build
-UI_DIR = $$UI_ROOT/celt-0.7.0-build
-
-include(../../qmake/symbols.pri)
diff --git a/3rdparty/jack-src/jack/systemdeps.h b/3rdparty/jack/jack/systemdeps.h
index 1a1119272..1a1119272 100644
--- a/3rdparty/jack-src/jack/systemdeps.h
+++ b/3rdparty/jack/jack/systemdeps.h
diff --git a/3rdparty/jack-src/jack/types.h b/3rdparty/jack/jack/types.h
index b62af9648..b62af9648 100644
--- a/3rdparty/jack-src/jack/types.h
+++ b/3rdparty/jack/jack/types.h
diff --git a/3rdparty/mach-override-build/mach-override-build.pro b/3rdparty/mach-override-build/mach-override-build.pro
deleted file mode 100644
index 95edf66f9..000000000
--- a/3rdparty/mach-override-build/mach-override-build.pro
+++ /dev/null
@@ -1,36 +0,0 @@
-include(../../qmake/compiler.pri)
-
-BUILDDIR=$$basename(PWD)
-SOURCEDIR=$$replace(BUILDDIR,-build,-src)
-
-!exists(../$$SOURCEDIR/README.markdown) {
- message("The $$SOURCEDIR/ directory was not found. Please update your submodules (git submodule update --init).")
- error("Aborting configuration")
-}
-
-TEMPLATE = lib
-CONFIG -= qt
-CONFIG += debug_and_release
-CONFIG += staticlib
-CONFIG += x86_64 x86
-
-!CONFIG(third-party-warnings) {
- # We ignore warnings in third party builds. We won't actually look
- # at them and they clutter out our warnings.
- CONFIG -= warn_on
- CONFIG += warn_off
-}
-
-VPATH = ../mach-override-src
-TARGET = mach-override
-INCLUDEPATH = ../mach-override-src/ ../mach-override-src/libudis86
-
-SOURCES *= \
- mach_override.c \
- libudis86/decode.c \
- libudis86/input.c \
- libudis86/itab.c \
- libudis86/syn-att.c \
- libudis86/syn-intel.c \
- libudis86/syn.c \
- libudis86/udis86.c
diff --git a/3rdparty/minhook-src b/3rdparty/minhook
-Subproject 5e338f86bc29ff9de49a274ae6cbc0c21cdc115
+Subproject 5e338f86bc29ff9de49a274ae6cbc0c21cdc115
diff --git a/3rdparty/minhook-build/minhook-build.pro b/3rdparty/minhook-build/minhook-build.pro
deleted file mode 100644
index 1aada668c..000000000
--- a/3rdparty/minhook-build/minhook-build.pro
+++ /dev/null
@@ -1,41 +0,0 @@
-CONFIG += force-x86_64-toolchain
-include(../../qmake/compiler.pri)
-
-BUILDDIR=$$basename(PWD)
-SOURCEDIR=$$replace(BUILDDIR,-build,-src)
-
-!exists(../$$SOURCEDIR/README.md) {
- message("The $$SOURCEDIR/ directory was not found. Please update your submodules (git submodule update --init).")
- error("Aborting configuration")
-}
-
-TEMPLATE = lib
-CONFIG -= qt
-CONFIG += debug_and_release
-CONFIG += staticlib
-VPATH = ../$$SOURCEDIR
-TARGET = minhook
-INCLUDEPATH *= ../$$SOURCEDIR/src ../$$SOURCEDIR/src/hde ../$$SOURCEDIR/include
-DEFINES += WIN32 _WINDOWS _USRDLL MINHOOK_EXPORTS
-
-!CONFIG(third-party-warnings) {
- # We ignore warnings in third party builds. We won't actually look
- # at them and they clutter out our warnings.
- CONFIG -= warn_on
- CONFIG += warn_off
-}
-
-win32-msvc* {
- QMAKE_CFLAGS_RELEASE -= -MD
- QMAKE_CFLAGS_DEBUG -= -MDd
-
- QMAKE_CXXFLAGS_RELEASE *= -MT
- QMAKE_CXXFLAGS_DEBUG *= -MTd
-}
-
-SOURCES *= \
- src/hde/hde64.c \
- src/hde/hde32.c \
- src/buffer.c \
- src/hook.c \
- src/trampoline.c
diff --git a/3rdparty/opus-src b/3rdparty/opus
-Subproject 296d213da679eea977a869583b59f1e5a51b9ff
+Subproject 296d213da679eea977a869583b59f1e5a51b9ff
diff --git a/3rdparty/opus-build/config.h b/3rdparty/opus-build/config.h
deleted file mode 100644
index 889d7995e..000000000
--- a/3rdparty/opus-build/config.h
+++ /dev/null
@@ -1,163 +0,0 @@
-/* config.h. Generated from config.h.in by configure. */
-/* config.h.in. Generated from configure.ac by autoheader. */
-
-/* Use ARM NEON optimizations */
-/* #undef ARM_HAVE_NEON */
-
-/* Use generic ARMv4 asm optimizations */
-/* #undef ARMv4_ASM */
-
-/* Use ARMv5E asm optimizations */
-/* #undef ARMv5E_ASM */
-
-/* Use ARMv6 asm optimizations */
-/* #undef ARMv6_ASM */
-
-/* Custom modes */
-/* #undef CUSTOM_MODES */
-
-/* Assertions */
-/* #undef ENABLE_ASSERTIONS */
-
-/* Debug fixed-point implementation */
-/* #undef FIXED_DEBUG */
-
-/* Compile as fixed-point (for machines without a fast enough FPU) */
-/* #undef FIXED_POINT */
-
-/* Float approximations */
-/* #undef FLOAT_APPROX */
-
-/* Fuzzing */
-/* #undef FUZZING */
-
-/* Define to 1 if you have the <alloca.h> header file. */
-/* #undef HAVE_ALLOCA_H */
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#define HAVE_DLFCN_H 1
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H 1
-
-/* Define to 1 if you have the `lrint' function. */
-#define HAVE_LRINT 1
-
-/* Define to 1 if you have the `lrintf' function. */
-#define HAVE_LRINTF 1
-
-/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#define HAVE_STDINT_H 1
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 1
-
-/* Define to 1 if you have the <strings.h> header file. */
-#define HAVE_STRINGS_H 1
-
-/* Define to 1 if you have the <string.h> header file. */
-#define HAVE_STRING_H 1
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#define HAVE_SYS_STAT_H 1
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#define HAVE_SYS_TYPES_H 1
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#define HAVE_UNISTD_H 1
-
-/* Define to 1 if you have the `__malloc_hook' function. */
-#define HAVE___MALLOC_HOOK 1
-
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
-#define LT_OBJDIR ".libs/"
-
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-/* #undef NO_MINUS_C_MINUS_O */
-
-/* This is a build of OPUS */
-#define OPUS_BUILD /**/
-
-/* Use run-time CPU capabilities detection */
-/* #undef OPUS_HAVE_RTCD */
-
-/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "opus@xiph.org"
-
-/* Define to the full name of this package. */
-#define PACKAGE_NAME "opus"
-
-/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "opus 1.2.1"
-
-/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "opus"
-
-/* Define to the home page for this package. */
-#define PACKAGE_URL ""
-
-/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.2.1"
-
-/* Define to 1 if you have the ANSI C header files. */
-#define STDC_HEADERS 1
-
-/* Make use of alloca */
-/* #undef USE_ALLOCA */
-
-/* Use C99 variable-size arrays */
-#define VAR_ARRAYS 1
-
-/* Define to empty if `const' does not conform to ANSI C. */
-/* #undef const */
-
-/* Define to `__inline__' or `__inline' if that's what the C compiler
- calls it, or to nothing if 'inline' is not supported under any name. */
-#ifndef __cplusplus
-/* #undef inline */
-#endif
-
-/* Define to the equivalent of the C99 'restrict' keyword, or to
- nothing if this is not supported. Do not define if restrict is
- supported directly. */
-#define restrict __restrict
-/* Work around a bug in Sun C++: it does not support _Restrict or
- __restrict__, even though the corresponding Sun C compiler ends up with
- "#define restrict _Restrict" or "#define restrict __restrict__" in the
- previous line. Perhaps some future version of Sun C++ will work with
- restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
-#if defined __SUNPRO_CC && !defined __RESTRICT
-# define _Restrict
-# define __restrict__
-#endif
-
-// For now, only enable for OS X. We're sure
-// that modern OS X is x86-64, but we can't make
-// the same assumption for other Unix-like OSes.
-#if defined(__APPLE__) && defined(__x86_64__)
-/* Use run-time CPU capabilities detection */
-/* #undef OPUS_HAVE_RTCD */
-
-/* Compiler supports X86 SSE Intrinsics */
-#define OPUS_X86_MAY_HAVE_SSE 1
-
-/* Compiler supports X86 SSE2 Intrinsics */
-#define OPUS_X86_MAY_HAVE_SSE2 1
-
-/* Compiler supports X86 SSE4.1 Intrinsics */
-/* #undef OPUS_X86_MAY_HAVE_SSE4_1 */
-
-/* Define if binary requires SSE intrinsics support */
-#define OPUS_X86_PRESUME_SSE 1
-
-/* Define if binary requires SSE2 intrinsics support */
-#define OPUS_X86_PRESUME_SSE2 1
-
-/* Define if binary requires SSE4.1 intrinsics support */
-/* #undef OPUS_X86_PRESUME_SSE4_1 */
-#endif
diff --git a/3rdparty/opus-build/opus-build.pro b/3rdparty/opus-build/opus-build.pro
deleted file mode 100644
index cc8a6460b..000000000
--- a/3rdparty/opus-build/opus-build.pro
+++ /dev/null
@@ -1,254 +0,0 @@
-include(../../qmake/compiler.pri)
-
-BUILDDIR=$$basename(PWD)
-SOURCEDIR=$$replace(BUILDDIR,-build,-src)
-
-!win32 {
- VERSION=0 #$$ Fool packaging script
-}
-
-!exists(../$$SOURCEDIR/COPYING) {
- message("The $$SOURCEDIR/ directory was not found. Please update your submodules (git submodule update --init).")
- error("Aborting configuration")
-}
-
-TEMPLATE = lib
-CONFIG -= qt
-CONFIG += debug_and_release
-CONFIG += no_include_pwd
-VPATH = ../$$SOURCEDIR
-TARGET = opus
-DEFINES += HAVE_CONFIG_H
-
-CONFIG(static) {
- CONFIG -= static
- CONFIG += shared
-}
-
-!CONFIG(third-party-warnings) {
- # We ignore warnings in third party builds. We won't actually look
- # at them and they clutter out our warnings.
- CONFIG -= warn_on
- CONFIG += warn_off
-}
-
-QMAKE_CFLAGS -= -fPIE -pie
-
-win32 {
- DEFINES += WIN32 _WIN32
- INCLUDEPATH += ../$$BUILDDIR/win32
-
- CONFIG(sse2) {
- TARGET_VERSION_EXT = .sse2
- } else {
- QMAKE_CFLAGS_RELEASE -= -arch:SSE
- QMAKE_CFLAGS_DEBUG -= -arch:SSE
- }
-}
-
-unix {
- contains(QMAKE_CFLAGS, -ffast-math) {
- DEFINES += FLOAT_APPROX
- }
-
- INCLUDEPATH += ../$$BUILDDIR
-}
-
-INCLUDEPATH *= \
-../$$SOURCEDIR \
-../$$SOURCEDIR/celt \
-../$$SOURCEDIR/celt/x86 \
-../$$SOURCEDIR/include \
-../$$SOURCEDIR/silk \
-../$$SOURCEDIR/silk/x86 \
-../$$SOURCEDIR/silk/float
-
-win32-msvc* {
- CONFIG *= opus-sse-sources
- CONFIG *= opus-sse2-sources
- CONFIG *= opus-sse41-sources
-}
-
-macx:!CONFIG(universal) {
- CONFIG *= opus-sse-sources
- CONFIG *= opus-sse2-sources
-}
-
-# celt_sources.mk: CELT_SOURCES
-SOURCES *= \
-celt/bands.c \
-celt/celt.c \
-celt/celt_encoder.c \
-celt/celt_decoder.c \
-celt/cwrs.c \
-celt/entcode.c \
-celt/entdec.c \
-celt/entenc.c \
-celt/kiss_fft.c \
-celt/laplace.c \
-celt/mathops.c \
-celt/mdct.c \
-celt/modes.c \
-celt/pitch.c \
-celt/celt_lpc.c \
-celt/quant_bands.c \
-celt/rate.c \
-celt/vq.c
-
-CONFIG(opus-sse-sources) {
- # celt_sources.mk: CELT_SOURCES_SSE
- SOURCES *= \
- celt/x86/x86cpu.c \
- celt/x86/x86_celt_map.c \
- celt/x86/pitch_sse.c
-}
-
-CONFIG(opus-sse2-sources) {
- # celt_sources.mk: CELT_SOURCES_SSE2
- SOURCES *= \
- celt/x86/pitch_sse2.c \
- celt/x86/vq_sse2.c
-}
-
-CONFIG(opus-sse41-sources) {
- # celt_sources.mk: CELT_SOURCES_SSE4_1
- SOURCES *= \
- celt/x86/celt_lpc_sse4_1.c \
- celt/x86/pitch_sse4_1.c
-}
-
-# silk_sources.mk: SILK_SOURCES + SILK_SOURCES_FLOAT
-SOURCES *= \
-silk/CNG.c \
-silk/code_signs.c \
-silk/init_decoder.c \
-silk/decode_core.c \
-silk/decode_frame.c \
-silk/decode_parameters.c \
-silk/decode_indices.c \
-silk/decode_pulses.c \
-silk/decoder_set_fs.c \
-silk/dec_API.c \
-silk/enc_API.c \
-silk/encode_indices.c \
-silk/encode_pulses.c \
-silk/gain_quant.c \
-silk/interpolate.c \
-silk/LP_variable_cutoff.c \
-silk/NLSF_decode.c \
-silk/NSQ.c \
-silk/NSQ_del_dec.c \
-silk/PLC.c \
-silk/shell_coder.c \
-silk/tables_gain.c \
-silk/tables_LTP.c \
-silk/tables_NLSF_CB_NB_MB.c \
-silk/tables_NLSF_CB_WB.c \
-silk/tables_other.c \
-silk/tables_pitch_lag.c \
-silk/tables_pulses_per_block.c \
-silk/VAD.c \
-silk/control_audio_bandwidth.c \
-silk/quant_LTP_gains.c \
-silk/VQ_WMat_EC.c \
-silk/HP_variable_cutoff.c \
-silk/NLSF_encode.c \
-silk/NLSF_VQ.c \
-silk/NLSF_unpack.c \
-silk/NLSF_del_dec_quant.c \
-silk/process_NLSFs.c \
-silk/stereo_LR_to_MS.c \
-silk/stereo_MS_to_LR.c \
-silk/check_control_input.c \
-silk/control_SNR.c \
-silk/init_encoder.c \
-silk/control_codec.c \
-silk/A2NLSF.c \
-silk/ana_filt_bank_1.c \
-silk/biquad_alt.c \
-silk/bwexpander_32.c \
-silk/bwexpander.c \
-silk/debug.c \
-silk/decode_pitch.c \
-silk/inner_prod_aligned.c \
-silk/lin2log.c \
-silk/log2lin.c \
-silk/LPC_analysis_filter.c \
-silk/LPC_inv_pred_gain.c \
-silk/table_LSF_cos.c \
-silk/NLSF2A.c \
-silk/NLSF_stabilize.c \
-silk/NLSF_VQ_weights_laroia.c \
-silk/pitch_est_tables.c \
-silk/resampler.c \
-silk/resampler_down2_3.c \
-silk/resampler_down2.c \
-silk/resampler_private_AR2.c \
-silk/resampler_private_down_FIR.c \
-silk/resampler_private_IIR_FIR.c \
-silk/resampler_private_up2_HQ.c \
-silk/resampler_rom.c \
-silk/sigm_Q15.c \
-silk/sort.c \
-silk/sum_sqr_shift.c \
-silk/stereo_decode_pred.c \
-silk/stereo_encode_pred.c \
-silk/stereo_find_predictor.c \
-silk/stereo_quant_pred.c \
-silk/LPC_fit.c \
-silk/float/apply_sine_window_FLP.c \
-silk/float/corrMatrix_FLP.c \
-silk/float/encode_frame_FLP.c \
-silk/float/find_LPC_FLP.c \
-silk/float/find_LTP_FLP.c \
-silk/float/find_pitch_lags_FLP.c \
-silk/float/find_pred_coefs_FLP.c \
-silk/float/LPC_analysis_filter_FLP.c \
-silk/float/LTP_analysis_filter_FLP.c \
-silk/float/LTP_scale_ctrl_FLP.c \
-silk/float/noise_shape_analysis_FLP.c \
-silk/float/process_gains_FLP.c \
-silk/float/regularize_correlations_FLP.c \
-silk/float/residual_energy_FLP.c \
-silk/float/warped_autocorrelation_FLP.c \
-silk/float/wrappers_FLP.c \
-silk/float/autocorrelation_FLP.c \
-silk/float/burg_modified_FLP.c \
-silk/float/bwexpander_FLP.c \
-silk/float/energy_FLP.c \
-silk/float/inner_product_FLP.c \
-silk/float/k2a_FLP.c \
-silk/float/LPC_inv_pred_gain_FLP.c \
-silk/float/pitch_analysis_core_FLP.c \
-silk/float/scale_copy_vector_FLP.c \
-silk/float/scale_vector_FLP.c \
-silk/float/schur_FLP.c \
-silk/float/sort_FLP.c
-
-CONFIG(opus-sse41-sources) {
- # silk_sources.mk: SILK_SOURCES_SSE4_1
- SOURCES *= \
- silk/x86/NSQ_sse4_1.c \
- silk/x86/NSQ_del_dec_sse4_1.c \
- silk/x86/x86_silk_map.c \
- silk/x86/VAD_sse4_1.c \
- silk/x86/VQ_WMat_EC_sse4_1.c
-}
-
-# opus_sources.mk: OPUS_SOURCES + OPUS_SOURCES_FLOAT
-SOURCES *= \
-src/opus.c \
-src/opus_decoder.c \
-src/opus_encoder.c \
-src/opus_multistream.c \
-src/opus_multistream_encoder.c \
-src/opus_multistream_decoder.c \
-src/repacketizer.c \
-src/opus_projection_encoder.c \
-src/opus_projection_decoder.c \
-src/mapping_matrix.c \
-src/analysis.c \
-src/mlp.c \
-src/mlp_data.c
-
-include(../../qmake/symbols.pri)
diff --git a/3rdparty/opus-build/win32/config.h b/3rdparty/opus-build/win32/config.h
deleted file mode 100644
index 4df1edc31..000000000
--- a/3rdparty/opus-build/win32/config.h
+++ /dev/null
@@ -1,65 +0,0 @@
-/***********************************************************************
-Copyright (c) 2011, Skype Limited. All rights reserved.
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-- Redistributions of source code must retain the above copyright notice,
-this list of conditions and the following disclaimer.
-- Redistributions in binary form must reproduce the above copyright
-notice, this list of conditions and the following disclaimer in the
-documentation and/or other materials provided with the distribution.
-- Neither the name of Internet Society, IETF or IETF Trust, nor the
-names of specific contributors, may be used to endorse or promote
-products derived from this software without specific prior written
-permission.
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-***********************************************************************/
-
-#ifndef CONFIG_H
-#define CONFIG_H
-
-#define USE_ALLOCA 1
-
-/* Comment out the next line for floating-point code */
-/*#define FIXED_POINT 1 */
-
-#define OPUS_BUILD 1
-#define DLL_EXPORT 1
-
-#if defined(_M_IX86) || defined(_M_X64)
-/* Can always compile SSE intrinsics (no special compiler flags necessary) */
-#define OPUS_X86_MAY_HAVE_SSE
-#define OPUS_X86_MAY_HAVE_SSE2
-#define OPUS_X86_MAY_HAVE_SSE4_1
-
-/* Presume SSE functions, if compiled to use SSE/SSE2/AVX (note that AMD64 implies SSE2, and AVX
- implies SSE4.1) */
-#if defined(_M_X64) || (defined(_M_IX86_FP) && (_M_IX86_FP >= 1)) || defined(__AVX__)
-#define OPUS_X86_PRESUME_SSE 1
-#endif
-#if defined(_M_X64) || (defined(_M_IX86_FP) && (_M_IX86_FP >= 2)) || defined(__AVX__)
-#define OPUS_X86_PRESUME_SSE2 1
-#endif
-#if defined(__AVX__)
-#define OPUS_X86_PRESUME_SSE4_1 1
-#endif
-
-#if !defined(OPUS_X86_PRESUME_SSE4_1) || !defined(OPUS_X86_PRESUME_SSE2) || !defined(OPUS_X86_PRESUME_SSE)
-#define OPUS_HAVE_RTCD 1
-#endif
-
-#endif
-
-#include "version.h"
-
-#endif /* CONFIG_H */
diff --git a/3rdparty/opus-build/win32/version.h b/3rdparty/opus-build/win32/version.h
deleted file mode 100644
index fd41edacd..000000000
--- a/3rdparty/opus-build/win32/version.h
+++ /dev/null
@@ -1 +0,0 @@
-#define PACKAGE_VERSION "v1.1.3"
diff --git a/3rdparty/portaudio-src/portaudio.h b/3rdparty/portaudio/portaudio.h
index 738080d43..738080d43 100644
--- a/3rdparty/portaudio-src/portaudio.h
+++ b/3rdparty/portaudio/portaudio.h
diff --git a/3rdparty/qqbonjour-src/BonjourRecord.h b/3rdparty/qqbonjour/BonjourRecord.h
index 3bf553eb1..3bf553eb1 100644
--- a/3rdparty/qqbonjour-src/BonjourRecord.h
+++ b/3rdparty/qqbonjour/BonjourRecord.h
diff --git a/3rdparty/qqbonjour-src/BonjourServiceBrowser.cpp b/3rdparty/qqbonjour/BonjourServiceBrowser.cpp
index 329c42c4b..329c42c4b 100644
--- a/3rdparty/qqbonjour-src/BonjourServiceBrowser.cpp
+++ b/3rdparty/qqbonjour/BonjourServiceBrowser.cpp
diff --git a/3rdparty/qqbonjour-src/BonjourServiceBrowser.h b/3rdparty/qqbonjour/BonjourServiceBrowser.h
index 0bc0c743a..0bc0c743a 100644
--- a/3rdparty/qqbonjour-src/BonjourServiceBrowser.h
+++ b/3rdparty/qqbonjour/BonjourServiceBrowser.h
diff --git a/3rdparty/qqbonjour-src/BonjourServiceRegister.cpp b/3rdparty/qqbonjour/BonjourServiceRegister.cpp
index b9143e3ed..b9143e3ed 100644
--- a/3rdparty/qqbonjour-src/BonjourServiceRegister.cpp
+++ b/3rdparty/qqbonjour/BonjourServiceRegister.cpp
diff --git a/3rdparty/qqbonjour-src/BonjourServiceRegister.h b/3rdparty/qqbonjour/BonjourServiceRegister.h
index 6b37749c3..6b37749c3 100644
--- a/3rdparty/qqbonjour-src/BonjourServiceRegister.h
+++ b/3rdparty/qqbonjour/BonjourServiceRegister.h
diff --git a/3rdparty/qqbonjour-src/BonjourServiceResolver.cpp b/3rdparty/qqbonjour/BonjourServiceResolver.cpp
index 18b9e571d..18b9e571d 100644
--- a/3rdparty/qqbonjour-src/BonjourServiceResolver.cpp
+++ b/3rdparty/qqbonjour/BonjourServiceResolver.cpp
diff --git a/3rdparty/qqbonjour-src/BonjourServiceResolver.h b/3rdparty/qqbonjour/BonjourServiceResolver.h
index d2a669ea1..d2a669ea1 100644
--- a/3rdparty/qqbonjour-src/BonjourServiceResolver.h
+++ b/3rdparty/qqbonjour/BonjourServiceResolver.h
diff --git a/3rdparty/qqbonjour-src/LICENSE b/3rdparty/qqbonjour/LICENSE
index 0d974d830..0d974d830 100644
--- a/3rdparty/qqbonjour-src/LICENSE
+++ b/3rdparty/qqbonjour/LICENSE
diff --git a/3rdparty/qqbonjour-src/README b/3rdparty/qqbonjour/README
index c13703607..c13703607 100644
--- a/3rdparty/qqbonjour-src/README
+++ b/3rdparty/qqbonjour/README
diff --git a/3rdparty/rnnoise-build/rnnoise-build.pro b/3rdparty/rnnoise-build/rnnoise-build.pro
deleted file mode 100644
index c427445e9..000000000
--- a/3rdparty/rnnoise-build/rnnoise-build.pro
+++ /dev/null
@@ -1,63 +0,0 @@
-include(../../qmake/compiler.pri)
-
-BUILDDIR=$$basename(PWD)
-SOURCEDIR=$$replace(BUILDDIR,-build,-src)
-
-!win32 {
- VERSION=0 #$$ Fool packaging script
-}
-
-!exists(../$$SOURCEDIR/COPYING) {
- message("The $$SOURCEDIR/ directory was not found. Please update your submodules (git submodule update --init).")
- error("Aborting configuration")
-}
-
-TEMPLATE = lib
-CONFIG -= qt
-CONFIG += debug_and_release
-VPATH = ../$$SOURCEDIR
-TARGET = rnnoise
-DEFINES += HAVE_CONFIG_H
-
-!CONFIG(third-party-warnings) {
- # We ignore warnings in third party builds. We won't actually look
- # at them and they clutter out our warnings.
- CONFIG -= warn_on
- CONFIG += warn_off
-}
-
-QMAKE_CFLAGS -= -fPIE -pie
-
-win32 {
- DEFINES += WIN32 _WIN32
- DEFINES += DLL_EXPORT
-
- CONFIG -= static
- CONFIG += shared
-}
-
-win32-msvc* {
- DEFINES += _USE_MATH_DEFINES # To define M_PI
- DEFINES += USE_MALLOC # To use malloc() and free() instead of variable length arrays
-}
-
-unix {
- CONFIG += staticlib
-
- contains(QMAKE_CFLAGS, -ffast-math) {
- DEFINES += FLOAT_APPROX
- }
-}
-
-INCLUDEPATH *= \
-../$$SOURCEDIR/include \
-
-SOURCES *= \
-src/rnn_data.c \
-src/rnn.c \
-src/pitch.c \
-src/kiss_fft.c \
-src/denoise.c \
-src/celt_lpc.c
-
-include(../../qmake/symbols.pri)
diff --git a/3rdparty/smallft-src/LICENSE b/3rdparty/smallft/LICENSE
index 401e5f838..401e5f838 100644
--- a/3rdparty/smallft-src/LICENSE
+++ b/3rdparty/smallft/LICENSE
diff --git a/3rdparty/smallft-src/smallft.cpp b/3rdparty/smallft/smallft.cpp
index 210590f90..210590f90 100644
--- a/3rdparty/smallft-src/smallft.cpp
+++ b/3rdparty/smallft/smallft.cpp
diff --git a/3rdparty/smallft-src/smallft.h b/3rdparty/smallft/smallft.h
index e1569c89d..e1569c89d 100644
--- a/3rdparty/smallft-src/smallft.h
+++ b/3rdparty/smallft/smallft.h
diff --git a/3rdparty/speex-build/AGC.pro b/3rdparty/speex-build/AGC.pro
deleted file mode 100644
index cd2e0f0b4..000000000
--- a/3rdparty/speex-build/AGC.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-include(../../qmake/compiler.pri)
-
-TEMPLATE =app
-CONFIG += qt warn_on release console
-QT -= gui
-TARGET = AGC
-SOURCES = AGC.cpp
-HEADERS = Timer.h
-INCLUDEPATH = ../src ../speex-src/include
-LIBS += -lspeex
-QMAKE_LIBDIR = ../../release $$QMAKE_LIBDIR
diff --git a/3rdparty/speex-build/CMakeLists.txt b/3rdparty/speex-build/CMakeLists.txt
index fc3b2a53b..9bad21e0e 100644
--- a/3rdparty/speex-build/CMakeLists.txt
+++ b/3rdparty/speex-build/CMakeLists.txt
@@ -1,5 +1,5 @@
set(SPEEX_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../speex-src")
-set(SPEEXDSP_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../speexdsp-src")
+set(SPEEXDSP_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../speexdsp")
set(SPEEX_SRC_DIR "${SPEEX_DIR}/libspeex")
set(SPEEXDSP_SRC_DIR "${SPEEXDSP_DIR}/libspeexdsp")
diff --git a/3rdparty/speex-build/ResampMark.pro b/3rdparty/speex-build/ResampMark.pro
deleted file mode 100644
index d3385b2f4..000000000
--- a/3rdparty/speex-build/ResampMark.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-include(../../qmake/compiler.pri)
-
-TEMPLATE =app
-CONFIG += qt warn_on release console
-QT -= gui
-TARGET = ResampMark
-SOURCES = ResampMark.cpp
-HEADERS = Timer.h
-INCLUDEPATH = ../../src ../speex-src/include
-LIBS += -lspeex
-QMAKE_LIBDIR = ../../release $$QMAKE_LIBDIR
diff --git a/3rdparty/speex-build/SpeexMark.pro b/3rdparty/speex-build/SpeexMark.pro
deleted file mode 100644
index 3c2f763a3..000000000
--- a/3rdparty/speex-build/SpeexMark.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-include(../../qmake/compiler.pri)
-
-TEMPLATE =app
-CONFIG += qt warn_on release console
-QT -= gui
-TARGET = SpeexMark
-SOURCES = SpeexMark.cpp
-HEADERS = Timer.h
-INCLUDEPATH = ../src ../speex-src/include
-LIBS += -lspeex
-QMAKE_LIBDIR = ../../release $$QMAKE_LIBDIR
diff --git a/3rdparty/speex-build/speex-build.pro b/3rdparty/speex-build/speex-build.pro
deleted file mode 100644
index abaa63cfb..000000000
--- a/3rdparty/speex-build/speex-build.pro
+++ /dev/null
@@ -1,75 +0,0 @@
-include(../../qmake/compiler.pri)
-
-!exists(../speex-src/COPYING) | !exists(../speexdsp-src/COPYING) {
- message("The speex-src/ or speexdsp-src/ directories were not found. You need to do one of the following:")
- message("")
- message("Option 1: Use Speex Git:")
- message("git submodule init")
- message("git submodule update")
- message("")
- message("Option 2: Use system speex and speex-dsp (v 1.2 or later):")
- message("qmake CONFIG+=no-bundled-speex -recursive")
- message("")
- error("Aborting configuration")
-}
-
-TEMPLATE = lib
-CONFIG -= qt
-CONFIG += debug_and_release
-CONFIG -= warn_on
-CONFIG += warn_off
-CONFIG += no_include_pwd
-
-# Enable no_batch, which disables nmake's inference rules.
-# We have to do this because we use files from two VPATHs
-# below, and nmake is unable to figure out how to handle
-# that.
-CONFIG += no_batch
-VPATH = ../speex-src/libspeex ../speexdsp-src/libspeexdsp
-
-TARGET = speex
-DEFINES += NDEBUG HAVE_CONFIG_H
-INCLUDEPATH = ../speex-src/include ../speex-src/libspeex ../speexdsp-src/include ../speexdsp-src/libspeexdsp
-
-win32 {
- INCLUDEPATH += ../speex-build/win32
- DEFINES+=WIN32 _WINDOWS _USE_SSE _USE_MATH_DEFINES
-
- win32-g++ {
- # MinGW uses the config.h for Unix-like systems.
- INCLUDEPATH += ../speex-build
- }
-
- win32-msvc* {
- INCLUDEPATH += ../speex-build/win32
-
- CONFIG(sse2) {
- TARGET = speex.sse2
- DEFINES += _USE_SSE2
- } else {
- QMAKE_CFLAGS_RELEASE -= -arch:SSE
- QMAKE_CFLAGS_DEBUG -= -arch:SSE
- }
- }
-
- SOURCES *= mumble_speex_init.c
-
- CONFIG -= static
- CONFIG += shared
-
- DEFINES+=USE_SMALLFT
-
-} else {
- CONFIG += staticlib
- INCLUDEPATH += ../speex-build
-}
-
-DEF_FILE = speex.def
-
-# libspeexdsp
-SOURCES *= mdf.c resample.c preprocess.c jitter.c filterbank.c fftwrap.c smallft.c
-# libspeex
-SOURCES *= bits.c cb_search.c exc_10_16_table.c exc_10_32_table.c exc_20_32_table.c exc_5_256_table.c exc_5_64_table.c exc_8_128_table.c filters.c gain_table.c gain_table_lbr.c hexc_10_32_table.c hexc_table.c high_lsp_tables.c lpc.c lsp.c lsp_tables_nb.c ltp.c modes.c modes_wb.c nb_celp.c quant_lsp.c sb_celp.c scal.c speex.c speex_callbacks.c speex_header.c stereo.c vbr.c vq.c kiss_fft.c kiss_fftr.c vorbis_psy.c window.c
-
-
-
diff --git a/3rdparty/speexdsp-src b/3rdparty/speexdsp
-Subproject a2133f5904ddb616b6578920bd2199f5accb484
+Subproject a2133f5904ddb616b6578920bd2199f5accb484
diff --git a/3rdparty/xinputcheck-build/xinputcheck-build.pro b/3rdparty/xinputcheck-build/xinputcheck-build.pro
deleted file mode 100644
index 9362b09c4..000000000
--- a/3rdparty/xinputcheck-build/xinputcheck-build.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-include(../../qmake/compiler.pri)
-
-BUILDDIR=$$basename(PWD)
-SOURCEDIR=$$replace(BUILDDIR,-lib-build,-src)
-
-TEMPLATE = lib
-CONFIG -= qt
-CONFIG += debug_and_release
-CONFIG -= warn_on
-CONFIG += warn_off
-CONFIG += static
-VPATH = ../xinputcheck-src
-TARGET = xinputcheck
-INCLUDEPATH = ../$$SOURCEDIR
-
-SOURCES *= xinputcheck.cpp
-
-include(../../qmake/symbols.pri)