Update file list for new CProgressBar class

This commit is contained in:
Seeker4 2019-08-04 08:35:40 -07:00
parent 38a9d71560
commit 686d83d5ab

View File

@ -231,6 +231,7 @@ lessThan(QT_MAJOR_VERSION,5)|lessThan(QT_MINOR_VERSION,12) {
SOURCES += \ SOURCES += \
common_gui.cpp \ common_gui.cpp \
cprogressbar.cpp \
daily.cpp \ daily.cpp \
exportcsv.cpp \ exportcsv.cpp \
main.cpp \ main.cpp \
@ -299,6 +300,7 @@ SOURCES += \
HEADERS += \ HEADERS += \
common_gui.h \ common_gui.h \
cprogressbar.h \
daily.h \ daily.h \
exportcsv.h \ exportcsv.h \
mainwindow.h \ mainwindow.h \