]> Creatis software - cpPlugins.git/blobdiff - appli/ImageMPR/CMakeLists.txt
update: undo/redo for image to image filters
[cpPlugins.git] / appli / ImageMPR / CMakeLists.txt
index 5660c19b7f205b0cf3dfbc0d3f0d0f566716b422..7031e14b5283eb5fd5f0e1c80f4b3c157bec91de 100644 (file)
@@ -10,11 +10,12 @@ IF(USE_QT4)
 
   SET(
     App_QT_SOURCES
-    ImageMPR.cxx
+       ImageMPR.cxx
     )
   SET(
     App_SOURCES
-    main.cxx
+       MementoState.cxx
+       main.cxx
     )
   SET(
     App_QT_HEADERS
@@ -22,6 +23,7 @@ IF(USE_QT4)
     )
   SET(
     App_HEADERS
+       MementoState.h
     )
   FILE(GLOB App_QT_UI  "${App_SOURCE_DIR}/*.ui")
   FILE(GLOB App_QT_RES "${App_SOURCE_DIR}/*.qrc")
@@ -57,10 +59,9 @@ IF(USE_QT4)
     )
   TARGET_LINK_LIBRARIES(
     ${App_NAME}
-    cpPlugins_Interface
     ${QT_LIBRARIES}
-    vtkGUISupportQt
-
+    cpExtensions
+    cpPlugins_Interface
     )
 ENDIF(USE_QT4)