mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Fix compilation with KDE in custom prefix
The .pri file for KWallet brings in the correct include path for that framework, while KF5/KWallet/KWallet only works with a /usr/include base dir.
This commit is contained in:
parent
54f0796aab
commit
2382f2c955
@ -21,7 +21,7 @@
|
|||||||
#include <QDateTime>
|
#include <QDateTime>
|
||||||
|
|
||||||
#if QT_VERSION >= 0x050000
|
#if QT_VERSION >= 0x050000
|
||||||
#include <KF5/KWallet/KWallet>
|
#include <KWallet>
|
||||||
#else
|
#else
|
||||||
#include <KDE/KWallet/Wallet>
|
#include <KDE/KWallet/Wallet>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user