summaryrefslogtreecommitdiffstats
path: root/KDE5_FUNCTIONS
diff options
context:
space:
mode:
Diffstat (limited to 'KDE5_FUNCTIONS')
-rwxr-xr-xKDE5_FUNCTIONS2
1 files changed, 2 insertions, 0 deletions
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
}