Qbs fix for SSH library.

Change-Id: I1b5fab89a8c31f590549545ff54a5a388bca7af6
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
Christian Kandeler
2012-05-22 16:34:16 +02:00
parent ca4a5e7f03
commit 444445ceb3

View File

@@ -46,6 +46,9 @@ QtcLibrary {
"sshbotanconversions_p.h" "sshbotanconversions_p.h"
] ]
ProductModule { Depends { name: "Qt"; submodules: ["widgets", "network"] } } ProductModule {
Depends { name: "cpp" }
Depends { name: "Qt"; submodules: ["widgets", "network"] }
cpp.includePaths: ".."
}
} }