added possibility to pause/abort the operations
[case] / case.pro
index 2a3833a..95431d3 100644 (file)
--- a/case.pro
+++ b/case.pro
@@ -21,7 +21,8 @@ HEADERS += src/addressbar.h \
            src/filelist.h \
            src/fileoperator.h \
            src/pane.h \
-           src/dialog.h
+           src/dialog.h \
+           src/progressbar.h
 SOURCES += src/addressbar.cpp \
            src/button.cpp \
            src/case.cpp \
@@ -29,4 +30,5 @@ SOURCES += src/addressbar.cpp \
            src/fileoperator.cpp \
            src/main.cpp \
            src/pane.cpp \
-           src/dialog.cpp
+           src/dialog.cpp \
+           src/progressbar.cpp