Re: [Development] Extra link flags in QMAKE_PRL_LIBS

2013-08-23 Thread Dmitry Shachnev
Are these flags needed for static linking? If yes, can we have different sets of link flags for static and dynamic linking? -- Dmitry Shachnev On Mon, Aug 19, 2013 at 9:37 PM, Dmitry Shachnev wrote: > > Hi, > > In Debian/Ubuntu, we received some bug reports ([1], [2], [3]) stating > that compili

[Development] Extra link flags in QMAKE_PRL_LIBS

2013-08-20 Thread Dmitry Shachnev
Hi, In Debian/Ubuntu, we received some bug reports ([1], [2], [3]) stating that compiling QtWebKit apps fails with ld errors like this one: /usr/bin/ld: cannot find -lgstapp-0.10 /usr/bin/ld: cannot find -lgstinterfaces-0.10 ... After digging the problem, we found out that the reaso