Fix printsupport dependencies
This makes -no-feature-printer and -no-feature-combobox work. Change-Id: I1097ab0a81f1c92b808c3e36ced0db9117db559a Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
8d752b5151
commit
798ed169d8
@ -28,13 +28,13 @@
|
||||
"label": "CUPS",
|
||||
"purpose": "Provides support for the Common Unix Printing System.",
|
||||
"section": "Painting",
|
||||
"condition": "libs.cups",
|
||||
"condition": "libs.cups && features.printer",
|
||||
"output": [ "privateFeature", "feature" ]
|
||||
},
|
||||
"cupsjobwidget": {
|
||||
"label": "CUPS job control widget",
|
||||
"section": "Widgets",
|
||||
"condition": "features.cups && features.calendarwidget && features.datetimeedit && features.groupbox",
|
||||
"condition": "features.cups && features.calendarwidget && features.datetimeedit && features.groupbox && features.combobox",
|
||||
"output": [ "privateFeature", "feature" ]
|
||||
},
|
||||
"printer": {
|
||||
|
Loading…
Reference in New Issue
Block a user