aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/QtcLibrary.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/QtcLibrary.qbs')
-rw-r--r--src/libs/QtcLibrary.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/QtcLibrary.qbs b/src/libs/QtcLibrary.qbs
index 85e27024df2..44a6641cb85 100644
--- a/src/libs/QtcLibrary.qbs
+++ b/src/libs/QtcLibrary.qbs
@@ -18,7 +18,7 @@ DynamicLibrary {
: ["$ORIGIN", "$ORIGIN/.."]
cpp.includePaths: [ ".", ".." ]
- ProductModule {
+ Export {
Depends { name: "cpp" }
cpp.includePaths: [ "." ]
}