Salome HOME
spns #24300 compile SALOME native on FD34
[tools/sat_salome.git] / products / qt.pyconf
index f31d2ddcc854606f3c54632351bf5cb2d73c4487..c0fe66902dddc06a06d0295f9afe2c9510f5eb66 100644 (file)
@@ -7,7 +7,7 @@ default:
     system_info : 
     {
         rpm : []
-        rpm_dev : ["qt5-devel"]
+        rpm_dev : ["qt5-qtbase-devel"]
         apt : []
         apt_dev : ["qttools5-dev", "libqt5svg5-dev", "libqt5x11extras5-dev", "qtxmlpatterns5-dev-tools"]
     }
@@ -38,10 +38,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 :