This commit is contained in:
pankraz 2017-11-07 21:57:40 +01:00
commit 7e37546ae9
108 changed files with 6063 additions and 1450 deletions

View file

@ -17,7 +17,8 @@ QT += qml quick gui widgets
SOURCES += common/friendiqa.cpp \
common/uploadableimage.cpp \
common/xhr.cpp \
common/filesystem.cpp
common/filesystem.cpp \
common/imagepickerandroid.cpp
RESOURCES = application.qrc
@ -40,9 +41,17 @@ TRANSLATIONS += translations/friendiqa-de.ts
HEADERS += \
common/uploadableimage.h \
common/xhr.h \
common/filesystem.h
common/filesystem.h \
common/imagepickerandroid.h
DISTFILES += \
qml/calendarqml/CalendarTab.qml
qml/calendarqml/*.qml
translations/*.ts
qml/*.qml
qml/newsqml/*.qml
qml/contactqml/*.qml
qml/photoqml/*.qml
qml/configqml/*.qml
js/*.js