Salome HOME
update Windows build scripts: ParaView, PyQt, qt, sip, PyQtChart
[tools/sat_salome.git] / products / PyQtChart.pyconf
index 66fbeb379b97a276d00c99c06ab18d4017dfc68a..434614ae0742eb915064ab275da3481a51d3d6b2 100644 (file)
@@ -19,16 +19,28 @@ default :
     }
 }
 
+default_win :
+{
+    archive_info : {archive_name : "PyQtChart-" + $APPLICATION.products.PyQtChart + "_windows.tar.gz"}
+    compil_script : 'pip_install_whl' + $VARS.scriptExtension
+}
+
+version_5_15_4 :
+{
+    compil_script : 'PyQtChart-5.15.4' + $VARS.scriptExtension
+}
+
+version_5_15_4_win :
+{
+    compil_script : 'pip_install_whl' + $VARS.scriptExtension
+}
+
 version_5_9 :
 {
     compil_script : 'PyQtChart-5.9' + $VARS.scriptExtension
 }
 
-default_win :
+version_5_9_win :
 {
     compil_script : 'pip_install_whl' + $VARS.scriptExtension
-    archive_info :
-    {
-        archive_name : "PyQtChart-" + $APPLICATION.products.PyQtChart + "_windows.tar.gz"
-    }
 }