CMakeCache.txt 60 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493
  1. # This is the CMakeCache file.
  2. # For build in directory: /Users/wenhongquan/Desktop/阿里云同步/项目/dnn/asr/whisper-qt-client/client/build
  3. # It was generated by CMake: /opt/homebrew/bin/cmake
  4. # You can edit this file to change values found and used by cmake.
  5. # If you do not want to change any of the values, simply exit the editor.
  6. # If you do want to change a value, simply edit, save, and exit the editor.
  7. # The syntax for the file is as follows:
  8. # KEY:TYPE=VALUE
  9. # KEY is the name of a variable in the cache.
  10. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
  11. # VALUE is the current value for the KEY.
  12. ########################
  13. # EXTERNAL cache entries
  14. ########################
  15. //Path to a program.
  16. CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND
  17. //Path to a program.
  18. CMAKE_AR:FILEPATH=/usr/bin/ar
  19. //Choose the type of build, options are: None Debug Release RelWithDebInfo
  20. // MinSizeRel ...
  21. CMAKE_BUILD_TYPE:STRING=
  22. //Enable/Disable color output during build.
  23. CMAKE_COLOR_MAKEFILE:BOOL=ON
  24. //CXX compiler
  25. CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
  26. //Flags used by the CXX compiler during all build types.
  27. CMAKE_CXX_FLAGS:STRING=
  28. //Flags used by the CXX compiler during DEBUG builds.
  29. CMAKE_CXX_FLAGS_DEBUG:STRING=-g
  30. //Flags used by the CXX compiler during MINSIZEREL builds.
  31. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  32. //Flags used by the CXX compiler during RELEASE builds.
  33. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  34. //Flags used by the CXX compiler during RELWITHDEBINFO builds.
  35. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  36. //Path to a program.
  37. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
  38. //Flags used by the linker during all build types.
  39. CMAKE_EXE_LINKER_FLAGS:STRING=-L/opt/homebrew/opt/ruby/lib
  40. //Flags used by the linker during DEBUG builds.
  41. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
  42. //Flags used by the linker during MINSIZEREL builds.
  43. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
  44. //Flags used by the linker during RELEASE builds.
  45. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
  46. //Flags used by the linker during RELWITHDEBINFO builds.
  47. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  48. //Enable/Disable output of compile commands during generation.
  49. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
  50. //Value Computed by CMake.
  51. CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Users/wenhongquan/Desktop/阿里云同步/项目/dnn/asr/whisper-qt-client/client/build/CMakeFiles/pkgRedirects
  52. //User executables (bin)
  53. CMAKE_INSTALL_BINDIR:PATH=bin
  54. //Read-only architecture-independent data (DATAROOTDIR)
  55. CMAKE_INSTALL_DATADIR:PATH=
  56. //Read-only architecture-independent data root (share)
  57. CMAKE_INSTALL_DATAROOTDIR:PATH=share
  58. //Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
  59. CMAKE_INSTALL_DOCDIR:PATH=
  60. //C header files (include)
  61. CMAKE_INSTALL_INCLUDEDIR:PATH=include
  62. //Info documentation (DATAROOTDIR/info)
  63. CMAKE_INSTALL_INFODIR:PATH=
  64. //Object code libraries (lib)
  65. CMAKE_INSTALL_LIBDIR:PATH=lib
  66. //Program executables (libexec)
  67. CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
  68. //Locale-dependent data (DATAROOTDIR/locale)
  69. CMAKE_INSTALL_LOCALEDIR:PATH=
  70. //Modifiable single-machine data (var)
  71. CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
  72. //Man documentation (DATAROOTDIR/man)
  73. CMAKE_INSTALL_MANDIR:PATH=
  74. //Path to a program.
  75. CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
  76. //C header files for non-gcc (/usr/include)
  77. CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
  78. //Install path prefix, prepended onto install directories.
  79. CMAKE_INSTALL_PREFIX:PATH=/usr/local
  80. //Run-time variable data (LOCALSTATEDIR/run)
  81. CMAKE_INSTALL_RUNSTATEDIR:PATH=
  82. //System admin executables (sbin)
  83. CMAKE_INSTALL_SBINDIR:PATH=sbin
  84. //Modifiable architecture-independent data (com)
  85. CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
  86. //Read-only single-machine data (etc)
  87. CMAKE_INSTALL_SYSCONFDIR:PATH=etc
  88. //Path to a program.
  89. CMAKE_LINKER:FILEPATH=/usr/bin/ld
  90. //Path to a program.
  91. CMAKE_MAKE_PROGRAM:FILEPATH=/opt/homebrew/bin/gmake
  92. //Flags used by the linker during the creation of modules during
  93. // all build types.
  94. CMAKE_MODULE_LINKER_FLAGS:STRING=-L/opt/homebrew/opt/ruby/lib
  95. //Flags used by the linker during the creation of modules during
  96. // DEBUG builds.
  97. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  98. //Flags used by the linker during the creation of modules during
  99. // MINSIZEREL builds.
  100. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  101. //Flags used by the linker during the creation of modules during
  102. // RELEASE builds.
  103. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  104. //Flags used by the linker during the creation of modules during
  105. // RELWITHDEBINFO builds.
  106. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  107. //Path to a program.
  108. CMAKE_NM:FILEPATH=/usr/bin/nm
  109. //Path to a program.
  110. CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
  111. //OBJCXX compiler
  112. CMAKE_OBJCXX_COMPILER:FILEPATH=/usr/bin/c++
  113. //Flags used by the Objective-C++ compiler during all build types.
  114. CMAKE_OBJCXX_FLAGS:STRING=
  115. //Flags used by the Objective-C++ compiler during DEBUG builds.
  116. CMAKE_OBJCXX_FLAGS_DEBUG:STRING=-g
  117. //Flags used by the Objective-C++ compiler during MINSIZEREL builds.
  118. CMAKE_OBJCXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  119. //Flags used by the Objective-C++ compiler during RELEASE builds.
  120. CMAKE_OBJCXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  121. //Flags used by the Objective-C++ compiler during RELWITHDEBINFO
  122. // builds.
  123. CMAKE_OBJCXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  124. //Path to a program.
  125. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
  126. //Build architectures for OSX
  127. CMAKE_OSX_ARCHITECTURES:STRING=
  128. //Minimum OS X version to target for deployment (at runtime); newer
  129. // APIs weak linked. Set to empty string for default value.
  130. CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
  131. //The product will be built against the headers and libraries located
  132. // inside the indicated SDK.
  133. CMAKE_OSX_SYSROOT:STRING=
  134. //Value Computed by CMake
  135. CMAKE_PROJECT_COMPAT_VERSION:STATIC=
  136. //Value Computed by CMake
  137. CMAKE_PROJECT_DESCRIPTION:STATIC=
  138. //Value Computed by CMake
  139. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  140. //Value Computed by CMake
  141. CMAKE_PROJECT_NAME:STATIC=whisper_client
  142. //Value Computed by CMake
  143. CMAKE_PROJECT_VERSION:STATIC=1.0.0
  144. //Value Computed by CMake
  145. CMAKE_PROJECT_VERSION_MAJOR:STATIC=1
  146. //Value Computed by CMake
  147. CMAKE_PROJECT_VERSION_MINOR:STATIC=0
  148. //Value Computed by CMake
  149. CMAKE_PROJECT_VERSION_PATCH:STATIC=0
  150. //Value Computed by CMake
  151. CMAKE_PROJECT_VERSION_TWEAK:STATIC=
  152. //Path to a program.
  153. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
  154. //Path to a program.
  155. CMAKE_READELF:FILEPATH=CMAKE_READELF-NOTFOUND
  156. //Flags used by the linker during the creation of shared libraries
  157. // during all build types.
  158. CMAKE_SHARED_LINKER_FLAGS:STRING=-L/opt/homebrew/opt/ruby/lib
  159. //Flags used by the linker during the creation of shared libraries
  160. // during DEBUG builds.
  161. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  162. //Flags used by the linker during the creation of shared libraries
  163. // during MINSIZEREL builds.
  164. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  165. //Flags used by the linker during the creation of shared libraries
  166. // during RELEASE builds.
  167. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  168. //Flags used by the linker during the creation of shared libraries
  169. // during RELWITHDEBINFO builds.
  170. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  171. //If set, runtime paths are not added when installing shared libraries,
  172. // but are added when building.
  173. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  174. //If set, runtime paths are not added when using shared libraries.
  175. CMAKE_SKIP_RPATH:BOOL=NO
  176. //Flags used by the archiver during the creation of static libraries
  177. // during all build types.
  178. CMAKE_STATIC_LINKER_FLAGS:STRING=
  179. //Flags used by the archiver during the creation of static libraries
  180. // during DEBUG builds.
  181. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  182. //Flags used by the archiver during the creation of static libraries
  183. // during MINSIZEREL builds.
  184. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  185. //Flags used by the archiver during the creation of static libraries
  186. // during RELEASE builds.
  187. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  188. //Flags used by the archiver during the creation of static libraries
  189. // during RELWITHDEBINFO builds.
  190. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  191. //Path to a program.
  192. CMAKE_STRIP:FILEPATH=/usr/bin/strip
  193. //Path to a program.
  194. CMAKE_TAPI:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi
  195. //If this value is on, makefiles will be generated without the
  196. // .SILENT directive, and all commands will be echoed to the console
  197. // during the make. This is useful for debugging only. With Visual
  198. // Studio IDE projects all commands are done without /nologo.
  199. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
  200. //Path to a program.
  201. MACDEPLOYQT_EXECUTABLE:FILEPATH=/opt/homebrew/bin/macdeployqt
  202. //Include for the OpenGL GLU library
  203. OPENGL_GLU_INCLUDE_DIR:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework
  204. //Include for OpenGL
  205. OPENGL_INCLUDE_DIR:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework
  206. //OpenGL GL library
  207. OPENGL_gl_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework
  208. //OpenGL GLU library
  209. OPENGL_glu_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework
  210. //Additional directories where find(Qt6 ...) host Qt components
  211. // are searched
  212. QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH:STRING=
  213. //Additional directories where find(Qt6 ...) components are searched
  214. QT_ADDITIONAL_PACKAGES_PREFIX_PATH:STRING=
  215. //The directory containing a CMake configuration file for Qt6CorePrivate.
  216. Qt6CorePrivate_DIR:PATH=/opt/homebrew/lib/cmake/Qt6CorePrivate
  217. //The directory containing a CMake configuration file for Qt6CoreTools.
  218. Qt6CoreTools_DIR:PATH=/opt/homebrew/lib/cmake/Qt6CoreTools
  219. //The directory containing a CMake configuration file for Qt6Core.
  220. Qt6Core_DIR:PATH=/opt/homebrew/lib/cmake/Qt6Core
  221. //The directory containing a CMake configuration file for Qt6DBusPrivate.
  222. Qt6DBusPrivate_DIR:PATH=/opt/homebrew/lib/cmake/Qt6DBusPrivate
  223. //The directory containing a CMake configuration file for Qt6DBusTools.
  224. Qt6DBusTools_DIR:PATH=/opt/homebrew/lib/cmake/Qt6DBusTools
  225. //The directory containing a CMake configuration file for Qt6DBus.
  226. Qt6DBus_DIR:PATH=/opt/homebrew/lib/cmake/Qt6DBus
  227. //The directory containing a CMake configuration file for Qt6GuiPrivate.
  228. Qt6GuiPrivate_DIR:PATH=/opt/homebrew/lib/cmake/Qt6GuiPrivate
  229. //The directory containing a CMake configuration file for Qt6GuiTools.
  230. Qt6GuiTools_DIR:PATH=/opt/homebrew/lib/cmake/Qt6GuiTools
  231. //The directory containing a CMake configuration file for Qt6Gui.
  232. Qt6Gui_DIR:PATH=/opt/homebrew/lib/cmake/Qt6Gui
  233. //The directory containing a CMake configuration file for Qt6MultimediaPrivate.
  234. Qt6MultimediaPrivate_DIR:PATH=/opt/homebrew/lib/cmake/Qt6MultimediaPrivate
  235. //The directory containing a CMake configuration file for Qt6Multimedia.
  236. Qt6Multimedia_DIR:PATH=/opt/homebrew/lib/cmake/Qt6Multimedia
  237. //The directory containing a CMake configuration file for Qt6NetworkPrivate.
  238. Qt6NetworkPrivate_DIR:PATH=/opt/homebrew/lib/cmake/Qt6NetworkPrivate
  239. //The directory containing a CMake configuration file for Qt6Network.
  240. Qt6Network_DIR:PATH=/opt/homebrew/lib/cmake/Qt6Network
  241. //The directory containing a CMake configuration file for Qt6WebSocketsPrivate.
  242. Qt6WebSocketsPrivate_DIR:PATH=/opt/homebrew/lib/cmake/Qt6WebSocketsPrivate
  243. //The directory containing a CMake configuration file for Qt6WebSockets.
  244. Qt6WebSockets_DIR:PATH=/opt/homebrew/lib/cmake/Qt6WebSockets
  245. //The directory containing a CMake configuration file for Qt6WidgetsPrivate.
  246. Qt6WidgetsPrivate_DIR:PATH=/opt/homebrew/lib/cmake/Qt6WidgetsPrivate
  247. //The directory containing a CMake configuration file for Qt6WidgetsTools.
  248. Qt6WidgetsTools_DIR:PATH=/opt/homebrew/lib/cmake/Qt6WidgetsTools
  249. //The directory containing a CMake configuration file for Qt6Widgets.
  250. Qt6Widgets_DIR:PATH=/opt/homebrew/lib/cmake/Qt6Widgets
  251. //The directory containing a CMake configuration file for Qt6.
  252. Qt6_DIR:PATH=/opt/homebrew/lib/cmake/Qt6
  253. //Path to a program.
  254. Vulkan_GLSLANG_VALIDATOR_EXECUTABLE:FILEPATH=Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-NOTFOUND
  255. //Path to a program.
  256. Vulkan_GLSLC_EXECUTABLE:FILEPATH=/opt/homebrew/bin/glslc
  257. //Path to a file.
  258. Vulkan_INCLUDE_DIR:PATH=/opt/homebrew/include
  259. //Path to a library.
  260. Vulkan_LIBRARY:FILEPATH=/opt/homebrew/lib/libvulkan.dylib
  261. //Value Computed by CMake
  262. whisper_client_BINARY_DIR:STATIC=/Users/wenhongquan/Desktop/阿里云同步/项目/dnn/asr/whisper-qt-client/client/build
  263. //Value Computed by CMake
  264. whisper_client_IS_TOP_LEVEL:STATIC=ON
  265. //Value Computed by CMake
  266. whisper_client_SOURCE_DIR:STATIC=/Users/wenhongquan/Desktop/阿里云同步/项目/dnn/asr/whisper-qt-client/client
  267. ########################
  268. # INTERNAL cache entries
  269. ########################
  270. //ADVANCED property for variable: CMAKE_ADDR2LINE
  271. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  272. //ADVANCED property for variable: CMAKE_AR
  273. CMAKE_AR-ADVANCED:INTERNAL=1
  274. //This is the directory where this CMakeCache.txt was created
  275. CMAKE_CACHEFILE_DIR:INTERNAL=/Users/wenhongquan/Desktop/阿里云同步/项目/dnn/asr/whisper-qt-client/client/build
  276. //Major version of cmake used to create the current loaded cache
  277. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
  278. //Minor version of cmake used to create the current loaded cache
  279. CMAKE_CACHE_MINOR_VERSION:INTERNAL=1
  280. //Patch version of cmake used to create the current loaded cache
  281. CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
  282. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  283. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  284. //Path to CMake executable.
  285. CMAKE_COMMAND:INTERNAL=/opt/homebrew/bin/cmake
  286. //Path to cpack program executable.
  287. CMAKE_CPACK_COMMAND:INTERNAL=/opt/homebrew/bin/cpack
  288. //Path to ctest program executable.
  289. CMAKE_CTEST_COMMAND:INTERNAL=/opt/homebrew/bin/ctest
  290. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  291. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  292. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  293. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  294. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  295. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  296. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  297. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  298. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  299. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  300. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  301. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  302. //ADVANCED property for variable: CMAKE_DLLTOOL
  303. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  304. //Path to cache edit program executable.
  305. CMAKE_EDIT_COMMAND:INTERNAL=/opt/homebrew/bin/ccmake
  306. //Executable file format
  307. CMAKE_EXECUTABLE_FORMAT:INTERNAL=MACHO
  308. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  309. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  310. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  311. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  312. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  313. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  314. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  315. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  316. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  317. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  318. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  319. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  320. //Name of external makefile project generator.
  321. CMAKE_EXTRA_GENERATOR:INTERNAL=
  322. //Name of generator.
  323. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  324. //Generator instance identifier.
  325. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  326. //Name of generator platform.
  327. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  328. //Name of generator toolset.
  329. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  330. //Test CMAKE_HAVE_LIBC_PTHREAD
  331. CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
  332. //Source directory with the top level CMakeLists.txt file for this
  333. // project
  334. CMAKE_HOME_DIRECTORY:INTERNAL=/Users/wenhongquan/Desktop/阿里云同步/项目/dnn/asr/whisper-qt-client/client
  335. //ADVANCED property for variable: CMAKE_INSTALL_BINDIR
  336. CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
  337. //ADVANCED property for variable: CMAKE_INSTALL_DATADIR
  338. CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
  339. //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
  340. CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
  341. //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
  342. CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
  343. //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
  344. CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
  345. //ADVANCED property for variable: CMAKE_INSTALL_INFODIR
  346. CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
  347. //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
  348. CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
  349. //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
  350. CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
  351. //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
  352. CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
  353. //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
  354. CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
  355. //ADVANCED property for variable: CMAKE_INSTALL_MANDIR
  356. CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
  357. //ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
  358. CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
  359. //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
  360. CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
  361. //ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
  362. CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
  363. //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
  364. CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
  365. //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
  366. CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
  367. //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
  368. CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
  369. //ADVANCED property for variable: CMAKE_LINKER
  370. CMAKE_LINKER-ADVANCED:INTERNAL=1
  371. //Name of CMakeLists files to read
  372. CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt
  373. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  374. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  375. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  376. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  377. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  378. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  379. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  380. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  381. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  382. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  383. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  384. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  385. //ADVANCED property for variable: CMAKE_NM
  386. CMAKE_NM-ADVANCED:INTERNAL=1
  387. //number of local generators
  388. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
  389. //ADVANCED property for variable: CMAKE_OBJCOPY
  390. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  391. //ADVANCED property for variable: CMAKE_OBJCXX_COMPILER
  392. CMAKE_OBJCXX_COMPILER-ADVANCED:INTERNAL=1
  393. //ADVANCED property for variable: CMAKE_OBJCXX_FLAGS
  394. CMAKE_OBJCXX_FLAGS-ADVANCED:INTERNAL=1
  395. //ADVANCED property for variable: CMAKE_OBJCXX_FLAGS_DEBUG
  396. CMAKE_OBJCXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  397. //ADVANCED property for variable: CMAKE_OBJCXX_FLAGS_MINSIZEREL
  398. CMAKE_OBJCXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  399. //ADVANCED property for variable: CMAKE_OBJCXX_FLAGS_RELEASE
  400. CMAKE_OBJCXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  401. //ADVANCED property for variable: CMAKE_OBJCXX_FLAGS_RELWITHDEBINFO
  402. CMAKE_OBJCXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  403. //ADVANCED property for variable: CMAKE_OBJDUMP
  404. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  405. //Platform information initialized
  406. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  407. //ADVANCED property for variable: CMAKE_RANLIB
  408. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  409. //ADVANCED property for variable: CMAKE_READELF
  410. CMAKE_READELF-ADVANCED:INTERNAL=1
  411. //Path to CMake installation.
  412. CMAKE_ROOT:INTERNAL=/opt/homebrew/share/cmake
  413. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  414. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  415. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  416. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  417. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  418. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  419. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  420. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  421. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  422. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  423. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  424. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  425. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  426. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  427. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  428. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  429. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  430. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  431. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  432. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  433. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  434. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  435. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  436. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  437. //ADVANCED property for variable: CMAKE_STRIP
  438. CMAKE_STRIP-ADVANCED:INTERNAL=1
  439. //ADVANCED property for variable: CMAKE_TAPI
  440. CMAKE_TAPI-ADVANCED:INTERNAL=1
  441. //uname command
  442. CMAKE_UNAME:INTERNAL=/usr/bin/uname
  443. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  444. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  445. //Details about finding OpenGL
  446. FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework][ ][v()]
  447. //Details about finding Threads
  448. FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
  449. //Details about finding WrapAtomic
  450. FIND_PACKAGE_MESSAGE_DETAILS_WrapAtomic:INTERNAL=[1][v()]
  451. //Details about finding WrapOpenGL
  452. FIND_PACKAGE_MESSAGE_DETAILS_WrapOpenGL:INTERNAL=[ON][v()]
  453. //Details about finding WrapVulkanHeaders
  454. FIND_PACKAGE_MESSAGE_DETAILS_WrapVulkanHeaders:INTERNAL=[/opt/homebrew/include][v()]
  455. //Test HAVE_STDATOMIC
  456. HAVE_STDATOMIC:INTERNAL=1
  457. //ADVANCED property for variable: OPENGL_GLU_INCLUDE_DIR
  458. OPENGL_GLU_INCLUDE_DIR-ADVANCED:INTERNAL=1
  459. //ADVANCED property for variable: OPENGL_INCLUDE_DIR
  460. OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
  461. //ADVANCED property for variable: OPENGL_gl_LIBRARY
  462. OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1
  463. //ADVANCED property for variable: OPENGL_glu_LIBRARY
  464. OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
  465. //Qt feature: abstractbutton (from target Qt6::Widgets)
  466. QT_FEATURE_abstractbutton:INTERNAL=ON
  467. //Qt feature: abstractslider (from target Qt6::Widgets)
  468. QT_FEATURE_abstractslider:INTERNAL=ON
  469. //Qt feature: accept4 (from target Qt6::Core)
  470. QT_FEATURE_accept4:INTERNAL=OFF
  471. //Qt feature: accessibility (from target Qt6::Gui)
  472. QT_FEATURE_accessibility:INTERNAL=ON
  473. //Qt feature: accessibility_atspi_bridge (from target Qt6::Gui)
  474. QT_FEATURE_accessibility_atspi_bridge:INTERNAL=OFF
  475. //Qt feature: action (from target Qt6::Gui)
  476. QT_FEATURE_action:INTERNAL=ON
  477. //Qt feature: aesni (from target Qt6::Core)
  478. QT_FEATURE_aesni:INTERNAL=OFF
  479. //Qt feature: alsa (from target Qt6::Multimedia)
  480. QT_FEATURE_alsa:INTERNAL=OFF
  481. //Qt feature: android_style_assets (from target Qt6::Core)
  482. QT_FEATURE_android_style_assets:INTERNAL=OFF
  483. //Qt feature: animation (from target Qt6::Core)
  484. QT_FEATURE_animation:INTERNAL=ON
  485. //Qt feature: appstore_compliant (from target Qt6::Core)
  486. QT_FEATURE_appstore_compliant:INTERNAL=OFF
  487. //Qt feature: arm_crc32 (from target Qt6::Core)
  488. QT_FEATURE_arm_crc32:INTERNAL=ON
  489. //Qt feature: arm_crypto (from target Qt6::Core)
  490. QT_FEATURE_arm_crypto:INTERNAL=ON
  491. //Qt feature: arm_sve (from target Qt6::Core)
  492. QT_FEATURE_arm_sve:INTERNAL=ON
  493. //Qt feature: avfoundation (from target Qt6::Multimedia)
  494. QT_FEATURE_avfoundation:INTERNAL=ON
  495. //Qt feature: avx (from target Qt6::Core)
  496. QT_FEATURE_avx:INTERNAL=OFF
  497. //Qt feature: avx2 (from target Qt6::Core)
  498. QT_FEATURE_avx2:INTERNAL=OFF
  499. //Qt feature: avx512bw (from target Qt6::Core)
  500. QT_FEATURE_avx512bw:INTERNAL=OFF
  501. //Qt feature: avx512cd (from target Qt6::Core)
  502. QT_FEATURE_avx512cd:INTERNAL=OFF
  503. //Qt feature: avx512dq (from target Qt6::Core)
  504. QT_FEATURE_avx512dq:INTERNAL=OFF
  505. //Qt feature: avx512er (from target Qt6::Core)
  506. QT_FEATURE_avx512er:INTERNAL=OFF
  507. //Qt feature: avx512f (from target Qt6::Core)
  508. QT_FEATURE_avx512f:INTERNAL=OFF
  509. //Qt feature: avx512ifma (from target Qt6::Core)
  510. QT_FEATURE_avx512ifma:INTERNAL=OFF
  511. //Qt feature: avx512pf (from target Qt6::Core)
  512. QT_FEATURE_avx512pf:INTERNAL=OFF
  513. //Qt feature: avx512vbmi (from target Qt6::Core)
  514. QT_FEATURE_avx512vbmi:INTERNAL=OFF
  515. //Qt feature: avx512vbmi2 (from target Qt6::Core)
  516. QT_FEATURE_avx512vbmi2:INTERNAL=OFF
  517. //Qt feature: avx512vl (from target Qt6::Core)
  518. QT_FEATURE_avx512vl:INTERNAL=OFF
  519. //Qt feature: backtrace (from target Qt6::Core)
  520. QT_FEATURE_backtrace:INTERNAL=ON
  521. //Qt feature: broken_threadlocal_dtors (from target Qt6::Core)
  522. QT_FEATURE_broken_threadlocal_dtors:INTERNAL=OFF
  523. //Qt feature: brotli (from target Qt6::Network)
  524. QT_FEATURE_brotli:INTERNAL=ON
  525. //Qt feature: buttongroup (from target Qt6::Widgets)
  526. QT_FEATURE_buttongroup:INTERNAL=ON
  527. //Qt feature: calendarwidget (from target Qt6::Widgets)
  528. QT_FEATURE_calendarwidget:INTERNAL=ON
  529. //Qt feature: cborstreamreader (from target Qt6::Core)
  530. QT_FEATURE_cborstreamreader:INTERNAL=ON
  531. //Qt feature: cborstreamwriter (from target Qt6::Core)
  532. QT_FEATURE_cborstreamwriter:INTERNAL=ON
  533. //Qt feature: checkbox (from target Qt6::Widgets)
  534. QT_FEATURE_checkbox:INTERNAL=ON
  535. //Qt feature: clipboard (from target Qt6::Gui)
  536. QT_FEATURE_clipboard:INTERNAL=ON
  537. //Qt feature: clock_gettime (from target Qt6::Core)
  538. QT_FEATURE_clock_gettime:INTERNAL=ON
  539. //Qt feature: clock_monotonic (from target Qt6::Core)
  540. QT_FEATURE_clock_monotonic:INTERNAL=OFF
  541. //Qt feature: colordialog (from target Qt6::Widgets)
  542. QT_FEATURE_colordialog:INTERNAL=ON
  543. //Qt feature: colornames (from target Qt6::Gui)
  544. QT_FEATURE_colornames:INTERNAL=ON
  545. //Qt feature: columnview (from target Qt6::Widgets)
  546. QT_FEATURE_columnview:INTERNAL=ON
  547. //Qt feature: combobox (from target Qt6::Widgets)
  548. QT_FEATURE_combobox:INTERNAL=ON
  549. //Qt feature: commandlineparser (from target Qt6::Core)
  550. QT_FEATURE_commandlineparser:INTERNAL=ON
  551. //Qt feature: commandlinkbutton (from target Qt6::Widgets)
  552. QT_FEATURE_commandlinkbutton:INTERNAL=ON
  553. //Qt feature: completer (from target Qt6::Widgets)
  554. QT_FEATURE_completer:INTERNAL=ON
  555. //Qt feature: concatenatetablesproxymodel (from target Qt6::Core)
  556. QT_FEATURE_concatenatetablesproxymodel:INTERNAL=ON
  557. //Qt feature: concurrent (from target Qt6::Core)
  558. QT_FEATURE_concurrent:INTERNAL=ON
  559. //Qt feature: contextmenu (from target Qt6::Widgets)
  560. QT_FEATURE_contextmenu:INTERNAL=ON
  561. //Qt feature: coreaudio (from target Qt6::Multimedia)
  562. QT_FEATURE_coreaudio:INTERNAL=ON
  563. //Qt feature: cpp_winrt (from target Qt6::Core)
  564. QT_FEATURE_cpp_winrt:INTERNAL=OFF
  565. //Qt feature: cross_compile (from target Qt6::Core)
  566. QT_FEATURE_cross_compile:INTERNAL=OFF
  567. //Qt feature: cssparser (from target Qt6::Gui)
  568. QT_FEATURE_cssparser:INTERNAL=ON
  569. //Qt feature: ctf (from target Qt6::Core)
  570. QT_FEATURE_ctf:INTERNAL=OFF
  571. //Qt feature: cursor (from target Qt6::Gui)
  572. QT_FEATURE_cursor:INTERNAL=ON
  573. //Qt feature: cxx11_future (from target Qt6::Core)
  574. QT_FEATURE_cxx11_future:INTERNAL=ON
  575. //Qt feature: cxx17_filesystem (from target Qt6::Core)
  576. QT_FEATURE_cxx17_filesystem:INTERNAL=ON
  577. //Qt feature: cxx20 (from target Qt6::Core)
  578. QT_FEATURE_cxx20:INTERNAL=OFF
  579. //Qt feature: cxx20_format (from target Qt6::Core)
  580. QT_FEATURE_cxx20_format:INTERNAL=ON
  581. //Qt feature: cxx23_stacktrace (from target Qt6::Core)
  582. QT_FEATURE_cxx23_stacktrace:INTERNAL=OFF
  583. //Qt feature: cxx2a (from target Qt6::Core)
  584. QT_FEATURE_cxx2a:INTERNAL=OFF
  585. //Qt feature: cxx2b (from target Qt6::Core)
  586. QT_FEATURE_cxx2b:INTERNAL=OFF
  587. //Qt feature: cxx2c (from target Qt6::Core)
  588. QT_FEATURE_cxx2c:INTERNAL=OFF
  589. //Qt feature: datawidgetmapper (from target Qt6::Widgets)
  590. QT_FEATURE_datawidgetmapper:INTERNAL=ON
  591. //Qt feature: datestring (from target Qt6::Core)
  592. QT_FEATURE_datestring:INTERNAL=ON
  593. //Qt feature: datetimeedit (from target Qt6::Widgets)
  594. QT_FEATURE_datetimeedit:INTERNAL=ON
  595. //Qt feature: datetimeparser (from target Qt6::Core)
  596. QT_FEATURE_datetimeparser:INTERNAL=ON
  597. //Qt feature: dbus (from target Qt6::Core)
  598. QT_FEATURE_dbus:INTERNAL=ON
  599. //Qt feature: dbus_linked (from target Qt6::Core)
  600. QT_FEATURE_dbus_linked:INTERNAL=ON
  601. //Qt feature: debug (from target Qt6::Core)
  602. QT_FEATURE_debug:INTERNAL=OFF
  603. //Qt feature: debug_and_release (from target Qt6::Core)
  604. QT_FEATURE_debug_and_release:INTERNAL=OFF
  605. //Qt feature: desktopservices (from target Qt6::Gui)
  606. QT_FEATURE_desktopservices:INTERNAL=ON
  607. //Qt feature: developer_build (from target Qt6::Core)
  608. QT_FEATURE_developer_build:INTERNAL=OFF
  609. //Qt feature: dial (from target Qt6::Widgets)
  610. QT_FEATURE_dial:INTERNAL=ON
  611. //Qt feature: dialog (from target Qt6::Widgets)
  612. QT_FEATURE_dialog:INTERNAL=ON
  613. //Qt feature: dialogbuttonbox (from target Qt6::Widgets)
  614. QT_FEATURE_dialogbuttonbox:INTERNAL=ON
  615. //Qt feature: direct2d (from target Qt6::Gui)
  616. QT_FEATURE_direct2d:INTERNAL=OFF
  617. //Qt feature: direct2d1_1 (from target Qt6::Gui)
  618. QT_FEATURE_direct2d1_1:INTERNAL=OFF
  619. //Qt feature: directfb (from target Qt6::Gui)
  620. QT_FEATURE_directfb:INTERNAL=OFF
  621. //Qt feature: directwrite (from target Qt6::Gui)
  622. QT_FEATURE_directwrite:INTERNAL=OFF
  623. //Qt feature: directwrite3 (from target Qt6::Gui)
  624. QT_FEATURE_directwrite3:INTERNAL=OFF
  625. //Qt feature: directwritecolrv1 (from target Qt6::Gui)
  626. QT_FEATURE_directwritecolrv1:INTERNAL=OFF
  627. //Qt feature: dladdr (from target Qt6::Core)
  628. QT_FEATURE_dladdr:INTERNAL=ON
  629. //Qt feature: dlopen (from target Qt6::Core)
  630. QT_FEATURE_dlopen:INTERNAL=ON
  631. //Qt feature: dnslookup (from target Qt6::Network)
  632. QT_FEATURE_dnslookup:INTERNAL=ON
  633. //Qt feature: doc_snippets (from target Qt6::Core)
  634. QT_FEATURE_doc_snippets:INTERNAL=OFF
  635. //Qt feature: dockwidget (from target Qt6::Widgets)
  636. QT_FEATURE_dockwidget:INTERNAL=ON
  637. //Qt feature: doubleconversion (from target Qt6::Core)
  638. QT_FEATURE_doubleconversion:INTERNAL=ON
  639. //Qt feature: draganddrop (from target Qt6::Gui)
  640. QT_FEATURE_draganddrop:INTERNAL=ON
  641. //Qt feature: drm_atomic (from target Qt6::Gui)
  642. QT_FEATURE_drm_atomic:INTERNAL=OFF
  643. //Qt feature: dtls (from target Qt6::Network)
  644. QT_FEATURE_dtls:INTERNAL=ON
  645. //Qt feature: dup3 (from target Qt6::Core)
  646. QT_FEATURE_dup3:INTERNAL=OFF
  647. //Qt feature: dynamicgl (from target Qt6::Gui)
  648. QT_FEATURE_dynamicgl:INTERNAL=OFF
  649. //Qt feature: easingcurve (from target Qt6::Core)
  650. QT_FEATURE_easingcurve:INTERNAL=ON
  651. //Qt feature: effects (from target Qt6::Widgets)
  652. QT_FEATURE_effects:INTERNAL=ON
  653. //Qt feature: egl (from target Qt6::Gui)
  654. QT_FEATURE_egl:INTERNAL=OFF
  655. //Qt feature: egl_x11 (from target Qt6::Gui)
  656. QT_FEATURE_egl_x11:INTERNAL=OFF
  657. //Qt feature: eglfs (from target Qt6::Gui)
  658. QT_FEATURE_eglfs:INTERNAL=OFF
  659. //Qt feature: eglfs_brcm (from target Qt6::Gui)
  660. QT_FEATURE_eglfs_brcm:INTERNAL=OFF
  661. //Qt feature: eglfs_egldevice (from target Qt6::Gui)
  662. QT_FEATURE_eglfs_egldevice:INTERNAL=OFF
  663. //Qt feature: eglfs_gbm (from target Qt6::Gui)
  664. QT_FEATURE_eglfs_gbm:INTERNAL=OFF
  665. //Qt feature: eglfs_mali (from target Qt6::Gui)
  666. QT_FEATURE_eglfs_mali:INTERNAL=OFF
  667. //Qt feature: eglfs_openwfd (from target Qt6::Gui)
  668. QT_FEATURE_eglfs_openwfd:INTERNAL=OFF
  669. //Qt feature: eglfs_rcar (from target Qt6::Gui)
  670. QT_FEATURE_eglfs_rcar:INTERNAL=OFF
  671. //Qt feature: eglfs_viv (from target Qt6::Gui)
  672. QT_FEATURE_eglfs_viv:INTERNAL=OFF
  673. //Qt feature: eglfs_viv_wl (from target Qt6::Gui)
  674. QT_FEATURE_eglfs_viv_wl:INTERNAL=OFF
  675. //Qt feature: eglfs_vsp2 (from target Qt6::Gui)
  676. QT_FEATURE_eglfs_vsp2:INTERNAL=OFF
  677. //Qt feature: eglfs_x11 (from target Qt6::Gui)
  678. QT_FEATURE_eglfs_x11:INTERNAL=OFF
  679. //Qt feature: elf_private_full_version (from target Qt6::Core)
  680. QT_FEATURE_elf_private_full_version:INTERNAL=OFF
  681. //Qt feature: emojisegmenter (from target Qt6::Gui)
  682. QT_FEATURE_emojisegmenter:INTERNAL=ON
  683. //Qt feature: errormessage (from target Qt6::Widgets)
  684. QT_FEATURE_errormessage:INTERNAL=ON
  685. //Qt feature: etw (from target Qt6::Core)
  686. QT_FEATURE_etw:INTERNAL=OFF
  687. //Qt feature: evdev (from target Qt6::Gui)
  688. QT_FEATURE_evdev:INTERNAL=OFF
  689. //Qt feature: f16c (from target Qt6::Core)
  690. QT_FEATURE_f16c:INTERNAL=OFF
  691. //Qt feature: ffmpeg (from target Qt6::Multimedia)
  692. QT_FEATURE_ffmpeg:INTERNAL=OFF
  693. //Qt feature: ffmpeg_stubs (from target Qt6::Multimedia)
  694. QT_FEATURE_ffmpeg_stubs:INTERNAL=OFF
  695. //Qt feature: filedialog (from target Qt6::Widgets)
  696. QT_FEATURE_filedialog:INTERNAL=ON
  697. //Qt feature: filesystemiterator (from target Qt6::Core)
  698. QT_FEATURE_filesystemiterator:INTERNAL=ON
  699. //Qt feature: filesystemmodel (from target Qt6::Gui)
  700. QT_FEATURE_filesystemmodel:INTERNAL=ON
  701. //Qt feature: filesystemwatcher (from target Qt6::Core)
  702. QT_FEATURE_filesystemwatcher:INTERNAL=ON
  703. //Qt feature: fontcombobox (from target Qt6::Widgets)
  704. QT_FEATURE_fontcombobox:INTERNAL=ON
  705. //Qt feature: fontconfig (from target Qt6::Gui)
  706. QT_FEATURE_fontconfig:INTERNAL=OFF
  707. //Qt feature: fontdialog (from target Qt6::Widgets)
  708. QT_FEATURE_fontdialog:INTERNAL=ON
  709. //Qt feature: force_asserts (from target Qt6::Core)
  710. QT_FEATURE_force_asserts:INTERNAL=OFF
  711. //Qt feature: force_bundled_libs (from target Qt6::Core)
  712. QT_FEATURE_force_bundled_libs:INTERNAL=OFF
  713. //Qt feature: force_system_libs (from target Qt6::Core)
  714. QT_FEATURE_force_system_libs:INTERNAL=OFF
  715. //Qt feature: forkfd_pidfd (from target Qt6::Core)
  716. QT_FEATURE_forkfd_pidfd:INTERNAL=OFF
  717. //Qt feature: formlayout (from target Qt6::Widgets)
  718. QT_FEATURE_formlayout:INTERNAL=ON
  719. //Qt feature: framework (from target Qt6::Core)
  720. QT_FEATURE_framework:INTERNAL=ON
  721. //Qt feature: freetype (from target Qt6::Gui)
  722. QT_FEATURE_freetype:INTERNAL=ON
  723. //Qt feature: fscompleter (from target Qt6::Widgets)
  724. QT_FEATURE_fscompleter:INTERNAL=ON
  725. //Qt feature: futimens (from target Qt6::Core)
  726. QT_FEATURE_futimens:INTERNAL=ON
  727. //Qt feature: future (from target Qt6::Core)
  728. QT_FEATURE_future:INTERNAL=ON
  729. //Qt feature: gc_binaries (from target Qt6::Core)
  730. QT_FEATURE_gc_binaries:INTERNAL=OFF
  731. //Qt feature: gestures (from target Qt6::Core)
  732. QT_FEATURE_gestures:INTERNAL=ON
  733. //Qt feature: getauxval (from target Qt6::Core)
  734. QT_FEATURE_getauxval:INTERNAL=OFF
  735. //Qt feature: getentropy (from target Qt6::Core)
  736. QT_FEATURE_getentropy:INTERNAL=ON
  737. //Qt feature: getifaddrs (from target Qt6::Network)
  738. QT_FEATURE_getifaddrs:INTERNAL=ON
  739. //Qt feature: gif (from target Qt6::Gui)
  740. QT_FEATURE_gif:INTERNAL=ON
  741. //Qt feature: glib (from target Qt6::Core)
  742. QT_FEATURE_glib:INTERNAL=ON
  743. //Qt feature: glibc_fortify_source (from target Qt6::Core)
  744. QT_FEATURE_glibc_fortify_source:INTERNAL=OFF
  745. //Qt feature: gpu_vivante (from target Qt6::Multimedia)
  746. QT_FEATURE_gpu_vivante:INTERNAL=OFF
  747. //Qt feature: graphicseffect (from target Qt6::Widgets)
  748. QT_FEATURE_graphicseffect:INTERNAL=ON
  749. //Qt feature: graphicsframecapture (from target Qt6::Gui)
  750. QT_FEATURE_graphicsframecapture:INTERNAL=ON
  751. //Qt feature: graphicsview (from target Qt6::Widgets)
  752. QT_FEATURE_graphicsview:INTERNAL=ON
  753. //Qt feature: groupbox (from target Qt6::Widgets)
  754. QT_FEATURE_groupbox:INTERNAL=ON
  755. //Qt feature: gssapi (from target Qt6::Network)
  756. QT_FEATURE_gssapi:INTERNAL=ON
  757. //Qt feature: gstreamer (from target Qt6::Multimedia)
  758. QT_FEATURE_gstreamer:INTERNAL=OFF
  759. //Qt feature: gstreamer_gl (from target Qt6::Multimedia)
  760. QT_FEATURE_gstreamer_gl:INTERNAL=OFF
  761. //Qt feature: gstreamer_gl_egl (from target Qt6::Multimedia)
  762. QT_FEATURE_gstreamer_gl_egl:INTERNAL=OFF
  763. //Qt feature: gstreamer_gl_wayland (from target Qt6::Multimedia)
  764. QT_FEATURE_gstreamer_gl_wayland:INTERNAL=OFF
  765. //Qt feature: gstreamer_gl_x11 (from target Qt6::Multimedia)
  766. QT_FEATURE_gstreamer_gl_x11:INTERNAL=OFF
  767. //Qt feature: gstreamer_photography (from target Qt6::Multimedia)
  768. QT_FEATURE_gstreamer_photography:INTERNAL=OFF
  769. //Qt feature: gtk3 (from target Qt6::Widgets)
  770. QT_FEATURE_gtk3:INTERNAL=OFF
  771. //Qt feature: gui (from target Qt6::Core)
  772. QT_FEATURE_gui:INTERNAL=ON
  773. //Qt feature: harfbuzz (from target Qt6::Gui)
  774. QT_FEATURE_harfbuzz:INTERNAL=ON
  775. //Qt feature: highdpiscaling (from target Qt6::Gui)
  776. QT_FEATURE_highdpiscaling:INTERNAL=ON
  777. //Qt feature: hijricalendar (from target Qt6::Core)
  778. QT_FEATURE_hijricalendar:INTERNAL=ON
  779. //Qt feature: http (from target Qt6::Network)
  780. QT_FEATURE_http:INTERNAL=ON
  781. //Qt feature: ico (from target Qt6::Gui)
  782. QT_FEATURE_ico:INTERNAL=ON
  783. //Qt feature: icu (from target Qt6::Core)
  784. QT_FEATURE_icu:INTERNAL=ON
  785. //Qt feature: identityproxymodel (from target Qt6::Core)
  786. QT_FEATURE_identityproxymodel:INTERNAL=ON
  787. //Qt feature: im (from target Qt6::Gui)
  788. QT_FEATURE_im:INTERNAL=ON
  789. //Qt feature: image_heuristic_mask (from target Qt6::Gui)
  790. QT_FEATURE_image_heuristic_mask:INTERNAL=ON
  791. //Qt feature: image_text (from target Qt6::Gui)
  792. QT_FEATURE_image_text:INTERNAL=ON
  793. //Qt feature: imageformat_bmp (from target Qt6::Gui)
  794. QT_FEATURE_imageformat_bmp:INTERNAL=ON
  795. //Qt feature: imageformat_jpeg (from target Qt6::Gui)
  796. QT_FEATURE_imageformat_jpeg:INTERNAL=ON
  797. //Qt feature: imageformat_png (from target Qt6::Gui)
  798. QT_FEATURE_imageformat_png:INTERNAL=ON
  799. //Qt feature: imageformat_ppm (from target Qt6::Gui)
  800. QT_FEATURE_imageformat_ppm:INTERNAL=ON
  801. //Qt feature: imageformat_xbm (from target Qt6::Gui)
  802. QT_FEATURE_imageformat_xbm:INTERNAL=ON
  803. //Qt feature: imageformat_xpm (from target Qt6::Gui)
  804. QT_FEATURE_imageformat_xpm:INTERNAL=ON
  805. //Qt feature: imageformatplugin (from target Qt6::Gui)
  806. QT_FEATURE_imageformatplugin:INTERNAL=ON
  807. //Qt feature: imageio_text_loading (from target Qt6::Gui)
  808. QT_FEATURE_imageio_text_loading:INTERNAL=ON
  809. //Qt feature: inotify (from target Qt6::Core)
  810. QT_FEATURE_inotify:INTERNAL=OFF
  811. //Qt feature: inputdialog (from target Qt6::Widgets)
  812. QT_FEATURE_inputdialog:INTERNAL=ON
  813. //Qt feature: integrityfb (from target Qt6::Gui)
  814. QT_FEATURE_integrityfb:INTERNAL=OFF
  815. //Qt feature: integrityhid (from target Qt6::Gui)
  816. QT_FEATURE_integrityhid:INTERNAL=OFF
  817. //Qt feature: intelcet (from target Qt6::Core)
  818. QT_FEATURE_intelcet:INTERNAL=OFF
  819. //Qt feature: ipv6ifname (from target Qt6::Network)
  820. QT_FEATURE_ipv6ifname:INTERNAL=ON
  821. //Qt feature: islamiccivilcalendar (from target Qt6::Core)
  822. QT_FEATURE_islamiccivilcalendar:INTERNAL=ON
  823. //Qt feature: itemmodel (from target Qt6::Core)
  824. QT_FEATURE_itemmodel:INTERNAL=ON
  825. //Qt feature: itemviews (from target Qt6::Widgets)
  826. QT_FEATURE_itemviews:INTERNAL=ON
  827. //Qt feature: jalalicalendar (from target Qt6::Core)
  828. QT_FEATURE_jalalicalendar:INTERNAL=ON
  829. //Qt feature: journald (from target Qt6::Core)
  830. QT_FEATURE_journald:INTERNAL=OFF
  831. //Qt feature: jpeg (from target Qt6::Gui)
  832. QT_FEATURE_jpeg:INTERNAL=ON
  833. //Qt feature: keysequenceedit (from target Qt6::Widgets)
  834. QT_FEATURE_keysequenceedit:INTERNAL=ON
  835. //Qt feature: kms (from target Qt6::Gui)
  836. QT_FEATURE_kms:INTERNAL=OFF
  837. //Qt feature: label (from target Qt6::Widgets)
  838. QT_FEATURE_label:INTERNAL=ON
  839. //Qt feature: largefile (from target Qt6::Core)
  840. QT_FEATURE_largefile:INTERNAL=ON
  841. //Qt feature: lasx (from target Qt6::Core)
  842. QT_FEATURE_lasx:INTERNAL=OFF
  843. //Qt feature: lcdnumber (from target Qt6::Widgets)
  844. QT_FEATURE_lcdnumber:INTERNAL=ON
  845. //Qt feature: libcpp_hardening (from target Qt6::Core)
  846. QT_FEATURE_libcpp_hardening:INTERNAL=ON
  847. //Qt feature: libinput (from target Qt6::Gui)
  848. QT_FEATURE_libinput:INTERNAL=OFF
  849. //Qt feature: libinput_axis_api (from target Qt6::Gui)
  850. QT_FEATURE_libinput_axis_api:INTERNAL=OFF
  851. //Qt feature: libinput_hires_wheel_support (from target Qt6::Gui)
  852. QT_FEATURE_libinput_hires_wheel_support:INTERNAL=OFF
  853. //Qt feature: libproxy (from target Qt6::Network)
  854. QT_FEATURE_libproxy:INTERNAL=OFF
  855. //Qt feature: library (from target Qt6::Core)
  856. QT_FEATURE_library:INTERNAL=ON
  857. //Qt feature: libresolv (from target Qt6::Network)
  858. QT_FEATURE_libresolv:INTERNAL=ON
  859. //Qt feature: libstdcpp_assertions (from target Qt6::Core)
  860. QT_FEATURE_libstdcpp_assertions:INTERNAL=OFF
  861. //Qt feature: libudev (from target Qt6::Core)
  862. QT_FEATURE_libudev:INTERNAL=OFF
  863. //Qt feature: lineedit (from target Qt6::Widgets)
  864. QT_FEATURE_lineedit:INTERNAL=ON
  865. //Qt feature: linkat (from target Qt6::Core)
  866. QT_FEATURE_linkat:INTERNAL=OFF
  867. //Qt feature: linux_dmabuf (from target Qt6::Multimedia)
  868. QT_FEATURE_linux_dmabuf:INTERNAL=OFF
  869. //Qt feature: linux_netlink (from target Qt6::Network)
  870. QT_FEATURE_linux_netlink:INTERNAL=OFF
  871. //Qt feature: linux_v4l (from target Qt6::Multimedia)
  872. QT_FEATURE_linux_v4l:INTERNAL=OFF
  873. //Qt feature: linuxfb (from target Qt6::Gui)
  874. QT_FEATURE_linuxfb:INTERNAL=OFF
  875. //Qt feature: listview (from target Qt6::Widgets)
  876. QT_FEATURE_listview:INTERNAL=ON
  877. //Qt feature: listwidget (from target Qt6::Widgets)
  878. QT_FEATURE_listwidget:INTERNAL=ON
  879. //Qt feature: localserver (from target Qt6::Network)
  880. QT_FEATURE_localserver:INTERNAL=ON
  881. //Qt feature: localtime_r (from target Qt6::Core)
  882. QT_FEATURE_localtime_r:INTERNAL=ON
  883. //Qt feature: localtime_s (from target Qt6::Core)
  884. QT_FEATURE_localtime_s:INTERNAL=OFF
  885. //Qt feature: lsx (from target Qt6::Core)
  886. QT_FEATURE_lsx:INTERNAL=OFF
  887. //Qt feature: lttng (from target Qt6::Core)
  888. QT_FEATURE_lttng:INTERNAL=OFF
  889. //Qt feature: mainwindow (from target Qt6::Widgets)
  890. QT_FEATURE_mainwindow:INTERNAL=ON
  891. //Qt feature: mdiarea (from target Qt6::Widgets)
  892. QT_FEATURE_mdiarea:INTERNAL=ON
  893. //Qt feature: memmem (from target Qt6::Core)
  894. QT_FEATURE_memmem:INTERNAL=ON
  895. //Qt feature: memrchr (from target Qt6::Core)
  896. QT_FEATURE_memrchr:INTERNAL=OFF
  897. //Qt feature: menu (from target Qt6::Widgets)
  898. QT_FEATURE_menu:INTERNAL=ON
  899. //Qt feature: menubar (from target Qt6::Widgets)
  900. QT_FEATURE_menubar:INTERNAL=ON
  901. //Qt feature: messagebox (from target Qt6::Widgets)
  902. QT_FEATURE_messagebox:INTERNAL=ON
  903. //Qt feature: metal (from target Qt6::Gui)
  904. QT_FEATURE_metal:INTERNAL=ON
  905. //Qt feature: mimetype (from target Qt6::Core)
  906. QT_FEATURE_mimetype:INTERNAL=ON
  907. //Qt feature: mimetype_database (from target Qt6::Core)
  908. QT_FEATURE_mimetype_database:INTERNAL=ON
  909. //Qt feature: mips_dsp (from target Qt6::Core)
  910. QT_FEATURE_mips_dsp:INTERNAL=OFF
  911. //Qt feature: mips_dspr2 (from target Qt6::Core)
  912. QT_FEATURE_mips_dspr2:INTERNAL=OFF
  913. //Qt feature: mmrenderer (from target Qt6::Multimedia)
  914. QT_FEATURE_mmrenderer:INTERNAL=OFF
  915. //Qt feature: movie (from target Qt6::Gui)
  916. QT_FEATURE_movie:INTERNAL=ON
  917. //Qt feature: mtdev (from target Qt6::Gui)
  918. QT_FEATURE_mtdev:INTERNAL=OFF
  919. //Qt feature: multiprocess (from target Qt6::Gui)
  920. QT_FEATURE_multiprocess:INTERNAL=ON
  921. //Qt feature: native_android_backend (from target Qt6::Multimedia)
  922. QT_FEATURE_native_android_backend:INTERNAL=OFF
  923. //Qt feature: neon (from target Qt6::Core)
  924. QT_FEATURE_neon:INTERNAL=ON
  925. //Qt feature: network (from target Qt6::Core)
  926. QT_FEATURE_network:INTERNAL=ON
  927. //Qt feature: networkdiskcache (from target Qt6::Network)
  928. QT_FEATURE_networkdiskcache:INTERNAL=ON
  929. //Qt feature: networkinterface (from target Qt6::Network)
  930. QT_FEATURE_networkinterface:INTERNAL=ON
  931. //Qt feature: networklistmanager (from target Qt6::Network)
  932. QT_FEATURE_networklistmanager:INTERNAL=OFF
  933. //Qt feature: networkproxy (from target Qt6::Network)
  934. QT_FEATURE_networkproxy:INTERNAL=ON
  935. //Qt feature: no_direct_extern_access (from target Qt6::Core)
  936. QT_FEATURE_no_direct_extern_access:INTERNAL=OFF
  937. //Qt feature: ocsp (from target Qt6::Network)
  938. QT_FEATURE_ocsp:INTERNAL=ON
  939. //Qt feature: opengl (from target Qt6::Gui)
  940. QT_FEATURE_opengl:INTERNAL=ON
  941. //Qt feature: opengles2 (from target Qt6::Gui)
  942. QT_FEATURE_opengles2:INTERNAL=OFF
  943. //Qt feature: opengles3 (from target Qt6::Gui)
  944. QT_FEATURE_opengles3:INTERNAL=OFF
  945. //Qt feature: opengles31 (from target Qt6::Gui)
  946. QT_FEATURE_opengles31:INTERNAL=OFF
  947. //Qt feature: opengles32 (from target Qt6::Gui)
  948. QT_FEATURE_opengles32:INTERNAL=OFF
  949. //Qt feature: opensles (from target Qt6::Multimedia)
  950. QT_FEATURE_opensles:INTERNAL=OFF
  951. //Qt feature: openssl (from target Qt6::Core)
  952. QT_FEATURE_openssl:INTERNAL=ON
  953. //Qt feature: openssl_hash (from target Qt6::Core)
  954. QT_FEATURE_openssl_hash:INTERNAL=OFF
  955. //Qt feature: openssl_linked (from target Qt6::Core)
  956. QT_FEATURE_openssl_linked:INTERNAL=ON
  957. //Qt feature: opensslv11 (from target Qt6::Core)
  958. QT_FEATURE_opensslv11:INTERNAL=OFF
  959. //Qt feature: opensslv30 (from target Qt6::Core)
  960. QT_FEATURE_opensslv30:INTERNAL=ON
  961. //Qt feature: openvg (from target Qt6::Gui)
  962. QT_FEATURE_openvg:INTERNAL=OFF
  963. //Qt feature: pcre2 (from target Qt6::Core)
  964. QT_FEATURE_pcre2:INTERNAL=ON
  965. //Qt feature: pdf (from target Qt6::Gui)
  966. QT_FEATURE_pdf:INTERNAL=ON
  967. //Qt feature: permissions (from target Qt6::Core)
  968. QT_FEATURE_permissions:INTERNAL=ON
  969. //Qt feature: picture (from target Qt6::Gui)
  970. QT_FEATURE_picture:INTERNAL=ON
  971. //Qt feature: pipewire (from target Qt6::Multimedia)
  972. QT_FEATURE_pipewire:INTERNAL=OFF
  973. //Qt feature: pipewire_screencapture (from target Qt6::Multimedia)
  974. QT_FEATURE_pipewire_screencapture:INTERNAL=OFF
  975. //Qt feature: pkg_config (from target Qt6::Core)
  976. QT_FEATURE_pkg_config:INTERNAL=ON
  977. //Qt feature: plugin_manifest (from target Qt6::Core)
  978. QT_FEATURE_plugin_manifest:INTERNAL=ON
  979. //Qt feature: png (from target Qt6::Gui)
  980. QT_FEATURE_png:INTERNAL=ON
  981. //Qt feature: poll_exit_on_error (from target Qt6::Core)
  982. QT_FEATURE_poll_exit_on_error:INTERNAL=OFF
  983. //Qt feature: poll_poll (from target Qt6::Core)
  984. QT_FEATURE_poll_poll:INTERNAL=ON
  985. //Qt feature: poll_pollts (from target Qt6::Core)
  986. QT_FEATURE_poll_pollts:INTERNAL=OFF
  987. //Qt feature: poll_ppoll (from target Qt6::Core)
  988. QT_FEATURE_poll_ppoll:INTERNAL=OFF
  989. //Qt feature: poll_select (from target Qt6::Core)
  990. QT_FEATURE_poll_select:INTERNAL=OFF
  991. //Qt feature: posix_fallocate (from target Qt6::Core)
  992. QT_FEATURE_posix_fallocate:INTERNAL=OFF
  993. //Qt feature: posix_sem (from target Qt6::Core)
  994. QT_FEATURE_posix_sem:INTERNAL=ON
  995. //Qt feature: posix_shm (from target Qt6::Core)
  996. QT_FEATURE_posix_shm:INTERNAL=ON
  997. //Qt feature: precompile_header (from target Qt6::Core)
  998. QT_FEATURE_precompile_header:INTERNAL=ON
  999. //Qt feature: printsupport (from target Qt6::Core)
  1000. QT_FEATURE_printsupport:INTERNAL=ON
  1001. //Qt feature: private_tests (from target Qt6::Core)
  1002. QT_FEATURE_private_tests:INTERNAL=OFF
  1003. //Qt feature: process (from target Qt6::Core)
  1004. QT_FEATURE_process:INTERNAL=ON
  1005. //Qt feature: processenvironment (from target Qt6::Core)
  1006. QT_FEATURE_processenvironment:INTERNAL=ON
  1007. //Qt feature: progressbar (from target Qt6::Widgets)
  1008. QT_FEATURE_progressbar:INTERNAL=ON
  1009. //Qt feature: progressdialog (from target Qt6::Widgets)
  1010. QT_FEATURE_progressdialog:INTERNAL=ON
  1011. //Qt feature: proxymodel (from target Qt6::Core)
  1012. QT_FEATURE_proxymodel:INTERNAL=ON
  1013. //Qt feature: pthread_clockjoin (from target Qt6::Core)
  1014. QT_FEATURE_pthread_clockjoin:INTERNAL=OFF
  1015. //Qt feature: pthread_condattr_setclock (from target Qt6::Core)
  1016. QT_FEATURE_pthread_condattr_setclock:INTERNAL=OFF
  1017. //Qt feature: pthread_timedjoin (from target Qt6::Core)
  1018. QT_FEATURE_pthread_timedjoin:INTERNAL=OFF
  1019. //Qt feature: publicsuffix_qt (from target Qt6::Network)
  1020. QT_FEATURE_publicsuffix_qt:INTERNAL=ON
  1021. //Qt feature: publicsuffix_system (from target Qt6::Network)
  1022. QT_FEATURE_publicsuffix_system:INTERNAL=OFF
  1023. //Qt feature: pulseaudio (from target Qt6::Multimedia)
  1024. QT_FEATURE_pulseaudio:INTERNAL=OFF
  1025. //Qt feature: pushbutton (from target Qt6::Widgets)
  1026. QT_FEATURE_pushbutton:INTERNAL=ON
  1027. //Qt feature: qqnx_imf (from target Qt6::Gui)
  1028. QT_FEATURE_qqnx_imf:INTERNAL=OFF
  1029. //Qt feature: qqnx_pps (from target Qt6::Core)
  1030. QT_FEATURE_qqnx_pps:INTERNAL=OFF
  1031. //Qt feature: qt_framework (from target Qt6::Core)
  1032. QT_FEATURE_qt_framework:INTERNAL=ON
  1033. //Qt feature: qtgui_threadpool (from target Qt6::Gui)
  1034. QT_FEATURE_qtgui_threadpool:INTERNAL=ON
  1035. //Qt feature: radiobutton (from target Qt6::Widgets)
  1036. QT_FEATURE_radiobutton:INTERNAL=ON
  1037. //Qt feature: raster_64bit (from target Qt6::Gui)
  1038. QT_FEATURE_raster_64bit:INTERNAL=ON
  1039. //Qt feature: raster_fp (from target Qt6::Gui)
  1040. QT_FEATURE_raster_fp:INTERNAL=ON
  1041. //Qt feature: rdrnd (from target Qt6::Core)
  1042. QT_FEATURE_rdrnd:INTERNAL=OFF
  1043. //Qt feature: rdseed (from target Qt6::Core)
  1044. QT_FEATURE_rdseed:INTERNAL=OFF
  1045. //Qt feature: reduce_exports (from target Qt6::Core)
  1046. QT_FEATURE_reduce_exports:INTERNAL=ON
  1047. //Qt feature: reduce_relocations (from target Qt6::Core)
  1048. QT_FEATURE_reduce_relocations:INTERNAL=OFF
  1049. //Qt feature: regularexpression (from target Qt6::Core)
  1050. QT_FEATURE_regularexpression:INTERNAL=ON
  1051. //Qt feature: relocatable (from target Qt6::Core)
  1052. QT_FEATURE_relocatable:INTERNAL=ON
  1053. //Qt feature: relro_now_linker (from target Qt6::Core)
  1054. QT_FEATURE_relro_now_linker:INTERNAL=OFF
  1055. //Qt feature: renameat2 (from target Qt6::Core)
  1056. QT_FEATURE_renameat2:INTERNAL=OFF
  1057. //Qt feature: res_setservers (from target Qt6::Network)
  1058. QT_FEATURE_res_setservers:INTERNAL=ON
  1059. //Qt feature: resizehandler (from target Qt6::Widgets)
  1060. QT_FEATURE_resizehandler:INTERNAL=ON
  1061. //Qt feature: rpath (from target Qt6::Core)
  1062. QT_FEATURE_rpath:INTERNAL=ON
  1063. //Qt feature: rubberband (from target Qt6::Widgets)
  1064. QT_FEATURE_rubberband:INTERNAL=ON
  1065. //Qt feature: run_opengl_tests (from target Qt6::Gui)
  1066. QT_FEATURE_run_opengl_tests:INTERNAL=ON
  1067. //Qt feature: schannel (from target Qt6::Network)
  1068. QT_FEATURE_schannel:INTERNAL=OFF
  1069. //Qt feature: scrollarea (from target Qt6::Widgets)
  1070. QT_FEATURE_scrollarea:INTERNAL=ON
  1071. //Qt feature: scrollbar (from target Qt6::Widgets)
  1072. QT_FEATURE_scrollbar:INTERNAL=ON
  1073. //Qt feature: scroller (from target Qt6::Widgets)
  1074. QT_FEATURE_scroller:INTERNAL=ON
  1075. //Qt feature: sctp (from target Qt6::Network)
  1076. QT_FEATURE_sctp:INTERNAL=OFF
  1077. //Qt feature: securetransport (from target Qt6::Network)
  1078. QT_FEATURE_securetransport:INTERNAL=ON
  1079. //Qt feature: separate_debug_info (from target Qt6::Core)
  1080. QT_FEATURE_separate_debug_info:INTERNAL=OFF
  1081. //Qt feature: sessionmanager (from target Qt6::Gui)
  1082. QT_FEATURE_sessionmanager:INTERNAL=ON
  1083. //Qt feature: settings (from target Qt6::Core)
  1084. QT_FEATURE_settings:INTERNAL=ON
  1085. //Qt feature: sha3_fast (from target Qt6::Core)
  1086. QT_FEATURE_sha3_fast:INTERNAL=ON
  1087. //Qt feature: shani (from target Qt6::Core)
  1088. QT_FEATURE_shani:INTERNAL=OFF
  1089. //Qt feature: shared (from target Qt6::Core)
  1090. QT_FEATURE_shared:INTERNAL=ON
  1091. //Qt feature: sharedmemory (from target Qt6::Core)
  1092. QT_FEATURE_sharedmemory:INTERNAL=ON
  1093. //Qt feature: shortcut (from target Qt6::Core)
  1094. QT_FEATURE_shortcut:INTERNAL=ON
  1095. //Qt feature: signaling_nan (from target Qt6::Core)
  1096. QT_FEATURE_signaling_nan:INTERNAL=ON
  1097. //Qt feature: simulator_and_device (from target Qt6::Core)
  1098. QT_FEATURE_simulator_and_device:INTERNAL=OFF
  1099. //Qt feature: sizegrip (from target Qt6::Widgets)
  1100. QT_FEATURE_sizegrip:INTERNAL=ON
  1101. //Qt feature: slider (from target Qt6::Widgets)
  1102. QT_FEATURE_slider:INTERNAL=ON
  1103. //Qt feature: slog2 (from target Qt6::Core)
  1104. QT_FEATURE_slog2:INTERNAL=OFF
  1105. //Qt feature: socks5 (from target Qt6::Network)
  1106. QT_FEATURE_socks5:INTERNAL=ON
  1107. //Qt feature: sortfilterproxymodel (from target Qt6::Core)
  1108. QT_FEATURE_sortfilterproxymodel:INTERNAL=ON
  1109. //Qt feature: spatialaudio (from target Qt6::Multimedia)
  1110. QT_FEATURE_spatialaudio:INTERNAL=ON
  1111. //Qt feature: spatialaudio_quick3d (from target Qt6::Multimedia)
  1112. QT_FEATURE_spatialaudio_quick3d:INTERNAL=ON
  1113. //Qt feature: spinbox (from target Qt6::Widgets)
  1114. QT_FEATURE_spinbox:INTERNAL=ON
  1115. //Qt feature: splashscreen (from target Qt6::Widgets)
  1116. QT_FEATURE_splashscreen:INTERNAL=ON
  1117. //Qt feature: splitter (from target Qt6::Widgets)
  1118. QT_FEATURE_splitter:INTERNAL=ON
  1119. //Qt feature: sql (from target Qt6::Core)
  1120. QT_FEATURE_sql:INTERNAL=ON
  1121. //Qt feature: sse2 (from target Qt6::Core)
  1122. QT_FEATURE_sse2:INTERNAL=OFF
  1123. //Qt feature: sse3 (from target Qt6::Core)
  1124. QT_FEATURE_sse3:INTERNAL=OFF
  1125. //Qt feature: sse4_1 (from target Qt6::Core)
  1126. QT_FEATURE_sse4_1:INTERNAL=OFF
  1127. //Qt feature: sse4_2 (from target Qt6::Core)
  1128. QT_FEATURE_sse4_2:INTERNAL=OFF
  1129. //Qt feature: ssl (from target Qt6::Network)
  1130. QT_FEATURE_ssl:INTERNAL=ON
  1131. //Qt feature: sspi (from target Qt6::Network)
  1132. QT_FEATURE_sspi:INTERNAL=OFF
  1133. //Qt feature: ssse3 (from target Qt6::Core)
  1134. QT_FEATURE_ssse3:INTERNAL=OFF
  1135. //Qt feature: stack_clash_protection (from target Qt6::Core)
  1136. QT_FEATURE_stack_clash_protection:INTERNAL=OFF
  1137. //Qt feature: stack_protector (from target Qt6::Core)
  1138. QT_FEATURE_stack_protector:INTERNAL=ON
  1139. //Qt feature: stackedwidget (from target Qt6::Widgets)
  1140. QT_FEATURE_stackedwidget:INTERNAL=ON
  1141. //Qt feature: standarditemmodel (from target Qt6::Gui)
  1142. QT_FEATURE_standarditemmodel:INTERNAL=ON
  1143. //Qt feature: static (from target Qt6::Core)
  1144. QT_FEATURE_static:INTERNAL=OFF
  1145. //Qt feature: statusbar (from target Qt6::Widgets)
  1146. QT_FEATURE_statusbar:INTERNAL=ON
  1147. //Qt feature: statustip (from target Qt6::Widgets)
  1148. QT_FEATURE_statustip:INTERNAL=ON
  1149. //Qt feature: std_atomic64 (from target Qt6::Core)
  1150. QT_FEATURE_std_atomic64:INTERNAL=ON
  1151. //Qt feature: stdlib_libcpp (from target Qt6::Core)
  1152. QT_FEATURE_stdlib_libcpp:INTERNAL=OFF
  1153. //Qt feature: stringlistmodel (from target Qt6::Core)
  1154. QT_FEATURE_stringlistmodel:INTERNAL=ON
  1155. //Qt feature: style_android (from target Qt6::Widgets)
  1156. QT_FEATURE_style_android:INTERNAL=OFF
  1157. //Qt feature: style_fusion (from target Qt6::Widgets)
  1158. QT_FEATURE_style_fusion:INTERNAL=ON
  1159. //Qt feature: style_mac (from target Qt6::Widgets)
  1160. QT_FEATURE_style_mac:INTERNAL=ON
  1161. //Qt feature: style_stylesheet (from target Qt6::Widgets)
  1162. QT_FEATURE_style_stylesheet:INTERNAL=ON
  1163. //Qt feature: style_windows (from target Qt6::Widgets)
  1164. QT_FEATURE_style_windows:INTERNAL=ON
  1165. //Qt feature: style_windows11 (from target Qt6::Widgets)
  1166. QT_FEATURE_style_windows11:INTERNAL=OFF
  1167. //Qt feature: style_windowsvista (from target Qt6::Widgets)
  1168. QT_FEATURE_style_windowsvista:INTERNAL=OFF
  1169. //Qt feature: syntaxhighlighter (from target Qt6::Widgets)
  1170. QT_FEATURE_syntaxhighlighter:INTERNAL=ON
  1171. //Qt feature: syslog (from target Qt6::Core)
  1172. QT_FEATURE_syslog:INTERNAL=OFF
  1173. //Qt feature: system_doubleconversion (from target Qt6::Core)
  1174. QT_FEATURE_system_doubleconversion:INTERNAL=ON
  1175. //Qt feature: system_freetype (from target Qt6::Gui)
  1176. QT_FEATURE_system_freetype:INTERNAL=ON
  1177. //Qt feature: system_harfbuzz (from target Qt6::Gui)
  1178. QT_FEATURE_system_harfbuzz:INTERNAL=ON
  1179. //Qt feature: system_jpeg (from target Qt6::Gui)
  1180. QT_FEATURE_system_jpeg:INTERNAL=ON
  1181. //Qt feature: system_libb2 (from target Qt6::Core)
  1182. QT_FEATURE_system_libb2:INTERNAL=ON
  1183. //Qt feature: system_pcre2 (from target Qt6::Core)
  1184. QT_FEATURE_system_pcre2:INTERNAL=ON
  1185. //Qt feature: system_png (from target Qt6::Gui)
  1186. QT_FEATURE_system_png:INTERNAL=ON
  1187. //Qt feature: system_proxies (from target Qt6::Network)
  1188. QT_FEATURE_system_proxies:INTERNAL=ON
  1189. //Qt feature: system_textmarkdownreader (from target Qt6::Gui)
  1190. QT_FEATURE_system_textmarkdownreader:INTERNAL=ON
  1191. //Qt feature: system_xcb_xinput (from target Qt6::Gui)
  1192. QT_FEATURE_system_xcb_xinput:INTERNAL=OFF
  1193. //Qt feature: system_zlib (from target Qt6::Core)
  1194. QT_FEATURE_system_zlib:INTERNAL=ON
  1195. //Qt feature: systemsemaphore (from target Qt6::Core)
  1196. QT_FEATURE_systemsemaphore:INTERNAL=ON
  1197. //Qt feature: systemtrayicon (from target Qt6::Gui)
  1198. QT_FEATURE_systemtrayicon:INTERNAL=ON
  1199. //Qt feature: sysv_sem (from target Qt6::Core)
  1200. QT_FEATURE_sysv_sem:INTERNAL=ON
  1201. //Qt feature: sysv_shm (from target Qt6::Core)
  1202. QT_FEATURE_sysv_shm:INTERNAL=ON
  1203. //Qt feature: tabbar (from target Qt6::Widgets)
  1204. QT_FEATURE_tabbar:INTERNAL=ON
  1205. //Qt feature: tabletevent (from target Qt6::Gui)
  1206. QT_FEATURE_tabletevent:INTERNAL=ON
  1207. //Qt feature: tableview (from target Qt6::Widgets)
  1208. QT_FEATURE_tableview:INTERNAL=ON
  1209. //Qt feature: tablewidget (from target Qt6::Widgets)
  1210. QT_FEATURE_tablewidget:INTERNAL=ON
  1211. //Qt feature: tabwidget (from target Qt6::Widgets)
  1212. QT_FEATURE_tabwidget:INTERNAL=ON
  1213. //Qt feature: temporaryfile (from target Qt6::Core)
  1214. QT_FEATURE_temporaryfile:INTERNAL=ON
  1215. //Qt feature: test_gui (from target Qt6::Core)
  1216. QT_FEATURE_test_gui:INTERNAL=ON
  1217. //Qt feature: testlib (from target Qt6::Core)
  1218. QT_FEATURE_testlib:INTERNAL=ON
  1219. //Qt feature: textbrowser (from target Qt6::Widgets)
  1220. QT_FEATURE_textbrowser:INTERNAL=ON
  1221. //Qt feature: textdate (from target Qt6::Core)
  1222. QT_FEATURE_textdate:INTERNAL=ON
  1223. //Qt feature: textedit (from target Qt6::Widgets)
  1224. QT_FEATURE_textedit:INTERNAL=ON
  1225. //Qt feature: texthtmlparser (from target Qt6::Gui)
  1226. QT_FEATURE_texthtmlparser:INTERNAL=ON
  1227. //Qt feature: textmarkdownreader (from target Qt6::Gui)
  1228. QT_FEATURE_textmarkdownreader:INTERNAL=ON
  1229. //Qt feature: textmarkdownwriter (from target Qt6::Gui)
  1230. QT_FEATURE_textmarkdownwriter:INTERNAL=ON
  1231. //Qt feature: textodfwriter (from target Qt6::Gui)
  1232. QT_FEATURE_textodfwriter:INTERNAL=ON
  1233. //Qt feature: thread (from target Qt6::Core)
  1234. QT_FEATURE_thread:INTERNAL=ON
  1235. //Qt feature: timezone (from target Qt6::Core)
  1236. QT_FEATURE_timezone:INTERNAL=ON
  1237. //Qt feature: timezone_locale (from target Qt6::Core)
  1238. QT_FEATURE_timezone_locale:INTERNAL=OFF
  1239. //Qt feature: timezone_tzdb (from target Qt6::Core)
  1240. QT_FEATURE_timezone_tzdb:INTERNAL=OFF
  1241. //Qt feature: toolbar (from target Qt6::Widgets)
  1242. QT_FEATURE_toolbar:INTERNAL=ON
  1243. //Qt feature: toolbox (from target Qt6::Widgets)
  1244. QT_FEATURE_toolbox:INTERNAL=ON
  1245. //Qt feature: toolbutton (from target Qt6::Widgets)
  1246. QT_FEATURE_toolbutton:INTERNAL=ON
  1247. //Qt feature: tooltip (from target Qt6::Widgets)
  1248. QT_FEATURE_tooltip:INTERNAL=ON
  1249. //Qt feature: topleveldomain (from target Qt6::Network)
  1250. QT_FEATURE_topleveldomain:INTERNAL=ON
  1251. //Qt feature: translation (from target Qt6::Core)
  1252. QT_FEATURE_translation:INTERNAL=ON
  1253. //Qt feature: transposeproxymodel (from target Qt6::Core)
  1254. QT_FEATURE_transposeproxymodel:INTERNAL=ON
  1255. //Qt feature: treeview (from target Qt6::Widgets)
  1256. QT_FEATURE_treeview:INTERNAL=ON
  1257. //Qt feature: treewidget (from target Qt6::Widgets)
  1258. QT_FEATURE_treewidget:INTERNAL=ON
  1259. //Qt feature: trivial_auto_var_init_pattern (from target Qt6::Core)
  1260. QT_FEATURE_trivial_auto_var_init_pattern:INTERNAL=ON
  1261. //Qt feature: tslib (from target Qt6::Gui)
  1262. QT_FEATURE_tslib:INTERNAL=OFF
  1263. //Qt feature: tuiotouch (from target Qt6::Gui)
  1264. QT_FEATURE_tuiotouch:INTERNAL=ON
  1265. //Qt feature: udpsocket (from target Qt6::Network)
  1266. QT_FEATURE_udpsocket:INTERNAL=ON
  1267. //Qt feature: undocommand (from target Qt6::Gui)
  1268. QT_FEATURE_undocommand:INTERNAL=ON
  1269. //Qt feature: undogroup (from target Qt6::Gui)
  1270. QT_FEATURE_undogroup:INTERNAL=ON
  1271. //Qt feature: undostack (from target Qt6::Gui)
  1272. QT_FEATURE_undostack:INTERNAL=ON
  1273. //Qt feature: undoview (from target Qt6::Widgets)
  1274. QT_FEATURE_undoview:INTERNAL=ON
  1275. //Qt feature: use_bfd_linker (from target Qt6::Core)
  1276. QT_FEATURE_use_bfd_linker:INTERNAL=OFF
  1277. //Qt feature: use_gold_linker (from target Qt6::Core)
  1278. QT_FEATURE_use_gold_linker:INTERNAL=OFF
  1279. //Qt feature: use_lld_linker (from target Qt6::Core)
  1280. QT_FEATURE_use_lld_linker:INTERNAL=OFF
  1281. //Qt feature: use_mold_linker (from target Qt6::Core)
  1282. QT_FEATURE_use_mold_linker:INTERNAL=OFF
  1283. //Qt feature: vaapi (from target Qt6::Multimedia)
  1284. QT_FEATURE_vaapi:INTERNAL=OFF
  1285. //Qt feature: vaes (from target Qt6::Core)
  1286. QT_FEATURE_vaes:INTERNAL=OFF
  1287. //Qt feature: validator (from target Qt6::Gui)
  1288. QT_FEATURE_validator:INTERNAL=ON
  1289. //Qt feature: version_tagging (from target Qt6::Core)
  1290. QT_FEATURE_version_tagging:INTERNAL=ON
  1291. //Qt feature: videotoolbox (from target Qt6::Multimedia)
  1292. QT_FEATURE_videotoolbox:INTERNAL=ON
  1293. //Qt feature: vkgen (from target Qt6::Gui)
  1294. QT_FEATURE_vkgen:INTERNAL=ON
  1295. //Qt feature: vkkhrdisplay (from target Qt6::Gui)
  1296. QT_FEATURE_vkkhrdisplay:INTERNAL=OFF
  1297. //Qt feature: vnc (from target Qt6::Gui)
  1298. QT_FEATURE_vnc:INTERNAL=OFF
  1299. //Qt feature: vsp2 (from target Qt6::Gui)
  1300. QT_FEATURE_vsp2:INTERNAL=OFF
  1301. //Qt feature: vulkan (from target Qt6::Gui)
  1302. QT_FEATURE_vulkan:INTERNAL=ON
  1303. //Qt feature: vxpipedrv (from target Qt6::Core)
  1304. QT_FEATURE_vxpipedrv:INTERNAL=OFF
  1305. //Qt feature: vxworksevdev (from target Qt6::Gui)
  1306. QT_FEATURE_vxworksevdev:INTERNAL=OFF
  1307. //Qt feature: wasapi (from target Qt6::Multimedia)
  1308. QT_FEATURE_wasapi:INTERNAL=OFF
  1309. //Qt feature: wasm (from target Qt6::Multimedia)
  1310. QT_FEATURE_wasm:INTERNAL=OFF
  1311. //Qt feature: wasm_exceptions (from target Qt6::Core)
  1312. QT_FEATURE_wasm_exceptions:INTERNAL=OFF
  1313. //Qt feature: wasm_jspi (from target Qt6::Core)
  1314. QT_FEATURE_wasm_jspi:INTERNAL=OFF
  1315. //Qt feature: wasm_simd128 (from target Qt6::Core)
  1316. QT_FEATURE_wasm_simd128:INTERNAL=OFF
  1317. //Qt feature: wayland (from target Qt6::Gui)
  1318. QT_FEATURE_wayland:INTERNAL=OFF
  1319. //Qt feature: whatsthis (from target Qt6::Gui)
  1320. QT_FEATURE_whatsthis:INTERNAL=ON
  1321. //Qt feature: wheelevent (from target Qt6::Gui)
  1322. QT_FEATURE_wheelevent:INTERNAL=ON
  1323. //Qt feature: widgets (from target Qt6::Core)
  1324. QT_FEATURE_widgets:INTERNAL=ON
  1325. //Qt feature: widgettextcontrol (from target Qt6::Widgets)
  1326. QT_FEATURE_widgettextcontrol:INTERNAL=ON
  1327. //Qt feature: wizard (from target Qt6::Widgets)
  1328. QT_FEATURE_wizard:INTERNAL=ON
  1329. //Qt feature: wmf (from target Qt6::Multimedia)
  1330. QT_FEATURE_wmf:INTERNAL=OFF
  1331. //Qt feature: x86intrin (from target Qt6::Core)
  1332. QT_FEATURE_x86intrin:INTERNAL=OFF
  1333. //Qt feature: xcb (from target Qt6::Gui)
  1334. QT_FEATURE_xcb:INTERNAL=OFF
  1335. //Qt feature: xcb_egl_plugin (from target Qt6::Gui)
  1336. QT_FEATURE_xcb_egl_plugin:INTERNAL=OFF
  1337. //Qt feature: xcb_glx (from target Qt6::Gui)
  1338. QT_FEATURE_xcb_glx:INTERNAL=OFF
  1339. //Qt feature: xcb_glx_plugin (from target Qt6::Gui)
  1340. QT_FEATURE_xcb_glx_plugin:INTERNAL=OFF
  1341. //Qt feature: xcb_native_painting (from target Qt6::Gui)
  1342. QT_FEATURE_xcb_native_painting:INTERNAL=OFF
  1343. //Qt feature: xcb_sm (from target Qt6::Gui)
  1344. QT_FEATURE_xcb_sm:INTERNAL=OFF
  1345. //Qt feature: xcb_xlib (from target Qt6::Gui)
  1346. QT_FEATURE_xcb_xlib:INTERNAL=OFF
  1347. //Qt feature: xkbcommon (from target Qt6::Gui)
  1348. QT_FEATURE_xkbcommon:INTERNAL=OFF
  1349. //Qt feature: xkbcommon_x11 (from target Qt6::Gui)
  1350. QT_FEATURE_xkbcommon_x11:INTERNAL=OFF
  1351. //Qt feature: xlib (from target Qt6::Gui)
  1352. QT_FEATURE_xlib:INTERNAL=OFF
  1353. //Qt feature: xml (from target Qt6::Core)
  1354. QT_FEATURE_xml:INTERNAL=ON
  1355. //Qt feature: xmlstream (from target Qt6::Core)
  1356. QT_FEATURE_xmlstream:INTERNAL=ON
  1357. //Qt feature: xmlstreamreader (from target Qt6::Core)
  1358. QT_FEATURE_xmlstreamreader:INTERNAL=ON
  1359. //Qt feature: xmlstreamwriter (from target Qt6::Core)
  1360. QT_FEATURE_xmlstreamwriter:INTERNAL=ON
  1361. //Qt feature: xrender (from target Qt6::Gui)
  1362. QT_FEATURE_xrender:INTERNAL=OFF
  1363. //Qt feature: zstd (from target Qt6::Core)
  1364. QT_FEATURE_zstd:INTERNAL=ON
  1365. //ADVANCED property for variable: Vulkan_GLSLANG_VALIDATOR_EXECUTABLE
  1366. Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-ADVANCED:INTERNAL=1
  1367. //ADVANCED property for variable: Vulkan_GLSLC_EXECUTABLE
  1368. Vulkan_GLSLC_EXECUTABLE-ADVANCED:INTERNAL=1
  1369. //ADVANCED property for variable: Vulkan_INCLUDE_DIR
  1370. Vulkan_INCLUDE_DIR-ADVANCED:INTERNAL=1
  1371. //ADVANCED property for variable: Vulkan_LIBRARY
  1372. Vulkan_LIBRARY-ADVANCED:INTERNAL=1
  1373. //CMAKE_INSTALL_PREFIX during last run
  1374. _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local