Salome HOME
SMESH depends upon SHAPERSTUDY - otherwise SHAPERSTUDY_ROOT_DIR is not exposed
[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 }
52
53 version_5_12_10_win :
54 {
55   depend : ["freetype"]
56   build_depend : ["llvm"]
57 }
58
59 version_5_9_1 :
60 {
61   patches : []
62 }
63
64 version_5_6_1_1:
65 {
66     compil_script : "qt-5.6.1" + $VARS.scriptExtension
67     depend : []
68 }
69
70 version_5_5_1:
71 {
72     compil_script :  "qt-5.5.1.sh"
73     patches : [
74                   "qt-5.5.1-qlockfile.patch"
75                   "qt_5.5.1-qwebengine.patch"
76               ]
77     depend : []
78 }
79
80 version_4_8_4 :
81 {
82     compil_script :  "qt-4.8.4.sh"
83     patches : ["qt-4.8.4-enable-webkit-compilation-whith-gcc5.patch"]
84     depend : []
85     check_install : []
86 }
87
88 version_4_6_3:
89 {
90     compil_script :  "qt-4.6.3.sh"
91     patches : ["qt-463-gcc46.patch"]
92     depend : []
93     check_install : []
94 }
95
96 version_test:
97 {
98     compil_script : "qt-5.6.1_test.sh"
99     depend : []
100 }