X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FPipelineEditor%2FCMakeLists.txt;h=29debcf1b00c187f4e9de239674b4d9988eb1e8f;hb=46a46616affebffa694f9c04be65a3f47d96ebc4;hp=d36b67c0d1cce20c5ded7a27802de3b5331534a3;hpb=1b492988c2d0738bfe5b2c10ac7948c8c3f173d1;p=cpPlugins.git diff --git a/appli/PipelineEditor/CMakeLists.txt b/appli/PipelineEditor/CMakeLists.txt index d36b67c..29debcf 100644 --- a/appli/PipelineEditor/CMakeLists.txt +++ b/appli/PipelineEditor/CMakeLists.txt @@ -1,7 +1,7 @@ IF(Qt4_FOUND) AppFromDir(_app_name ${CMAKE_CURRENT_SOURCE_DIR}) IF(_app_name) - TARGET_LINK_LIBRARIES(${_app_name} ${cpBaseQtApplication_LIB}) + TARGET_LINK_LIBRARIES(${_app_name} ${cpBaseQtApplication_LIB} ${cpPlugins_Paths_LIB}) ENDIF(_app_name) ENDIF(Qt4_FOUND)