From 447ca99191a8659c3b4aa57847f674a49a18f41c Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Fri, 20 Jan 2017 14:41:46 +0100 Subject: Fix printsupport compilation with -no-feature... Change-Id: I881e736aefd4068965edb2a57f4436ee43d2bb93 Reviewed-by: Lars Knoll --- src/printsupport/widgets/qcupsjobwidget_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/printsupport/widgets/qcupsjobwidget_p.h') diff --git a/src/printsupport/widgets/qcupsjobwidget_p.h b/src/printsupport/widgets/qcupsjobwidget_p.h index 5320818f30..288aeac1aa 100644 --- a/src/printsupport/widgets/qcupsjobwidget_p.h +++ b/src/printsupport/widgets/qcupsjobwidget_p.h @@ -56,7 +56,7 @@ #include #include -#if !defined(QT_NO_PRINTER) && !defined(QT_NO_CUPS) +#if !defined(QT_NO_PRINTER) && !defined(QT_NO_CUPS) && !defined(QT_NO_DATETIMEEDIT) #include QT_BEGIN_NAMESPACE -- cgit v1.2.3