I use qt.bat <http://dev-list.musescore.org/file/n7579843/qt.bat> to *set path and environment values* and then start Qt Creator, and restore my last session (and MuseScore is the only thing I'm working on, so it becomes the current open project.)
>From the "Projects" tab, under "Build Settings" select "Debug" (instead of "Default") (click the down arrow and select from the list.) Change the build directory as desired, the click on "Run CMake" I have the following in my arguments, I don't know why it is different than the documentation: -DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_TOOLCHAIN_FILE=build/mingw32.mingw.cmake -DCMAKE_INSTALL_PREFIX=../win32install Then proceed with "Debug"->"Start Debugging"->"Start Debugging (F5)" FWIW - here are the versions I have installed: (Check especially your CMake version.) C:\Users\janet>qtcreator -version =====> Popup window shows "Qt Creator 3.6.1 based on Qt 5.6.0" C:\Users\janet>cmake --version cmake version 3.5.1 CMake suite maintained and supported by Kitware (kitware.com/cmake). C:\Users\janet>g++ --version g++ (i686-posix-dwarf-rev1, Built by MinGW-W64 project) 4.9.2 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. C:\Users\janet>git --version git version 2.8.1.windows.1 C:\Users\janet>doxygen --version 1.8.11 C:\Users\janet>latex --version MiKTeX-pdfTeX 2.9.5840 (1.40.16) (MiKTeX 2.9) Copyright (C) 1982 D. E. Knuth, (C) 1996-2014 Han The Thanh TeX is a trademark of the American Mathematical Society. compiled with zlib version 1.2.8; using 1.2.8 compiled with libpng version 1.6.19; using 1.6.19 compiled with poppler version 0.32.0 compiled with jpeg version 8.4 C:\Users\janet>qtcreator -version =====> Popup window shows "Qt Creator 3.6.1 based on Qt 5.6.0" C:\Users\janet>cmake --version cmake version 3.5.1 CMake suite maintained and supported by Kitware (kitware.com/cmake). C:\Users\janet>g++ --version g++ (i686-posix-dwarf-rev1, Built by MinGW-W64 project) 4.9.2 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. C:\Users\janet>git --version git version 2.8.1.windows.1 C:\Users\janet>doxygen --version 1.8.11 C:\Users\janet>latex --version MiKTeX-pdfTeX 2.9.5840 (1.40.16) (MiKTeX 2.9) Copyright (C) 1982 D. E. Knuth, (C) 1996-2014 Han The Thanh TeX is a trademark of the American Mathematical Society. compiled with zlib version 1.2.8; using 1.2.8 compiled with libpng version 1.6.19; using 1.6.19 compiled with poppler version 0.32.0 compiled with jpeg version 8.4 -- View this message in context: http://dev-list.musescore.org/Qt-Creator-CmakeFiles-lrelease-Error-1-in-first-compilation-attempt-tp7579826p7579843.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
