summaryrefslogtreecommitdiffstats
path: root/source/kde/qcoro/qcoro.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/qcoro/qcoro.SlackBuild')
-rwxr-xr-xsource/kde/qcoro/qcoro.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/kde/qcoro/qcoro.SlackBuild b/source/kde/qcoro/qcoro.SlackBuild
index a3e935556..6dc1e1195 100755
--- a/source/kde/qcoro/qcoro.SlackBuild
+++ b/source/kde/qcoro/qcoro.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2023, 2024 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -95,6 +95,7 @@ cd cmake-build
-DLIB_SUFFIX="$LIBDIRSUFFIX" \
-DDOC_INSTALL_DIR="doc" \
-DMAN_INSTALL_DIR=/usr/man \
+ -DUSE_QT_VERSION=5 \
.. || exit 1
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1