From 41a1bcd1e43bb3748eb375a7379da083e810ea77 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 27 Apr 2020 11:41:43 +0200 Subject: 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. --- kde/build/umbrello | 1 + kde/cmake/applications | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 kde/build/umbrello (limited to 'kde') 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 \ .. -- cgit v1.2.3