aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/aggregation
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/aggregation')
-rw-r--r--src/libs/aggregation/aggregation.qbs9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/libs/aggregation/aggregation.qbs b/src/libs/aggregation/aggregation.qbs
index 1c817669958..a5e8e84d396 100644
--- a/src/libs/aggregation/aggregation.qbs
+++ b/src/libs/aggregation/aggregation.qbs
@@ -4,18 +4,13 @@ import "../QtcLibrary.qbs" as QtcLibrary
QtcLibrary {
name: "Aggregation"
- cpp.includePaths: [
- ".",
- ".."
- ]
cpp.defines: base.concat("AGGREGATION_LIBRARY")
-
Depends { name: "cpp" }
Depends { name: "Qt.core" }
files: [
- "aggregation_global.h",
+ "aggregate.cpp",
"aggregate.h",
- "aggregate.cpp"
+ "aggregation_global.h",
]
}