v.0.4
This commit is contained in:
parent
aca94a5393
commit
63dfb9b197
70 changed files with 2829 additions and 1056 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue