-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathvgmtrans-amd64.yml
102 lines (99 loc) · 2.46 KB
/
vgmtrans-amd64.yml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
release: 6.6.1
platform: win32-msvc
name: vgmtrans.amd64
compiler:
name: visual_studio
version: 2022
edition: Community
vcvarsall: x64
configure:
additional_parameters: -c++std c++2b -debug-and-release -force-debug-info -ltcg -no-opengl -no-pch
nomake:
- examples
- tests
skip:
- qt3d
- qt5compat
- qtactiveqt
- qtcharts
- qtcoap
- qtconnectivity
- qtdatavis3d
- qtdeclarative
- qtdoc
- qtgraphs
- qtgrpc
- qthttpserver
- qtlanguageserver
- qtlocation
- qtlottie
- qtmqtt
- qtmultimedia
- qtnetworkauth
- qtopcua
- qtpositioning
- qtquick3d
- qtquick3dphysics
- qtquickeffectmaker
- qtquicktimeline
- qtremoteobjects
- qtscxml
- qtsensors
- qtserialbus
- qtserialport
- qtshadertools
- qtspeech
- qttools
- qttranslations
- qtvirtualkeyboard
- qtwayland
- qtwebchannel
- qtwebengine
- qtwebsockets
- qtwebview
feature:
androiddeployqt: false
concurrent: false
dbus: false
gif: false
ico: false
imageformat_bmp: false
jpeg: false
network: false
printsupport: false
qdoc: false
qmake: false
sql: false
testlib: false
textmarkdownreader: false
textmarkdownwriter: false
textodfwriter: false
tiff: false
webp: false
postprocess:
delete:
- doc
- include/QtXml
- lib/cmake/Qt6Xml
- modules/Xml.json
delete_regex:
- bin\\android.*
- .*\.prl
- bin\\.*\.bat
- bin\\.*\.cmake
- bin\\.*\.pl
- bin\\Qt6Xml.*
- lib\\cmake\\Qt6Gui\\Qt6QICNSPlugin.*\.cmake
- lib\\cmake\\Qt6Gui\\Qt6QMinimalIntegrationPlugin.*\.cmake
- lib\\cmake\\Qt6Gui\\Qt6QOffscreenIntegrationPlugin.*\.cmake
- lib\\cmake\\Qt6Gui\\Qt6QTgaPlugin.*\.cmake
- lib\\cmake\\Qt6Gui\\Qt6QWbmpPlugin.*\.cmake
- lib\\Qt6Xml.*
- lib\\metatypes\\qt6xml_.*\.json
- mkspecs\\(?!win32-msvc).*
- plugins\\imageformats\\qicns.*
- plugins\\imageformats\\qtga.*
- plugins\\imageformats\\qwbmp.*
- plugins\\platforms\\qminimal.*
- plugins\\platforms\\qoffscreen.*
archive_pdbs: true