D26757: Reduce dependencies on Windows
Nicolas Fella
noreply at phabricator.kde.org
Sun Jan 19 00:31:08 GMT 2020
nicolasfella added inline comments.
INLINE COMMENTS
> CMakeLists.txt:42
>
> -if (NOT ANDROID)
> +if (NOT ANDROID AND NOT WIN32)
> find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus)
This results in KStatusNotifierItem not being built on Windows. Is KSNI any useful on Windows at all?
REPOSITORY
R289 KNotifications
REVISION DETAIL
https://phabricator.kde.org/D26757
To: vonreth, broulik, brute4s99, vkrause
Cc: nicolasfella, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200119/efc9920b/attachment.html>
More information about the Kde-frameworks-devel
mailing list