mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-28 08: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_NewPointDlg;
|
||||||
class CurveCreator_NewSectionDlg;
|
class CurveCreator_NewSectionDlg;
|
||||||
|
|
||||||
class CurveCreator_Widget : public QWidget
|
class CURVECREATOR_EXPORT CurveCreator_Widget : public QWidget
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
@ -55,7 +55,7 @@ salomeinclude_HEADERS = \
|
|||||||
if GEOM_ENABLE_GUI
|
if GEOM_ENABLE_GUI
|
||||||
dist_libCurveCreator_la_SOURCES += \
|
dist_libCurveCreator_la_SOURCES += \
|
||||||
CurveCreator_NewPointDlg.h \
|
CurveCreator_NewPointDlg.h \
|
||||||
CurveCreator_NewSection.h \
|
CurveCreator_NewSectionDlg.h \
|
||||||
CurveCreator_TreeView.h \
|
CurveCreator_TreeView.h \
|
||||||
CurveCreator_Widget.h \
|
CurveCreator_Widget.h \
|
||||||
CurveCreator_NewPointDlg.cxx \
|
CurveCreator_NewPointDlg.cxx \
|
||||||
@ -87,5 +87,7 @@ libCurveCreator_la_CPPFLAGS = \
|
|||||||
$(GUI_CXXFLAGS)
|
$(GUI_CXXFLAGS)
|
||||||
|
|
||||||
libCurveCreator_la_LDFLAGS = \
|
libCurveCreator_la_LDFLAGS = \
|
||||||
$(KERNEL_LDFLAGS) \
|
$(QT_MT_LIBS) \
|
||||||
$(CAS_KERNEL)
|
$(CAS_KERNEL) \
|
||||||
|
$(KERNEL_LDFLAGS) \
|
||||||
|
$(GUI_LDFLAGS) -lqtx -lsuit
|
||||||
|
Loading…
Reference in New Issue
Block a user