From 2382f2c955ea8d28432eb2682739407f5b71a387 Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 26 Jul 2017 19:02:58 +0200 Subject: [PATCH] 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. --- src/plugins/KWalletPasswords/kwalletpasswordbackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/KWalletPasswords/kwalletpasswordbackend.cpp b/src/plugins/KWalletPasswords/kwalletpasswordbackend.cpp index eb5d51590..4b0b532c0 100644 --- a/src/plugins/KWalletPasswords/kwalletpasswordbackend.cpp +++ b/src/plugins/KWalletPasswords/kwalletpasswordbackend.cpp @@ -21,7 +21,7 @@ #include #if QT_VERSION >= 0x050000 -#include +#include #else #include #endif