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