Fix build of knotifications on Mac
ClosedPublic

Authored by arichardson on Dec 21 2017, 5:07 PM.

Details

Summary

It seems like it depends on qtmacextras which doesn't have a package yet

Test Plan

Without this change it get the following error:

CMake Error at CMakeLists.txt:60 (find_package):
  Could not find a package configuration file provided by "Qt5MacExtras"
  (requested version 5.7.0) with any of the following names:

    Qt5MacExtrasConfig.cmake
    qt5macextras-config.cmake

  Add the installation prefix of "Qt5MacExtras" to CMAKE_PREFIX_PATH or set
  "Qt5MacExtras_DIR" to a directory containing one of the above files.  If
  "Qt5MacExtras" provides a separate development package or SDK, be sure it
  has been installed.

Diff Detail

Repository
R877 Craft Blueprints for KDE
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
arichardson requested review of this revision.Dec 21 2017, 5:07 PM
arichardson created this revision.
kfunk accepted this revision.Dec 22 2017, 5:18 PM
kfunk added a subscriber: kfunk.

Thanks!

This revision is now accepted and ready to land.Dec 22 2017, 5:18 PM
This revision was automatically updated to reflect the committed changes.