qalphacloud
qalphacloud copied to clipboard
Make it build against Qt 6 and KF 6
trafficstars
CMake Error at /home/user/kde/usr/lib/x86_64-linux-gnu/cmake/KF6KCMUtils/KF6KCMUtilsMacros.cmake:180 (message):
Could not find any files in
/home/user/kde/src/qalphacloud/src/infocenter/ui/*
Call Stack (most recent call first):
/home/user/kde/usr/lib/x86_64-linux-gnu/cmake/KF6KCMUtils/KF6KCMUtilsMacros.cmake:174 (__kcmutils_target_qml_sources)
src/infocenter/CMakeLists.txt:5 (kcmutils_add_qml_kcm)
This is a bit tricky regarding the KF5 compat. Maybe checking in a symlink works?
Can I not specify a path? I don’t like all this magic that is going on here, particularly if it breaks supporting both major versions.
Maybe you could just install the files in kf5 manually, since you don't need any of the appstream generation or other KPackage logic. You only need to install the ui folder, because not even the metadata.json is needed for KPackage