From afa49a5f3fac7233362512dd3b1e5fdd45b99404 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Mon, 28 Sep 2009 23:54:04 +1000 Subject: Fixed compile failure when running make with large -j. `ld: library not found for -lQtOpenGL' ... in opengl graphicssystem. Must build QtOpenGL before the GL graphicssystem plugin. Reviewed-by: brad --- src/src.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/src.pro b/src/src.pro index 240e1f7..238f534 100644 --- a/src/src.pro +++ b/src/src.pro @@ -129,6 +129,7 @@ src_webkit.target = sub-webkit src_plugins.depends += src_dbus src_phonon.depends += src_dbus } + contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2): src_plugins.depends += src_opengl } !symbian { -- cgit v0.12