Just change includes to be have <> brackets instead of ""
for QGenericFontDatabase Change-Id: Iac61522194ab7aa3ea7359e51cc84952db8b90ae Reviewed-on: http://codereview.qt.nokia.com/3471 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>bb10
parent
a0d09cc3cd
commit
2aab5da496
|
|
@ -43,10 +43,10 @@
|
|||
#define QGENERICUNIXFONTDATABASE_H
|
||||
|
||||
#ifdef Q_FONTCONFIGDATABASE
|
||||
#include "QtPlatformSupport/private/qfontconfigdatabase_p.h"
|
||||
#include <QtPlatformSupport/private/qfontconfigdatabase_p.h>
|
||||
typedef QFontconfigDatabase QGenericUnixFontDatabase;
|
||||
#else
|
||||
#include "QtPlatformSupport/private/qbasicunixfontdatabase_p.h"
|
||||
#include <QtPlatformSupport/private/qbasicunixfontdatabase_p.h>
|
||||
typedef QBasicUnixFontDatabase QGenericUnixFontDatabase;
|
||||
#endif //Q_FONTCONFIGDATABASE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue