summaryrefslogtreecommitdiffstats
path: root/KDE5_FUNCTIONS
diff options
context:
space:
mode:
authorTreeve Jelbert2022-05-15 21:20:20 +0200
committerTreeve Jelbert2022-05-15 21:20:20 +0200
commit9de12129800b30744377d0b7bc88aed9baa9f482 (patch)
treeff0889509cd8439f1e2860846ede669488526499 /KDE5_FUNCTIONS
parentb4d810e499c55cca97797fa2d373f83b6358eeb6 (diff)
KDE5_FUNCTIONS - tweaks
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
}