]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/CMakeLists.txt
Merge ssh://git.creatis.insa-lyon.fr/cpPlugins
[cpPlugins.git] / lib / cpPlugins / Interface / CMakeLists.txt
index a607fcad7fe3dd540ba3d786003df446c8a2c2bc..115cb44816fcb42fde659f5f884097de539c4229 100644 (file)
@@ -25,10 +25,14 @@ IF(USE_QT4)
   SET(
     LIB_QT_Headers
     ParametersListWidget.h
+    ParametersQtDialog.h
+    BaseMPRWindow.h
     )
   SET(
     LIB_QT_Sources
     ParametersListWidget.cxx
+    ParametersQtDialog.cxx
+    BaseMPRWindow.cxx
     )
   SET(
     LIB_QT_Resources
@@ -79,6 +83,7 @@ TARGET_LINK_LIBRARIES(
   ${QT_LIBRARIES}
   ${ITK_LIBRARIES}
   ${VTK_LIBRARIES}
+  cpExtensions
   )
 
 ## ========================