Hello!

Instead of requiring emerge users to stick to the git installation by emerge or 
to reconfigure an external installation, you could just use a tiny patch for 
the qdbusxml2cpp tool included in Qt, which eliminates the carriage return 
characters in the auto-generated documentation strings which are the actual 
source of the compilation errors in the resulting .moc files.

 

The proposed mini-patch is:

 

#ifdef Q_WS_WIN

retval.replace(QChar(13),"");

#endif



To be inserted at line 476 in qt/tools/qdbus/qdbusxml2cpp/qdbusxml2cpp.cpp,

in function "stringify", before the return statement.

 

With best regards,

Fabian Aichele

_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to