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