X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FCMakeLists.txt;fp=lib%2FcpPlugins%2FCMakeLists.txt;h=bb3bdb9f2bff1f12d4dcbe9ff5179dd23a0f9bb4;hb=486e2fd13401f33b2349e023be1dfc01221b0ef3;hp=d06bf100994f3a9efd26c5d227f4cd722e4aaeff;hpb=f7d48d6061d5c8020f0614d19d12c1a9a9126948;p=cpPlugins.git diff --git a/lib/cpPlugins/CMakeLists.txt b/lib/cpPlugins/CMakeLists.txt index d06bf10..bb3bdb9 100644 --- a/lib/cpPlugins/CMakeLists.txt +++ b/lib/cpPlugins/CMakeLists.txt @@ -29,14 +29,25 @@ FILE(GLOB lib_SOURCES_CXX "*.cxx") IF(USE_QT4) SET( lib_QT_UI + ActorAxesProperties.ui + ActorImageProperties.ui + ActorPolyDataProperties.ui ) SET( lib_QT_Headers + ActorProperties.h + ActorAxesProperties.h + ActorImageProperties.h + ActorPolyDataProperties.h ActorPropertiesQtDialog.h ParametersQtDialog.h ) SET( lib_QT_Sources + ActorProperties.cxx + ActorAxesProperties.cxx + ActorImageProperties.cxx + ActorPolyDataProperties.cxx ActorPropertiesQtDialog.cxx ParametersQtDialog.cxx )