summaryrefslogtreecommitdiff
path: root/src/libs/aggregation/examples/text/text.pro
blob: 3893c5e95f63a9d9d4f6b1fb048061e73180386e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = text
TEMPLATE = app
QT += core \
    gui
DEFINES += AGGREGATION_LIBRARY
INCLUDEPATH += ../../
SOURCES += main.cpp \
    ../../aggregate.cpp
HEADERS += main.h \
    myinterfaces.h \
    ../../aggregate.h \
    ../../aggregation_global.h
FORMS += main.ui