X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=appli%2FImageMPR%2FCMakeLists.txt;h=2359c70bd29ac43958734fb47738f8369c44fd48;hb=8db7a40f2ef8530457959a51a4d2a7f012d0b7a3;hp=56b4f3847de2fe1e34d166c8786af7e477bb7a19;hpb=0c22ea8a82db915fa32f09c6b68c7bc3d1a3b92b;p=cpPlugins.git diff --git a/appli/ImageMPR/CMakeLists.txt b/appli/ImageMPR/CMakeLists.txt index 56b4f38..2359c70 100644 --- a/appli/ImageMPR/CMakeLists.txt +++ b/appli/ImageMPR/CMakeLists.txt @@ -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 = ## ==================================================== @@ -14,6 +20,7 @@ IF(USE_QT4) ) SET( App_SOURCES + MementoState.cxx main.cxx ) SET( @@ -22,6 +29,7 @@ IF(USE_QT4) ) SET( App_HEADERS + MementoState.h ) FILE(GLOB App_QT_UI "${App_SOURCE_DIR}/*.ui") FILE(GLOB App_QT_RES "${App_SOURCE_DIR}/*.qrc") @@ -57,9 +65,9 @@ IF(USE_QT4) ) TARGET_LINK_LIBRARIES( ${App_NAME} - cpPlugins_Interface ${QT_LIBRARIES} - vtkGUISupportQt + cpExtensions + cpPlugins_Interface ) ENDIF(USE_QT4)