X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FCMakeLists.txt;h=3de13f139a21d757acc1f904c7168a498c8a2bac;hb=6ffc11d77924d6ab7e94db95d41105982ac73e00;hp=406f86fc6994824e6b980d463955562d93ef4bb4;hpb=a02d2e4b730e0a8c7709856c9c47eb7ad19edda0;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/CMakeLists.txt b/lib/cpPlugins/Interface/CMakeLists.txt index 406f86f..3de13f1 100644 --- a/lib/cpPlugins/Interface/CMakeLists.txt +++ b/lib/cpPlugins/Interface/CMakeLists.txt @@ -20,20 +20,20 @@ FILE(GLOB LIB_SOURCES_CXX "*.cxx") IF(USE_QT4) SET( LIB_QT_UI - BaseMPRWidget.ui + SimpleMPRWidget.ui ParametersListWidget.ui ) SET( LIB_QT_Headers ParametersListWidget.h ParametersQtDialog.h - BaseMPRWidget.h + SimpleMPRWidget.h ) SET( LIB_QT_Sources ParametersListWidget.cxx ParametersQtDialog.cxx - BaseMPRWidget.cxx + SimpleMPRWidget.cxx ) SET( LIB_QT_Resources @@ -80,6 +80,7 @@ GENERATE_EXPORT_HEADER( ) TARGET_LINK_LIBRARIES( ${LIBRARY_NAME} + cpPlugins_tinyxml cpPlugins_Pluma ${QT_LIBRARIES} ${ITK_LIBRARIES}