]> 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 7031e14b5283eb5fd5f0e1c80f4b3c157bec91de..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 =
   ## ====================================================
@@ -10,12 +16,12 @@ IF(USE_QT4)
 
   SET(
     App_QT_SOURCES
-       ImageMPR.cxx
+    ImageMPR.cxx
     )
   SET(
     App_SOURCES
-       MementoState.cxx
-       main.cxx
+    MementoState.cxx
+    main.cxx
     )
   SET(
     App_QT_HEADERS
@@ -23,7 +29,7 @@ IF(USE_QT4)
     )
   SET(
     App_HEADERS
-       MementoState.h
+    MementoState.h
     )
   FILE(GLOB App_QT_UI  "${App_SOURCE_DIR}/*.ui")
   FILE(GLOB App_QT_RES "${App_SOURCE_DIR}/*.qrc")