diff options
Diffstat (limited to 'src/bm/bm.pro')
| -rw-r--r-- | src/bm/bm.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bm/bm.pro b/src/bm/bm.pro index 70ae5dd..1bf4f1e 100644 --- a/src/bm/bm.pro +++ b/src/bm/bm.pro @@ -2,9 +2,9 @@ TEMPLATE = lib CONFIG += shared TARGET = bm SOURCES += bm.cpp bmrequest.cpp bmmisc.cpp plotter.cpp resulthistoryinfo.cpp cache.cpp index.cpp \ - dataqualitystats.cpp + dataqualitystats.cpp asfstats.cpp HEADERS += bm.h bmrequest.h bmmisc.h plotter.h resulthistoryinfo.h cache.h index.h \ - dataqualitystats.h + dataqualitystats.h asfstats.h QT += network QT += xml QT += sql |
