]> Creatis software - cpPlugins.git/blobdiff - appli/cpPipelineEditor/CMakeLists.txt
...
[cpPlugins.git] / appli / cpPipelineEditor / CMakeLists.txt
index b978bcd11b97c581008c59943078cf1ad651b70a..14874c5f12b19d111dd1b1d13c92d121063e2880 100644 (file)
@@ -14,11 +14,12 @@ IF(USE_QT4)
     QNEConnection.cxx
     QNEPort.cxx
     QNodesEditor.cxx
-    QNEMainWindow.cxx
+    QNodesEditorCanvas.cxx
+    #QNEMainWindow.cxx
     #Edge.cxx
     #GraphCanvas.cxx
     #Node.cxx
-    #cpPipelineEditor.cxx
+    cpPipelineEditor.cxx
     )
   SET(
     App_SOURCES
@@ -27,9 +28,10 @@ IF(USE_QT4)
   SET(
     App_QT_HEADERS
     QNodesEditor.h
-    QNEMainWindow.h
+    QNodesEditorCanvas.h
+    #QNEMainWindow.h
     #GraphCanvas.h
-    #cpPipelineEditor.h
+    cpPipelineEditor.h
     )
   SET(
     App_HEADERS