1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-05 03:14:44 +00:00
qBittorrent/src/webui/webui.pri

19 lines
409 B
Plaintext
Raw Normal View History

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