]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
add QDS_Table class
authorptv <ptv@opencascade.com>
Tue, 10 Oct 2006 11:43:48 +0000 (11:43 +0000)
committerptv <ptv@opencascade.com>
Tue, 10 Oct 2006 11:43:48 +0000 (11:43 +0000)
src/QDS/Makefile.in

index 290054d45b00f04e10d5c25e939d2be1c1a2fc6c..a6c2d5465d885d7e606ec4222ea23afbf1587d40 100755 (executable)
@@ -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)