From: ptv Date: Tue, 10 Oct 2006 11:43:48 +0000 (+0000) Subject: add QDS_Table class X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fb49d2f7ee096e5e9ea574b19d0f889fd155b780;p=modules%2Fgui.git add QDS_Table class --- diff --git a/src/QDS/Makefile.in b/src/QDS/Makefile.in index 290054d45..a6c2d5465 100755 --- a/src/QDS/Makefile.in +++ b/src/QDS/Makefile.in @@ -37,7 +37,8 @@ EXPORT_HEADERS= QDS.h \ QDS_SpinBox.h \ QDS_SpinBoxDbl.h \ QDS_TextEdit.h \ - QDS_Validator.h + QDS_Validator.h \ + QDS_Table.h # Libraries targets LIB = libQDS.la @@ -50,7 +51,8 @@ LIB_SRC= QDS.cxx \ QDS_SpinBox.cxx \ QDS_SpinBoxDbl.cxx \ QDS_TextEdit.cxx \ - QDS_Validator.cxx + QDS_Validator.cxx \ + QDS_Table.cxx LIB_MOC = QDS_CheckBox.h \ QDS_ComboBox.h \ @@ -58,7 +60,8 @@ LIB_MOC = QDS_CheckBox.h \ QDS_LineEdit.h \ QDS_SpinBox.h \ QDS_SpinBoxDbl.h \ - QDS_TextEdit.h + QDS_TextEdit.h \ + QDS_Table.h CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES)