Another worthwhile step would be to use the command line compile. That would help determine whether the problems you are experiencing are related to the configuration of Qt Creator, or not. (MarcSabatella reported issues with CMakeLists.txt not being up to date on a local repo, think that was a different thread...)
Make a copy of the Qt.bat file, (previous post) and replace the "start /low qtcreator..." line with "cmd". Save it as, say, MScoreCmd.bat . Run MScoreCmd.bat to set your path and environment values and give you a command prompt. Change to your local repo (source directory for MuseScore) and enter the compile command given in the developer's handbook: mingw32-make -f Makefile.mingw debug (Worked on my machine last night, worth a try...) -- View this message in context: http://dev-list.musescore.org/Qt-Creator-CmakeFiles-lrelease-Error-1-in-first-compilation-attempt-tp7579826p7579853.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
