LibreScore/webmscore

Build error

jhlusko opened this issue · 0 comments

Trying to build for use with nodejs.

When I get to the npm run build step, I get the error:

Unable to find Qt (cmd: qmake)

  Please make sure Qt is installed and available in your PATH environment
  variable.

I thought this line installed qt:

aqt install-qt linux desktop ${Qt5_VER} wasm_32 --outputdir ${AQT_PREFIX} --archives qtbase

Please advise, thanks!