Hii, I am trying to configure QT_static font with Qt-everywhere-src-5.13.1 for commercial version.
-
While running the configuration file which is present in the Qt-everywhere-src-5.13.1.
It will ask for choose the type of licensing:**Selecting Qt Edition.
Type 'c' if you want to use the Commercial Edition.
Type 'o' if you want to use the Open Source Edition.**If we choose C for Commercial Edition, I am getting the following error:
**Error: Qt license file was not found!
Note: Also available for Linux: linux-clang linux-iccERROR: You are not licensed to use this software.**
Note: I have installed Qt creator enterprise version.
we have a perpetual license for qt and it is installed in the same system. It is working in Ubuntu 16.04 and it is not working in 20.04. -
Hi and welcome to devnet,
Since you have a commercial licence, you should contact the Qt Company directly.
-
Hi and welcome to devnet,
Since you have a commercial licence, you should contact the Qt Company directly.
@SGaist Hi, My Support was expired.
-
Did you copy over your licence to the new system ?
-
@SGaist Yes, Actually I am using Qt in Ubuntu 16.04, I need to install it in Ubuntu 20.04.
I have downloaded qt-enterprise-linux-x64-5.13.1.run from the Qt Commercial page and installed using by my license credentials. Dynamic Font is generated and no issue in it.
As, I am in need of Static Font so, I have downloaded Qt-everywhere-src-5.13.1 from qt website while configuring for static, I am facing the above-mentioned issue.
-
Where is your licence located ?
-
@SGaist in the same path where, I am having the source.
-
That's not where it is looked up.
Put it at the same place it is on your working installation.
-
@SGaist Hi, My Support was expired.
@programmer_123 did not your license expire as well If you support expired?
-
That's not where it is looked up.
Put it at the same place it is on your working installation.
@SGaist yeah! I tried that method too. I have copied the qt license file in the source, installation directory and where Qt is installed.
-
Where exactly is it located in your working machine ?
-
Support is for help with the Qt libraries. If your support has run out, that is about coding issues and the like.
If you are a registered and paid-in-full customer, you can still call support to get it working on a new installation.
You can try here, but I don't think its the most appropriate place.
-
@SGaist :/home/user/
In this directory I have the source and license file.
-
So why don't you put the licence file in the same folder on your new machine ?
-
@SGaist license file is located in the same directory, i don't know why it is throwing license file not found ...
-
Use strace to find where the licence is searched for.