aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/3rdparty
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-11-23 09:34:02 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-17 09:17:54 -0800
commit0851224b6c53d1023ea7b2d8642de77608475e44 (patch)
treed314f6cf5e07d9bfcdfaafea238eede07587c83b /mobile-widgets/3rdparty
parentdaebd0ad0e49f7577a45c182d738f03b157d05df (diff)
downloadsubsurface-0851224b6c53d1023ea7b2d8642de77608475e44.tar.gz
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 <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/3rdparty')
-rw-r--r--mobile-widgets/3rdparty/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
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)