summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2022-05-15 21:20:20 +0200
committerTreeve Jelbert2022-05-15 21:20:20 +0200
commit9de12129800b30744377d0b7bc88aed9baa9f482 (patch)
treeff0889509cd8439f1e2860846ede669488526499
parentb4d810e499c55cca97797fa2d373f83b6358eeb6 (diff)
KDE5_FUNCTIONS - tweaks
-rw-r--r--ChangeLog3
-rwxr-xr-xKDE5_FUNCTIONS2
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92a0af3097..42d8da77c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-05-15 Treeve Jelbert <treeve@sourcemage.org>
+ * KDE5_FUNCTIONS: tweaks for qt6
+
2022-05-13 Treeve Jelbert <treeve@sourcemage.org>
* crypto/libxcrypt: added, modern replacement for glibc''s libcrypt
diff --git a/KDE5_FUNCTIONS b/KDE5_FUNCTIONS
index 83b7a3577c..eef7ccb0ee 100755
--- a/KDE5_FUNCTIONS
+++ b/KDE5_FUNCTIONS
@@ -6,6 +6,8 @@ default_build() {
if is_depends_enabled $SPELL qt6base;then
OPTS+=" -DCMAKE_PREFIX_PATH=/opt/qt6"
OPTS+=" -DBUILD_WITH_QT6=ON"
+ OPTS+=" -DEXCLUDE_DEPRECATED_BEFORE_AND_AT=5.91.0"
+ OPTS+=" -DQT_MAJOR_VERSION=6"
fi
cmake_build
}