4 build_source : "script"
5 compil_script : 'pip_install' + $VARS.scriptExtension
9 env_script : $name + ".py"
11 depend : ['Python','setuptools', 'PyQt']
12 source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
13 build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
24 compil_script : 'PyQtChart-5.9' + $VARS.scriptExtension
29 compil_script : 'pip_install_whl' + $VARS.scriptExtension
32 archive_name : "PyQtChart-" + $APPLICATION.products.PyQtChart + "_windows.tar.gz"