PDA

View Full Version : QScriptEngine importExtension qt.core and qt.gui



Lodorot
9th February 2011, 15:45
Hi,

For gui testing I like to use the hooq testing tool: http://gitorious.org/hooq/hooq. The tool needs the qt.core and qt.gui QScript Extensions.

Searching the web I found out that the extensions qt.core and qt.gui should be installed under $QTDIR/plugins/script.

But in my self compiled Qt 4.7.1 installation (LINUX) there is no script dir under $QTDIR/plugins and QScriptEngine availableExtensions() returns an empty list.


Where can I get the qt.core and qt.gui QScript extensions.

Thanks

Lodorot