diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-06 13:44:13 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-06 13:44:13 -0800 |
commit | b76d3fa25f616bd01c290a7340274fd14d6ad4d7 (patch) | |
tree | 136bcc8013084927c32f922a5b06862151461f4e | |
parent | ab66f6fc981b8b962165ca9ca1f9fd0aa73b1ff2 (diff) | |
download | subsurface-b76d3fa25f616bd01c290a7340274fd14d6ad4d7.tar.gz |
Better file names for Subsurface-mobile related sources
They aren't Android specific - they are for the QML UI mobile app which
should run on iOS as well.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | subsurface-mobile-helper.cpp (renamed from subsurface-android-helper.cpp) | 0 | ||||
-rw-r--r-- | subsurface-mobile-main.cpp (renamed from subsurface-android-main.cpp) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2840a2c33..98456b13f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -349,8 +349,8 @@ if(SUBSURFACE_MOBILE) qt-mobile/qmlmanager.cpp qt-mobile/qmlprofile.cpp qt-models/divelistmodel.cpp - subsurface-android-main.cpp - subsurface-android-helper.cpp + subsurface-mobile-main.cpp + subsurface-mobile-helper.cpp ) add_definitions(-DSUBSURFACE_MOBILE) qt5_add_resources(MOBILE_RESOURCES qt-mobile/mobile-resources.qrc) diff --git a/subsurface-android-helper.cpp b/subsurface-mobile-helper.cpp index e982760f8..e982760f8 100644 --- a/subsurface-android-helper.cpp +++ b/subsurface-mobile-helper.cpp diff --git a/subsurface-android-main.cpp b/subsurface-mobile-main.cpp index 77c574bb1..77c574bb1 100644 --- a/subsurface-android-main.cpp +++ b/subsurface-mobile-main.cpp |