Well... Actually, I cheated.
I simply overwrote the instruction which is creating all.h.gch, by modifying
build\CreatePrecompiledHeader.cmake and changing:
         COMMAND ${CMAKE_CXX_COMPILER}
           -x c++-header -g  ${compile_flags} -o ${header_name}.h.gch
${header_name}.h
to
         COMMAND echo. >${header_name}.h.gch
I tried to comment the instruction in the main CMake file, but then it was
complaining about a missing dependency, so I cheated with a bogus all.h.gch
file.



--
View this message in context: 
http://dev-list.musescore.org/Qt-5-2-and-MuseScore-tp7578529p7578532.html
Sent from the MuseScore Developer mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Mscore-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mscore-developer

Reply via email to