Fix -no-feature-mimetype build

Change-Id: I282f630d6e8a0b2b10fd1286d7a185a068abc9f1
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Allan Sandfeld Jensen 2019-08-19 15:13:13 +02:00
parent c7b1cbdea9
commit fa7d7ae658

View File

@ -40,12 +40,12 @@
#include "qppdprintdevice.h"
#include "qcupsprintersupport_p.h"
#include <QtCore/QMimeDatabase>
#include <qdebug.h>
#include "private/qcups_p.h" // Only needed for PDPK_*
#if QT_CONFIG(mimetype)
#include <QtCore/QMimeDatabase>
#endif
#ifndef QT_LINUXBASE // LSB merges everything into cups.h
#include <cups/language.h>
#endif