mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 11:35:24 +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"
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
# include "core/mac_startup.h"
|
||||
#endif
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QDirIterator>
|
||||
#include <QFileSystemWatcher>
|
||||
#include <QSettings>
|
||||
|
Loading…
x
Reference in New Issue
Block a user