Salome HOME
spns #41657: OSCAR UB22.04
[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     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : ["freetype"]
12     patches : []
13     check_install : ["lib/libQt5DBus.so"]
14     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
15     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
16     install_dir : 'base'
17     properties :
18     {
19       incremental : "yes"
20     }
21 }
22
23 default_win:
24 {
25    check_install : []
26 }
27
28 version_5_15_2 :
29 {
30   compil_script : "qt-5.15.2" + $VARS.scriptExtension
31   depend : ["freetype", 'llvm']
32 }
33
34 version_5_15_2_CO9 :
35 {
36   compil_script : "qt-5.15.2" + $VARS.scriptExtension
37   depend : ["freetype", 'llvm']
38   patches: ["qt_5_15_2_numeric_limits.patch"]
39 }
40
41 version_5_15_2_win :
42 {
43   depend : ["freetype"]
44   build_depend : ["llvm"]
45   opt_depend : ['openssl']
46 }
47
48 version_5_12_10 :
49 {
50   compil_script : "qt-5.12.10" + $VARS.scriptExtension
51   depend : ["freetype", 'llvm']
52   patches : ['qt-mapbox-FD32-gcc-10.0.patch']
53 }
54
55 version_5_12_10_CO9 :
56 {
57   compil_script : "qt-5.12.10" + $VARS.scriptExtension
58   depend : ["freetype", 'llvm']
59   patches : ['qt-mapbox-FD32-gcc-10.0.patch', 'qt_numeric_limits_CO9.patch']
60 }
61
62 version_5_12_10_win :
63 {
64   depend : ["freetype"]
65   build_depend : ["llvm"]
66   opt_depend : ['openssl']
67   patches : []
68 }
69
70 version_5_9_1 :
71 {
72   compil_script :  "qt-5.9.1.sh"
73   patches : []
74 }
75
76 version_5_9_1_FD32 :
77 {
78   compil_script :  "qt-5.9.1.sh"
79   patches : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch',
80              'qt-5.9.1-mapbox-FD32.patch'
81             ]
82 }
83
84 version_5_9_1_UB20_04 :
85 {
86   compil_script :  "qt-5.9.1.sh"
87   patches : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch',
88              'qt_mysql_UB20.patch'
89             ]
90 }
91
92 version_5_6_1_1:
93 {
94     compil_script : "qt-5.6.1" + $VARS.scriptExtension
95     depend : []
96 }
97
98 version_5_5_1:
99 {
100     compil_script :  "qt-5.5.1.sh"
101     patches : [
102                   "qt-5.5.1-qlockfile.patch",
103                   "qt_5.5.1-qwebengine.patch"
104               ]
105     depend : []
106 }
107
108 version_4_8_4 :
109 {
110     compil_script :  "qt-4.8.4.sh"
111     patches : ["qt-4.8.4-enable-webkit-compilation-whith-gcc5.patch"]
112     depend : []
113     check_install : []
114 }
115
116 version_4_6_3:
117 {
118     compil_script :  "qt-4.6.3.sh"
119     patches : ["qt-463-gcc46.patch"]
120     depend : []
121     check_install : []
122 }
123
124 version_test:
125 {
126     compil_script : "qt-5.6.1_test.sh"
127     depend : []
128 }