1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 23:37:59 +00:00
qBittorrent/src/webui/webui.pri

26 lines
598 B
Plaintext
Raw Normal View History

INCLUDEPATH += $$PWD
HEADERS += \
$$PWD/webui.h \
$$PWD/btjson.h \
$$PWD/prefjson.h \
$$PWD/jsonutils.h \
$$PWD/extra_translations.h \
$$PWD/webapplication.h \
$$PWD/qtorrentfilter.h \
$$PWD/websessiondata.h \
$$PWD/abstractwebapplication.h
SOURCES += \
$$PWD/webui.cpp \
$$PWD/btjson.cpp \
$$PWD/prefjson.cpp \
$$PWD/webapplication.cpp \
$$PWD/qtorrentfilter.cpp \
$$PWD/abstractwebapplication.cpp
2014-06-04 06:10:06 +00:00
# QJson JSON parser/serializer for using with Qt4
lessThan(QT_MAJOR_VERSION, 5): include(qjson/qjson.pri)
2014-06-04 06:10:06 +00:00
RESOURCES += $$PWD/webui.qrc