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