X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=case.pro;h=95431d38f3751796cc194a76e90ff4e5c24e8ab4;hb=0336c4ec8a03575932cb32158d70be422bb02658;hp=2a3833a40290ed82654428c333586100f7b3dcdc;hpb=17b7f9ef9141bfb49bc224cbbc7b3eece045784d;p=case diff --git a/case.pro b/case.pro index 2a3833a..95431d3 100644 --- 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