Salome HOME
C3PO: requires mpi4py
[tools/sat_salome.git] / products / qt.pyconf
index 8c26d05be38a807ecc187175bd28d2aae4ae6078..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 : ["build-essential"]
-        apt_dev : ["libgl1-mesa-dev"]
-    }
     environ :
     {
        env_script : $name + ".py"
@@ -32,12 +25,41 @@ default_win:
    check_install : []
 }
 
-version_4_8_4 :
+version_5_15_2 :
 {
-    compil_script :  "qt-4.8.4.sh"
-    patches : ["qt-4.8.4-enable-webkit-compilation-whith-gcc5.patch"]
+  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" + $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 :
+{
+  patches : []
+}
+
+version_5_6_1_1:
+{
+    compil_script : "qt-5.6.1" + $VARS.scriptExtension
     depend : []
-    check_install : []
 }
 
 version_5_5_1:
@@ -50,18 +72,20 @@ version_5_5_1:
     depend : []
 }
 
-version_4_6_3:
+version_4_8_4 :
 {
-    compil_script :  "qt-4.6.3.sh"
-    patches : ["qt-463-gcc46.patch"]
+    compil_script :  "qt-4.8.4.sh"
+    patches : ["qt-4.8.4-enable-webkit-compilation-whith-gcc5.patch"]
     depend : []
     check_install : []
 }
 
-version_5_6_1_1:
+version_4_6_3:
 {
-    compil_script : "qt-5.6.1" + $VARS.scriptExtension
+    compil_script :  "qt-4.6.3.sh"
+    patches : ["qt-463-gcc46.patch"]
     depend : []
+    check_install : []
 }
 
 version_test:
@@ -69,8 +93,3 @@ version_test:
     compil_script : "qt-5.6.1_test.sh"
     depend : []
 }
-
-version_5_9_1 :
-{
-  patches : []
-}