mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Introduce android specific file
This contains a first stab at Subsurface platform interfacing code for Android, and surrounding parts. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
770bf9afba
commit
df12944c93
3 changed files with 88 additions and 2 deletions
|
|
@ -4,7 +4,8 @@ QT = core gui network svg
|
|||
lessThan(QT_MAJOR_VERSION, 5) {
|
||||
QT += webkit
|
||||
} else {
|
||||
QT += webkitwidgets
|
||||
!android: QT += webkitwidgets
|
||||
android: QT += androidextras
|
||||
}
|
||||
INCLUDEPATH += qt-ui $$PWD
|
||||
DEPENDPATH += qt-ui
|
||||
|
|
@ -140,7 +141,8 @@ SOURCES = \
|
|||
qt-ui/profile/divetooltipitem.cpp \
|
||||
qt-ui/profile/ruleritem.cpp
|
||||
|
||||
linux*: SOURCES += linux.c
|
||||
android: SOURCES += android.cpp
|
||||
else: linux*: SOURCES += linux.c
|
||||
mac: SOURCES += macos.c
|
||||
win32: SOURCES += windows.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue