diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-07-17 17:59:18 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 07:31:11 -0700 |
commit | 8b40490626e1cf52243e67c2ff76d55ccff8bf58 (patch) | |
tree | 3f59e9ba8ab2d0b985bbf48dd167cd362dada42c /qt-models/CMakeLists.txt | |
parent | fc6cb67626b3270d8619c38dab671e954d78be88 (diff) | |
download | subsurface-8b40490626e1cf52243e67c2ff76d55ccff8bf58.tar.gz |
qt-models/cmake: build maplocationmodel.cpp
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'qt-models/CMakeLists.txt')
-rw-r--r-- | qt-models/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/CMakeLists.txt b/qt-models/CMakeLists.txt index 90b6da433..14d23156c 100644 --- a/qt-models/CMakeLists.txt +++ b/qt-models/CMakeLists.txt @@ -24,6 +24,7 @@ set(SUBSURFACE_MODELS_LIB_SRCS gpslistmodel.cpp diveimportedmodel.cpp messagehandlermodel.cpp + maplocationmodel.cpp ) source_group("Subsurface Models" FILES ${SUBSURFACE_MODELS}) |