How to stop Qt using evaluation license
-
Hi,
AFAIR The license key information should be in your Qt Account.
Log in first and then you can see the status of everything you're entitled to.Did you hear from Qt support already?
Eddy
-
Hi,
AFAIR The license key information should be in your Qt Account.
Log in first and then you can see the status of everything you're entitled to.Did you hear from Qt support already?
Eddy
@Eddy Thanks for responding. I've checked the licenses I have on the website - they're as I expect. One evaluation and one perpetual. No word from support.
-
@6thC Thanks for the idea. I don't have that directory or file, or anything similar-looking.
-
Following the support FAQ, I also deleted the registry key HKCU\Software\Digia\LicenseManager. This didn't solve it. Hopefully support will come through with something; I'm tearing what's left of my hair out here.
-
@6thC Thanks for the idea. I don't have that directory or file, or anything similar-looking.
@Paul-Thompson AppData is a hidden directory by default...
In windows explorer @ C:\Users\[USERNAME]\ ... Press ALT + V (View menu) then press HH (h key 2 times).
-
@Paul-Thompson AppData is a hidden directory by default...
In windows explorer @ C:\Users\[USERNAME]\ ... Press ALT + V (View menu) then press HH (h key 2 times).
@6thC said in How to stop Qt using evaluation license:
@Paul-Thompson AppData is a hidden directory by default...
In windows explorer @ C:\Users\[USERNAME]\ ... Press ALT + V (View menu) then press HH (h key 2 times).
Thanks. I have hidden folders and files displayed already. That format of Qt license file came in with a later version of Qt than I have, I think.
-
Oh I see. I'm using Qt Creator 4.2.2 and Qt 5.8
The format of qtlicenses.ini in the directory above is:
[License<LICENSE_NUMBER_HERE>] Licensee=<LICENSED_NAME_HERE> LicenseKeyExt=<QT4_KEY> Qt5LicenseKey=<QT5_KEY>
example:
[License1234567] Licensee=Smith John LicenseKeyExt=1234-123-123-123-12345-12345-1234 Qt5LicenseKey=123-123-123-123-12345-12345-1234
I migrate from eval to Enterprise seamlessly. I'm using the online installer method though... I just have to sign in and have never worried about manually setting my license files etc...
-
Oh I see. I'm using Qt Creator 4.2.2 and Qt 5.8
The format of qtlicenses.ini in the directory above is:
[License<LICENSE_NUMBER_HERE>] Licensee=<LICENSED_NAME_HERE> LicenseKeyExt=<QT4_KEY> Qt5LicenseKey=<QT5_KEY>
example:
[License1234567] Licensee=Smith John LicenseKeyExt=1234-123-123-123-12345-12345-1234 Qt5LicenseKey=123-123-123-123-12345-12345-1234
I migrate from eval to Enterprise seamlessly. I'm using the online installer method though... I just have to sign in and have never worried about manually setting my license files etc...
@6thC said in How to stop Qt using evaluation license:
Oh I see. I'm using Qt Creator 4.2.2 and Qt 5.8
The format of qtlicenses.ini in the directory above is:
[License<LICENSE_NUMBER_HERE>] Licensee=<LICENSED_NAME_HERE> LicenseKeyExt=<QT4_KEY> Qt5LicenseKey=<QT5_KEY>
example:
[License1234567] Licensee=Smith John LicenseKeyExt=1234-123-123-123-12345-12345-1234 Qt5LicenseKey=123-123-123-123-12345-12345-1234
I migrate from eval to Enterprise seamlessly. I'm using the online installer method though... I just have to sign in and have never worried about manually setting my license files etc...
I envy you. I have installed 5.8.0 alongside for another purpose, but I'm stuck with the old tools and library for these other projects. For now! :-)
-
After working with a support tech, after various steps failed, I went to the last resort of uninstalling 5.4.1, clearing out the registry key and .qt-license again, and reinstalling. That seems to have done the trick.
Thanks for your help, everyone.