On Windows platform, version 1.5 calls app.quit to exit the application, but it cannot exit properly in the background.
#### Summary: On the Windows platform, when compiling version 1.5, the application runs normally, but when clicking Close Window or Quit Inkscape to exit the application, the background process fails to terminate. #### Compilation parameters: cmake -DCMAKE_INSTALL_PREFIX="${PWD}/inkscape" -DWITH_CAPYPDF=OFF -G Ninja ..
issue