Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Makefile.am

    re06820 r5b991a  
    167167  UIElements/Views/Qt4/QtInfoBox.cpp \
    168168  UIElements/Views/Qt4/QtMoleculeList.cpp \
     169  UIElements/Views/Qt4/QtShapeController.cpp \
     170  UIElements/Views/Qt4/QtShapeList.cpp \
    169171  UIElements/Views/Qt4/QtStatusBar.cpp \
    170172  UIElements/Views/Qt4/QtToolBar.cpp \
     
    174176        UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp \
    175177        UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.cpp \
    176         UIElements/Views/Qt4/Qt3D/GLMoleculeObject_molecule.cpp
     178        UIElements/Views/Qt4/Qt3D/GLMoleculeObject_molecule.cpp \
     179        UIElements/Views/Qt4/Qt3D/GLMoleculeObject_shape.cpp
    177180#  UIElements/Views/Qt4/dialoglight.cpp
    178181             
     
    185188  UIElements/Views/Qt4/QtInfoBox.hpp \
    186189  UIElements/Views/Qt4/QtMoleculeList.hpp \
     190  UIElements/Views/Qt4/QtShapeController.hpp \
     191  UIElements/Views/Qt4/QtShapeList.hpp \
    187192  UIElements/Views/Qt4/QtStatusBar.hpp \
    188193  UIElements/Views/Qt4/QtToolBar.hpp \
     
    192197        UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp \
    193198        UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.hpp \
    194         UIElements/Views/Qt4/Qt3D/GLMoleculeObject_molecule.hpp
     199        UIElements/Views/Qt4/Qt3D/GLMoleculeObject_molecule.hpp \
     200        UIElements/Views/Qt4/Qt3D/GLMoleculeObject_shape.hpp
    195201
    196202QTUIUI_UIFILES = \
     
    247253endif
    248254libMolecuilderUI_la_LIBADD += \
    249         libMolecuilderFragmentationSummation.la \
    250         libMolecuilderFragmentationSetValues.la \
    251255        $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
    252256        ${CodePatterns_LIBS} \
     
    303307
    304308libMolecuilderQtUI_la_LIBADD = \
     309        ../data/icons/liblogo.la \
    305310        ${QT_LIBS} \
    306311        -lQtOpenGL \
    307312        ${GLU_LIBS}
     313
     314##libMolecuilderQtUI_la_LDADD = \
     315##      ../data/icons/liblogo.a
    308316
    309317nobase_libMolecuilderQtUI_la_include_HEADERS = ${QTUIHEADER} $(QTUIUI_UIFILES)
Note: See TracChangeset for help on using the changeset viewer.