Skip to content

Commit

Permalink
ENH: Color vizu complete but not working.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://orchestra.med.harvard.edu/svn/megason/Code/GoFigure2@1073 ef826fda-c0ae-4237-af8e-f8dcbcf7929c
  • Loading branch information
agouaillard committed Mar 24, 2009
1 parent bcb1006 commit 1b0a87c
Show file tree
Hide file tree
Showing 16 changed files with 4,347 additions and 10 deletions.
19 changes: 13 additions & 6 deletions trunk/ExternalCode/MegaVTK/qt/CMakeLists.txt
@@ -1,31 +1,38 @@
SET( QMegaVTKAddOn_NAME
QGoLUTDialog
QColorImagePageView
QImagePageView
QImagePageViewTracer
QSplitterchild )
QSplitterchild
)

SET( QMegaVTKAddOn_SRC
QGoLUTDialog.cxx
QColorImagePageView.cxx
QImagePageView.cxx
QImagePageViewTracer.cxx
QSplitterchild.cxx )
QSplitterchild.cxx
)

FOREACH( src ${QMegaVTKAddOn_NAME} )
QT4_WRAP_CPP( ${src}_MOC_SRC ${src}.h )
ENDFOREACH( src )

ADD_LIBRARY( QMegaVTKAddOn2 ${MegaVTK_LIBS_STYLE}
ADD_LIBRARY( QMegaVTKAddOn2
${MegaVTK_LIBS_STYLE}
${QGoLUTDialog_MOC_SRC}
${QImagePageView_MOC_SRC}
${QImagePageViewTracer_MOC_SRC}
${QColorImagePageView_MOC_SRC}
${QMegaVTKAddOn_SRC}
${QSplitterchild_MOC_SRC}
)

TARGET_LINK_LIBRARIES( QMegaVTKAddOn2
vtkRenderingAddOn2
QVTK
${QT_LIBRARIES})
vtkRenderingAddOn2
QVTK
${QT_LIBRARIES}
)

INSTALL_TARGETS(/lib QMegaVTKAddOn2)

Expand Down

0 comments on commit 1b0a87c

Please sign in to comment.