[neon/kde/plasma-integration/Neon/unstable] debian: -DBUILD_QT6=ON -DBUILD_QT5=OFF

Carlos De Maine null at kde.org
Wed Jul 19 02:51:28 BST 2023


Git commit e42291528d7c8c5aa1e0fc2b4faab54d8f6ec9f5 by Carlos De Maine.
Committed on 19/07/2023 at 01:51.
Pushed by carlosdem into branch 'Neon/unstable'.

-DBUILD_QT6=ON -DBUILD_QT5=OFF

M  +1    -1    debian/rules

https://invent.kde.org/neon/kde/plasma-integration/-/commit/e42291528d7c8c5aa1e0fc2b4faab54d8f6ec9f5

diff --git a/debian/rules b/debian/rules
index a616e83..91e9478 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: LGPL-2.0-or-later
 # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-CMAKE_ARGS = -BUILD_QT6=ON
+CMAKE_ARGS = -DBUILD_QT6=ON -DBUILD_QT5=OFF
 
 %:
 	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list