If I attempt a "Release" build from Qt, the compile output fails starting with the following: =========== [ 51%] Generating ../resfile.o [ 51%] Generating qrc_musescore.cpp '-i' is not recognized as an internal or external command, operable program or batch file. mscore\CMakeFiles\mscore.dir\build.make:827: recipe for target 'resfile.o' failed mingw32-make[2]: *** [resfile.o] Error 1 mingw32-make[2]: *** Waiting for unfinished jobs.... ===========
Make sure you have selected a "Debug" build (which you can run "standalone, i.e. without the debugger, as long as the environment is correct, I had to modify the .bat file I use to run Qt Creator. After my Qt 5.6 upgrade, the old .bat didn't work, although I could run from Qt. I cut the path Qt was using from one of the debugger windows and pasted it to my MuseDebug MuseDebug.bat <http://dev-list.musescore.org/file/n7579840/MuseDebug.bat> .bat, and now I can run my development version standalone. I have attempted to attach a copy. After selecting a Debug build, you may have to re-run cmake (from "Projects") and "Re-build" (as opposed to "Build") to ensure a clean build. -- View this message in context: http://dev-list.musescore.org/Qt-Creator-CmakeFiles-lrelease-Error-1-in-first-compilation-attempt-tp7579826p7579840.html Sent from the MuseScore Developer mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Mscore-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mscore-developer
