summaryrefslogtreecommitdiffstats
path: root/src/printsupport/configure.json
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2017-02-16 09:53:57 +0100
committerPaul Olav Tvete <paul.tvete@qt.io>2017-03-01 13:36:41 +0000
commit07d4376e0d9a147afe18c03d130bd5bc6c04ad49 (patch)
tree5177fd8b5bc76e2081399585a5ce1c2740b1a0e5 /src/printsupport/configure.json
parent06a3ac26717794c053c23dc5c04914c0b1769e22 (diff)
Build fix for -no-feature-datestring
Change-Id: If3b744e9f7e7761d02664b1a117e0540fabe8915 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/printsupport/configure.json')
-rw-r--r--src/printsupport/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printsupport/configure.json b/src/printsupport/configure.json
index dfef0bcd6c..45e768708e 100644
--- a/src/printsupport/configure.json
+++ b/src/printsupport/configure.json
@@ -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": {