On Saturday, 6 January 2018 18:17:05 CST Christian Gagneraud wrote:
> Is it a bug in Qt/webengine source? Why QtWebengine doesn't see the
> i386 -dev packages unless i install pkg-config:i386 (which breaks
> things)?
> Or is it a problem with Ubuntu?

Ah, that's an interesting situation. The difference between those two pkg-
config is where they find their .pc files: one searches the 32-bit /usr/lib 
and the other the 64-bit one. You can use the 64-bit pkgconfig, but you need 
to make sure that every 32-bit devel package you have also has the 
corresponding 64-bit one so the .pc file will be found.

Hopefully the compiler options will be the same. The include dirs should be 
and pkg-config does not print the system libdir. Unless Ubuntu or Debian broke 
that.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to