[neon/qt6/pyside6/Neon/unstable] debian: Could not find Qt. You can pass the --qt-target-path=<qt-dir>

Carlos De Maine null at kde.org
Sat Jul 27 05:38:49 BST 2024


Git commit 3df1944f01ee2f12fd230553e5b778665f0907f0 by Carlos De Maine, on behalf of Jonathan Esk-Riddell.
Committed on 25/07/2024 at 13:54.
Pushed by carlosdem into branch 'Neon/unstable'.

Could not find Qt. You can pass the --qt-target-path=<qt-dir>

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/pyside6/-/commit/3df1944f01ee2f12fd230553e5b778665f0907f0

diff --git a/debian/rules b/debian/rules
index dba1c01e..65289ad1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ undefine XDG_RUNTIME_DIR
 
 override_dh_auto_clean:
 	python3 -m pip install -r requirements.txt
-	dh_auto_clean -O--buildsystem=pybuild
+	dh_auto_clean -O--buildsystem=pybuild -- --qt-target-path=/usr
 
 %:
 	dh $@ --with python3,sphinxdoc --buildsystem=pybuild --no-parallel



More information about the Neon-commits mailing list