mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-14 13:01:53 +02:00
Fix qt5keychain includes
This commit is contained in:
parent
15cb87048a
commit
a03bbfc891
@ -33,8 +33,11 @@
|
||||
#include "Source.h"
|
||||
|
||||
#include <qjson/serializer.h>
|
||||
|
||||
#include <qtkeychain/keychain.h>
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5,0,0)
|
||||
#include <qtkeychain/keychain.h>
|
||||
#else
|
||||
#include <qt5keychain/keychain.h>
|
||||
#endif
|
||||
#include <QDir>
|
||||
|
||||
using namespace Tomahawk;
|
||||
|
@ -21,11 +21,15 @@
|
||||
#include "utils/Logger.h"
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
#include "TomahawkSettings.h"
|
||||
#include "TomahawkSettings.h"
|
||||
#else
|
||||
#include <qtkeychain/keychain.h>
|
||||
#include <qjson/serializer.h>
|
||||
#include <qjson/parser.h>
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5,0,0)
|
||||
#include <qtkeychain/keychain.h>
|
||||
#else
|
||||
#include <qt5keychain/keychain.h>
|
||||
#endif
|
||||
#include <qjson/serializer.h>
|
||||
#include <qjson/parser.h>
|
||||
#endif
|
||||
|
||||
#include <QStringList>
|
||||
|
Loading…
x
Reference in New Issue
Block a user