Salome HOME
bos #26367: use OCCT 7.5.3p1 candidate: 1e74e3eacd
[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 : []
12         apt_dev : ["qttools5-dev", "libqt5svg5-dev", "libqt5x11extras5-dev", "qtxmlpatterns5-dev-tools"]
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_5_15_2 :
36 {
37   compil_script : "qt-5.15.2" + $VARS.scriptExtension
38   depend : ["freetype", 'llvm']
39 }
40
41 version_5_15_2_win :
42 {
43   depend : ["freetype"]
44   build_depend : ["llvm"]
45 }
46
47 version_5_12_10 :
48 {
49   compil_script : "qt-5.12.10" + $VARS.scriptExtension
50   depend : ["freetype", 'llvm']
51   patches : ['qt-mapbox-FD32-gcc-10.0.patch']
52 }
53
54 version_5_12_10_win :
55 {
56   depend : ["freetype"]
57   build_depend : ["llvm"]
58   patches : []
59 }
60
61 version_5_9_1 :
62 {
63   patches : []
64 }
65
66 version_5_6_1_1:
67 {
68     compil_script : "qt-5.6.1" + $VARS.scriptExtension
69     depend : []
70 }
71
72 version_5_5_1:
73 {
74     compil_script :  "qt-5.5.1.sh"
75     patches : [
76                   "qt-5.5.1-qlockfile.patch"
77                   "qt_5.5.1-qwebengine.patch"
78               ]
79     depend : []
80 }
81
82 version_4_8_4 :
83 {
84     compil_script :  "qt-4.8.4.sh"
85     patches : ["qt-4.8.4-enable-webkit-compilation-whith-gcc5.patch"]
86     depend : []
87     check_install : []
88 }
89
90 version_4_6_3:
91 {
92     compil_script :  "qt-4.6.3.sh"
93     patches : ["qt-463-gcc46.patch"]
94     depend : []
95     check_install : []
96 }
97
98 version_test:
99 {
100     compil_script : "qt-5.6.1_test.sh"
101     depend : []
102 }