panel_gal_display_options can be common
This commit is contained in:
parent
238c21ed0b
commit
99f8bb3219
|
@ -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
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue