From 0851224b6c53d1023ea7b2d8642de77608475e44 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 23 Nov 2020 09:34:02 -0800 Subject: mobile/kirigami: first steps to switching to Kirigami 5.76 Our half-assed manual build of Kirigami was becoming completely unmaintainable. So let's try to use the build method that the Kirigami team recommends. Which unfortunately requires us to have access to the KDE extra cmake modules (ECM). Signed-off-by: Dirk Hohndel --- mobile-widgets/3rdparty/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mobile-widgets/3rdparty/CMakeLists.txt (limited to 'mobile-widgets/3rdparty') diff --git a/mobile-widgets/3rdparty/CMakeLists.txt b/mobile-widgets/3rdparty/CMakeLists.txt new file mode 100644 index 000000000..e0afef627 --- /dev/null +++ b/mobile-widgets/3rdparty/CMakeLists.txt @@ -0,0 +1,4 @@ +# simply pull in Kirigami, making sure it's statically built +option(BUILD_SHARED_LIBS "Build a shared module" OFF) + +add_subdirectory(kirigami) -- cgit v1.2.3-70-g09d2