forked from qt-creator/qt-creator
Qbs fix for SSH library.
Change-Id: I1b5fab89a8c31f590549545ff54a5a388bca7af6 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -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: ".."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user