-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathSecretWatermark.xprj
68 lines (68 loc) · 1.48 KB
/
SecretWatermark.xprj
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
57
58
59
60
61
62
63
64
65
66
67
68
{
"SecretWatermark": {
"version": "1.2",
"language": "xlang",
"sources": ["SecretWatermark.xcs", "ui/dialog.ui", ".\\xmark.version"],
"configures": {
"debug": {
"path": {
"incpath": [],
"libpath": ["libs"]
},
"options": "",
"prebuild": "",
"preclean": "",
"makebuild": "",
"makeclean": "",
"afterbuild": "",
"afterclean": "",
"cmd": "$(Output)",
"args": "$(Output)",
"workdir": "$(ProjectDir)",
"libs": ["xfftw_1.0.0.5.lix", "Qt_5.15.2.2.lix"],
"links": [],
"depends": [{
"name": "xfftw",
"version": "1.0.0.5"
}, {
"name": "Qt",
"version": "5.15.2.2"
}],
"ignorewarning": "",
"warexcp": "",
"compdest": "-z",
"ignorewl": "",
"debugable": "-dbg",
"debugdatabase": "",
"warnilptr": "",
"strlistfile": "",
"languagefile": "",
"stringoutput": "",
"wtype": "-arch:x86",
"ostype": "",
"sstype": "",
"outname": "$(ProjectName)$(Ext)",
"outpath": "$(ProjectDir)/$(Arch)/$(Configure)",
"command": "-ce",
"uaclevel": "默认"
},
"release": {
"path": {
"incpath": [],
"libpath": ["libs"]
},
"libs": ["QXLibrary.lix"],
"options": "-nd",
"command": "-ce",
"debugable": "",
"outpath": "$(ProjectDir)/$(Arch)/$(Configure)",
"outname": "$(ProjectName)$(Ext)",
"cmd": "$(Output)",
"args": "$(Output)",
"workdir": "$(ProjectDir)"
}
},
"versioninc": "1",
"icofile": "ic.ico"
}
}