mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-27 13:30:33 +05:00
1) CurveCreator_NewSection.h is replaced with CurveCreator_NewSectionDlg.h in Makefile.am
2) Some files are converted to UNIX format 3) CURVECREATOR_EXPORT macro is added to definiton of CurveCreator_Widget class (required for compilation on Windows)
This commit is contained in:
parent
2c4464497c
commit
6def90fa98
@ -14,7 +14,7 @@ class CurveCreator_TreeView;
|
||||
class CurveCreator_NewPointDlg;
|
||||
class CurveCreator_NewSectionDlg;
|
||||
|
||||
class CurveCreator_Widget : public QWidget
|
||||
class CURVECREATOR_EXPORT CurveCreator_Widget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
@ -55,7 +55,7 @@ salomeinclude_HEADERS = \
|
||||
if GEOM_ENABLE_GUI
|
||||
dist_libCurveCreator_la_SOURCES += \
|
||||
CurveCreator_NewPointDlg.h \
|
||||
CurveCreator_NewSection.h \
|
||||
CurveCreator_NewSectionDlg.h \
|
||||
CurveCreator_TreeView.h \
|
||||
CurveCreator_Widget.h \
|
||||
CurveCreator_NewPointDlg.cxx \
|
||||
@ -87,5 +87,7 @@ libCurveCreator_la_CPPFLAGS = \
|
||||
$(GUI_CXXFLAGS)
|
||||
|
||||
libCurveCreator_la_LDFLAGS = \
|
||||
$(KERNEL_LDFLAGS) \
|
||||
$(CAS_KERNEL)
|
||||
$(QT_MT_LIBS) \
|
||||
$(CAS_KERNEL) \
|
||||
$(KERNEL_LDFLAGS) \
|
||||
$(GUI_LDFLAGS) -lqtx -lsuit
|
||||
|
Loading…
Reference in New Issue
Block a user