]> Creatis software - cpPlugins.git/blobdiff - appli/CMakeLists.txt
...
[cpPlugins.git] / appli / CMakeLists.txt
index 2568ba0471039e5e1a052802f4e5ac4bd8673d57..785c97e5573d4e8bb9df69ba2b998f1e1bb8be67 100644 (file)
@@ -5,8 +5,13 @@ SUBDIRS(
 IF(BUILD_EXAMPLES)
   SUBDIRS(
     examples
-    ImageMPR
+    #ImageMPR
     )
+  IF(USE_QT4)
+    SUBDIRS(
+      cpPipelineEditor
+      )
+  ENDIF(USE_QT4)
 ENDIF(BUILD_EXAMPLES)
 
 ## eof - $RCSfile$