On 25 Oct 2016, at 19:20 , Ralf Habacker <ralf.habac...@freenet.de> wrote: > ECM is part of the former only Qt5 supporting alkimia build system. > There are several ecm related macros used: > > autotests/CMakeLists.txt:5:ecm_mark_as_test(alkvaluetest) > autotests/CMakeLists.txt:11:ecm_mark_as_test(alkquoteitemtest) > autotests/CMakeLists.txt:17:ecm_mark_as_test(alkcompanytest) > src/CMakeLists.txt:50:ecm_setup_version(${ALKIMIA_LIB_VERSION} > VARIABLE_PREFIX ALKIMIA > src/CMakeLists.txt:55:ecm_configure_package_config_file()
Ok, I see. > To remove the ecm dependency they need to be implemented locally. The > question is if it is worth to reimplement them. No, it’s fine, I see now that we on MacPorts also have a qt4 variant of it: --- $ port info kde-extra-cmake-modules kde-extra-cmake-modules @5.11.0 (kde, kf5, devel) Variants: debug, docs, qt4, qt5 --- I forgot. (It’s too long ago that I dealt with KF5/CI on OSX…) Thanks for pointing this out.