Salome HOME
spns #42014: add mmgplugin
[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_win :
35 {
36   depend : ["freetype"]
37   build_depend : ["llvm"]
38   opt_depend : ['openssl']
39 }
40
41 version_5_12_10 :
42 {
43   compil_script : "qt-5.12.10" + $VARS.scriptExtension
44   depend : ["freetype", 'llvm']
45   patches : ['qt-mapbox-FD32-gcc-10.0.patch']
46 }
47
48 version_5_12_10_CO9 :
49 {
50   compil_script : "qt-5.12.10" + $VARS.scriptExtension
51   depend : ["freetype", 'llvm']
52   patches : ['qt-mapbox-FD32-gcc-10.0.patch', 'qt_numeric_limits_CO9.patch']
53 }
54
55 version_5_12_10_win :
56 {
57   depend : ["freetype"]
58   build_depend : ["llvm"]
59   opt_depend : ['openssl']
60   patches : []
61 }
62
63 version_5_9_1 :
64 {
65   compil_script :  "qt-5.9.1.sh"
66   patches : []
67 }
68
69 version_5_9_1_FD32 :
70 {
71   compil_script :  "qt-5.9.1.sh"
72   patches : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch',
73              'qt-5.9.1-mapbox-FD32.patch'
74             ]
75 }
76
77 version_5_9_1_UB20_04 :
78 {
79   compil_script :  "qt-5.9.1.sh"
80   patches : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch',
81              'qt_mysql_UB20.patch'
82             ]
83 }
84
85 version_5_6_1_1:
86 {
87     compil_script : "qt-5.6.1" + $VARS.scriptExtension
88     depend : []
89 }
90
91 version_5_5_1:
92 {
93     compil_script :  "qt-5.5.1.sh"
94     patches : [
95                   "qt-5.5.1-qlockfile.patch",
96                   "qt_5.5.1-qwebengine.patch"
97               ]
98     depend : []
99 }
100
101 version_4_8_4 :
102 {
103     compil_script :  "qt-4.8.4.sh"
104     patches : ["qt-4.8.4-enable-webkit-compilation-whith-gcc5.patch"]
105     depend : []
106     check_install : []
107 }
108
109 version_4_6_3:
110 {
111     compil_script :  "qt-4.6.3.sh"
112     patches : ["qt-463-gcc46.patch"]
113     depend : []
114     check_install : []
115 }
116
117 version_test:
118 {
119     compil_script : "qt-5.6.1_test.sh"
120     depend : []
121 }