forked from lubuwest/Friendiqa
OAuth and bugfixes
This commit is contained in:
parent
e58a1f69dc
commit
d43c18bb76
65 changed files with 1681 additions and 1494 deletions
|
@ -13,7 +13,7 @@
|
|||
TEMPLATE = app
|
||||
TARGET = friendiqa
|
||||
CONFIG += release
|
||||
QT += core core-private qml quick gui widgets sql androidextras #webengine webview
|
||||
QT += core core-private qml quick gui widgets sql androidextras network networkauth #webengine webview
|
||||
|
||||
include(androidnative.pri/androidnative.pri)
|
||||
|
||||
|
@ -23,7 +23,8 @@ SOURCES += common/friendiqa.cpp \
|
|||
common/filesystemandroid.cpp \
|
||||
common/remoteauthasyncimageprovider.cpp \
|
||||
common/updatenews.cpp \
|
||||
common/alarmandroid.cpp
|
||||
common/alarmandroid.cpp \
|
||||
common/oauth.cpp
|
||||
lupdate_only{
|
||||
SOURCES = qml/friendiqa.qml \
|
||||
qml/*.qml
|
||||
|
@ -38,7 +39,6 @@ SOURCES += common/friendiqa.cpp \
|
|||
|
||||
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
|
||||
|
||||
|
||||
RESOURCES = application.qrc
|
||||
|
||||
OTHER_FILES += qml/friendiqa.qml \
|
||||
|
@ -53,7 +53,8 @@ OTHER_FILES += qml/friendiqa.qml \
|
|||
TRANSLATIONS += translations/friendiqa-de.ts \
|
||||
translations/friendiqa-es.ts \
|
||||
translations/friendiqa-it.ts \
|
||||
translations/friendiqa-hu.ts
|
||||
translations/friendiqa-hu.ts \
|
||||
translations/friendiqa-nl.ts
|
||||
|
||||
HEADERS += \
|
||||
common/uploadableimage.h \
|
||||
|
@ -61,7 +62,8 @@ HEADERS += \
|
|||
common/filesystem.h \
|
||||
common/remoteauthasyncimageprovider.h \
|
||||
common/updatenews.h \
|
||||
common/alarm.h
|
||||
common/alarm.h \
|
||||
common/oauth.h
|
||||
|
||||
DISTFILES += \
|
||||
android/gradle.properties \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue