Fix path for <triplet>-qmake6 cross wrapper.
This commit is contained in:
parent
30171b9c87
commit
5ce4cb97d7
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,5 +1,8 @@
|
||||
qt6-base (6.4.2+dfsg-5) UNRELEASED; urgency=medium
|
||||
|
||||
[ Patrick Franz ]
|
||||
* Fix path for <triplet>-qmake6 cross wrapper.
|
||||
|
||||
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Tue, 21 Feb 2023 16:12:37 +0100
|
||||
|
||||
qt6-base (6.4.2+dfsg-4) unstable; urgency=medium
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -105,7 +105,7 @@ execute_after_dh_auto_install:
|
||||
chmod +x debian/tmp/usr/bin/$(DEB_HOST_GNU_TYPE)-qmake6
|
||||
|
||||
# Fix Qt6::qmake IMPORTED_LOCATION, see https://bugs.debian.org/1030980
|
||||
sed -i 's,lib/qt6/bin/qmake,bin/$(DEB_HOST_GNU_TYPE)-qmake,' \
|
||||
sed -i 's,lib/qt6/bin/qmake,bin/$(DEB_HOST_GNU_TYPE)-qmake6,' \
|
||||
debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6CoreTools/Qt6CoreToolsTargets-none.cmake
|
||||
|
||||
override_dh_makeshlibs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user