darkmattercoder / qt-build

a (nearly) full qt build environment as a docker image, small footprint, lots of versions
GNU General Public License v3.0
75 stars 17 forks source link

building qt submodules ? #25

Open asmodehn opened 3 years ago

asmodehn commented 3 years ago

Just a note that in my usecase I would have needed some of these as well : http://download.qt.io/official_releases/qt/5.12/5.12.9/submodules/

asmodehn commented 3 years ago

To be more precise, my cmake report some modules are not present... Maybe this is a question of which cmake version is working properly with which Qt version...

darkmattercoder commented 3 years ago

Which of them exactly? Coukd you pass the cmake output?

What I do not include by default is qwebengine. Unfortunately that is simply because of I have not enough build time in the travis ci pipelines :-(

asmodehn commented 3 years ago

Yes it was the webengine... but I couldnt test more.

asmodehn commented 3 years ago

CMake's Find*.cmake modules might change significantly between releases... it is quite possible that some versions of cmake fail to detect all of Qt versions, where other versions will succeed... Probably something to add into the CI to make sure the installed cmake version finds everything... Grabbing a more recent version to install on the image, when needed to detect recent Qt version, might be necessary.