mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 21:38:51 +03: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
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue