Salome HOME
spns #24300 compile SALOME native on FD34
[tools/sat_salome.git] / products / qt.pyconf
index 2ec66763f4a4b0735885b165289ead110c9ff885..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"]
     }
@@ -34,14 +34,28 @@ default_win:
 
 version_5_15_2 :
 {
-  compil_script : "qt-5.15.2.sh"
+  compil_script : "qt-5.15.2" + $VARS.scriptExtension
   depend : ["freetype", 'llvm']
 }
 
+version_5_15_2_win :
+{
+  depend : ["freetype"]
+  build_depend : ["llvm"]
+}
+
 version_5_12_10 :
 {
-  compil_script : "qt-5.12.10.sh"
+  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 :