@blubbblubb As far as I know, support for qt5_use_modules
has been dropped. We should use target_link_libraries
instead.
Line 802 of CMakeLists.txt would look like this then:
target_link_libraries(seafile-applet Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Network)
I'd love to tell you that this fixes all problems but I'm getting a whole lot of forward declarations for class QHeaderView when changing the lines 802, 804, 809 and 812.
Any more hints?
Pinned Comments
Joffrey commented on 2021-05-30 20:06 (UTC) (edited on 2021-05-30 20:11 (UTC) by Joffrey)
Please, when you have compilation or execution errors, recompile each component without using an AUR helper before reporting an issue.