aboutsummaryrefslogtreecommitdiffstats
path: root/examples/exporters/qbs/imports/MyLibrary.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/exporters/qbs/imports/MyLibrary.qbs')
-rw-r--r--examples/exporters/qbs/imports/MyLibrary.qbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/exporters/qbs/imports/MyLibrary.qbs b/examples/exporters/qbs/imports/MyLibrary.qbs
index 3dcfb2796..4607776b3 100644
--- a/examples/exporters/qbs/imports/MyLibrary.qbs
+++ b/examples/exporters/qbs/imports/MyLibrary.qbs
@@ -83,6 +83,13 @@ StaticLibrary {
qbs.installDir: FileInfo.joinPaths(installDir, "pkgconfig")
}
+ Depends { name: "Exporter.cmake" }
+ Group {
+ fileTagsFilter: ["Exporter.cmake.package"]
+ qbs.install: install
+ qbs.installDir: FileInfo.joinPaths(installDir, "cmake", product.name)
+ }
+
Depends { name: 'bundle' }
bundle.isBundle: false
}