2015-01-18 15:13:06 +03:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
|
|
unix:!macx:dbus: include(qtnotify/qtnotify.pri)
|
|
|
|
|
|
|
|
include(qtlibtorrent/qtlibtorrent.pri)
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
$$PWD/misc.h \
|
|
|
|
$$PWD/fs_utils.h \
|
|
|
|
$$PWD/downloadthread.h \
|
|
|
|
$$PWD/torrentpersistentdata.h \
|
|
|
|
$$PWD/filesystemwatcher.h \
|
|
|
|
$$PWD/scannedfoldersmodel.h \
|
|
|
|
$$PWD/qinisettings.h \
|
|
|
|
$$PWD/smtp.h \
|
|
|
|
$$PWD/dnsupdater.h \
|
|
|
|
$$PWD/logger.h \
|
2015-01-28 12:03:22 +03:00
|
|
|
$$PWD/preferences.h \
|
|
|
|
$$PWD/qtracker.h \
|
|
|
|
$$PWD/http/irequesthandler.h \
|
|
|
|
$$PWD/http/connection.h \
|
|
|
|
$$PWD/http/requestparser.h \
|
|
|
|
$$PWD/http/responsegenerator.h \
|
|
|
|
$$PWD/http/server.h \
|
|
|
|
$$PWD/http/types.h \
|
|
|
|
$$PWD/http/responsebuilder.h
|
2015-01-18 15:13:06 +03:00
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
$$PWD/downloadthread.cpp \
|
|
|
|
$$PWD/scannedfoldersmodel.cpp \
|
|
|
|
$$PWD/torrentpersistentdata.cpp \
|
|
|
|
$$PWD/misc.cpp \
|
|
|
|
$$PWD/fs_utils.cpp \
|
|
|
|
$$PWD/smtp.cpp \
|
|
|
|
$$PWD/dnsupdater.cpp \
|
|
|
|
$$PWD/logger.cpp \
|
2015-01-28 12:03:22 +03:00
|
|
|
$$PWD/preferences.cpp \
|
|
|
|
$$PWD/qtracker.cpp \
|
|
|
|
$$PWD/http/connection.cpp \
|
|
|
|
$$PWD/http/requestparser.cpp \
|
|
|
|
$$PWD/http/responsegenerator.cpp \
|
|
|
|
$$PWD/http/server.cpp \
|
|
|
|
$$PWD/http/responsebuilder.cpp
|