X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FCMakeLists.txt;h=ae572ccf77f142e5accb72bf24e20f307c4182b2;hb=f654620df52b811be7bd263a1775c93d29c69a65;hp=a607fcad7fe3dd540ba3d786003df446c8a2c2bc;hpb=d1d816d1eaf980d5cd266798b8f7a0bbb089a383;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/CMakeLists.txt b/lib/cpPlugins/Interface/CMakeLists.txt index a607fca..ae572cc 100644 --- a/lib/cpPlugins/Interface/CMakeLists.txt +++ b/lib/cpPlugins/Interface/CMakeLists.txt @@ -20,15 +20,20 @@ FILE(GLOB LIB_SOURCES_CXX "*.cxx") IF(USE_QT4) SET( LIB_QT_UI + BaseMPRWidget.ui ParametersListWidget.ui ) SET( LIB_QT_Headers ParametersListWidget.h + ParametersQtDialog.h + BaseMPRWidget.h ) SET( LIB_QT_Sources ParametersListWidget.cxx + ParametersQtDialog.cxx + BaseMPRWidget.cxx ) SET( LIB_QT_Resources @@ -75,10 +80,12 @@ GENERATE_EXPORT_HEADER( ) TARGET_LINK_LIBRARIES( ${LIBRARY_NAME} + cpPlugins_tinyxml cpPlugins_Pluma ${QT_LIBRARIES} ${ITK_LIBRARIES} ${VTK_LIBRARIES} + cpExtensions ) ## ========================