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