Compilation parameters of Qt 5.15.3 generation
-
Hello,
I am compiling the source code of Qt 5.15.3 since it has been made open to all. But I'm having trouble with the compiler parameters I need to use...
I use the link https://wiki.qt.io/Qt_5.15_Tools_and_Versions which gives a lot of indications but there are too many, in fact.
For example, what parameters should be used to generate the Ubuntu compilation found in MaintenanceTools?
Do we have to believe in the Coin indication and take only the "Packaging" lines?
For Ubuntu, for example, I can't find the corresponding line...How do I go about it?
Thank you!
PS:Currently, I am using:
./configure -prefix /opt/Qt/5.15.3/gcc_64 -opensource -confirm-license -release -R . -opengl desktop -nomake tests -nomake examples -nomake tests -openssl -platform linux-g++ -no-sql-mysql -plugin-sql-sqlite -qt-zlib -skip webengine -skip datavis3d -skip charts -skip networkauth -skip virtualkeyboard -skip lottie -skip serialbus -
Hello,
I am compiling the source code of Qt 5.15.3 since it has been made open to all. But I'm having trouble with the compiler parameters I need to use...
I use the link https://wiki.qt.io/Qt_5.15_Tools_and_Versions which gives a lot of indications but there are too many, in fact.
For example, what parameters should be used to generate the Ubuntu compilation found in MaintenanceTools?
Do we have to believe in the Coin indication and take only the "Packaging" lines?
For Ubuntu, for example, I can't find the corresponding line...How do I go about it?
Thank you!
PS:Currently, I am using:
./configure -prefix /opt/Qt/5.15.3/gcc_64 -opensource -confirm-license -release -R . -opengl desktop -nomake tests -nomake examples -nomake tests -openssl -platform linux-g++ -no-sql-mysql -plugin-sql-sqlite -qt-zlib -skip webengine -skip datavis3d -skip charts -skip networkauth -skip virtualkeyboard -skip lottie -skip serialbus@Francky033 said in Compilation parameters of Qt 5.15.3 generation:
what parameters should be used to generate the Ubuntu compilation found in MaintenanceTools?
I believe these are the ones: https://github.com/qtproject/qtsdk/blob/v5.15.4-lts-packaging/packaging-tools/bld_config/configure_linux_opensource
-
Perfecto !
Thanks JKSH!