Martchus / syncthingtray

Tray application and Dolphin/Plasma integration for Syncthing
https://martchus.github.io/syncthingtray/
Other
1.68k stars 44 forks source link

Fix cmakelists to find correct qtutilities name #104

Closed yejingchen closed 3 years ago

yejingchen commented 3 years ago

Hit this when building syncthingtray-qt6 1.1.9 from AUR. Cmake chose to find qtutilities instead of qtutilities-qt6 and failed to build.

Martchus commented 3 years ago

This change is correct but I'm nevertheless wondering what you're trying to do. KDE frameworks haven't been ported to Qt 6 yet so there's likely no chance to build the KIO plugin at this point. All parts of Syncthing Tray which depend on KDE libs or Qt WebEngine have therefore not been ported to Qt 6 yet and likely won't compile until some (hopefully minor) adjustments have been made.

yejingchen commented 3 years ago

You are right :) Actually I was just glancing over the PKGBUILD and thought "oh this kio plugin looks like a good thing!" until it bites me back 😆 I guess I'll leave those things disabled for now. And thank you for making syncthingtray, it's useful!