Skip to content

Initial work for CMake build system

Christoph Grüninger requested to merge work/cmake into master

I am able to build LSM and also build the test. But

  • Installation is missing.
  • LSM starts, but I didn't actually use it.
  • The test binary fails (TestStopmotionUndo::newScene() Caught unhandled exception)
  • Translations are built but the TRANSLATION_PATH is not yet set.
  • Documentation is missing.
  • oomteststub fails to build using Clang.

To get it working, I need to add -DQt5_LRELEASE_EXECUTABLE=/usr/bin/lrelease-qt5 to the CMake call, because lrelease is not found (openSuse 15.2).

Fixes #3 (closed)

Edited by Christoph Grüninger

Merge request reports