qBittorrent/src/webui/webui.pri

31 lines
890 B
Text
Raw Normal View History

INCLUDEPATH += $$PWD
HEADERS += $$PWD/httpserver.h \
$$PWD/httpconnection.h \
$$PWD/btjson.h \
$$PWD/prefjson.h \
$$PWD/jsonutils.h \
$$PWD/extra_translations.h \
$$PWD/webapplication.h \
2014-08-22 23:08:44 +04:00
$$PWD/abstractrequesthandler.h \
$$PWD/requesthandler.h \
$$PWD/qtorrentfilter.h
SOURCES += $$PWD/httpserver.cpp \
$$PWD/httpconnection.cpp \
$$PWD/httprequestparser.cpp \
$$PWD/httpresponsegenerator.cpp \
$$PWD/btjson.cpp \
$$PWD/prefjson.cpp \
$$PWD/webapplication.cpp \
2014-08-22 23:08:44 +04:00
$$PWD/abstractrequesthandler.cpp \
$$PWD/requesthandler.cpp \
$$PWD/qtorrentfilter.cpp
2014-06-04 10:10:06 +04:00
# QJson JSON parser/serializer for using with Qt4
lessThan(QT_MAJOR_VERSION, 5) {
include(qjson/qjson.pri)
}
RESOURCES += $$PWD/webui.qrc