mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
Include QFont headers for OS X
Fix compilation on OS X >10.8 by including headers for QFont.
This commit is contained in:
parent
95c75bb8c8
commit
2b480f60f9
@ -33,6 +33,10 @@
|
||||
#include <QLibraryInfo>
|
||||
#include <QSysInfo>
|
||||
|
||||
#if (!defined(DISABLE_GUI) && defined(Q_OS_MAC))
|
||||
#include <QFont>
|
||||
#endif
|
||||
|
||||
#include "application.h"
|
||||
#include "preferences.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user