Hi,

On Wed, 2 Nov 2011 06:47:08 pm ext Thiago Macieira wrote:
> PS: are the unit tests outside qtbase ever compiled? The qtxmlpatterns ones
> don't build for me.

This depends on how you configure and build.  If the forwarding .qmake.cache 
files in the Qt modules are not created or overwritten the modules will not 
build anything but src.  This is because the QT_BUILD_PARTS qmake variable 
from qtbase's .qmake.cache is not available.  The solution is to ensure that 
QT_BUILD_PARTS="libs examples tests" is set in modules.

Cheers,

-- 
Aaron McCarthy, Software Engineer
Nokia, Qt Development Frameworks
Level 1, 53 Brandl St,
Brisbane Technology Park, Eight Mile Plains, 
QLD, Australia, 4113
http://qt.nokia.com/
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to