Build fix for -no-feature-datestring

Change-Id: If3b744e9f7e7761d02664b1a117e0540fabe8915
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
bb10
Paul Olav Tvete 2017-02-16 09:53:57 +01:00
parent 06a3ac2671
commit 07d4376e0d
2 changed files with 4 additions and 4 deletions

View File

@ -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": {

View File

@ -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" ]
}
},