1
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:
David Faure 2017-07-26 19:02:58 +02:00 committed by David Rosca
parent 54f0796aab
commit 2382f2c955

View File

@ -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