aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/aggregation/aggregation.pro
blob: b601bbc0610d5ae5d608cc50f2e315ae4b142534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = lib
TARGET = Aggregation

include(../../qtcreatorlibrary.pri)

DEFINES += AGGREGATION_LIBRARY

HEADERS = aggregate.h \
    aggregation_global.h

SOURCES = aggregate.cpp