This commit is contained in:
LubuWest 2019-01-09 22:03:16 +01:00
commit 63dfb9b197
70 changed files with 2829 additions and 1056 deletions

View file

@ -20,7 +20,8 @@ SOURCES += common/friendiqa.cpp \
common/xhr.cpp \
common/filesystem.cpp \
common/remoteauthasyncimageprovider.cpp \
common/updatenews.cpp
common/updatenews.cpp \
common/alarmandroid.cpp
RESOURCES = application.qrc
@ -41,7 +42,8 @@ HEADERS += \
common/xhr.h \
common/filesystem.h \
common/remoteauthasyncimageprovider.h \
common/updatenews.h
common/updatenews.h \
common/alarm.h
DISTFILES += \
qml/calendarqml/*.qml \
@ -53,6 +55,3 @@ DISTFILES += \
qml/photoqml/*.qml \
qml/configqml/*.qml \
js/*.js \
qml/newsqml/Hashtag.qml \
qml/newsqml/NewsImage.qml \
qml/newsqml/NewsLink.qml