diff options
author | con <[email protected]> | 2008-12-02 12:01:29 +0100 |
---|---|---|
committer | con <[email protected]> | 2008-12-02 12:01:29 +0100 |
commit | 05c35356abc31549c5db6eba31fb608c0365c2a0 (patch) | |
tree | be044530104267afaff13f8943889cb97f8c8bad /src/libs/aggregation/aggregation.pro |
Initial import
Diffstat (limited to 'src/libs/aggregation/aggregation.pro')
-rw-r--r-- | src/libs/aggregation/aggregation.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/libs/aggregation/aggregation.pro b/src/libs/aggregation/aggregation.pro new file mode 100644 index 00000000000..c970be0ed15 --- /dev/null +++ b/src/libs/aggregation/aggregation.pro @@ -0,0 +1,12 @@ +TEMPLATE = lib +TARGET = Aggregation + +include(../../qworkbenchlibrary.pri) + +DEFINES += AGGREGATION_LIBRARY + +HEADERS = aggregate.h \ + aggregation_global.h + +SOURCES = aggregate.cpp + |