2015-01-28 09:03:22 +00:00
|
|
|
HEADERS += \
|
2017-12-27 04:26:10 +00:00
|
|
|
$$PWD/abstractwebapplication.h \
|
2015-01-28 09:03:22 +00:00
|
|
|
$$PWD/btjson.h \
|
|
|
|
$$PWD/extra_translations.h \
|
2017-12-27 04:26:10 +00:00
|
|
|
$$PWD/jsonutils.h \
|
|
|
|
$$PWD/prefjson.h \
|
2015-01-28 09:03:22 +00:00
|
|
|
$$PWD/webapplication.h \
|
|
|
|
$$PWD/websessiondata.h \
|
2017-12-27 04:26:10 +00:00
|
|
|
$$PWD/webui.h
|
2010-10-09 14:06:35 +00:00
|
|
|
|
2015-01-28 09:03:22 +00:00
|
|
|
SOURCES += \
|
2017-12-27 04:26:10 +00:00
|
|
|
$$PWD/abstractwebapplication.cpp \
|
2015-01-28 09:03:22 +00:00
|
|
|
$$PWD/btjson.cpp \
|
|
|
|
$$PWD/prefjson.cpp \
|
|
|
|
$$PWD/webapplication.cpp \
|
2017-12-27 04:26:10 +00:00
|
|
|
$$PWD/webui.cpp
|
2010-10-09 14:06:35 +00:00
|
|
|
|
2012-05-26 17:42:44 +00:00
|
|
|
RESOURCES += $$PWD/webui.qrc
|