Salome HOME
C3PO: requires mpi4py
[tools/sat_salome.git] / products / qt.pyconf
index f31d2ddcc854606f3c54632351bf5cb2d73c4487..f472e68dff303dfda30202c334e7fdab0e02478e 100644 (file)
@@ -4,13 +4,6 @@ default:
     build_source : "script"
     compil_script : $name + $VARS.scriptExtension
     get_source : "archive"
-    system_info : 
-    {
-        rpm : []
-        rpm_dev : ["qt5-devel"]
-        apt : []
-        apt_dev : ["qttools5-dev", "libqt5svg5-dev", "libqt5x11extras5-dev", "qtxmlpatterns5-dev-tools"]
-    }
     environ :
     {
        env_script : $name + ".py"
@@ -38,10 +31,24 @@ version_5_15_2 :
   depend : ["freetype", 'llvm']
 }
 
+version_5_15_2_win :
+{
+  depend : ["freetype"]
+  build_depend : ["llvm"]
+}
+
 version_5_12_10 :
 {
   compil_script : "qt-5.12.10" + $VARS.scriptExtension
   depend : ["freetype", 'llvm']
+  patches : ['qt-mapbox-FD32-gcc-10.0.patch']
+}
+
+version_5_12_10_win :
+{
+  depend : ["freetype"]
+  build_depend : ["llvm"]
+  patches : []
 }
 
 version_5_9_1 :