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

19 lines
409 B
Plaintext
Raw Normal View History

HEADERS += \
2017-12-27 04:26:10 +00:00
$$PWD/abstractwebapplication.h \
$$PWD/btjson.h \
$$PWD/extra_translations.h \
2017-12-27 04:26:10 +00:00
$$PWD/jsonutils.h \
$$PWD/prefjson.h \
$$PWD/webapplication.h \
$$PWD/websessiondata.h \
2017-12-27 04:26:10 +00:00
$$PWD/webui.h
SOURCES += \
2017-12-27 04:26:10 +00:00
$$PWD/abstractwebapplication.cpp \
$$PWD/btjson.cpp \
$$PWD/prefjson.cpp \
$$PWD/webapplication.cpp \
2017-12-27 04:26:10 +00:00
$$PWD/webui.cpp
RESOURCES += $$PWD/webui.qrc