mumble/overlay_gl
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
..
avail_mac.h overlay_gl: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
avail_mac.pl Mark shebanged files as executable 2015-05-12 18:51:23 +02:00
init_mac.c overlay_gl: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00
init_unix.c overlay_gl: use Elf_Sym instead of Elf64_Sym in FreeBSD specific-code. 2016-07-03 22:42:25 +02:00
overlay_gl.plist Unify overlay code for Unix and OS X. 2015-02-07 23:24:47 +01:00
overlay_gl.pro Always prepend 'release' or 'debug' dirs when adding to QMAKE_LIBDIR. 2016-11-27 01:13:57 +01:00
overlay.c Merge PR #2356: overlay_gl: call glDrawArrays with GL_TRIANGLES instead of GL_QUADS. 2016-06-23 23:07:29 +02:00