Buy qt6 to distribute complete package for older Linux
-
Suppose I want to build a Qt6 based app that runs on older Linux OS's like RH7/Deb9/Ubuntu 14. Since the Qt6 libraries are not available (precompiled), and I consider it beyond my target users to compile their own Qt6 libraries, what are my options?
If I buy Qt can i compile the necessary libraries into my app (or distribute them with my app)? And then the app will run on the older OS's ?
-
Suppose I want to build a Qt6 based app that runs on older Linux OS's like RH7/Deb9/Ubuntu 14. Since the Qt6 libraries are not available (precompiled), and I consider it beyond my target users to compile their own Qt6 libraries, what are my options?
If I buy Qt can i compile the necessary libraries into my app (or distribute them with my app)? And then the app will run on the older OS's ?
@ocgltd said in Buy qt6 to distribute complete package for older Linux:
Qt6 based app that runs on older Linux OS's like RH7/Deb9/Ubuntu 14.
This will not work: https://doc.qt.io/archives/qt-6.0/supported-platforms.html - apart from some maybe missing 3rd party libs you will need gcc9 at least.