diff options
Diffstat (limited to 'ShemovCleaner.pro')
-rw-r--r-- | ShemovCleaner.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ShemovCleaner.pro b/ShemovCleaner.pro index f838cce..acf5065 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -27,7 +27,9 @@ SOURCES += main.cpp\ globals.cpp \ actorwidget.cpp \ origindialog.cpp \ - viewer.cpp + viewer.cpp \ + filecopier.cpp \ + progressdialog.cpp HEADERS += \ filesorter.h \ @@ -42,7 +44,9 @@ HEADERS += \ globals.h \ actorwidget.h \ origindialog.h \ - viewer.h + viewer.h \ + filecopier.h \ + progressdialog.h DISTFILES += |