qalphacloud icon indicating copy to clipboard operation
qalphacloud copied to clipboard

Make it build against Qt 6 and KF 6

Open kbroulik opened this issue 1 year ago • 3 comments
trafficstars

kbroulik avatar Dec 18 '23 17:12 kbroulik


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?

alex1701c avatar Dec 20 '23 19:12 alex1701c

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.

kbroulik avatar Dec 21 '23 12:12 kbroulik

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

alex1701c avatar Dec 22 '23 20:12 alex1701c