playground/games/picmi moved to KDE Review

Jakob Gruber jakob.gruber at gmail.com
Thu Jul 26 09:01:21 BST 2012


On 07/26/2012 05:43 AM, Andrius da Costa Ribas wrote:
> add_definitions(${KDE4_ENABLE_EXCEPTIONS}) seems to interfere with RC.exe
> when I try to add a kde4_add_app_icon.
> fatal error RC1106: invalid option: -EHsc
> 
> any hint with that?

Googling turns up www.cmake.org/pipermail/cmake/2008-June/022381.html
Which leads back to commit 823196 in ksirk, and finally 47f7099d3 in my
working branch (I will push it in a couple of minutes).

>> In src/systemexception.h:
>> return m_msg.toStdString().c_str();
>> ^ my Qt copy was built with no support to toStdString, please consider
>> changing it to:
>> return m_msg.toLatin1();

Of course, done. Patrick has also fixed usage of QT_NO_STL :)

Greetings,
Jakob




More information about the kde-core-devel mailing list