I'm having error with the KDS lib when compiling strawberry with cmake, which is weird because i installed all the required dependencies, here's the error message:
Make Error at CMakeLists.txt:250 (find_package):
By not providing "FindKDSingleApplication-qt6.cmake" in CMAKE_MODULE_PATH
this project has asked CMake to find a package configuration file provided
by "KDSingleApplication-qt6", but CMake did not find one.
Could not find a package configuration file provided by
"KDSingleApplication-qt6" (requested version 1.1.0) with any of the
following names:
KDSingleApplication-qt6.cps
kdsingleapplication-qt6.cps
KDSingleApplication-qt6Config.cmake
kdsingleapplication-qt6-config.cmake
Add the installation prefix of "KDSingleApplication-qt6" to
CMAKE_PREFIX_PATH or set "KDSingleApplication-qt6_DIR" to a directory
containing one of the above files. If "KDSingleApplication-qt6" provides a
separate development package or SDK, be sure it has been installed.
So how can i fix it or workaround it?