Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Makefile.am

    r5b991a re06820  
    167167  UIElements/Views/Qt4/QtInfoBox.cpp \
    168168  UIElements/Views/Qt4/QtMoleculeList.cpp \
    169   UIElements/Views/Qt4/QtShapeController.cpp \
    170   UIElements/Views/Qt4/QtShapeList.cpp \
    171169  UIElements/Views/Qt4/QtStatusBar.cpp \
    172170  UIElements/Views/Qt4/QtToolBar.cpp \
     
    176174        UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp \
    177175        UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.cpp \
    178         UIElements/Views/Qt4/Qt3D/GLMoleculeObject_molecule.cpp \
    179         UIElements/Views/Qt4/Qt3D/GLMoleculeObject_shape.cpp
     176        UIElements/Views/Qt4/Qt3D/GLMoleculeObject_molecule.cpp
    180177#  UIElements/Views/Qt4/dialoglight.cpp
    181178             
     
    188185  UIElements/Views/Qt4/QtInfoBox.hpp \
    189186  UIElements/Views/Qt4/QtMoleculeList.hpp \
    190   UIElements/Views/Qt4/QtShapeController.hpp \
    191   UIElements/Views/Qt4/QtShapeList.hpp \
    192187  UIElements/Views/Qt4/QtStatusBar.hpp \
    193188  UIElements/Views/Qt4/QtToolBar.hpp \
     
    197192        UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp \
    198193        UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.hpp \
    199         UIElements/Views/Qt4/Qt3D/GLMoleculeObject_molecule.hpp \
    200         UIElements/Views/Qt4/Qt3D/GLMoleculeObject_shape.hpp
     194        UIElements/Views/Qt4/Qt3D/GLMoleculeObject_molecule.hpp
    201195
    202196QTUIUI_UIFILES = \
     
    253247endif
    254248libMolecuilderUI_la_LIBADD += \
     249        libMolecuilderFragmentationSummation.la \
     250        libMolecuilderFragmentationSetValues.la \
    255251        $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
    256252        ${CodePatterns_LIBS} \
     
    307303
    308304libMolecuilderQtUI_la_LIBADD = \
    309         ../data/icons/liblogo.la \
    310305        ${QT_LIBS} \
    311306        -lQtOpenGL \
    312307        ${GLU_LIBS}
    313 
    314 ##libMolecuilderQtUI_la_LDADD = \
    315 ##      ../data/icons/liblogo.a
    316308
    317309nobase_libMolecuilderQtUI_la_include_HEADERS = ${QTUIHEADER} $(QTUIUI_UIFILES)
Note: See TracChangeset for help on using the changeset viewer.