From 444445ceb3cef3f406ae6e68ee5c2505de2762cc Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 22 May 2012 16:34:16 +0200 Subject: [PATCH] Qbs fix for SSH library. Change-Id: I1b5fab89a8c31f590549545ff54a5a388bca7af6 Reviewed-by: Christian Kandeler --- src/libs/ssh/ssh.qbs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/libs/ssh/ssh.qbs b/src/libs/ssh/ssh.qbs index ff108d49677..1ade341221f 100644 --- a/src/libs/ssh/ssh.qbs +++ b/src/libs/ssh/ssh.qbs @@ -46,6 +46,9 @@ QtcLibrary { "sshbotanconversions_p.h" ] - ProductModule { Depends { name: "Qt"; submodules: ["widgets", "network"] } } + ProductModule { + Depends { name: "cpp" } + Depends { name: "Qt"; submodules: ["widgets", "network"] } + cpp.includePaths: ".." + } } -