mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
This commit changes various pri and pro files to always prepend the global build output directory (which can be either 'release' or 'debug', depending on the current build configuration). Otherwise, if a library that we build ourselves, such as -lspeex in CONFIG+=bundled-speex, is also available in one of the other lib dirs, we can't be sure that the one in our build output directory will be used. This is a problem on FreeBSD, where we add /usr/local/lib to the QMAKE_LIBDIR in compiler.pri. That directory might contain its own -lspeex. With this change, we now prefer libraries in our build output directory to system libraries. |
||
|---|---|---|
| .. | ||
| Benchmark.cpp | ||
| Benchmark.pro | ||
| Collections.cpp | ||
| Collections.pro | ||
| Emit.cpp | ||
| Emit.pro | ||
| Hash.cpp | ||
| Hash.pro | ||
| Lock.cpp | ||
| Lock.pro | ||
| OverlayTest.cpp | ||
| OverlayTest.pro | ||
| ProtoBuf.cpp | ||
| ProtoBuf.pro | ||
| ProtoBuf.proto | ||
| Resample.cpp | ||
| Resample.pro | ||
| TestCrypt.cpp | ||
| TestCrypt.pro | ||
| TestLink.cpp | ||
| TestLink.pro | ||
| TestPacketDataStream.cpp | ||
| TestPacketDataStream.pro | ||
| TestTimer.cpp | ||
| TestTimer.pro | ||