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

Jonathan Esk-Riddell null at kde.org
Fri Jun 23 15:45:41 BST 2023


Git commit b51c5e5d2dd90e4c700ea16f92fb00fda3f512e9 by Jonathan Esk-Riddell.
Committed on 23/06/2023 at 14:45.
Pushed by jriddell into branch 'Neon/release'.

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/b51c5e5d2dd90e4c700ea16f92fb00fda3f512e9

diff --git a/debian/rules b/debian/rules
index 34f24d1..6c4e8b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,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


More information about the Neon-commits mailing list