X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=appli%2FImageMPR%2FCMakeLists.txt;h=7031e14b5283eb5fd5f0e1c80f4b3c157bec91de;hb=48363731d62d46ffad8ca257326cc147a92ab681;hp=7d5ad93fbb504388024e397a94abcea298180d83;hpb=2361f4f97631e09d88d8a5510a369817dcaa19db;p=cpPlugins.git diff --git a/appli/ImageMPR/CMakeLists.txt b/appli/ImageMPR/CMakeLists.txt index 7d5ad93..7031e14 100644 --- a/appli/ImageMPR/CMakeLists.txt +++ b/appli/ImageMPR/CMakeLists.txt @@ -10,11 +10,12 @@ IF(USE_QT4) SET( App_QT_SOURCES - ImageMPR.cxx + ImageMPR.cxx ) SET( App_SOURCES - main.cxx + MementoState.cxx + main.cxx ) SET( App_QT_HEADERS @@ -22,6 +23,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") @@ -58,8 +60,8 @@ IF(USE_QT4) TARGET_LINK_LIBRARIES( ${App_NAME} ${QT_LIBRARIES} - cpExtensions - ##vtkGUISupportQt + cpExtensions + cpPlugins_Interface ) ENDIF(USE_QT4)