1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 15:27:54 +00:00
qBittorrent/src/webui/webui.pri

25 lines
578 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
2014-06-04 06:10:06 +00:00
# QJson JSON parser/serializer for using with Qt4
lessThan(QT_MAJOR_VERSION, 5) {
!usesystemqjson: include(qjson/qjson.pri)
else: DEFINES += USE_SYSTEM_QJSON
}
2014-06-04 06:10:06 +00:00
RESOURCES += $$PWD/webui.qrc