X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FCMakeLists.txt;h=44eb019063bf6612b2796e32ccb57fb854e9e976;hb=950ea6d252c9a5bc5be29d413497fe0ef69e6703;hp=115cb44816fcb42fde659f5f884097de539c4229;hpb=4f9005fe71854d7cff6ab68e48627989a6d1fbc8;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/CMakeLists.txt b/lib/cpPlugins/Interface/CMakeLists.txt index 115cb44..44eb019 100644 --- a/lib/cpPlugins/Interface/CMakeLists.txt +++ b/lib/cpPlugins/Interface/CMakeLists.txt @@ -20,19 +20,23 @@ 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 - BaseMPRWindow.h + BaseMPRWidget.h + SimpleMPRWidget.h ) SET( LIB_QT_Sources ParametersListWidget.cxx ParametersQtDialog.cxx - BaseMPRWindow.cxx + BaseMPRWidget.cxx + SimpleMPRWidget.cxx ) SET( LIB_QT_Resources @@ -79,6 +83,7 @@ GENERATE_EXPORT_HEADER( ) TARGET_LINK_LIBRARIES( ${LIBRARY_NAME} + cpPlugins_tinyxml cpPlugins_Pluma ${QT_LIBRARIES} ${ITK_LIBRARIES}