summaryrefslogtreecommitdiffstats
path: root/ShemovCleaner.pro
diff options
context:
space:
mode:
Diffstat (limited to 'ShemovCleaner.pro')
-rw-r--r--ShemovCleaner.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/ShemovCleaner.pro b/ShemovCleaner.pro
index 6375e5a..e03b164 100644
--- a/ShemovCleaner.pro
+++ b/ShemovCleaner.pro
@@ -20,7 +20,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
# Input
-HEADERS += actorwidget.h \
+HEADERS += \
configurationwidget.h \
filecopier.h \
filedisplay.h \
@@ -30,7 +30,6 @@ HEADERS += actorwidget.h \
helper.h \
origindialog.h \
progressdialog.h \
- searchwidget.h \
shemovcleaner.h \
torrentdisplay.h \
torrentparser.h \
@@ -39,7 +38,7 @@ HEADERS += actorwidget.h \
cachedfiledata.h \
itemselectionwidget.h \
searchdialog.h
-SOURCES += actorwidget.cpp \
+SOURCES += \
configurationwidget.cpp \
filecopier.cpp \
filedisplay.cpp \
@@ -50,7 +49,6 @@ SOURCES += actorwidget.cpp \
main.cpp \
origindialog.cpp \
progressdialog.cpp \
- searchwidget.cpp \
shemovcleaner.cpp \
torrentdisplay.cpp \
torrentparser.cpp \