]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/CMakeLists.txt
XML IO added. Workspace singleton added to simplify pipeline definition and execution.
[cpPlugins.git] / lib / cpPlugins / Interface / CMakeLists.txt
index 115cb44816fcb42fde659f5f884097de539c4229..ae572ccf77f142e5accb72bf24e20f307c4182b2 100644 (file)
@@ -20,19 +20,20 @@ FILE(GLOB LIB_SOURCES_CXX "*.cxx")
 IF(USE_QT4)
   SET(
     LIB_QT_UI
+    BaseMPRWidget.ui
     ParametersListWidget.ui
     )
   SET(
     LIB_QT_Headers
     ParametersListWidget.h
     ParametersQtDialog.h
-    BaseMPRWindow.h
+    BaseMPRWidget.h
     )
   SET(
     LIB_QT_Sources
     ParametersListWidget.cxx
     ParametersQtDialog.cxx
-    BaseMPRWindow.cxx
+    BaseMPRWidget.cxx
     )
   SET(
     LIB_QT_Resources
@@ -79,6 +80,7 @@ GENERATE_EXPORT_HEADER(
   )
 TARGET_LINK_LIBRARIES(
   ${LIBRARY_NAME}
+  cpPlugins_tinyxml
   cpPlugins_Pluma
   ${QT_LIBRARIES}
   ${ITK_LIBRARIES}