diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-09-17 19:22:19 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-30 10:36:50 -0700 |
commit | 315641b0b497a06dd508d8dee08b792623e091c7 (patch) | |
tree | 53b0880dc35ea95085afc498c877ad64edf65d7f /desktop-widgets/preferences/CMakeLists.txt | |
parent | 5461eadd1bd88844194073c56a2f8397c98dda04 (diff) | |
download | subsurface-315641b0b497a06dd508d8dee08b792623e091c7.tar.gz |
Preferences: add GeoReference
Straigth port from the old version.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/preferences/CMakeLists.txt')
-rw-r--r-- | desktop-widgets/preferences/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/preferences/CMakeLists.txt b/desktop-widgets/preferences/CMakeLists.txt index 468501e7d..4eb2f7d23 100644 --- a/desktop-widgets/preferences/CMakeLists.txt +++ b/desktop-widgets/preferences/CMakeLists.txt @@ -13,6 +13,7 @@ set(SUBSURFACE_PREFERENCES_LIB_SRCS abstractpreferenceswidget.cpp preferencesdialog.cpp preferences_language.cpp + preferences_georeference.cpp ) source_group("Subsurface Preferences" FILES ${SUBSURFACE_PREFERENCES_LIB_SRCS}) |