Build fix for -no-feature-datestring
Change-Id: If3b744e9f7e7761d02664b1a117e0540fabe8915 Reviewed-by: Lars Knoll <lars.knoll@qt.io>bb10
parent
06a3ac2671
commit
07d4376e0d
|
|
@ -28,7 +28,7 @@
|
|||
"label": "CUPS",
|
||||
"purpose": "Provides support for the Common Unix Printing System.",
|
||||
"section": "Painting",
|
||||
"condition": "libs.cups && features.printer",
|
||||
"condition": "libs.cups && features.printer && features.datestring",
|
||||
"output": [ "privateFeature", "feature" ]
|
||||
},
|
||||
"cupsjobwidget": {
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@
|
|||
},
|
||||
"sql-odbc": {
|
||||
"label": "ODBC",
|
||||
"condition": "libs.odbc && features.textdate",
|
||||
"condition": "libs.odbc && features.datestring",
|
||||
"output": [ "publicFeature" ]
|
||||
},
|
||||
"sql-psql": {
|
||||
|
|
@ -168,7 +168,7 @@
|
|||
},
|
||||
"sql-sqlite": {
|
||||
"label": "SQLite",
|
||||
"condition": "features.textdate",
|
||||
"condition": "features.datestring",
|
||||
"output": [ "publicFeature" ]
|
||||
},
|
||||
"system-sqlite": {
|
||||
|
|
@ -179,7 +179,7 @@
|
|||
},
|
||||
"sql-tds": {
|
||||
"label": "TDS (Sybase)",
|
||||
"condition": "libs.tds && features.textdate",
|
||||
"condition": "libs.tds && features.datestring",
|
||||
"output": [ "publicFeature" ]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue