]> Creatis software - cpPlugins.git/blobdiff - appli/ImageMPR/CMakeLists.txt
Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/cpPlugins
[cpPlugins.git] / appli / ImageMPR / CMakeLists.txt
index 56b4f3847de2fe1e34d166c8786af7e477bb7a19..2359c70bd29ac43958734fb47738f8369c44fd48 100644 (file)
@@ -1,5 +1,11 @@
 IF(USE_QT4)
 
+  CONFIGURE_FILE(
+    Plugins.cfg.in
+    ${PROJECT_BINARY_DIR}/Plugins.cfg
+    @ONLY
+    )
+
   ## ====================================================
   ## = Source code, user interafaces and resources here =
   ## ====================================================
@@ -14,6 +20,7 @@ IF(USE_QT4)
     )
   SET(
     App_SOURCES
+    MementoState.cxx
     main.cxx
     )
   SET(
@@ -22,6 +29,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,9 +65,9 @@ IF(USE_QT4)
     )
   TARGET_LINK_LIBRARIES(
     ${App_NAME}
-    cpPlugins_Interface
     ${QT_LIBRARIES}
-    vtkGUISupportQt
+    cpExtensions
+    cpPlugins_Interface
     )
 ENDIF(USE_QT4)