It seems that there is a problem in the following file of the QSA 1.2.0 Release:
tools/designer/editor/conf.cpp on line 155
settings.beginGroup();

beginGroup usually takes one parameter.

In order to get this compile I added path (which is of type QString):
settings.beginGroup(path);

Does anyone know where to report this ?