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