mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Mac compilation fix
This commit is contained in:
parent
37b09e70b0
commit
a300a6094e
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef Q_WS_MAC
|
#ifdef Q_WS_MAC
|
||||||
#include <Files.h>
|
#include <CoreServices/CoreServices.h>
|
||||||
#include <Folders.h>
|
#include <ApplicationServices/ApplicationServices.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef Q_WS_WIN
|
#ifndef Q_WS_WIN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue