diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-10-01 18:59:53 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-30 10:36:50 -0700 |
commit | cfecd1a9ab6f1ac870622427af56fa43a87bf14b (patch) | |
tree | 05407229f52fa91d4ed5a187901a4b7ad7aecc7b /desktop-widgets/preferences/CMakeLists.txt | |
parent | 57d7b59bdc62a5b01fa420bc420dbdcf1414a23a (diff) | |
download | subsurface-cfecd1a9ab6f1ac870622427af56fa43a87bf14b.tar.gz |
Preferences: move graph preferences to the new dialog
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 8ea4bd79c..b3ef4e3d5 100644 --- a/desktop-widgets/preferences/CMakeLists.txt +++ b/desktop-widgets/preferences/CMakeLists.txt @@ -16,6 +16,7 @@ set(SUBSURFACE_PREFERENCES_LIB_SRCS preferences_georeference.cpp preferences_defaults.cpp preferences_units.cpp + preferences_graph.cpp ) source_group("Subsurface Preferences" FILES ${SUBSURFACE_PREFERENCES_LIB_SRCS}) |