mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-15 20:51:39 +03:00
18 lines
409 B
Text
18 lines
409 B
Text
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
|