X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FCMakeLists.txt;h=44eb019063bf6612b2796e32ccb57fb854e9e976;hb=950ea6d252c9a5bc5be29d413497fe0ef69e6703;hp=406f86fc6994824e6b980d463955562d93ef4bb4;hpb=a02d2e4b730e0a8c7709856c9c47eb7ad19edda0;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/CMakeLists.txt b/lib/cpPlugins/Interface/CMakeLists.txt index 406f86f..44eb019 100644 --- a/lib/cpPlugins/Interface/CMakeLists.txt +++ b/lib/cpPlugins/Interface/CMakeLists.txt @@ -21,6 +21,7 @@ IF(USE_QT4) SET( LIB_QT_UI BaseMPRWidget.ui + SimpleMPRWidget.ui ParametersListWidget.ui ) SET( @@ -28,12 +29,14 @@ IF(USE_QT4) 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 +83,7 @@ GENERATE_EXPORT_HEADER( ) TARGET_LINK_LIBRARIES( ${LIBRARY_NAME} + cpPlugins_tinyxml cpPlugins_Pluma ${QT_LIBRARIES} ${ITK_LIBRARIES}