mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 19:45:31 +01:00
Fix the mac and windows builds
This commit is contained in:
parent
5eb916cdff
commit
7e9452f48d
@ -27,6 +27,11 @@
|
|||||||
# include "scripting/python/pythonengine.h"
|
# include "scripting/python/pythonengine.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef Q_OS_MAC
|
||||||
|
# include "core/mac_startup.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <QCoreApplication>
|
||||||
#include <QDirIterator>
|
#include <QDirIterator>
|
||||||
#include <QFileSystemWatcher>
|
#include <QFileSystemWatcher>
|
||||||
#include <QSettings>
|
#include <QSettings>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user