diff options
author | 2016-01-07 21:43:22 -0800 | |
---|---|---|
committer | 2016-01-07 21:43:22 -0800 | |
commit | 1eda61e1158de19a47acdfc5525f5f0df002052f (patch) | |
tree | fd981938b70fe20c20b3ea2ffc90abd9db74de9a /CMakeLists.txt | |
parent | ce3a78efcac2c9b6bd215bc191560a64c54fd628 (diff) | |
parent | b6ae6979e530fa32dbdb472a2e9698cb719945a8 (diff) | |
download | subsurface-1eda61e1158de19a47acdfc5525f5f0df002052f.tar.gz |
Merge branch 'gpsList'
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f4d90d2a..18101e087 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -226,6 +226,7 @@ if(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "MobileExecutable") qt-mobile/qmlmanager.cpp qt-mobile/qmlprofile.cpp qt-models/divelistmodel.cpp + qt-models/gpslistmodel.cpp subsurface-mobile-main.cpp subsurface-mobile-helper.cpp ) |