diff options
| author | Joerg Bornemann <[email protected]> | 2013-05-24 15:58:33 +0200 |
|---|---|---|
| committer | Christian Kandeler <[email protected]> | 2013-05-27 09:59:53 +0200 |
| commit | 3eba7e44e5205191075a32ec2c3de3a2f1569b4f (patch) | |
| tree | 6da76e520ebece4e843d04fb1385e721fd360b2b /src/libs/cplusplus | |
| parent | bc74d936b261b7036a5cbbb8623329f6e83f2b80 (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 <[email protected]>
Diffstat (limited to 'src/libs/cplusplus')
| -rw-r--r-- | src/libs/cplusplus/cplusplus.qbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/cplusplus/cplusplus.qbs b/src/libs/cplusplus/cplusplus.qbs index 08213f11d60..7b52710a34d 100644 --- a/src/libs/cplusplus/cplusplus.qbs +++ b/src/libs/cplusplus/cplusplus.qbs @@ -168,7 +168,7 @@ QtcLibrary { "images/var_prot.png", ] - ProductModule { + Export { Depends { name: "cpp" } cpp.includePaths: [ ".", |
