Fix: Do not require GL library if configured with -no-opengl
authoraavit <eirik.aavitsland@digia.com>
Wed, 5 Dec 2012 14:32:00 +0000 (15:32 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 6 Dec 2012 11:49:02 +0000 (12:49 +0100)
commit0fc1b9d06e9d0c35fa7f6945b8147e503d7f2ebc
tree72453706908aad4ddd31bd52fce44b6866c0add3
parent22e3111127d31cc6440f1a13833205a72c9c4ab6
Fix: Do not require GL library if configured with -no-opengl

qt_lib_gui.pri would add an unneeded -lGL, causing the build to fail
on systems with no GL libraries.

Change-Id: I3a49418e1393642e9d97999b79741cc2144a99af
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
src/gui/gui.pro