Build Qt from source with target modules
-
I happen to build Qt from source to make offline usb install.
Now I have some modules I need for my current projects:
webengine and bluetoothhow to build qt from source with modules?
or I could download those and link?Kindly advise
-
I happen to build Qt from source to make offline usb install.
Now I have some modules I need for my current projects:
webengine and bluetoothhow to build qt from source with modules?
or I could download those and link?Kindly advise
@JacobNovitsky said in Build Qt from source with target modules:
how to build qt from source with modules?
When you did not disable them then they are automatically built.
note that webengine does not build with MinGW. Maybe that's also the case for the other one. Look at the configure output to see what will be build and what not due to e.g. missing dependencies.