Changes in src/UIElements/Makefile.am [e06820:5b991a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Makefile.am
re06820 r5b991a 167 167 UIElements/Views/Qt4/QtInfoBox.cpp \ 168 168 UIElements/Views/Qt4/QtMoleculeList.cpp \ 169 UIElements/Views/Qt4/QtShapeController.cpp \ 170 UIElements/Views/Qt4/QtShapeList.cpp \ 169 171 UIElements/Views/Qt4/QtStatusBar.cpp \ 170 172 UIElements/Views/Qt4/QtToolBar.cpp \ … … 174 176 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp \ 175 177 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 177 180 # UIElements/Views/Qt4/dialoglight.cpp 178 181 … … 185 188 UIElements/Views/Qt4/QtInfoBox.hpp \ 186 189 UIElements/Views/Qt4/QtMoleculeList.hpp \ 190 UIElements/Views/Qt4/QtShapeController.hpp \ 191 UIElements/Views/Qt4/QtShapeList.hpp \ 187 192 UIElements/Views/Qt4/QtStatusBar.hpp \ 188 193 UIElements/Views/Qt4/QtToolBar.hpp \ … … 192 197 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp \ 193 198 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 195 201 196 202 QTUIUI_UIFILES = \ … … 247 253 endif 248 254 libMolecuilderUI_la_LIBADD += \ 249 libMolecuilderFragmentationSummation.la \250 libMolecuilderFragmentationSetValues.la \251 255 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ 252 256 ${CodePatterns_LIBS} \ … … 303 307 304 308 libMolecuilderQtUI_la_LIBADD = \ 309 ../data/icons/liblogo.la \ 305 310 ${QT_LIBS} \ 306 311 -lQtOpenGL \ 307 312 ${GLU_LIBS} 313 314 ##libMolecuilderQtUI_la_LDADD = \ 315 ## ../data/icons/liblogo.a 308 316 309 317 nobase_libMolecuilderQtUI_la_include_HEADERS = ${QTUIHEADER} $(QTUIUI_UIFILES)
Note:
See TracChangeset
for help on using the changeset viewer.