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>
This commit is contained in:
Tomaz Canabrava 2015-09-17 19:22:19 -03:00 committed by Dirk Hohndel
parent 5461eadd1b
commit 315641b0b4
5 changed files with 192 additions and 0 deletions

View file

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