4#ifndef QGENERICUNIXFONTDATABASE_H
5#define QGENERICUNIXFONTDATABASE_H
18#include <QtGui/private/qtguiglobal_p.h>
20#if QT_CONFIG(fontconfig)
21#include <QtGui/private/qfontconfigdatabase_p.h>
23#elif QT_CONFIG(freetype)
24#include <QtGui/private/qfreetypefontdatabase_p.h>
27#include <qpa/qplatformfontdatabase.h>