Salome HOME
refs #1340: first implementation of new zone colors algo
[modules/hydro.git] / src / HYDRO_tests / ExternalFiles.cmake
index 004295c19a0d97e614b5ccdf7ff0e15d0fa0fe1d..0071a1d3770f7f7cff3bc53ca7d8806830a41bbd 100644 (file)
@@ -1,5 +1,6 @@
 
-find_package(Qt4 4.8.4 REQUIRED QtCore QtGui )
+find_package( Qt5Core )
+find_package( Qt5Widgets )
 
 set( EXTERNAL_FILES
   ../HYDROData/HYDROData_AltitudeObject.cxx
@@ -76,6 +77,12 @@ set( EXTERNAL_FILES
   ../HYDROGUI/HYDROGUI_StreamDlg.cxx
   ../HYDROGUI/HYDROGUI_ListSelector.cxx
   ../HYDROGUI/HYDROGUI_OrderedListWidget.cxx
+  ../HYDROGUI/HYDROGUI_Overview.cxx
+  ../HYDROGUI/HYDROGUI_ZoneTool.cxx
+  ../HYDROGUI/HYDROGUI_ProfileDlg.cxx
+  ../HYDROGUI/HYDROGUI_ViewerDlg.cxx
+  ../HYDROGUI/HYDROGUI_AISTrihedron.cxx
+  ../HYDROGUI/HYDROGUI_CurveCreatorProfile.cxx
 )
 
 set( MOC_HEADERS 
@@ -84,6 +91,10 @@ set( MOC_HEADERS
   ../HYDROGUI/HYDROGUI_StreamDlg.h
   ../HYDROGUI/HYDROGUI_ListSelector.h
   ../HYDROGUI/HYDROGUI_OrderedListWidget.h
+  ../HYDROGUI/HYDROGUI_Overview.h
+  ../HYDROGUI/HYDROGUI_ZoneTool.h
+  ../HYDROGUI/HYDROGUI_ProfileDlg.h
+  ../HYDROGUI/HYDROGUI_ViewerDlg.h
 )
 
-QT4_WRAP_CPP( PROJECT_MOC_HEADERS ${MOC_HEADERS} )
+QT_WRAP_MOC( PROJECT_MOC_HEADERS ${MOC_HEADERS} )