diff options
| author | Andrew de Laix <alain@lindenlab.com> | 2011-03-31 16:17:12 +0000 | 
|---|---|---|
| committer | Andrew de Laix <alain@lindenlab.com> | 2011-03-31 16:17:12 +0000 | 
| commit | 926e506d0ad67e4ba9370efae60f5641c932b672 (patch) | |
| tree | d0467361cd28c5cc999d23e244db565cd7a026ca | |
| parent | 2f190297f0ff37452b3e966c0878e14a6aacc41b (diff) | |
d'oh, forgot to add back some q libs to the build when reverting to older linux package; here they are.
| -rw-r--r-- | indra/cmake/WebKitLibPlugin.cmake | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/cmake/WebKitLibPlugin.cmake b/indra/cmake/WebKitLibPlugin.cmake index b599982afb..0f5a81c020 100644 --- a/indra/cmake/WebKitLibPlugin.cmake +++ b/indra/cmake/WebKitLibPlugin.cmake @@ -67,6 +67,8 @@ elseif (LINUX)          QtNetwork          QtGui          QtCore +        qgif +        qjpeg          jpeg          fontconfig          X11 | 
