Salome HOME
Merge branch 'bos/23995' into master
[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_12_10 :
42 {
43   compil_script : "qt-5.12.10" + $VARS.scriptExtension
44   depend : ["freetype", 'llvm']
45 }
46
47 version_5_9_1 :
48 {
49   patches : []
50 }
51
52 version_5_6_1_1:
53 {
54     compil_script : "qt-5.6.1" + $VARS.scriptExtension
55     depend : []
56 }
57
58 version_5_5_1:
59 {
60     compil_script :  "qt-5.5.1.sh"
61     patches : [
62                   "qt-5.5.1-qlockfile.patch"
63                   "qt_5.5.1-qwebengine.patch"
64               ]
65     depend : []
66 }
67
68 version_4_8_4 :
69 {
70     compil_script :  "qt-4.8.4.sh"
71     patches : ["qt-4.8.4-enable-webkit-compilation-whith-gcc5.patch"]
72     depend : []
73     check_install : []
74 }
75
76 version_4_6_3:
77 {
78     compil_script :  "qt-4.6.3.sh"
79     patches : ["qt-463-gcc46.patch"]
80     depend : []
81     check_install : []
82 }
83
84 version_test:
85 {
86     compil_script : "qt-5.6.1_test.sh"
87     depend : []
88 }