summaryrefslogtreecommitdiffstats
path: root/src/printsupport/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/printsupport/configure.json')
-rw-r--r--src/printsupport/configure.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/printsupport/configure.json b/src/printsupport/configure.json
new file mode 100644
index 0000000000..986bb9d678
--- /dev/null
+++ b/src/printsupport/configure.json
@@ -0,0 +1,42 @@
+{
+ "module": "printsupport",
+ "depends": [
+ "core",
+ "gui",
+ "widgets"
+ ],
+ "testDir": "../../config.tests",
+
+ "commandline": {
+ "options": {
+ "cups": "boolean"
+ }
+ },
+
+ "libraries": {
+ "cups": {
+ "description": "CUPS",
+ "test": "unix/cups",
+ "sources": [
+ "-lcups"
+ ]
+ }
+ },
+
+ "features": {
+ "cups": {
+ "description": "CUPS",
+ "condition": "libs.cups",
+ "output": [ "privateFeature", "feature" ]
+ }
+ },
+
+ "summary": [
+ {
+ "section": "Qt PrintSupport",
+ "entries": [
+ "cups"
+ ]
+ }
+ ]
+}