summaryrefslogtreecommitdiff
path: root/src/libs/ssh/ssh.qbs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-05-24 15:58:33 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2013-05-27 09:59:53 +0200
commit3eba7e44e5205191075a32ec2c3de3a2f1569b4f (patch)
tree6da76e520ebece4e843d04fb1385e721fd360b2b /src/libs/ssh/ssh.qbs
parentbc74d936b261b7036a5cbbb8623329f6e83f2b80 (diff)
downloadqt-creator-3eba7e44e5205191075a32ec2c3de3a2f1569b4f.tar.gz
rename ProductModule into Export
This fixes a bunch of warning when building with the updated qbs version. Change-Id: I644b4a4d0225b2e23ff1d9e1bf6d9d0136d6bbb5 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/libs/ssh/ssh.qbs')
-rw-r--r--src/libs/ssh/ssh.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/ssh/ssh.qbs b/src/libs/ssh/ssh.qbs
index edc5663c91..571821c22c 100644
--- a/src/libs/ssh/ssh.qbs
+++ b/src/libs/ssh/ssh.qbs
@@ -114,7 +114,7 @@ QtcLibrary {
]
}
- ProductModule {
+ Export {
Depends { name: "Qt"; submodules: ["widgets", "network"] }
}
}