D21660: change audio dep logic wrt win32
Nicolas Fella
noreply at phabricator.kde.org
Tue Jul 9 16:09:35 BST 2019
nicolasfella requested changes to this revision.
nicolasfella added a comment.
This revision now requires changes to proceed.
This needs rebasing since I recently changed the audio logic for Android
INLINE COMMENTS
> CMakeLists.txt:38
> find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
> -if (NOT ANDROID)
> - find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus)
> -else ()
> +if (ANDROID)
> find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED AndroidExtras)
This seems to be entirely urelated to audio?
REPOSITORY
R289 KNotifications
REVISION DETAIL
https://phabricator.kde.org/D21660
To: brute4s99, broulik, nicolasfella
Cc: bcooksley, apol, nicolasfella, kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190709/578861aa/attachment.html>
More information about the Kde-frameworks-devel
mailing list