From 3588f05f1010c5ab9663682c71a3e6fe549603a9 Mon Sep 17 00:00:00 2001 From: John Layt Date: Thu, 12 Dec 2013 19:13:56 +0100 Subject: QtPrintSupport - Increase Cups required to 1.4 Change the minimum required version of CUPS to be 1.4, which has been available in most distros since 2009. Note this is only available in RHEL 6 and later, RHEL 5 will no longer be supported for printing. [ChangeLog][QtPrintSupport] CUPS 1.4 is now required for print support on Linux and other *nix platforms. Change-Id: Id9c4c748be6436ccc995da08ff6bb3eeef08c35a Reviewed-by: Lars Knoll --- config.tests/unix/cups/cups.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.tests/unix/cups/cups.cpp') diff --git a/config.tests/unix/cups/cups.cpp b/config.tests/unix/cups/cups.cpp index bd8e85a7ce..9170b4003c 100644 --- a/config.tests/unix/cups/cups.cpp +++ b/config.tests/unix/cups/cups.cpp @@ -43,7 +43,7 @@ int main(int, char **) { - cups_dest_t *d; - cupsGetDests(&d); + // CUPS 1.4 test + cupsGetNamedDest(CUPS_HTTP_DEFAULT, NULL, NULL); return 0; } -- cgit v1.2.3