X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FCMakeLists.txt;h=1f50ec7bb34715ceb88097e460e20e303b2504e2;hb=19a9e1774044cc32c415ad38695800c1d169820d;hp=6e0414cde64c3cc7d7213340cc8ca7dad3540b98;hpb=950ea6d252c9a5bc5be29d413497fe0ef69e6703;p=cpPlugins.git diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 6e0414c..1f50ec7 100644 --- a/appli/CMakeLists.txt +++ b/appli/CMakeLists.txt @@ -6,8 +6,12 @@ IF(BUILD_EXAMPLES) SUBDIRS( examples ImageMPR - cpPipelineEditor ) + IF(USE_QT4) + SUBDIRS( + cpPipelineEditor + ) + ENDIF(USE_QT4) ENDIF(BUILD_EXAMPLES) ## eof - $RCSfile$