Search for Kirigami

Summary: Makes it a bit more obvious that Kirigami is needed at runtime.

Test Plan: Shows a nice status message

Reviewers: #okular, aacid

Tags: #okular

Differential Revision: https://phabricator.kde.org/D7241
remotes/origin/Applications/17.08 v17.08.1
Heiko Becker 9 years ago
parent d1b0e6d68a
commit 075b8153af
  1. 6
      CMakeLists.txt

@ -61,6 +61,12 @@ if(NOT WIN32)
Activities
)
endif()
find_package(KF5Kirigami2)
set_package_properties(KF5Kirigami2 PROPERTIES
DESCRIPTION "A QtQuick based components set"
PURPOSE "Required at runtime by the mobile app"
TYPE RUNTIME
)
find_package(Phonon4Qt5 CONFIG REQUIRED)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/modules)

Loading…
Cancel
Save