Friendiqa v0.2

This commit is contained in:
LubuWest 2018-02-19 22:36:00 +01:00
commit a3be940192
123 changed files with 9156 additions and 2455 deletions

View file

@ -21,6 +21,7 @@ SOURCES += common/friendiqa.cpp \
common/uploadableimage.cpp \
common/xhr.cpp \
common/filesystem.cpp \
common/remoteauthasyncimageprovider.cpp
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
@ -42,7 +43,8 @@ TRANSLATIONS += translations/friendiqa-de.ts \
HEADERS += \
common/uploadableimage.h \
common/xhr.h \
common/filesystem.h
common/filesystem.h \
common/remoteauthasyncimageprovider.h
DISTFILES += \
qml/calendarqml/*.qml \