id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 9675,qt5: moc invocation broken for Qt 5.2,frank.richter@…,Vladimir Prus,"Between Qt 5.1 and 5.2, the command line syntax for `moc` changed, breaking builds. Specifically, the `-f` command line argument works differently: previously, it was `-f` where `` could be omitted; in Qt 5.2, it's `-f ` – notice the additional space, and `` is not optional any more. The moc invocation by the Qt5 module relied on the old behaviour as it passed `-f` without a filename. Furthermore, the moc input file was passed right after the `-f` argument. The same usage is now interpreted as the input file being the parameter to `-f`, and the input it expected on `stdin`. Since nothing is ever written into it, moc never finishes. ",Bugs,new,To Be Determined,build,Boost 1.55.0,Regression,,,