diff options
| author | Alain Linden <alain@lindenlab.com> | 2011-02-04 12:52:36 -0800 | 
|---|---|---|
| committer | Alain Linden <alain@lindenlab.com> | 2011-02-04 12:52:36 -0800 | 
| commit | cbffa57351cdbdd189cf8251fdab0b62690fa33a (patch) | |
| tree | 3a05d3f6351bba5b10df5e34f726ac16a000392b /indra/cmake | |
| parent | 3f78394f42ecf1f41edd926e0d1ba87c793330ae (diff) | |
fix linking to llqtwebkit.
Diffstat (limited to 'indra/cmake')
| -rw-r--r-- | indra/cmake/WebKitLibPlugin.cmake | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/cmake/WebKitLibPlugin.cmake b/indra/cmake/WebKitLibPlugin.cmake index 1f5b0f5d84..1cc02c1cac 100644 --- a/indra/cmake/WebKitLibPlugin.cmake +++ b/indra/cmake/WebKitLibPlugin.cmake @@ -35,6 +35,7 @@ else (STANDALONE)  endif (STANDALONE)  if (WINDOWS) +  use_prebuilt_binary(qt)    set(WEBKIT_PLUGIN_LIBRARIES        debug llqtwebkitd        debug QtWebKitd4 | 
