qtuio: fix build/link issue when Qt is built with debug support
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 30 Oct 2012 20:04:28 +0000 (21:04 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 30 Oct 2012 20:04:28 +0000 (21:04 +0100)
commit29266a3375e2711fc63f2b10bed46efb598f329c
tree6e240045452ea750a8748c30f2469c324900918a
parent5718787cd8627cfb73ea7ad3ec7bf6e7e2efc510
qtuio: fix build/link issue when Qt is built with debug support

Fixes http://autobuild.buildroot.net/results/6dcbf4ca3fcc5ec911ac7a1680f7cb381fd18fcb

qtuio appends _d to the library name when Qt was built with debug support,
breaking linking step for examples and staging/target install.

There's no real advantage to the _d suffix, so simply fix it by removing
the logic appending _d.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/qtuio/qtuio-dont-append-_d-for-debug.patch [new file with mode: 0644]