summaryrefslogtreecommitdiffstats
path: root/src/bm/bm.pro
blob: 70ae5dd40c8d5c9f4f6663b2d4eb89a707287e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = lib
CONFIG += shared
TARGET = bm
SOURCES += bm.cpp bmrequest.cpp bmmisc.cpp plotter.cpp resulthistoryinfo.cpp cache.cpp index.cpp \
           dataqualitystats.cpp
HEADERS += bm.h bmrequest.h bmmisc.h plotter.h resulthistoryinfo.h cache.h index.h \
           dataqualitystats.h
QT += network
QT += xml
QT += sql
#DEFINES += BMDEBUG