mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 11:35:24 +01:00
parent
81933c5069
commit
acfc7e6d21
@ -23,7 +23,11 @@
|
|||||||
# define _WIN32_WINNT 0x0600
|
# define _WIN32_WINNT 0x0600
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
# include <iostream>
|
# include <iostream>
|
||||||
#endif // Q_OS_WIN32
|
#endif // Q_OS_WIN32
|
||||||
|
|
||||||
|
#ifdef Q_OS_UNIX
|
||||||
|
# include <unistd.h>
|
||||||
|
#endif // Q_OS_UNIX
|
||||||
|
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
#include <QFont>
|
#include <QFont>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user