On Tuesday 03 November 2015 13:54:12 Denis Shienkov wrote: > Hi all, > > I have Ubuntu 14.04 i386 as host OS and I want to cross-compile Qt 5.5.1 > for embedded ARM target. > I already have a cross-compiled Qt 5.5.1, but with incomplete QtMultimedia > module (without GStreamer 1.0). > > The problem is that pkg-config utility does not resolved the installed > GStreamer parts.
Hi Denis Make sure that PKG_CONFIG_LIBDIR and PKG_CONFIG_SYSROOT_DIR are both properly set and pointing to your sysroot before you run qtbase's configure, as well as when you run qmake in qtmultimedia's top dir. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
