How to statically compile the Qt desktop application using QT 5.9.6 ?
-
How to statically compile the Qt desktop application using QT 5.9.6 ?
-
Hi and welcome to devnet forums
In order to compile and link with Qt libraries statically, you have to compile first Qt libraries statically.
There are guidelines available e.g. for windowsHowever, you better check the license conditions then.
-
Thanks for the input. How to compile the Qt libraries and application statically for commercial license and not for open-source license.
-
Basically follow the questions of the configure command. At the beinning you will be ask which version you like to configure for compilation.
When you have a commercial license you are entitled to get service through the hotline respectively through an online platform.
-
@koahnig said in How to statically compile the Qt desktop application using QT 5.9.6 ?:
When you have a commercial license you are entitled to get service through the hotline respectively through an online platform.
I am using Qt 5.9.6 for developing Qt desktop widget application using commercial license. I need to compile the application statically, to run the Qt application in different systems without adding externally the supporting dlls.
Please provide the complete steps to compile and build the Qt application statically in commercial license.
-
@VigneshwaranSMJ said in How to statically compile the Qt desktop application using QT 5.9.6 ?:
Please provide the complete steps to compile and build the Qt application statically in commercial license.
Sorry, but this is NOT commercial support forum!
As @koahnig already wrote: if you have a commercial license then you can ask for service/support, but not here.
And did you actually read the link @koahnig provided? -
How to resolve this issue in windows 10 "no qmlscene installed" in Qt
-
There is a similar thread for static compilation and no qmlscene installed
When you have a license and they helped you in compilation for static Qt libs, they have to know best what information they supplied.
You are paying for support there.
-
I raised an issue in the Qt Bug Tracker, see QTBUG-72810: Static build package in Qt installer. You may want to vote up that issue.