[neon/qt6/qt6-httpserver/Neon/release] debian: no -DQT_NO_PRIVATE_MODULE_WARNING=ON

Carlos De Maine null at kde.org
Sat Nov 29 05:17:18 GMT 2025


Git commit eeea32ca09923c8d38b0983f1eadb563270e6025 by Carlos De Maine.
Committed on 29/11/2025 at 05:15.
Pushed by carlosdem into branch 'Neon/release'.

no -DQT_NO_PRIVATE_MODULE_WARNING=ON

M  +0    -4    debian/rules

https://invent.kde.org/neon/qt6/qt6-httpserver/-/commit/eeea32ca09923c8d38b0983f1eadb563270e6025

diff --git a/debian/rules b/debian/rules
index a22b778..d873df9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,6 @@ include /usr/share/dpkg/architecture.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
 
-#### uncomment when bootstrapping a new qt release ####
-#export DEB_BUILD_PROFILES := ${DEB_BUILD_PROFILES} nodoc
-
 # QT_HOST_PATH isn't passed in cross-builds
 ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
 	cmake_extra_args += \
@@ -25,7 +22,6 @@ override_dh_auto_configure:
 		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-		-DQT_NO_PRIVATE_MODULE_WARNING=ON \
 		-DQT_UNITY_BUILD=ON \
 		$(extra_cmake_args)
 


More information about the Neon-commits mailing list