Compiling MuseScore 3.XXX with Ubuntu Studio 18.04
Hi
when compiling,
if your failing to install successfully after loading all the prerequisites and following the how to compile info using apt-get to install QT, etc
check the file
./mscore/CMakeLists.txt
below works....
install qwebengine core
mod for Ubuntu Studio 18.04 LTS "/usr/share/resource"
if (NOT APPLE AND USE_WEBENGINE)
install(FILES
${QT_INSTALL_PREFIX}/libexec/QtWebEngineProcess
DESTINATION bin
)
install(DIRECTORY
${QT_INSTALL_PREFIX}/share/qt5/resources
DESTINATION usr/share/qt5
)
install(DIRECTORY
${QT_INSTALL_PREFIX}/share/qt5/translations/qtwebengine_locales
DESTINATION usr/share/qt5/translations
)
Hope this is useful