Salome HOME
openturns UB22
[tools/sat_salome.git] / products / qt.pyconf
index 8c26d05be38a807ecc187175bd28d2aae4ae6078..dccf7f2ec949bccbcd5d54aeab73d1d93126a291 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,36 +25,84 @@ 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 :
+{
+  compil_script :  "qt-5.9.1.sh"
+  patches : []
+}
+
+version_5_9_1_FD32 :
+{
+  compil_script :  "qt-5.9.1.sh"
+  patches : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch',
+             'qt-5.9.1-mapbox-FD32.patch'
+           ]
+}
+
+version_5_9_1_UB20_04 :
+{
+  compil_script :  "qt-5.9.1.sh"
+  patches : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch',
+            'qt_mysql_UB20.patch'
+            ]
+}
+
+version_5_6_1_1:
+{
+    compil_script : "qt-5.6.1" + $VARS.scriptExtension
     depend : []
-    check_install : []
 }
 
 version_5_5_1:
 {
     compil_script :  "qt-5.5.1.sh"
     patches : [
-                  "qt-5.5.1-qlockfile.patch"
+                  "qt-5.5.1-qlockfile.patch",
                   "qt_5.5.1-qwebengine.patch"
               ]
     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 +110,3 @@ version_test:
     compil_script : "qt-5.6.1_test.sh"
     depend : []
 }
-
-version_5_9_1 :
-{
-  patches : []
-}