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 _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
