From 05c35356abc31549c5db6eba31fb608c0365c2a0 Mon Sep 17 00:00:00 2001 From: con Date: Tue, 2 Dec 2008 12:01:29 +0100 Subject: Initial import --- src/libs/aggregation/aggregation.pro | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/libs/aggregation/aggregation.pro (limited to 'src/libs/aggregation/aggregation.pro') 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 + -- cgit v1.2.3