Hey,

I try currently to enable tests for qtdeclarative. So far it all works fine, 
but the tests using:
QLibraryInfo::location(QLibraryInfo::BinariesPath) + QLatin1String("/
qmlscene")

to run qmlscene. The problem with that is that qmlscene is also part of the 
package and is not installed obviously.
The binary is already build in $(CURDIR)/bin.
But the Qt Documentation tells that QLibraryInfo always returns a hardcoded 
path, that can't be changed.
Is there a way to treat the tests to use the new builded qmlscene?
Or should I change the tests to not use QLibraryInfo?

See my repo about the way I run the tests:
https://anonscm.debian.org/cgit/users/hefee-guest/qtdeclarative.git/tree/
debian/rules
(sidenote: As a workaround I install qmlscene and qtdeclarative5-dev-tools to 
pass the tests,
just if you are wondering about the debian/control in my repo).

Best Regards,

sandro

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-talk

Reply via email to