mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 22:30:42 -04:00
Merge remote-tracking branch 'retro/master' into qml_app_avatar_picker
This commit is contained in:
commit
0494dd7516
102 changed files with 4608 additions and 1861 deletions
|
@ -6,17 +6,24 @@ CONFIG += c++11
|
|||
|
||||
HEADERS += libresapilocalclient.h \
|
||||
rsqmlappengine.h \
|
||||
androidimagepicker.h
|
||||
androidimagepicker.h \
|
||||
platforminteracions.h
|
||||
SOURCES += main-app.cpp \
|
||||
libresapilocalclient.cpp \
|
||||
rsqmlappengine.cpp
|
||||
|
||||
RESOURCES += qml.qrc
|
||||
|
||||
|
||||
# Platform interaction specific code
|
||||
|
||||
android-g++ {
|
||||
QT += androidextras
|
||||
SOURCES += NativeCalls.cpp
|
||||
HEADERS += NativeCalls.h
|
||||
HEADERS += NativeCalls.h androidplatforminteracions.h
|
||||
SOURCES += NativeCalls.cpp androidplatforminteracions.cpp
|
||||
} else {
|
||||
HEADERS += defaultplatforminteracions.h
|
||||
SOURCES += defaultplatforminteracions.cpp
|
||||
}
|
||||
|
||||
# Additional import path used to resolve QML modules in Qt Creator's code model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue