Sounds to me like you're missing some build dependencies? Now it did compile on my machine with the added include in private-share-dialog.h
And this diff for CMakeLists.txt
:
802c802
< QT5_USE_MODULES(seafile-applet Core Gui Widgets Network)
---
> target_link_libraries(seafile-applet Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Network)
804c804
< QT5_USE_MODULES(seafile-applet ${WEBKIT_NAME} ${WEBKIT_WIDGETS_NAME})
---
> target_link_libraries(seafile-applet Qt5::WebEngine Qt5::WebEngineWidgets)
809,812c809
< TARGET_LINK_LIBRARIES(seafile-applet
< ${QT_QTDBUS_LIBRARIES}
< )
< QT5_USE_MODULES(seafile-applet ${USE_QT_LIBRARIES})
---
> target_link_libraries(seafile-applet Qt5::DBus)
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.