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