]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Porting to Qt 4
authorvsr <vsr@opencascade.com>
Wed, 20 Jun 2007 13:18:55 +0000 (13:18 +0000)
committervsr <vsr@opencascade.com>
Wed, 20 Jun 2007 13:18:55 +0000 (13:18 +0000)
src/Makefile.am

index 2f375f53c4a91ece90b5bc40f67a9430973c2e4b..bb12f8c7b83f2bbd8d682a9456fd10b136e3501c 100755 (executable)
@@ -25,7 +25,7 @@
 # $Header$
 
 # VSR: this is the original packages list
-#SUBDIRS = Qtx Style DDS QDS SUIT STD CAF SUITApp LogWindow ObjBrowser Prs
+#SUBDIRS = Qtx Style DDS QDS SUIT STD CAF CAM SUITApp LogWindow ObjBrowser Prs
 # VSR: already migrated to Qt4 packages
 SUBDIRS = Qtx DDS QDS SUIT SUITApp STD CAF CAM LogWindow Prs
 
@@ -34,52 +34,28 @@ if ENABLE_SALOMEOBJECT
 endif
 
 if ENABLE_GLVIEWER
-# VSR: this is the original packages list
-#  SUBDIRS += GLViewer
-# VSR: already migrated to Qt4 packages
   SUBDIRS += GLViewer
 endif
 
 if ENABLE_VTKVIEWER
-# VSR: this is the original packages list
-#  SUBDIRS += VTKViewer
-# VSR: already migrated to Qt4 packages
   SUBDIRS += VTKViewer
 if ENABLE_SALOMEOBJECT
-# VSR: this is the original packages list
-#    SUBDIRS += SVTK
-# VSR: already migrated to Qt4 packages
     SUBDIRS += SVTK
 endif
 endif
 if ENABLE_OCCVIEWER
-# VSR: this is the original packages list
-#  SUBDIRS += OCCViewer
-# VSR: already migrated to Qt4 packages
   SUBDIRS += OCCViewer
 if ENABLE_SALOMEOBJECT
-# VSR: this is the original packages list
-#    SUBDIRS += SOCC
-# VSR: already migrated to Qt4 packages
     SUBDIRS += SOCC
 endif
 endif
 if ENABLE_PYCONSOLE
-# VSR: this is the original packages list
-#  SUBDIRS += PyInterp PythonConsole
-# VSR: already migrated to Qt4 packages
   SUBDIRS += PyInterp PyConsole
 endif
 if ENABLE_PLOT2DVIEWER
-# VSR: this is the original packages list
   SUBDIRS += Plot2d
-# VSR: already migrated to Qt4 packages
-  SUBDIRS += 
 if ENABLE_SALOMEOBJECT
-# VSR: this is the original packages list
     SUBDIRS += SPlot2d
-# VSR: already migrated to Qt4 packages
-    SUBDIRS += 
 endif
 endif
 if ENABLE_SUPERVGRAPHVIEWER
@@ -88,9 +64,6 @@ if ENABLE_SUPERVGRAPHVIEWER
 # VSR: already migrated to Qt4 packages
   SUBDIRS += 
 endif
-# VSR: this is the original packages list
-#SUBDIRS += Event LightApp ResExporter
-# VSR: already migrated to Qt4 packages
 SUBDIRS += Event LightApp ResExporter
 
 if GUI_ENABLE_CORBA