summaryrefslogtreecommitdiffstats
path: root/KDE5_FUNCTIONS
diff options
context:
space:
mode:
authorTreeve Jelbert2022-06-09 14:50:52 +0200
committerTreeve Jelbert2022-06-09 14:50:52 +0200
commitdda12c806cde84cb4c01c90755cc70543d9729ed (patch)
treea50b2381fdd61e3abf20fbac666d582720039286 /KDE5_FUNCTIONS
parentdab79389252be8fbd4d4588c95d9f341e869b8d2 (diff)
tweak KDE5_FUNCTIONS
Diffstat (limited to 'KDE5_FUNCTIONS')
-rwxr-xr-xKDE5_FUNCTIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/KDE5_FUNCTIONS b/KDE5_FUNCTIONS
index eef7ccb0ee..e612c84a7f 100755
--- a/KDE5_FUNCTIONS
+++ b/KDE5_FUNCTIONS
@@ -6,6 +6,7 @@ default_build() {
if is_depends_enabled $SPELL qt6base;then
OPTS+=" -DCMAKE_PREFIX_PATH=/opt/qt6"
OPTS+=" -DBUILD_WITH_QT6=ON"
+ OPTS+=" -DUSE_QT6=ON"
OPTS+=" -DEXCLUDE_DEPRECATED_BEFORE_AND_AT=5.91.0"
OPTS+=" -DQT_MAJOR_VERSION=6"
fi