https://bugs.kde.org/show_bug.cgi?id=382992
Bug ID: 382992
Summary: Missing dependencies in cmake?
Product: filelight
Version: unspecified
Platform: Other
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
CMakeLists only lists these dependencies:
find_package(Qt5 5.4 CONFIG REQUIRED Core Widgets)
find_package(KF5 REQUIRED
XmlGui # For app
KIO # For part
DocTools
I18n
)
The FreeBSD port builder finds that this list of actual dependencies:
USE_KDE= ecm codecs kio doctools jobwidgets auth i18n config
configwidgets completion coreaddons service xmlgui widgetsaddons
USE_QT5= core gui network widgets dbus xml qmake_build
I think, several items should be added to cmake list, like Gui, Network, DBus,
etc.
--
You are receiving this mail because:
You are watching all bug changes.