]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
0004412: External 9984 Add text
authorouv <oleg.uvarov@opencascade.com>
Thu, 15 Nov 2018 18:07:58 +0000 (21:07 +0300)
committerouv <oleg.uvarov@opencascade.com>
Thu, 15 Nov 2018 18:07:58 +0000 (21:07 +0300)
src/Plot2d/Makefile.am

index 6b810d0ec2fdac70f34a8803155b6b56ea4272c3..27cf805e2653b612bdf0f5b3695089602626cb57 100755 (executable)
@@ -38,6 +38,8 @@ salomeinclude_HEADERS =               \
        Plot2d_ViewWindow.h     \
        Plot2d_SetupCurveDlg.h  \
        Plot2d_SetupCurvesDlg.h \
+       Plot2d_SetupCommentsDlg.h \
+       Plot2d_TextMarker.h     \
        Plot2d_ToolTip.h
 
 dist_libPlot2d_la_SOURCES =            \
@@ -52,6 +54,8 @@ dist_libPlot2d_la_SOURCES =           \
        Plot2d_ViewWindow.cxx           \
        Plot2d_SetupCurveDlg.cxx        \
        Plot2d_SetupCurvesDlg.cxx       \
+       Plot2d_SetupCommentsDlg.cxx     \
+       Plot2d_TextMarker.cxx           \
        Plot2d_ToolTip.cxx
 
 MOC_FILES =                            \
@@ -63,6 +67,7 @@ MOC_FILES =                           \
        Plot2d_ViewWindow_moc.cxx       \
        Plot2d_SetupCurveDlg_moc.cxx    \
        Plot2d_SetupCurvesDlg_moc.cxx   \
+       Plot2d_SetupCommentsDlg_moc.cxx \
        Plot2d_ToolTip_moc.cxx
 nodist_libPlot2d_la_SOURCES = $(MOC_FILES)
 
@@ -84,6 +89,7 @@ dist_salomeres_DATA =                         \
        resources/plot2d_splines.png            \
        resources/plot2d_zoom.png               \
        resources/plot2d_curves_settings.png    \
+       resources/plot2d_comments_settings.png  \
        resources/plot2d_minus.png \
        resources/plot2d_print.png