[poppler] configure poppler for specific Qt-installation
Brad Hards
bradh at frogmouth.net
Mon Jul 13 23:58:51 PDT 2009
On Tuesday 14 July 2009 16:10:44 Christoph Duelli wrote:
> * is it possible (how?) to
> ./configure <add option here>
> poppler to use a *specific* Qt4 installation (not necessarily the default
> Qt4 that happens to be found in /usr/include/...).
> What would be helpful would be an option like --with-qt4=<path to qt4>
The autoconf stuff uses pkgconfig to find Qt libraries, so you just need to set
an appropriate PKG_CONFIG_PATH to pick up whichever version you want to use.
Make sure that the moc you want to use is in your PATH too.
Brad
More information about the poppler
mailing list