X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FCMakeLists.txt;h=115cb44816fcb42fde659f5f884097de539c4229;hb=ec99f46f898bfcd579161f1b2c28f8d9b2c8f333;hp=a607fcad7fe3dd540ba3d786003df446c8a2c2bc;hpb=d1d816d1eaf980d5cd266798b8f7a0bbb089a383;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/CMakeLists.txt b/lib/cpPlugins/Interface/CMakeLists.txt index a607fca..115cb44 100644 --- a/lib/cpPlugins/Interface/CMakeLists.txt +++ b/lib/cpPlugins/Interface/CMakeLists.txt @@ -25,10 +25,14 @@ IF(USE_QT4) SET( LIB_QT_Headers ParametersListWidget.h + ParametersQtDialog.h + BaseMPRWindow.h ) SET( LIB_QT_Sources ParametersListWidget.cxx + ParametersQtDialog.cxx + BaseMPRWindow.cxx ) SET( LIB_QT_Resources @@ -79,6 +83,7 @@ TARGET_LINK_LIBRARIES( ${QT_LIBRARIES} ${ITK_LIBRARIES} ${VTK_LIBRARIES} + cpExtensions ) ## ========================