panel_gal_display_options can be common

This commit is contained in:
Marek Roszko 2022-08-29 18:18:38 -04:00
parent 238c21ed0b
commit 99f8bb3219
3 changed files with 1 additions and 2 deletions

View File

@ -141,6 +141,7 @@ set( COMMON_DLG_SRCS
dialogs/panel_color_settings.cpp
dialogs/panel_common_settings.cpp
dialogs/panel_common_settings_base.cpp
dialogs/panel_gal_display_options.cpp
dialogs/panel_hotkeys_editor.cpp
dialogs/panel_image_editor.cpp
dialogs/panel_image_editor_base.cpp

View File

@ -317,7 +317,6 @@ set( EESCHEMA_SRCS
set( EESCHEMA_COMMON_SRCS
${CMAKE_SOURCE_DIR}/common/dialogs/panel_setup_severities.cpp
${CMAKE_SOURCE_DIR}/common/dialogs/panel_gal_display_options.cpp
${CMAKE_SOURCE_DIR}/common/base_units.cpp
)

View File

@ -46,7 +46,6 @@ set( PL_EDITOR_SRCS
set( PL_EDITOR_EXTRA_SRCS
${CMAKE_SOURCE_DIR}/common/base_units.cpp
${CMAKE_SOURCE_DIR}/common/dialogs/panel_gal_display_options.cpp
)
if( WIN32 )