Friendiqa v0.2
This commit is contained in:
parent
74fb551755
commit
a3be940192
123 changed files with 9156 additions and 2455 deletions
|
@ -10,15 +10,16 @@
|
|||
# - translation filenames have to be changed
|
||||
|
||||
# The name of your application
|
||||
TEMPLATE = app
|
||||
TARGET = friendiqa
|
||||
CONFIG += debug
|
||||
QT += qml quick gui widgets
|
||||
CONFIG += release
|
||||
QT += qml quick gui widgets
|
||||
|
||||
SOURCES += common/friendiqa.cpp \
|
||||
common/uploadableimage.cpp \
|
||||
common/xhr.cpp \
|
||||
common/filesystem.cpp \
|
||||
common/imagepickerandroid.cpp
|
||||
common/remoteauthasyncimageprovider.cpp
|
||||
|
||||
RESOURCES = application.qrc
|
||||
|
||||
|
@ -31,27 +32,22 @@ OTHER_FILES += qml/friendiqa.qml \
|
|||
qml/configqml/*.qml
|
||||
js/*.js
|
||||
|
||||
# German translation is enabled as an example. If you aren't
|
||||
# planning to localize your app, remember to comment out the
|
||||
# following TRANSLATIONS line. And also do not forget to
|
||||
# modify the localized app name in the the .desktop file.
|
||||
|
||||
TRANSLATIONS += translations/friendiqa-de.ts
|
||||
|
||||
TRANSLATIONS += translations/friendiqa-de.ts \
|
||||
translations/friendiqa-es.ts \
|
||||
translations/friendiqa-it.ts
|
||||
HEADERS += \
|
||||
common/uploadableimage.h \
|
||||
common/xhr.h \
|
||||
common/filesystem.h \
|
||||
common/imagepickerandroid.h
|
||||
|
||||
common/filesystem.h \
|
||||
common/remoteauthasyncimageprovider.h
|
||||
|
||||
DISTFILES += \
|
||||
qml/calendarqml/*.qml
|
||||
translations/*.ts
|
||||
qml/*.qml
|
||||
qml/newsqml/*.qml
|
||||
qml/contactqml/*.qml
|
||||
qml/photoqml/*.qml
|
||||
qml/configqml/*.qml
|
||||
js/*.js
|
||||
|
||||
|
||||
qml/calendarqml/*.qml \
|
||||
translations/*.ts \
|
||||
translations/*.qm \
|
||||
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