From: Nabil Ghodbane Date: Wed, 5 May 2021 11:58:43 +0000 (+0200) Subject: [Windows] move llvm as build_depend X-Git-Tag: V9_7_0~39 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8771cc260ed0be023ce61dc709bd89104eabf16d;p=tools%2Fsat_salome.git [Windows] move llvm as build_depend --- diff --git a/products/qt.pyconf b/products/qt.pyconf index f31d2dd..cc0ab06 100644 --- a/products/qt.pyconf +++ b/products/qt.pyconf @@ -38,12 +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'] } +version_5_12_10_win : +{ + depend : ["freetype"] + build_depend : [llvm'] +} + version_5_9_1 : { patches : []