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/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/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-04-11 22:02:13 +00:00
|
|
|
lessThan(QT_MAJOR_VERSION, 5) {
|
|
|
|
!usesystemqjson: include(qjson/qjson.pri)
|
|
|
|
else: DEFINES += USE_SYSTEM_QJSON
|
|
|
|
}
|
2014-06-04 06:10:06 +00:00
|
|
|
|
2012-05-26 17:42:44 +00:00
|
|
|
RESOURCES += $$PWD/webui.qrc
|