diff options
Diffstat (limited to 'ShemovCleaner.pro')
-rw-r--r-- | ShemovCleaner.pro | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/ShemovCleaner.pro b/ShemovCleaner.pro index 57893bb..4efb591 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -15,15 +15,18 @@ TEMPLATE = app SOURCES += main.cpp\ - shemovcleaner.cpp \ filesorter.cpp \ torrentparser.cpp \ - torrentdisplay.cpp + torrentdisplay.cpp \ + torrentwidget.cpp \ + shemovcleaner.cpp -HEADERS += shemovcleaner.h \ +HEADERS += \ filesorter.h \ torrentparser.h \ - torrentdisplay.h + torrentdisplay.h \ + torrentwidget.h \ + shemovcleaner.h DISTFILES += |