mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: compile image manipulation code on Android
Necessary for porting the image manipulation to QtQuick. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
2d56f70e5f
commit
b3a4c7052a
2 changed files with 9 additions and 0 deletions
|
|
@ -89,6 +89,10 @@ SOURCES += subsurface-mobile-main.cpp \
|
|||
core/divesite.cpp \
|
||||
core/equipment.cpp \
|
||||
core/gas.cpp \
|
||||
core/imagedownloader.cpp \
|
||||
core/videoframeextractor.cpp \
|
||||
core/metadata.cpp \
|
||||
core/xmp_parser.cpp \
|
||||
core/membuffer.cpp \
|
||||
core/selection.cpp \
|
||||
core/sha1.cpp \
|
||||
|
|
@ -241,6 +245,10 @@ HEADERS += \
|
|||
core/gaspressures.h \
|
||||
core/gettext.h \
|
||||
core/gettextfromc.h \
|
||||
core/imagedownloader.h \
|
||||
core/videoframeextractor.h \
|
||||
core/metadata.h \
|
||||
core/xmp_parser.h \
|
||||
core/membuffer.h \
|
||||
core/metrics.h \
|
||||
core/qt-gui.h \
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <QMutex>
|
||||
#include <QFuture>
|
||||
#include <QImage>
|
||||
#include <QThreadPool>
|
||||
#include <QQueue>
|
||||
#include <QString>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue