From 18e5d10426e7b116f02b20c258542c4de4f18560 Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Mon, 29 May 2017 16:56:28 +0200 Subject: Convert features.cups to QT_[REQUIRE_]CONFIG Change-Id: I189134b41c4f6e4ac42b5e47ae79338c744b581d Reviewed-by: Oswald Buddenhagen --- src/printsupport/kernel/qcups_p.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/printsupport/kernel/qcups_p.h') diff --git a/src/printsupport/kernel/qcups_p.h b/src/printsupport/kernel/qcups_p.h index 139b18c509..780115e350 100644 --- a/src/printsupport/kernel/qcups_p.h +++ b/src/printsupport/kernel/qcups_p.h @@ -57,7 +57,7 @@ #include "QtPrintSupport/qprinter.h" #include "QtCore/qdatetime.h" -#ifndef QT_NO_CUPS +QT_REQUIRE_CONFIG(cups); QT_BEGIN_NAMESPACE @@ -150,6 +150,4 @@ Q_DECLARE_METATYPE(QCUPSSupport::PageSet) Q_DECLARE_METATYPE(QCUPSSupport::PagesPerSheetLayout) Q_DECLARE_METATYPE(QCUPSSupport::PagesPerSheet) -#endif // QT_NO_CUPS - #endif -- cgit v1.2.3