Salome HOME
move to tbb 2019_U8 - strangely does not compile if using native one
[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_5_12_10 :
36 {
37   compil_script : "qt-5.12.10.sh"
38   depend : ["freetype", 'llvm']
39 }
40
41 version_5_9_1 :
42 {
43   patches : []
44 }
45
46 version_5_6_1_1:
47 {
48     compil_script : "qt-5.6.1" + $VARS.scriptExtension
49     depend : []
50 }
51
52 version_5_5_1:
53 {
54     compil_script :  "qt-5.5.1.sh"
55     patches : [
56                   "qt-5.5.1-qlockfile.patch"
57                   "qt_5.5.1-qwebengine.patch"
58               ]
59     depend : []
60 }
61
62 version_4_8_4 :
63 {
64     compil_script :  "qt-4.8.4.sh"
65     patches : ["qt-4.8.4-enable-webkit-compilation-whith-gcc5.patch"]
66     depend : []
67     check_install : []
68 }
69
70 version_4_6_3:
71 {
72     compil_script :  "qt-4.6.3.sh"
73     patches : ["qt-463-gcc46.patch"]
74     depend : []
75     check_install : []
76 }
77
78 version_test:
79 {
80     compil_script : "qt-5.6.1_test.sh"
81     depend : []
82 }