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

View File

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