Salome HOME
SSL mode integration : switch back SALOME modules on master branches - patch HOMARD...
[tools/sat_salome.git] / products / qt.pyconf
1 default:
2 {
3     name : "qt"
4     build_source : "script"
5     compil_script : $name + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9         rpm : []
10         rpm_dev : ["qt5-devel"]
11         apt : ["build-essential"]
12         apt_dev : ["libgl1-mesa-dev"]
13     }
14     environ :
15     {
16        env_script : $name + ".py"
17     }
18     depend : ["freetype"]
19     patches : []
20     check_install : ["lib/libQt5DBus.so"]
21     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
22     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
23     install_dir : 'base'
24     properties :
25     {
26       incremental : "yes"
27     }
28 }
29
30 default_win:
31 {
32    check_install : []
33 }
34
35 version_4_8_4 :
36 {
37     compil_script :  "qt-4.8.4.sh"
38     patches : ["qt-4.8.4-enable-webkit-compilation-whith-gcc5.patch"]
39     depend : []
40     check_install : []
41 }
42
43 version_5_5_1:
44 {
45     compil_script :  "qt-5.5.1.sh"
46     patches : [
47                   "qt-5.5.1-qlockfile.patch"
48                   "qt_5.5.1-qwebengine.patch"
49               ]
50     depend : []
51 }
52
53 version_4_6_3:
54 {
55     compil_script :  "qt-4.6.3.sh"
56     patches : ["qt-463-gcc46.patch"]
57     depend : []
58     check_install : []
59 }
60
61 version_5_6_1_1:
62 {
63     compil_script : "qt-5.6.1" + $VARS.scriptExtension
64     depend : []
65 }
66
67 version_test:
68 {
69     compil_script : "qt-5.6.1_test.sh"
70     depend : []
71 }
72
73 version_5_9_1 :
74 {
75   patches : []
76 }