Am 07.01.2011 um 09:17 schrieb Abdelrazak Younes: > On 01/07/2011 09:11 AM, Stephan Witt wrote: >> Am 07.01.2011 um 08:08 schrieb Kornel: >> >>> Am Freitag, 7. Januar 2011 schrieb Kornel: >>>> Am Donnerstag, 6. Januar 2011 schrieb [email protected]: >>>>> Author: switt >>>>> Date: Thu Jan 6 21:58:19 2011 >>>>> New Revision: 37139 >>>>> URL: http://www.lyx.org/trac/changeset/37139 >>>>> >>>>> Log: >>>>> cmake: Server.cpp is moc-able on win32 only >>>> Since when? It was mocable on linux. >>>> >>>> Kornel >>> Sorry, resulting with 0 bytes ... :( >> Somehow the cmake build on Mac is more picky then on Linux. >> The empty result is an error on Mac... perhaps Linux only warns? > > Yes, and on Windows too. I think this a moc option.
It warns on Windows about empty Server.cpp moc result? The patch changed the CMakeLists.txt to be on par with the #ifdef _WIN32 in Server.cpp around the QCoreApplication include. Stephan
