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.
remotes/origin/falkon
David Faure 9 years ago committed by David Rosca
parent 54f0796aab
commit 2382f2c955
  1. 2
      src/plugins/KWalletPasswords/kwalletpasswordbackend.cpp

@ -21,7 +21,7 @@
#include <QDateTime>
#if QT_VERSION >= 0x050000
#include <KF5/KWallet/KWallet>
#include <KWallet>
#else
#include <KDE/KWallet/Wallet>
#endif

Loading…
Cancel
Save