]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/CMakeLists.txt
...
[cpPlugins.git] / lib / cpPlugins / CMakeLists.txt
index d06bf100994f3a9efd26c5d227f4cd722e4aaeff..bb3bdb9f2bff1f12d4dcbe9ff5179dd23a0f9bb4 100644 (file)
@@ -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
     )