aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/aggregation/aggregation.qbs
blob: d8f1097f756d523da88816ee6180f3c7b753e9ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import qbs 1.0

Project {
    name: "Aggregation"

    QtcLibrary {
        Depends { name: "Qt.core" }
        cpp.defines: base.concat("AGGREGATION_LIBRARY")

        files: [
            "aggregate.cpp",
            "aggregate.h",
            "aggregation_global.h",
        ]
    }
}