]> Creatis software - cpPlugins.git/blobdiff - appli/CMakeLists.txt
...
[cpPlugins.git] / appli / CMakeLists.txt
index 2568ba0471039e5e1a052802f4e5ac4bd8673d57..a290efe9e3c3b87d4b22f07de677b2bcddaa3f7b 100644 (file)
@@ -1,12 +1,17 @@
 SUBDIRS(
   bash
   )
-
 IF(BUILD_EXAMPLES)
   SUBDIRS(
     examples
-    ImageMPR
     )
 ENDIF(BUILD_EXAMPLES)
 
+IF(USE_QT4)
+  SUBDIRS(
+    PipelineEditor
+    )
+ENDIF(USE_QT4)
+
+
 ## eof - $RCSfile$