1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00
qBittorrent/src/webui/webui.pri

32 lines
929 B
Plaintext
Raw Normal View History

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