aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/aggregation
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/aggregation')
-rw-r--r--src/libs/aggregation/aggregation.qbs21
1 files changed, 13 insertions, 8 deletions
diff --git a/src/libs/aggregation/aggregation.qbs b/src/libs/aggregation/aggregation.qbs
index ddddd99fb3..96a4994d4f 100644
--- a/src/libs/aggregation/aggregation.qbs
+++ b/src/libs/aggregation/aggregation.qbs
@@ -1,14 +1,19 @@
import qbs 1.0
-QtcLibrary {
+Project {
name: "Aggregation"
- Depends { name: "Qt.core" }
- cpp.defines: base.concat("AGGREGATION_LIBRARY")
+ QtcDevHeaders { }
- files: [
- "aggregate.cpp",
- "aggregate.h",
- "aggregation_global.h",
- ]
+ QtcLibrary {
+ Depends { name: "Qt.core" }
+ cpp.defines: base.concat("AGGREGATION_LIBRARY")
+
+ files: [
+ "aggregate.cpp",
+ "aggregate.h",
+ "aggregation_global.h",
+ ]
+ }
}
+