1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-26 22:44:36 +00:00
qBittorrent/src/webui/webui.pri
2017-03-05 22:24:59 +01:00

19 lines
409 B
Plaintext

HEADERS += \
$$PWD/webui.h \
$$PWD/btjson.h \
$$PWD/prefjson.h \
$$PWD/jsonutils.h \
$$PWD/extra_translations.h \
$$PWD/webapplication.h \
$$PWD/websessiondata.h \
$$PWD/abstractwebapplication.h
SOURCES += \
$$PWD/webui.cpp \
$$PWD/btjson.cpp \
$$PWD/prefjson.cpp \
$$PWD/webapplication.cpp \
$$PWD/abstractwebapplication.cpp
RESOURCES += $$PWD/webui.qrc