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 3c2522c..cc357f6 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -35,7 +35,8 @@ HEADERS += actorwidget.h \ torrentdisplay.h \ torrentparser.h \ torrentwidget.h \ - viewer.h + viewer.h \ + cachedfiledata.h SOURCES += actorwidget.cpp \ configurationwidget.cpp \ filecopier.cpp \ @@ -52,5 +53,6 @@ SOURCES += actorwidget.cpp \ torrentdisplay.cpp \ torrentparser.cpp \ torrentwidget.cpp \ - viewer.cpp + viewer.cpp \ + cachedfiledata.cpp RESOURCES += shemovcleaner.qrc |