[utilities/kdebugsettings] /: enable quick by default

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 0af39cbcca5f80cca63d2086d2431dbe5a85264e by Laurent Montel.
Committed on 23/07/2026 at 11:34.
Pushed by mlaurent into branch 'master'.

enable quick by default

M  +12   -15   CMakeLists.txt
M  +1    -3    src/CMakeLists.txt
M  +2    -4    src/data/CMakeLists.txt

https://invent.kde.org/utilities/kdebugsettings/-/commit/0af39cbcca5f80cca63d2086d2431dbe5a85264e

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 995a931a..b03af025 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -149,22 +149,19 @@ configure_file(config-kdebugsettings.h.in ${CMAKE_CURRENT_BINARY_DIR}/config-kde
 set(KDEBUGSETTINGS_LIB_VERSION "${RELEASE_SERVICE_VERSION}")
 set(KDEBUGSETTINGS_LIB_SOVERSION "6")
 
-option(BUILD_QUICK_VERSION "Experimental (in progress)" ON)
-if(BUILD_QUICK_VERSION)
-    find_package(
-        Qt6
-        ${QT_REQUIRED_VERSION}
-        REQUIRED
-        NO_MODULE
-        COMPONENTS
-            Quick
-            QuickControls2
-    )
-    include(ECMQmlModule)
+find_package(
+    Qt6
+    ${QT_REQUIRED_VERSION}
+    REQUIRED
+    NO_MODULE
+    COMPONENTS
+        Quick
+        QuickControls2
+)
+include(ECMQmlModule)
 
-    if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
-        add_definitions(-DQT_QML_DEBUG)
-    endif()
+if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
+    add_definitions(-DQT_QML_DEBUG)
 endif()
 if(BUILD_TESTING)
     add_definitions(-DBUILD_TESTING)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index fb223c1b..29299ceb 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -5,9 +5,7 @@ add_subdirectory(core)
 add_subdirectory(apps)
 add_subdirectory(data)
 add_subdirectory(widgets)
-if(BUILD_QUICK_VERSION)
-    add_subdirectory(quickapps)
-endif()
+add_subdirectory(quickapps)
 
 # Selenium GUI tests
 if(SeleniumWebDriverATSPI_FOUND)
diff --git a/src/data/CMakeLists.txt b/src/data/CMakeLists.txt
index f3f1baf6..f1066d66 100644
--- a/src/data/CMakeLists.txt
+++ b/src/data/CMakeLists.txt
@@ -6,7 +6,5 @@
 install(PROGRAMS org.kde.kdebugsettings.desktop DESTINATION ${KDE_INSTALL_APPDIR})
 install(FILES org.kde.kdebugsettings.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
 
-if(BUILD_QUICK_VERSION)
-    install(PROGRAMS org.kde.kdebugsettingsquick.desktop DESTINATION ${KDE_INSTALL_APPDIR})
-    install(FILES org.kde.kdebugsettingsquick.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
-endif()
+install(PROGRAMS org.kde.kdebugsettingsquick.desktop DESTINATION ${KDE_INSTALL_APPDIR})
+install(FILES org.kde.kdebugsettingsquick.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.