summaryrefslogtreecommitdiffstats
path: root/src/bm/bm.pro
blob: cff490bc9e553919b626fc06ebb7effd453bf87f (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 index.cpp
HEADERS += bm.h bmrequest.h bmmisc.h plotter.h resulthistoryinfo.h cache.h index.h
QT += network
QT += xml
QT += sql
#DEFINES += BMDEBUG