aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinux.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/plugins/remotelinux/remotelinux.qbs
parentbc74d936b261b7036a5cbbb8623329f6e83f2b80 (diff)
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/plugins/remotelinux/remotelinux.qbs')
-rw-r--r--src/plugins/remotelinux/remotelinux.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinux.qbs b/src/plugins/remotelinux/remotelinux.qbs
index 79beba45593..8e3b4e3544a 100644
--- a/src/plugins/remotelinux/remotelinux.qbs
+++ b/src/plugins/remotelinux/remotelinux.qbs
@@ -106,7 +106,7 @@ QtcPlugin {
"images/embeddedtarget.png",
]
- ProductModule {
+ Export {
Depends { name: "Core" }
Depends { name: "QtcSsh" }
}