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>
This commit is contained in:
Dirk Hohndel 2015-11-06 13:44:13 -08:00
parent ab66f6fc98
commit b76d3fa25f
3 changed files with 2 additions and 2 deletions

View file

@ -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)