summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-04-27 11:41:43 +0200
committer Eric Hameleers <alien@slackware.com>2020-04-27 11:41:43 +0200
commit41a1bcd1e43bb3748eb375a7379da083e810ea77 (patch)
tree1736e2fa9e0c565e51132b6db7964b8110dcb470
parent52d10fb386726b3ebdb258346d367e4aa1d7eee2 (diff)
downloadktown-41a1bcd1e43bb3748eb375a7379da083e810ea77.tar.gz
ktown-41a1bcd1e43bb3748eb375a7379da083e810ea77.tar.xz
Applications: do not build APIDOCS or unittests
This fixes the installation of Umbrello Qt help files into the root directory of the filesystem. We do not build Qt documentation anyway, so we do not want QCH files either.
-rw-r--r--kde/build/umbrello1
-rw-r--r--kde/cmake/applications2
2 files changed, 3 insertions, 0 deletions
diff --git a/kde/build/umbrello b/kde/build/umbrello
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/kde/build/umbrello
@@ -0,0 +1 @@
+2
diff --git a/kde/cmake/applications b/kde/cmake/applications
index 626e05d..44e0edb 100644
--- a/kde/cmake/applications
+++ b/kde/cmake/applications
@@ -17,7 +17,9 @@ cd build
-DQT_PLUGIN_INSTALL_DIR=lib$LIBDIRSUFFIX/qt5/plugins \
-DQML_INSTALL_DIR=lib$LIBDIRSUFFIX/qt5/qml \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_APIDOC=OFF \
-DBUILD_TESTING=OFF \
+ -DBUILD_unittests=OFF \
-DQca-qt5_DIR=/usr/lib${LIBDIRSUFFIX}/cmake/Qca \
..