-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
6.9.2
-
None
Hi,
I have built an SDK for remote deployment of a Qt application from a Fedora 36 VM to my i.MX6 target device.
I can build, deploy and run my application from Qt Creator in the VM to my target. However, building takes quite long and I always get the compile output:
AutoMoc: Could not initialize license client: Could not acquire lock file for client. Some other process might be using it.
Cannot acquire license to use qtframework.
If you have a valid commercial license, please create a bug report to Qt Bugtracker:
https://bugreports.qt.io/projects/QLS
Attach the above details to the bug report.
Additionally, attach the qtlicd_log.txt file of the Qt License Service that can be found from the directory of this Qt installation.
To bypass the license check entirely, set the environment variable QTFRAMEWORK_BYPASS_LICENSE_CHECK with value 1.
I have attached the qtlicd_log.txt file to this issue. I have a valid commercial license. How can it be done for autoMoC to get the license when building with my SDK?
The Yocto recipe of how I built my SDK is also attached.
Cheers.