diff options
Diffstat (limited to 'ShemovCleaner.pro')
-rw-r--r-- | ShemovCleaner.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ShemovCleaner.pro b/ShemovCleaner.pro index 1b3ea3b..2647e72 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -25,7 +25,8 @@ SOURCES += main.cpp\ helper.cpp \ filedisplay.cpp \ globals.cpp \ - actorwidget.cpp + actorwidget.cpp \ + origindialog.cpp HEADERS += \ filesorter.h \ @@ -38,7 +39,8 @@ HEADERS += \ helper.h \ filedisplay.h \ globals.h \ - actorwidget.h + actorwidget.h \ + origindialog.h DISTFILES += |