v0.1
This commit is contained in:
parent
8d99b55818
commit
7e37546ae9
108 changed files with 6063 additions and 1450 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue