-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.0.0 Beta 1
-
Fix Version/s: 5.0.2
-
Component/s: Build System
-
Labels:
-
Environment:Any Qt5 source package
-
Commits:08ec2c7a620de84591552b57e396fe3fd404418c
There are some configure options that allow certain modules to be enabled/disabled at configure time but no general approach.
For example it would be ideal if configure's make and nomake option applied to which Qt modules are built e.g.:
configure -make module1 module2 module5 module6 module7 ...
and/or
configure -nomake module3 module4 ...
The workaround for this issue is to remove the source code of the modules not required then run configure as normal.
- is related to
-
QTBUG-20577 Qt5: ./configure's -no-webkit is ignored
-
- Closed
-