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:
ouv 2013-08-21 07:55:34 +00:00
parent 2c4464497c
commit 6def90fa98
9 changed files with 1602 additions and 1600 deletions

View File

@ -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:

View File

@ -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