[neon/qt6/pyside6/Neon/release] 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:43:30 BST 2024
Git commit dffcfba870de90b6dab5fa584984335b53b9367e by Carlos De Maine, on behalf of Jonathan Esk-Riddell.
Committed on 27/07/2024 at 04:40.
Pushed by carlosdem 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/dffcfba870de90b6dab5fa584984335b53b9367e
diff --git a/debian/rules b/debian/rules
index dba1c01..65289ad 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