Always stucked. The error shows as CMake Error at mscore/CMakeLists.txt:165 (QT5_ADD_RESOURCES): Unknown CMake command "QT5_ADD_RESOURCES".
line 165 is QT5_ADD_RESOURCES (qrc_files musescore.qrc) which is reported in http://qt-project.org/doc/qt-5.0/qtdoc/cmake-manual.html#qt5core-macros qt5_add_resources(outfiles inputfile ... OPTIONS ...) Create code from a list of Qt resource files. Options may be given to rcc, such as those found when executing "rcc -help" So I understand that the content of qrc_files should be used to add resources into musescore.qrc However there is no file named qrc_files on my computer Also at line 14 of ~/musescore/MuseScore is QT4_ADD_RESOURCES(qrc_files ${PROJECT_SOURCE_DIR}/mtest/mtest.qrc) these 2 occurrences of QT5_ADD_RESOURCES are the only ones in the project and there is indeed a musescore.qrc file in ~/musescore/MuseScore/mscore/ f someone could help me .... -- View this message in context: http://dev-list.musescore.org/linux-compilation-tp7578398.html Sent from the MuseScore Developer mailing list archive at Nabble.com. ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk _______________________________________________ Mscore-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mscore-developer
