diff options
| author | Aleric Inglewood <Aleric.Inglewood@gmail.com> | 2010-12-15 20:12:17 +0100 | 
|---|---|---|
| committer | Aleric Inglewood <Aleric.Inglewood@gmail.com> | 2010-12-15 20:12:17 +0100 | 
| commit | d0a25a41848142e469f5d64f4e4cef3852d3b2ab (patch) | |
| tree | 5e7c5e0e6b7ad37534aab5758f932c4b3073956b /indra/llplugin | |
| parent | 0de05499eddd2afbd69b5f247d4cffdee448db19 (diff) | |
VWR-24252: On standalone, find Qt4 with find_package, and find llqtwebkit.
If Qt and/or llqtwebkit is found in a non-standard place, you still
have to set LD_LIBRARY_PATH yourself (to $QTDIR/lib) before running
the viewer of course (or the webkit plugin will silently fail).
Diffstat (limited to 'indra/llplugin')
| -rw-r--r-- | indra/llplugin/CMakeLists.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/llplugin/CMakeLists.txt b/indra/llplugin/CMakeLists.txt index d3a73058c4..1dc05e0b20 100644 --- a/indra/llplugin/CMakeLists.txt +++ b/indra/llplugin/CMakeLists.txt @@ -20,6 +20,7 @@ include_directories(      ${LLRENDER_INCLUDE_DIRS}      ${LLXML_INCLUDE_DIRS}      ${LLWINDOW_INCLUDE_DIRS} +    ${LLQTWEBKIT_INCLUDE_DIR}      )  set(llplugin_SOURCE_FILES | 
