When running lupdate from a yocto sdk, I get the following error:
$ lupdate -pro example.pro
sh: 1: /usr/libexec/lupdate-pro: not found
qt.conf:
[Paths]
Prefix = /usr
Headers = /usr/include
Libraries = /usr/lib64
ArchData = /usr/lib64
Data = /usr/share
Binaries = /usr/bin
LibraryExecutables = /usr
ths
On 5/30/23 16:50, arslan.ahmad--- via Development wrote:
> When running lupdate from a yocto sdk, I get the following error:
>
> $ lupdate -pro example.pro
> sh: 1: /usr/libexec/lupdate-pro: not found
Looks like you're somehow mixing a host Qt and a cross-compiled Qt?
lupdate
ake that it's
really HostLibraryExecutables.
Changing Prefix to be a relative path would then break all qmake builds.
-samuli
From: Development on behalf of
arslan.ahmad--- via Development
Sent: 02 June 2023 11:58
To: Joerg Bornemann ; development@qt-pro
Hi,
The SRCREV for qtbase on the lts 6.2 branch is set to:
SRCREV_qtbase = "c89278f5dfc03c6d1f1a01d18d1281d0f36fdfe3"
(https://code.qt.io/cgit/yocto/meta-qt6.git/tree/recipes-qt/qt6/qt6-git.inc?h=lts-6.2#n24)
This commit id doesn't exist and so I get a do_fetch error.
https://code.qt.io/cgit/qt/q