mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-26 22:44:36 +00:00
19 lines
409 B
Plaintext
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
|