Fix build for -no-feature-textdate

Change-Id: I31ad3fdde293759f04a136d7c7212288cafdc840
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Stephan Binner 2017-02-24 13:35:48 +01:00
parent 1d31f23ce9
commit f85f21edbc
2 changed files with 4 additions and 3 deletions

View File

@ -153,7 +153,7 @@
},
"sql-odbc": {
"label": "ODBC",
"condition": "libs.odbc",
"condition": "libs.odbc && features.textdate",
"output": [ "publicFeature" ]
},
"sql-psql": {
@ -168,6 +168,7 @@
},
"sql-sqlite": {
"label": "SQLite",
"condition": "features.textdate",
"output": [ "publicFeature" ]
},
"system-sqlite": {
@ -178,7 +179,7 @@
},
"sql-tds": {
"label": "TDS (Sybase)",
"condition": "libs.tds",
"condition": "libs.tds && features.textdate",
"output": [ "publicFeature" ]
}
},

View File

@ -121,7 +121,7 @@
"label": "QDateTimeEdit",
"purpose": "Supports editing dates and times.",
"section": "Widgets",
"condition": "features.calendarwidget && features.datestring",
"condition": "features.calendarwidget && features.datestring && features.textdate",
"output": [ "publicFeature", "feature" ]
},
"stackedwidget": {