mirror of
https://github.com/mumble-voip/mumble.git
synced 2024-12-04 12:37:20 +00:00
34c602c85b
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.
14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
The files in this directory are originally from an article
|
|
in Qt Quarterly 23:
|
|
|
|
https://doc.qt.io/archives/qq/qq23-bonjour.html
|
|
|
|
The files in this directory are used directly in the
|
|
Mumble and Murmur build. Because of this, there is no
|
|
"qqbonjour-build" directory.
|
|
|
|
These files are modified and are now de facto maintained by
|
|
the Mumble project.
|
|
|
|
For information about the license, see the LICENSE file.
|