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 b176492..7990762 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -22,7 +22,8 @@ SOURCES += main.cpp\ shemovcleaner.cpp \ configurationwidget.cpp \ filewidget.cpp \ - helper.cpp + helper.cpp \ + filedisplay.cpp HEADERS += \ filesorter.h \ @@ -32,7 +33,8 @@ HEADERS += \ shemovcleaner.h \ configurationwidget.h \ filewidget.h \ - helper.h + helper.h \ + filedisplay.h DISTFILES += |