summaryrefslogtreecommitdiff
path: root/indra/cmake/FindLLQtWebkit.cmake
AgeCommit message (Collapse)Author
2011-08-17convert tabs to spaces where they are forbiddenOz Linden
2011-01-17VWR-24520: Don't use pkg_check_modules( ... QUIET ) on CMake < 2.8.2Boroondas Gupte
CMake before 2.8.2 doesn't support QUIET for pkg_check_modules(), yet. Credit goes to Aleric, 'cause he told me what to change.
2010-12-15VWR-24252: On standalone, find Qt4 with find_package, and find llqtwebkit.Aleric Inglewood
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).