summaryrefslogtreecommitdiff
path: root/src/libs/ssh/ssh.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/ssh/ssh.qbs')
-rw-r--r--src/libs/ssh/ssh.qbs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libs/ssh/ssh.qbs b/src/libs/ssh/ssh.qbs
index 116cf08a15..9b772cd960 100644
--- a/src/libs/ssh/ssh.qbs
+++ b/src/libs/ssh/ssh.qbs
@@ -5,12 +5,6 @@ QtcLibrary {
name: "QtcSsh"
cpp.defines: base.concat(["QSSH_LIBRARY"])
- cpp.includePaths: [
- ".",
- "..",
- "../..",
- buildDirectory
- ]
Depends { name: "cpp" }
Depends { name: "Qt"; submodules: ["widgets", "network" ] }
@@ -50,8 +44,6 @@ QtcLibrary {
]
ProductModule {
- Depends { name: "cpp" }
Depends { name: "Qt"; submodules: ["widgets", "network"] }
- cpp.includePaths: [".."]
}
}