2010-10-09 14:06:35 +00:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
2015-01-28 09:03:22 +00:00
|
|
|
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
|
2010-10-09 14:06:35 +00:00
|
|
|
|
2015-01-28 09:03:22 +00:00
|
|
|
SOURCES += \
|
|
|
|
$$PWD/webui.cpp \
|
|
|
|
$$PWD/btjson.cpp \
|
|
|
|
$$PWD/prefjson.cpp \
|
|
|
|
$$PWD/webapplication.cpp \
|
|
|
|
$$PWD/qtorrentfilter.cpp \
|
|
|
|
$$PWD/abstractwebapplication.cpp
|
2010-10-09 14:06:35 +00:00
|
|
|
|
2014-06-04 06:10:06 +00:00
|
|
|
# QJson JSON parser/serializer for using with Qt4
|
2015-01-28 09:03:22 +00:00
|
|
|
lessThan(QT_MAJOR_VERSION, 5): include(qjson/qjson.pri)
|
2014-06-04 06:10:06 +00:00
|
|
|
|
2012-05-26 17:42:44 +00:00
|
|
|
RESOURCES += $$PWD/webui.qrc
|