overlay_gl: remove unnecessary qmake message.

This commit is contained in:
Mikkel Krautz 2015-06-05 02:17:31 +02:00
parent e934c1e648
commit a66fdeb261
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit cbd6254467b0f4b20f3fc2b47ceea44e26330a34
Subproject commit 69f2e9df437a0e4fca1459b6e877632ccbd96235

View File

@ -21,7 +21,6 @@ unix:!macx {
QMAKE_LFLAGS -= -Wl,--no-undefined
QMAKE_LFLAGS *= $(LFLAGS_ADD)
equals(QMAKE_LINK,g++) {
message(Overriding linker)
QMAKE_LINK = gcc
QMAKE_LINK_SHLIB = gcc
}