Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-17 | VWR-24520: Don't use pkg_check_modules( ... QUIET ) on CMake < 2.8.2 | Boroondas 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-15 | VWR-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). |