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 4efb591..7b62158 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -19,14 +19,16 @@ SOURCES += main.cpp\ torrentparser.cpp \ torrentdisplay.cpp \ torrentwidget.cpp \ - shemovcleaner.cpp + shemovcleaner.cpp \ + configurationwidget.cpp HEADERS += \ filesorter.h \ torrentparser.h \ torrentdisplay.h \ torrentwidget.h \ - shemovcleaner.h + shemovcleaner.h \ + configurationwidget.h DISTFILES += |