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=7031e14b5283eb5fd5f0e1c80f4b3c157bec91de;hpb=e8d3eed5ce148875548884fb9d2284b712ba7867;p=cpPlugins.git diff --git a/appli/ImageMPR/CMakeLists.txt b/appli/ImageMPR/CMakeLists.txt index 7031e14..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 = ## ==================================================== @@ -10,12 +16,12 @@ IF(USE_QT4) SET( App_QT_SOURCES - ImageMPR.cxx + ImageMPR.cxx ) SET( App_SOURCES - MementoState.cxx - main.cxx + MementoState.cxx + main.cxx ) SET( App_QT_HEADERS @@ -23,7 +29,7 @@ IF(USE_QT4) ) SET( App_HEADERS - MementoState.h + MementoState.h ) FILE(GLOB App_QT_UI "${App_SOURCE_DIR}/*.ui") FILE(GLOB App_QT_RES "${App_SOURCE_DIR}/*.qrc")