-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.plzconfig
56 lines (45 loc) · 1.12 KB
/
.plzconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[please]
version = >=17.1.0
[Plugin "cc"]
Target = //plugins:cc
DefaultOptCppflags = --std=c++17 -O3 -pipe -DNDEBUG -Wall -Werror -fmax-errors=5
[PluginDefinition]
name = qt
[PluginConfig "version"]
ConfigKey = qtVersion
DefaultValue = 6
Inherit = true
Type = str
Help = The version of Qt to use.
[PluginConfig "moc_tool"]
ConfigKey = qtMocTool
DefaultValue = /usr/lib64/qt6/libexec/moc
Inherit = true
Type = str
Help = The path to the qt MOC generator tool.
[PluginConfig "lrelease"]
ConfigKey = qtLRelease
DefaultValue = /usr/bin/lrelease-qt6
Inherit = true
Type = str
Help = The path to the qt LRelease compiler tool.
[PluginConfig "include_path"]
ConfigKey = qtIncludePath
DefaultValue = /usr/include/qt6
Inherit = true
Type = str
Help = The path to the qt system headers.
[PluginConfig "so_root_path"]
ConfigKey = qtSORootPath
DefaultValue = /usr/lib64/
Inherit = true
Type = str
Help = The path of the root directory where the qt system objects are located.
[PluginConfig "components"]
ConfigKey = qtComponents
Repeatable = true
DefaultValue = Core
DefaultValue = Widgets
Inherit = true
Type = str
Help = The Qt components to include.