|
|
@ -101,15 +101,13 @@ HEADERS += misc.h \ |
|
|
|
filesystemwatcher.h \ |
|
|
|
filesystemwatcher.h \ |
|
|
|
scannedfoldersmodel.h \ |
|
|
|
scannedfoldersmodel.h \ |
|
|
|
qinisettings.h \ |
|
|
|
qinisettings.h \ |
|
|
|
smtp.h \ |
|
|
|
smtp.h |
|
|
|
updownratiodlg.h |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SOURCES += main.cpp \ |
|
|
|
SOURCES += main.cpp \ |
|
|
|
downloadthread.cpp \ |
|
|
|
downloadthread.cpp \ |
|
|
|
scannedfoldersmodel.cpp \ |
|
|
|
scannedfoldersmodel.cpp \ |
|
|
|
misc.cpp \ |
|
|
|
misc.cpp \ |
|
|
|
smtp.cpp \ |
|
|
|
smtp.cpp |
|
|
|
updownratiodlg.cpp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nox { |
|
|
|
nox { |
|
|
|
HEADERS += headlessloader.h |
|
|
|
HEADERS += headlessloader.h |
|
|
@ -134,7 +132,8 @@ nox { |
|
|
|
sessionapplication.h \ |
|
|
|
sessionapplication.h \ |
|
|
|
torrentimportdlg.h \ |
|
|
|
torrentimportdlg.h \ |
|
|
|
executionlog.h \ |
|
|
|
executionlog.h \ |
|
|
|
iconprovider.h |
|
|
|
iconprovider.h \ |
|
|
|
|
|
|
|
updownratiodlg.h |
|
|
|
|
|
|
|
|
|
|
|
SOURCES += mainwindow.cpp \ |
|
|
|
SOURCES += mainwindow.cpp \ |
|
|
|
ico.cpp \ |
|
|
|
ico.cpp \ |
|
|
@ -144,7 +143,8 @@ nox { |
|
|
|
torrentimportdlg.cpp \ |
|
|
|
torrentimportdlg.cpp \ |
|
|
|
executionlog.cpp \ |
|
|
|
executionlog.cpp \ |
|
|
|
previewselect.cpp \ |
|
|
|
previewselect.cpp \ |
|
|
|
iconprovider.cpp |
|
|
|
iconprovider.cpp \ |
|
|
|
|
|
|
|
updownratiodlg.cpp |
|
|
|
|
|
|
|
|
|
|
|
win32 { |
|
|
|
win32 { |
|
|
|
HEADERS += programupdater.h |
|
|
|
HEADERS += programupdater.h |
|
|
|