mumble/src/tests
Mikkel Krautz 5cffbf3bd3 Always prepend 'release' or 'debug' dirs when adding to QMAKE_LIBDIR.
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.
2016-11-27 01:13:57 +01:00
..
Benchmark.cpp Benchmark.cpp: Fix: Set version to prevent crash 2013-06-09 20:08:14 +02:00
Benchmark.pro tests: .pro file cleanup. 2012-10-27 15:12:19 +02:00
Collections.cpp tests-files: Add description to file 2013-06-09 18:02:41 +02:00
Collections.pro tests: .pro file cleanup. 2012-10-27 15:12:19 +02:00
Emit.cpp Indenting run 2009-02-10 16:47:06 +00:00
Emit.pro tests: .pro file cleanup. 2012-10-27 15:12:19 +02:00
Hash.cpp Fix Timer includes all over the codebase and fix some pro/pri buildfiles. 2011-03-09 04:47:44 +01:00
Hash.pro Fix Timer includes all over the codebase and fix some pro/pri buildfiles. 2011-03-09 04:47:44 +01:00
Lock.cpp tests-files: Add description to file 2013-06-09 18:02:41 +02:00
Lock.pro tests: .pro file cleanup. 2012-10-27 15:12:19 +02:00
OverlayTest.cpp tests-files: Add description to file 2013-06-09 18:02:41 +02:00
OverlayTest.pro Move speex, celt-0.7.0, celt-0.11.0, opus and sbcelt to the 3rdparty directory. 2015-01-05 23:11:59 +01:00
ProtoBuf.cpp tests-files: Add description to file 2013-06-09 18:02:41 +02:00
ProtoBuf.pro tests: .pro file cleanup. 2012-10-27 15:12:19 +02:00
ProtoBuf.proto Extended protobuf testing 2009-03-23 00:20:33 +01:00
Resample.cpp tests-files: Add description to file 2013-06-09 18:02:41 +02:00
Resample.pro Always prepend 'release' or 'debug' dirs when adding to QMAKE_LIBDIR. 2016-11-27 01:13:57 +01:00
TestCrypt.cpp Update CryptState unit test 2007-11-08 16:58:32 +00:00
TestCrypt.pro tests: .pro file cleanup. 2012-10-27 15:12:19 +02:00
TestLink.cpp tests-files: Add description to file 2013-06-09 18:02:41 +02:00
TestLink.pro tests: update TestLink to build on OS X. 2012-10-27 15:09:01 +02:00
TestPacketDataStream.cpp Indent 2007-11-17 18:43:41 +00:00
TestPacketDataStream.pro tests: .pro file cleanup. 2012-10-27 15:12:19 +02:00
TestTimer.cpp Indent, changelog, submodule and language update 2011-03-13 04:22:40 +01:00
TestTimer.pro tests: .pro file cleanup. 2012-10-27 15:12:19 +02:00