奥特QT DDS 插件库
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

1487 行
59KB

  1. # This is the CMakeCache file.
  2. # For build in directory: /home/suzj/AuseftDDSPlugins/build
  3. # It was generated by CMake: /home/suzj/Qt/Tools/CMake/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. //Value Computed by CMake
  16. AQTSampleMachinePlug_BINARY_DIR:STATIC=/home/suzj/AuseftDDSPlugins/build/BEFORE
  17. //Value Computed by CMake
  18. AQTSampleMachinePlug_IS_TOP_LEVEL:STATIC=OFF
  19. //Value Computed by CMake
  20. AQTSampleMachinePlug_SOURCE_DIR:STATIC=/home/suzj/AuseftDDSPlugins/plugins/AQTSampleMachinePlug
  21. //Value Computed by CMake
  22. AuseftDDSPlugTest_BINARY_DIR:STATIC=/home/suzj/AuseftDDSPlugins/build
  23. //Value Computed by CMake
  24. AuseftDDSPlugTest_IS_TOP_LEVEL:STATIC=ON
  25. //Value Computed by CMake
  26. AuseftDDSPlugTest_SOURCE_DIR:STATIC=/home/suzj/AuseftDDSPlugins
  27. //Path to a program.
  28. CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
  29. //Path to a program.
  30. CMAKE_AR:FILEPATH=/usr/bin/ar
  31. //Choose the type of build, options are: None Debug Release RelWithDebInfo
  32. // MinSizeRel ...
  33. CMAKE_BUILD_TYPE:STRING=Debug
  34. //Enable colored diagnostics throughout.
  35. CMAKE_COLOR_DIAGNOSTICS:BOOL=1
  36. //Enable/Disable color output during build.
  37. CMAKE_COLOR_MAKEFILE:BOOL=ON
  38. //CXX compiler
  39. CMAKE_CXX_COMPILER:FILEPATH=/usr/local/bin/c++
  40. //A wrapper around 'ar' adding the appropriate '--plugin' option
  41. // for the GCC compiler
  42. CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-10
  43. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  44. // for the GCC compiler
  45. CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-10
  46. //Flags used by the CXX compiler during all build types.
  47. CMAKE_CXX_FLAGS:STRING=
  48. //Flags used by the CXX compiler during DEBUG builds.
  49. CMAKE_CXX_FLAGS_DEBUG:STRING=-g
  50. //Flags used by the CXX compiler during MINSIZEREL builds.
  51. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  52. //Flags used by the CXX compiler during RELEASE builds.
  53. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  54. //Flags used by the CXX compiler during RELWITHDEBINFO builds.
  55. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  56. //Path to a program.
  57. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
  58. //Flags used by the linker during all build types.
  59. CMAKE_EXE_LINKER_FLAGS:STRING=
  60. //Flags used by the linker during DEBUG builds.
  61. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
  62. //Flags used by the linker during MINSIZEREL builds.
  63. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
  64. //Flags used by the linker during RELEASE builds.
  65. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
  66. //Flags used by the linker during RELWITHDEBINFO builds.
  67. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  68. //Enable/Disable output of compile commands during generation.
  69. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
  70. //Value Computed by CMake.
  71. CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/suzj/AuseftDDSPlugins/build/CMakeFiles/pkgRedirects
  72. //User executables (bin)
  73. CMAKE_INSTALL_BINDIR:PATH=bin
  74. //Read-only architecture-independent data (DATAROOTDIR)
  75. CMAKE_INSTALL_DATADIR:PATH=
  76. //Read-only architecture-independent data root (share)
  77. CMAKE_INSTALL_DATAROOTDIR:PATH=share
  78. //Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
  79. CMAKE_INSTALL_DOCDIR:PATH=
  80. //C header files (include)
  81. CMAKE_INSTALL_INCLUDEDIR:PATH=include
  82. //Info documentation (DATAROOTDIR/info)
  83. CMAKE_INSTALL_INFODIR:PATH=
  84. //Object code libraries (lib)
  85. CMAKE_INSTALL_LIBDIR:PATH=lib
  86. //Program executables (libexec)
  87. CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
  88. //Locale-dependent data (DATAROOTDIR/locale)
  89. CMAKE_INSTALL_LOCALEDIR:PATH=
  90. //Modifiable single-machine data (var)
  91. CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
  92. //Man documentation (DATAROOTDIR/man)
  93. CMAKE_INSTALL_MANDIR:PATH=
  94. //C header files for non-gcc (/usr/include)
  95. CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
  96. //Install path prefix, prepended onto install directories.
  97. CMAKE_INSTALL_PREFIX:PATH=/usr/local
  98. //Run-time variable data (LOCALSTATEDIR/run)
  99. CMAKE_INSTALL_RUNSTATEDIR:PATH=
  100. //System admin executables (sbin)
  101. CMAKE_INSTALL_SBINDIR:PATH=sbin
  102. //Modifiable architecture-independent data (com)
  103. CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
  104. //Read-only single-machine data (etc)
  105. CMAKE_INSTALL_SYSCONFDIR:PATH=etc
  106. //Path to a program.
  107. CMAKE_LINKER:FILEPATH=/usr/bin/ld
  108. //Path to a program.
  109. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
  110. //Flags used by the linker during the creation of modules during
  111. // all build types.
  112. CMAKE_MODULE_LINKER_FLAGS:STRING=
  113. //Flags used by the linker during the creation of modules during
  114. // DEBUG builds.
  115. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  116. //Flags used by the linker during the creation of modules during
  117. // MINSIZEREL builds.
  118. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  119. //Flags used by the linker during the creation of modules during
  120. // RELEASE builds.
  121. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  122. //Flags used by the linker during the creation of modules during
  123. // RELWITHDEBINFO builds.
  124. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  125. //Path to a program.
  126. CMAKE_NM:FILEPATH=/usr/bin/nm
  127. //Path to a program.
  128. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
  129. //Path to a program.
  130. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
  131. //Value Computed by CMake
  132. CMAKE_PROJECT_DESCRIPTION:STATIC=
  133. //Value Computed by CMake
  134. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  135. //Value Computed by CMake
  136. CMAKE_PROJECT_NAME:STATIC=AuseftDDSPlugTest
  137. //Value Computed by CMake
  138. CMAKE_PROJECT_VERSION:STATIC=0.1
  139. //Value Computed by CMake
  140. CMAKE_PROJECT_VERSION_MAJOR:STATIC=0
  141. //Value Computed by CMake
  142. CMAKE_PROJECT_VERSION_MINOR:STATIC=1
  143. //Value Computed by CMake
  144. CMAKE_PROJECT_VERSION_PATCH:STATIC=
  145. //Value Computed by CMake
  146. CMAKE_PROJECT_VERSION_TWEAK:STATIC=
  147. //Path to a program.
  148. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
  149. //Path to a program.
  150. CMAKE_READELF:FILEPATH=/usr/bin/readelf
  151. //Flags used by the linker during the creation of shared libraries
  152. // during all build types.
  153. CMAKE_SHARED_LINKER_FLAGS:STRING=
  154. //Flags used by the linker during the creation of shared libraries
  155. // during DEBUG builds.
  156. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  157. //Flags used by the linker during the creation of shared libraries
  158. // during MINSIZEREL builds.
  159. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  160. //Flags used by the linker during the creation of shared libraries
  161. // during RELEASE builds.
  162. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  163. //Flags used by the linker during the creation of shared libraries
  164. // during RELWITHDEBINFO builds.
  165. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  166. //If set, runtime paths are not added when installing shared libraries,
  167. // but are added when building.
  168. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  169. //If set, runtime paths are not added when using shared libraries.
  170. CMAKE_SKIP_RPATH:BOOL=NO
  171. //Flags used by the linker during the creation of static libraries
  172. // during all build types.
  173. CMAKE_STATIC_LINKER_FLAGS:STRING=
  174. //Flags used by the linker during the creation of static libraries
  175. // during DEBUG builds.
  176. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  177. //Flags used by the linker during the creation of static libraries
  178. // during MINSIZEREL builds.
  179. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  180. //Flags used by the linker during the creation of static libraries
  181. // during RELEASE builds.
  182. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  183. //Flags used by the linker during the creation of static libraries
  184. // during RELWITHDEBINFO builds.
  185. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  186. //Path to a program.
  187. CMAKE_STRIP:FILEPATH=/usr/bin/strip
  188. //Path to a program.
  189. CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
  190. //If this value is on, makefiles will be generated without the
  191. // .SILENT directive, and all commands will be echoed to the console
  192. // during the make. This is useful for debugging only. With Visual
  193. // Studio IDE projects all commands are done without /nologo.
  194. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
  195. //Path to a file.
  196. OPENGL_EGL_INCLUDE_DIR:PATH=/usr/include
  197. //Path to a file.
  198. OPENGL_GLES2_INCLUDE_DIR:PATH=/usr/include
  199. //Path to a file.
  200. OPENGL_GLES3_INCLUDE_DIR:PATH=/usr/include
  201. //Path to a file.
  202. OPENGL_GLU_INCLUDE_DIR:PATH=/usr/include
  203. //Path to a file.
  204. OPENGL_GLX_INCLUDE_DIR:PATH=/usr/include
  205. //Path to a file.
  206. OPENGL_INCLUDE_DIR:PATH=/usr/include
  207. //Path to a library.
  208. OPENGL_egl_LIBRARY:FILEPATH=/tmp/.mount_cursoryLmboe/libEGL.so
  209. //Path to a library.
  210. OPENGL_gles2_LIBRARY:FILEPATH=/tmp/.mount_cursoryLmboe/libGLESv2.so
  211. //Path to a library.
  212. OPENGL_gles3_LIBRARY:FILEPATH=/tmp/.mount_cursoryLmboe/libGLESv2.so
  213. //Path to a library.
  214. OPENGL_glu_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLU.so
  215. //Path to a library.
  216. OPENGL_glx_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLX.so
  217. //Path to a library.
  218. OPENGL_opengl_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libOpenGL.so
  219. //Path to a file.
  220. OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND
  221. //Path to a library.
  222. OPENSSL_CRYPTO_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libcrypto.so
  223. //Path to a file.
  224. OPENSSL_INCLUDE_DIR:PATH=/usr/include
  225. //Path to a library.
  226. OPENSSL_SSL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libssl.so
  227. //Arguments to supply to pkg-config
  228. PKG_CONFIG_ARGN:STRING=
  229. //pkg-config executable
  230. PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
  231. //Additional directories where find(Qt6 ...) host Qt components
  232. // are searched
  233. QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH:STRING=
  234. //Additional directories where find(Qt6 ...) components are searched
  235. QT_ADDITIONAL_PACKAGES_PREFIX_PATH:STRING=
  236. //The directory containing a CMake configuration file for Qt6Concurrent.
  237. Qt6Concurrent_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6Concurrent
  238. //The directory containing a CMake configuration file for Qt6CoreTools.
  239. Qt6CoreTools_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6CoreTools
  240. //The directory containing a CMake configuration file for Qt6Core.
  241. Qt6Core_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6Core
  242. //The directory containing a CMake configuration file for Qt6DBusTools.
  243. Qt6DBusTools_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6DBusTools
  244. //The directory containing a CMake configuration file for Qt6DBus.
  245. Qt6DBus_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6DBus
  246. //The directory containing a CMake configuration file for Qt6ExamplesAssetDownloaderPrivate.
  247. Qt6ExamplesAssetDownloaderPrivate_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate
  248. //The directory containing a CMake configuration file for Qt6GuiTools.
  249. Qt6GuiTools_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6GuiTools
  250. //The directory containing a CMake configuration file for Qt6Gui.
  251. Qt6Gui_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6Gui
  252. //The directory containing a CMake configuration file for Qt6Network.
  253. Qt6Network_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6Network
  254. //The directory containing a CMake configuration file for Qt6OpenGL.
  255. Qt6OpenGL_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6OpenGL
  256. //The directory containing a CMake configuration file for Qt6QmlAssetDownloader.
  257. Qt6QmlAssetDownloader_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6QmlAssetDownloader
  258. //The directory containing a CMake configuration file for Qt6QmlCompilerPlusPrivateTools.
  259. Qt6QmlCompilerPlusPrivateTools_DIR:PATH=Qt6QmlCompilerPlusPrivateTools_DIR-NOTFOUND
  260. //The directory containing a CMake configuration file for Qt6QmlIntegration.
  261. Qt6QmlIntegration_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6QmlIntegration
  262. //The directory containing a CMake configuration file for Qt6QmlMeta.
  263. Qt6QmlMeta_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6QmlMeta
  264. //The directory containing a CMake configuration file for Qt6QmlModels.
  265. Qt6QmlModels_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6QmlModels
  266. //The directory containing a CMake configuration file for Qt6QmlTools.
  267. Qt6QmlTools_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6QmlTools
  268. //The directory containing a CMake configuration file for Qt6QmlWorkerScript.
  269. Qt6QmlWorkerScript_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6QmlWorkerScript
  270. //The directory containing a CMake configuration file for Qt6Qml.
  271. Qt6Qml_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6Qml
  272. //The directory containing a CMake configuration file for Qt6QuickTools.
  273. Qt6QuickTools_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6QuickTools
  274. //The directory containing a CMake configuration file for Qt6Quick.
  275. Qt6Quick_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6Quick
  276. //The directory containing a CMake configuration file for Qt6.
  277. Qt6_DIR:PATH=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6
  278. //The directory containing a CMake configuration file for TinyXML2.
  279. TinyXML2_DIR:PATH=TinyXML2_DIR-NOTFOUND
  280. //Path to a program.
  281. Vulkan_GLSLANG_VALIDATOR_EXECUTABLE:FILEPATH=Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-NOTFOUND
  282. //Path to a program.
  283. Vulkan_GLSLC_EXECUTABLE:FILEPATH=Vulkan_GLSLC_EXECUTABLE-NOTFOUND
  284. //Path to a file.
  285. Vulkan_INCLUDE_DIR:PATH=/usr/include
  286. //Path to a library.
  287. Vulkan_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libvulkan.so
  288. //Path to a file.
  289. XKB_INCLUDE_DIR:PATH=/usr/include
  290. //Path to a library.
  291. XKB_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libxkbcommon.so
  292. //The directory containing a CMake configuration file for fastcdr.
  293. fastcdr_DIR:PATH=/usr/local/lib/cmake/fastcdr
  294. //The directory containing a CMake configuration file for fastdds.
  295. fastdds_DIR:PATH=/usr/local/share/fastdds/cmake
  296. //The directory containing a CMake configuration file for foonathan_memory.
  297. foonathan_memory_DIR:PATH=/usr/local/lib/foonathan_memory/cmake
  298. //Path to a library.
  299. pkgcfg_lib_PKG_XKB_xkbcommon:FILEPATH=/usr/lib/x86_64-linux-gnu/libxkbcommon.so
  300. //Path to a library.
  301. pkgcfg_lib__OPENSSL_crypto:FILEPATH=/usr/lib/x86_64-linux-gnu/libcrypto.so
  302. //Path to a library.
  303. pkgcfg_lib__OPENSSL_ssl:FILEPATH=/usr/lib/x86_64-linux-gnu/libssl.so
  304. ########################
  305. # INTERNAL cache entries
  306. ########################
  307. //ADVANCED property for variable: CMAKE_ADDR2LINE
  308. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  309. //ADVANCED property for variable: CMAKE_AR
  310. CMAKE_AR-ADVANCED:INTERNAL=1
  311. //This is the directory where this CMakeCache.txt was created
  312. CMAKE_CACHEFILE_DIR:INTERNAL=/home/suzj/AuseftDDSPlugins/build
  313. //Major version of cmake used to create the current loaded cache
  314. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  315. //Minor version of cmake used to create the current loaded cache
  316. CMAKE_CACHE_MINOR_VERSION:INTERNAL=29
  317. //Patch version of cmake used to create the current loaded cache
  318. CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
  319. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  320. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  321. //Path to CMake executable.
  322. CMAKE_COMMAND:INTERNAL=/home/suzj/Qt/Tools/CMake/bin/cmake
  323. //Path to cpack program executable.
  324. CMAKE_CPACK_COMMAND:INTERNAL=/home/suzj/Qt/Tools/CMake/bin/cpack
  325. //Path to ctest program executable.
  326. CMAKE_CTEST_COMMAND:INTERNAL=/home/suzj/Qt/Tools/CMake/bin/ctest
  327. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  328. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  329. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  330. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  331. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  332. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  333. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  334. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  335. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  336. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  337. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  338. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  339. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  340. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  341. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  342. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  343. //ADVANCED property for variable: CMAKE_DLLTOOL
  344. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  345. //Path to cache edit program executable.
  346. CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/bin/ccmake
  347. //Executable file format
  348. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  349. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  350. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  351. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  352. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  353. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  354. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  355. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  356. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  357. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  358. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  359. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  360. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  361. //Name of external makefile project generator.
  362. CMAKE_EXTRA_GENERATOR:INTERNAL=
  363. //Name of generator.
  364. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  365. //Generator instance identifier.
  366. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  367. //Name of generator platform.
  368. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  369. //Name of generator toolset.
  370. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  371. //Test CMAKE_HAVE_LIBC_PTHREAD
  372. CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=
  373. //Source directory with the top level CMakeLists.txt file for this
  374. // project
  375. CMAKE_HOME_DIRECTORY:INTERNAL=/home/suzj/AuseftDDSPlugins
  376. //ADVANCED property for variable: CMAKE_INSTALL_BINDIR
  377. CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
  378. //ADVANCED property for variable: CMAKE_INSTALL_DATADIR
  379. CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
  380. //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
  381. CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
  382. //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
  383. CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
  384. //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
  385. CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
  386. //ADVANCED property for variable: CMAKE_INSTALL_INFODIR
  387. CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
  388. //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
  389. CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
  390. //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
  391. CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
  392. //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
  393. CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
  394. //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
  395. CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
  396. //ADVANCED property for variable: CMAKE_INSTALL_MANDIR
  397. CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
  398. //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
  399. CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
  400. //ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
  401. CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
  402. //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
  403. CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
  404. //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
  405. CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
  406. //Install .so files without execute permission.
  407. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  408. //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
  409. CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
  410. //ADVANCED property for variable: CMAKE_LINKER
  411. CMAKE_LINKER-ADVANCED:INTERNAL=1
  412. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  413. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  414. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  415. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  416. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  417. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  418. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  419. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  420. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  421. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  422. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  423. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  424. //ADVANCED property for variable: CMAKE_NM
  425. CMAKE_NM-ADVANCED:INTERNAL=1
  426. //number of local generators
  427. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2
  428. //ADVANCED property for variable: CMAKE_OBJCOPY
  429. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  430. //ADVANCED property for variable: CMAKE_OBJDUMP
  431. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  432. //Platform information initialized
  433. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  434. //ADVANCED property for variable: CMAKE_RANLIB
  435. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  436. //ADVANCED property for variable: CMAKE_READELF
  437. CMAKE_READELF-ADVANCED:INTERNAL=1
  438. //Path to CMake installation.
  439. CMAKE_ROOT:INTERNAL=/home/suzj/Qt/Tools/CMake/share/cmake-3.29
  440. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  441. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  442. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  443. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  444. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  445. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  446. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  447. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  448. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  449. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  450. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  451. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  452. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  453. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  454. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  455. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  456. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  457. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  458. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  459. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  460. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  461. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  462. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  463. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  464. //ADVANCED property for variable: CMAKE_STRIP
  465. CMAKE_STRIP-ADVANCED:INTERNAL=1
  466. //ADVANCED property for variable: CMAKE_TAPI
  467. CMAKE_TAPI-ADVANCED:INTERNAL=1
  468. //uname command
  469. CMAKE_UNAME:INTERNAL=/usr/bin/uname
  470. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  471. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  472. //Details about finding OpenGL
  473. FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libOpenGL.so][/usr/lib/x86_64-linux-gnu/libGLX.so][/usr/include][c ][v()]
  474. //Details about finding OpenSSL
  475. FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libcrypto.so][/usr/include][c ][v1.1.1f()]
  476. //Details about finding Threads
  477. FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
  478. //Details about finding WrapAtomic
  479. FIND_PACKAGE_MESSAGE_DETAILS_WrapAtomic:INTERNAL=[1][v()]
  480. //Details about finding WrapOpenGL
  481. FIND_PACKAGE_MESSAGE_DETAILS_WrapOpenGL:INTERNAL=[ON][v()]
  482. //Details about finding WrapVulkanHeaders
  483. FIND_PACKAGE_MESSAGE_DETAILS_WrapVulkanHeaders:INTERNAL=[/usr/include][v()]
  484. //Details about finding XKB
  485. FIND_PACKAGE_MESSAGE_DETAILS_XKB:INTERNAL=[/usr/lib/x86_64-linux-gnu/libxkbcommon.so][/usr/include][v0.10.0(0.5.0)]
  486. //Test HAVE_STDATOMIC
  487. HAVE_STDATOMIC:INTERNAL=1
  488. //ADVANCED property for variable: OPENGL_EGL_INCLUDE_DIR
  489. OPENGL_EGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
  490. //ADVANCED property for variable: OPENGL_GLES2_INCLUDE_DIR
  491. OPENGL_GLES2_INCLUDE_DIR-ADVANCED:INTERNAL=1
  492. //ADVANCED property for variable: OPENGL_GLES3_INCLUDE_DIR
  493. OPENGL_GLES3_INCLUDE_DIR-ADVANCED:INTERNAL=1
  494. //ADVANCED property for variable: OPENGL_GLU_INCLUDE_DIR
  495. OPENGL_GLU_INCLUDE_DIR-ADVANCED:INTERNAL=1
  496. //ADVANCED property for variable: OPENGL_GLX_INCLUDE_DIR
  497. OPENGL_GLX_INCLUDE_DIR-ADVANCED:INTERNAL=1
  498. //ADVANCED property for variable: OPENGL_INCLUDE_DIR
  499. OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
  500. //ADVANCED property for variable: OPENGL_egl_LIBRARY
  501. OPENGL_egl_LIBRARY-ADVANCED:INTERNAL=1
  502. //ADVANCED property for variable: OPENGL_gles2_LIBRARY
  503. OPENGL_gles2_LIBRARY-ADVANCED:INTERNAL=1
  504. //ADVANCED property for variable: OPENGL_gles3_LIBRARY
  505. OPENGL_gles3_LIBRARY-ADVANCED:INTERNAL=1
  506. //ADVANCED property for variable: OPENGL_glu_LIBRARY
  507. OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
  508. //ADVANCED property for variable: OPENGL_glx_LIBRARY
  509. OPENGL_glx_LIBRARY-ADVANCED:INTERNAL=1
  510. //ADVANCED property for variable: OPENGL_opengl_LIBRARY
  511. OPENGL_opengl_LIBRARY-ADVANCED:INTERNAL=1
  512. //ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR
  513. OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1
  514. //ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY
  515. OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1
  516. //ADVANCED property for variable: OPENSSL_INCLUDE_DIR
  517. OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1
  518. //ADVANCED property for variable: OPENSSL_SSL_LIBRARY
  519. OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1
  520. //ADVANCED property for variable: PKG_CONFIG_ARGN
  521. PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
  522. //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
  523. PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
  524. PKG_XKB_CFLAGS:INTERNAL=-I/usr/include
  525. PKG_XKB_CFLAGS_I:INTERNAL=
  526. PKG_XKB_CFLAGS_OTHER:INTERNAL=
  527. PKG_XKB_FOUND:INTERNAL=1
  528. PKG_XKB_INCLUDEDIR:INTERNAL=/usr/include
  529. PKG_XKB_INCLUDE_DIRS:INTERNAL=/usr/include
  530. PKG_XKB_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lxkbcommon
  531. PKG_XKB_LDFLAGS_OTHER:INTERNAL=
  532. PKG_XKB_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
  533. PKG_XKB_LIBRARIES:INTERNAL=xkbcommon
  534. PKG_XKB_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu
  535. PKG_XKB_LIBS:INTERNAL=
  536. PKG_XKB_LIBS_L:INTERNAL=
  537. PKG_XKB_LIBS_OTHER:INTERNAL=
  538. PKG_XKB_LIBS_PATHS:INTERNAL=
  539. PKG_XKB_MODULE_NAME:INTERNAL=xkbcommon
  540. PKG_XKB_PREFIX:INTERNAL=/usr
  541. PKG_XKB_STATIC_CFLAGS:INTERNAL=-I/usr/include
  542. PKG_XKB_STATIC_CFLAGS_I:INTERNAL=
  543. PKG_XKB_STATIC_CFLAGS_OTHER:INTERNAL=
  544. PKG_XKB_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include
  545. PKG_XKB_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lxkbcommon
  546. PKG_XKB_STATIC_LDFLAGS_OTHER:INTERNAL=
  547. PKG_XKB_STATIC_LIBDIR:INTERNAL=
  548. PKG_XKB_STATIC_LIBRARIES:INTERNAL=xkbcommon
  549. PKG_XKB_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu
  550. PKG_XKB_STATIC_LIBS:INTERNAL=
  551. PKG_XKB_STATIC_LIBS_L:INTERNAL=
  552. PKG_XKB_STATIC_LIBS_OTHER:INTERNAL=
  553. PKG_XKB_STATIC_LIBS_PATHS:INTERNAL=
  554. PKG_XKB_VERSION:INTERNAL=0.10.0
  555. PKG_XKB_xkbcommon_INCLUDEDIR:INTERNAL=
  556. PKG_XKB_xkbcommon_LIBDIR:INTERNAL=
  557. PKG_XKB_xkbcommon_PREFIX:INTERNAL=
  558. PKG_XKB_xkbcommon_VERSION:INTERNAL=
  559. //Qt feature: accessibility (from target Qt6::Gui)
  560. QT_FEATURE_accessibility:INTERNAL=ON
  561. //Qt feature: accessibility_atspi_bridge (from target Qt6::Gui)
  562. QT_FEATURE_accessibility_atspi_bridge:INTERNAL=ON
  563. //Qt feature: action (from target Qt6::Gui)
  564. QT_FEATURE_action:INTERNAL=ON
  565. //Qt feature: aesni (from target Qt6::Core)
  566. QT_FEATURE_aesni:INTERNAL=ON
  567. //Qt feature: alloca (from target Qt6::Core)
  568. QT_FEATURE_alloca:INTERNAL=ON
  569. //Qt feature: alloca_h (from target Qt6::Core)
  570. QT_FEATURE_alloca_h:INTERNAL=ON
  571. //Qt feature: alloca_malloc_h (from target Qt6::Core)
  572. QT_FEATURE_alloca_malloc_h:INTERNAL=OFF
  573. //Qt feature: android_style_assets (from target Qt6::Core)
  574. QT_FEATURE_android_style_assets:INTERNAL=OFF
  575. //Qt feature: animation (from target Qt6::Core)
  576. QT_FEATURE_animation:INTERNAL=ON
  577. //Qt feature: appstore_compliant (from target Qt6::Core)
  578. QT_FEATURE_appstore_compliant:INTERNAL=OFF
  579. //Qt feature: arm_crc32 (from target Qt6::Core)
  580. QT_FEATURE_arm_crc32:INTERNAL=OFF
  581. //Qt feature: arm_crypto (from target Qt6::Core)
  582. QT_FEATURE_arm_crypto:INTERNAL=OFF
  583. //Qt feature: avx (from target Qt6::Core)
  584. QT_FEATURE_avx:INTERNAL=ON
  585. //Qt feature: avx2 (from target Qt6::Core)
  586. QT_FEATURE_avx2:INTERNAL=ON
  587. //Qt feature: avx512bw (from target Qt6::Core)
  588. QT_FEATURE_avx512bw:INTERNAL=ON
  589. //Qt feature: avx512cd (from target Qt6::Core)
  590. QT_FEATURE_avx512cd:INTERNAL=ON
  591. //Qt feature: avx512dq (from target Qt6::Core)
  592. QT_FEATURE_avx512dq:INTERNAL=ON
  593. //Qt feature: avx512er (from target Qt6::Core)
  594. QT_FEATURE_avx512er:INTERNAL=ON
  595. //Qt feature: avx512f (from target Qt6::Core)
  596. QT_FEATURE_avx512f:INTERNAL=ON
  597. //Qt feature: avx512ifma (from target Qt6::Core)
  598. QT_FEATURE_avx512ifma:INTERNAL=ON
  599. //Qt feature: avx512pf (from target Qt6::Core)
  600. QT_FEATURE_avx512pf:INTERNAL=ON
  601. //Qt feature: avx512vbmi (from target Qt6::Core)
  602. QT_FEATURE_avx512vbmi:INTERNAL=ON
  603. //Qt feature: avx512vbmi2 (from target Qt6::Core)
  604. QT_FEATURE_avx512vbmi2:INTERNAL=ON
  605. //Qt feature: avx512vl (from target Qt6::Core)
  606. QT_FEATURE_avx512vl:INTERNAL=ON
  607. //Qt feature: backtrace (from target Qt6::Core)
  608. QT_FEATURE_backtrace:INTERNAL=ON
  609. //Qt feature: broken_threadlocal_dtors (from target Qt6::Core)
  610. QT_FEATURE_broken_threadlocal_dtors:INTERNAL=OFF
  611. //Qt feature: brotli (from target Qt6::Network)
  612. QT_FEATURE_brotli:INTERNAL=OFF
  613. //Qt feature: cborstreamreader (from target Qt6::Core)
  614. QT_FEATURE_cborstreamreader:INTERNAL=ON
  615. //Qt feature: cborstreamwriter (from target Qt6::Core)
  616. QT_FEATURE_cborstreamwriter:INTERNAL=ON
  617. //Qt feature: clipboard (from target Qt6::Gui)
  618. QT_FEATURE_clipboard:INTERNAL=ON
  619. //Qt feature: clock_gettime (from target Qt6::Core)
  620. QT_FEATURE_clock_gettime:INTERNAL=ON
  621. //Qt feature: clock_monotonic (from target Qt6::Core)
  622. QT_FEATURE_clock_monotonic:INTERNAL=ON
  623. //Qt feature: close_range (from target Qt6::Core)
  624. QT_FEATURE_close_range:INTERNAL=OFF
  625. //Qt feature: colornames (from target Qt6::Gui)
  626. QT_FEATURE_colornames:INTERNAL=ON
  627. //Qt feature: commandlineparser (from target Qt6::Core)
  628. QT_FEATURE_commandlineparser:INTERNAL=ON
  629. //Qt feature: concatenatetablesproxymodel (from target Qt6::Core)
  630. QT_FEATURE_concatenatetablesproxymodel:INTERNAL=ON
  631. //Qt feature: concurrent (from target Qt6::Core)
  632. QT_FEATURE_concurrent:INTERNAL=ON
  633. //Qt feature: cpp_winrt (from target Qt6::Core)
  634. QT_FEATURE_cpp_winrt:INTERNAL=OFF
  635. //Qt feature: cross_compile (from target Qt6::Core)
  636. QT_FEATURE_cross_compile:INTERNAL=OFF
  637. //Qt feature: cssparser (from target Qt6::Gui)
  638. QT_FEATURE_cssparser:INTERNAL=ON
  639. //Qt feature: ctf (from target Qt6::Core)
  640. QT_FEATURE_ctf:INTERNAL=OFF
  641. //Qt feature: cursor (from target Qt6::Gui)
  642. QT_FEATURE_cursor:INTERNAL=ON
  643. //Qt feature: cxx11_future (from target Qt6::Core)
  644. QT_FEATURE_cxx11_future:INTERNAL=ON
  645. //Qt feature: cxx17_filesystem (from target Qt6::Core)
  646. QT_FEATURE_cxx17_filesystem:INTERNAL=ON
  647. //Qt feature: cxx20 (from target Qt6::Core)
  648. QT_FEATURE_cxx20:INTERNAL=OFF
  649. //Qt feature: cxx23_stacktrace (from target Qt6::Core)
  650. QT_FEATURE_cxx23_stacktrace:INTERNAL=OFF
  651. //Qt feature: cxx2a (from target Qt6::Core)
  652. QT_FEATURE_cxx2a:INTERNAL=OFF
  653. //Qt feature: cxx2b (from target Qt6::Core)
  654. QT_FEATURE_cxx2b:INTERNAL=OFF
  655. //Qt feature: datestring (from target Qt6::Core)
  656. QT_FEATURE_datestring:INTERNAL=ON
  657. //Qt feature: datetimeparser (from target Qt6::Core)
  658. QT_FEATURE_datetimeparser:INTERNAL=ON
  659. //Qt feature: dbus (from target Qt6::Core)
  660. QT_FEATURE_dbus:INTERNAL=ON
  661. //Qt feature: dbus_linked (from target Qt6::Core)
  662. QT_FEATURE_dbus_linked:INTERNAL=ON
  663. //Qt feature: debug (from target Qt6::Core)
  664. QT_FEATURE_debug:INTERNAL=OFF
  665. //Qt feature: debug_and_release (from target Qt6::Core)
  666. QT_FEATURE_debug_and_release:INTERNAL=OFF
  667. //Qt feature: desktopservices (from target Qt6::Gui)
  668. QT_FEATURE_desktopservices:INTERNAL=ON
  669. //Qt feature: developer_build (from target Qt6::Core)
  670. QT_FEATURE_developer_build:INTERNAL=OFF
  671. //Qt feature: direct2d (from target Qt6::Gui)
  672. QT_FEATURE_direct2d:INTERNAL=OFF
  673. //Qt feature: direct2d1_1 (from target Qt6::Gui)
  674. QT_FEATURE_direct2d1_1:INTERNAL=OFF
  675. //Qt feature: directfb (from target Qt6::Gui)
  676. QT_FEATURE_directfb:INTERNAL=OFF
  677. //Qt feature: directwrite (from target Qt6::Gui)
  678. QT_FEATURE_directwrite:INTERNAL=OFF
  679. //Qt feature: directwrite3 (from target Qt6::Gui)
  680. QT_FEATURE_directwrite3:INTERNAL=OFF
  681. //Qt feature: dladdr (from target Qt6::Core)
  682. QT_FEATURE_dladdr:INTERNAL=ON
  683. //Qt feature: dlopen (from target Qt6::Core)
  684. QT_FEATURE_dlopen:INTERNAL=ON
  685. //Qt feature: dnslookup (from target Qt6::Network)
  686. QT_FEATURE_dnslookup:INTERNAL=ON
  687. //Qt feature: doubleconversion (from target Qt6::Core)
  688. QT_FEATURE_doubleconversion:INTERNAL=ON
  689. //Qt feature: draganddrop (from target Qt6::Gui)
  690. QT_FEATURE_draganddrop:INTERNAL=ON
  691. //Qt feature: drm_atomic (from target Qt6::Gui)
  692. QT_FEATURE_drm_atomic:INTERNAL=ON
  693. //Qt feature: dtls (from target Qt6::Network)
  694. QT_FEATURE_dtls:INTERNAL=ON
  695. //Qt feature: dynamicgl (from target Qt6::Gui)
  696. QT_FEATURE_dynamicgl:INTERNAL=OFF
  697. //Qt feature: easingcurve (from target Qt6::Core)
  698. QT_FEATURE_easingcurve:INTERNAL=ON
  699. //Qt feature: egl (from target Qt6::Gui)
  700. QT_FEATURE_egl:INTERNAL=ON
  701. //Qt feature: egl_x11 (from target Qt6::Gui)
  702. QT_FEATURE_egl_x11:INTERNAL=ON
  703. //Qt feature: eglfs (from target Qt6::Gui)
  704. QT_FEATURE_eglfs:INTERNAL=ON
  705. //Qt feature: eglfs_brcm (from target Qt6::Gui)
  706. QT_FEATURE_eglfs_brcm:INTERNAL=OFF
  707. //Qt feature: eglfs_egldevice (from target Qt6::Gui)
  708. QT_FEATURE_eglfs_egldevice:INTERNAL=ON
  709. //Qt feature: eglfs_gbm (from target Qt6::Gui)
  710. QT_FEATURE_eglfs_gbm:INTERNAL=ON
  711. //Qt feature: eglfs_mali (from target Qt6::Gui)
  712. QT_FEATURE_eglfs_mali:INTERNAL=OFF
  713. //Qt feature: eglfs_openwfd (from target Qt6::Gui)
  714. QT_FEATURE_eglfs_openwfd:INTERNAL=OFF
  715. //Qt feature: eglfs_rcar (from target Qt6::Gui)
  716. QT_FEATURE_eglfs_rcar:INTERNAL=OFF
  717. //Qt feature: eglfs_viv (from target Qt6::Gui)
  718. QT_FEATURE_eglfs_viv:INTERNAL=OFF
  719. //Qt feature: eglfs_viv_wl (from target Qt6::Gui)
  720. QT_FEATURE_eglfs_viv_wl:INTERNAL=OFF
  721. //Qt feature: eglfs_vsp2 (from target Qt6::Gui)
  722. QT_FEATURE_eglfs_vsp2:INTERNAL=OFF
  723. //Qt feature: eglfs_x11 (from target Qt6::Gui)
  724. QT_FEATURE_eglfs_x11:INTERNAL=ON
  725. //Qt feature: elf_private_full_version (from target Qt6::Core)
  726. QT_FEATURE_elf_private_full_version:INTERNAL=OFF
  727. //Qt feature: enable_new_dtags (from target Qt6::Core)
  728. QT_FEATURE_enable_new_dtags:INTERNAL=ON
  729. //Qt feature: etw (from target Qt6::Core)
  730. QT_FEATURE_etw:INTERNAL=OFF
  731. //Qt feature: evdev (from target Qt6::Gui)
  732. QT_FEATURE_evdev:INTERNAL=ON
  733. //Qt feature: f16c (from target Qt6::Core)
  734. QT_FEATURE_f16c:INTERNAL=ON
  735. //Qt feature: filesystemiterator (from target Qt6::Core)
  736. QT_FEATURE_filesystemiterator:INTERNAL=ON
  737. //Qt feature: filesystemmodel (from target Qt6::Gui)
  738. QT_FEATURE_filesystemmodel:INTERNAL=ON
  739. //Qt feature: filesystemwatcher (from target Qt6::Core)
  740. QT_FEATURE_filesystemwatcher:INTERNAL=ON
  741. //Qt feature: fontconfig (from target Qt6::Gui)
  742. QT_FEATURE_fontconfig:INTERNAL=ON
  743. //Qt feature: force_asserts (from target Qt6::Core)
  744. QT_FEATURE_force_asserts:INTERNAL=OFF
  745. //Qt feature: force_debug_info (from target Qt6::Core)
  746. QT_FEATURE_force_debug_info:INTERNAL=ON
  747. //Qt feature: forkfd_pidfd (from target Qt6::Core)
  748. QT_FEATURE_forkfd_pidfd:INTERNAL=ON
  749. //Qt feature: framework (from target Qt6::Core)
  750. QT_FEATURE_framework:INTERNAL=OFF
  751. //Qt feature: freetype (from target Qt6::Gui)
  752. QT_FEATURE_freetype:INTERNAL=ON
  753. //Qt feature: futimens (from target Qt6::Core)
  754. QT_FEATURE_futimens:INTERNAL=ON
  755. //Qt feature: future (from target Qt6::Core)
  756. QT_FEATURE_future:INTERNAL=ON
  757. //Qt feature: gbm (from target Qt6::Gui)
  758. QT_FEATURE_gbm:INTERNAL=ON
  759. //Qt feature: gc_binaries (from target Qt6::Core)
  760. QT_FEATURE_gc_binaries:INTERNAL=OFF
  761. //Qt feature: gestures (from target Qt6::Core)
  762. QT_FEATURE_gestures:INTERNAL=ON
  763. //Qt feature: getauxval (from target Qt6::Core)
  764. QT_FEATURE_getauxval:INTERNAL=ON
  765. //Qt feature: getentropy (from target Qt6::Core)
  766. QT_FEATURE_getentropy:INTERNAL=ON
  767. //Qt feature: getifaddrs (from target Qt6::Network)
  768. QT_FEATURE_getifaddrs:INTERNAL=OFF
  769. //Qt feature: gif (from target Qt6::Gui)
  770. QT_FEATURE_gif:INTERNAL=ON
  771. //Qt feature: glib (from target Qt6::Core)
  772. QT_FEATURE_glib:INTERNAL=ON
  773. //Qt feature: glibc_fortify_source (from target Qt6::Core)
  774. QT_FEATURE_glibc_fortify_source:INTERNAL=ON
  775. //Qt feature: graphicsframecapture (from target Qt6::Gui)
  776. QT_FEATURE_graphicsframecapture:INTERNAL=OFF
  777. //Qt feature: gssapi (from target Qt6::Network)
  778. QT_FEATURE_gssapi:INTERNAL=ON
  779. //Qt feature: gui (from target Qt6::Core)
  780. QT_FEATURE_gui:INTERNAL=ON
  781. //Qt feature: harfbuzz (from target Qt6::Gui)
  782. QT_FEATURE_harfbuzz:INTERNAL=ON
  783. //Qt feature: highdpiscaling (from target Qt6::Gui)
  784. QT_FEATURE_highdpiscaling:INTERNAL=ON
  785. //Qt feature: hijricalendar (from target Qt6::Core)
  786. QT_FEATURE_hijricalendar:INTERNAL=ON
  787. //Qt feature: http (from target Qt6::Network)
  788. QT_FEATURE_http:INTERNAL=ON
  789. //Qt feature: ico (from target Qt6::Gui)
  790. QT_FEATURE_ico:INTERNAL=ON
  791. //Qt feature: icu (from target Qt6::Core)
  792. QT_FEATURE_icu:INTERNAL=ON
  793. //Qt feature: identityproxymodel (from target Qt6::Core)
  794. QT_FEATURE_identityproxymodel:INTERNAL=ON
  795. //Qt feature: im (from target Qt6::Gui)
  796. QT_FEATURE_im:INTERNAL=ON
  797. //Qt feature: image_heuristic_mask (from target Qt6::Gui)
  798. QT_FEATURE_image_heuristic_mask:INTERNAL=ON
  799. //Qt feature: image_text (from target Qt6::Gui)
  800. QT_FEATURE_image_text:INTERNAL=ON
  801. //Qt feature: imageformat_bmp (from target Qt6::Gui)
  802. QT_FEATURE_imageformat_bmp:INTERNAL=ON
  803. //Qt feature: imageformat_jpeg (from target Qt6::Gui)
  804. QT_FEATURE_imageformat_jpeg:INTERNAL=ON
  805. //Qt feature: imageformat_png (from target Qt6::Gui)
  806. QT_FEATURE_imageformat_png:INTERNAL=ON
  807. //Qt feature: imageformat_ppm (from target Qt6::Gui)
  808. QT_FEATURE_imageformat_ppm:INTERNAL=ON
  809. //Qt feature: imageformat_xbm (from target Qt6::Gui)
  810. QT_FEATURE_imageformat_xbm:INTERNAL=ON
  811. //Qt feature: imageformat_xpm (from target Qt6::Gui)
  812. QT_FEATURE_imageformat_xpm:INTERNAL=ON
  813. //Qt feature: imageformatplugin (from target Qt6::Gui)
  814. QT_FEATURE_imageformatplugin:INTERNAL=ON
  815. //Qt feature: imageio_text_loading (from target Qt6::Gui)
  816. QT_FEATURE_imageio_text_loading:INTERNAL=ON
  817. //Qt feature: inotify (from target Qt6::Core)
  818. QT_FEATURE_inotify:INTERNAL=ON
  819. //Qt feature: integrityfb (from target Qt6::Gui)
  820. QT_FEATURE_integrityfb:INTERNAL=OFF
  821. //Qt feature: integrityhid (from target Qt6::Gui)
  822. QT_FEATURE_integrityhid:INTERNAL=OFF
  823. //Qt feature: intelcet (from target Qt6::Core)
  824. QT_FEATURE_intelcet:INTERNAL=ON
  825. //Qt feature: ipv6ifname (from target Qt6::Network)
  826. QT_FEATURE_ipv6ifname:INTERNAL=OFF
  827. //Qt feature: islamiccivilcalendar (from target Qt6::Core)
  828. QT_FEATURE_islamiccivilcalendar:INTERNAL=ON
  829. //Qt feature: itemmodel (from target Qt6::Core)
  830. QT_FEATURE_itemmodel:INTERNAL=ON
  831. //Qt feature: jalalicalendar (from target Qt6::Core)
  832. QT_FEATURE_jalalicalendar:INTERNAL=ON
  833. //Qt feature: journald (from target Qt6::Core)
  834. QT_FEATURE_journald:INTERNAL=OFF
  835. //Qt feature: jpeg (from target Qt6::Gui)
  836. QT_FEATURE_jpeg:INTERNAL=ON
  837. //Qt feature: kms (from target Qt6::Gui)
  838. QT_FEATURE_kms:INTERNAL=ON
  839. //Qt feature: largefile (from target Qt6::Core)
  840. QT_FEATURE_largefile:INTERNAL=ON
  841. //Qt feature: libcpp_hardening (from target Qt6::Core)
  842. QT_FEATURE_libcpp_hardening:INTERNAL=OFF
  843. //Qt feature: libinput (from target Qt6::Gui)
  844. QT_FEATURE_libinput:INTERNAL=OFF
  845. //Qt feature: libinput_axis_api (from target Qt6::Gui)
  846. QT_FEATURE_libinput_axis_api:INTERNAL=OFF
  847. //Qt feature: libinput_hires_wheel_support (from target Qt6::Gui)
  848. QT_FEATURE_libinput_hires_wheel_support:INTERNAL=OFF
  849. //Qt feature: libproxy (from target Qt6::Network)
  850. QT_FEATURE_libproxy:INTERNAL=OFF
  851. //Qt feature: library (from target Qt6::Core)
  852. QT_FEATURE_library:INTERNAL=ON
  853. //Qt feature: libresolv (from target Qt6::Network)
  854. QT_FEATURE_libresolv:INTERNAL=ON
  855. //Qt feature: libstdcpp_assertions (from target Qt6::Core)
  856. QT_FEATURE_libstdcpp_assertions:INTERNAL=ON
  857. //Qt feature: libudev (from target Qt6::Core)
  858. QT_FEATURE_libudev:INTERNAL=OFF
  859. //Qt feature: linkat (from target Qt6::Core)
  860. QT_FEATURE_linkat:INTERNAL=ON
  861. //Qt feature: linux_netlink (from target Qt6::Network)
  862. QT_FEATURE_linux_netlink:INTERNAL=ON
  863. //Qt feature: linuxfb (from target Qt6::Gui)
  864. QT_FEATURE_linuxfb:INTERNAL=ON
  865. //Qt feature: localserver (from target Qt6::Network)
  866. QT_FEATURE_localserver:INTERNAL=ON
  867. //Qt feature: localtime_r (from target Qt6::Core)
  868. QT_FEATURE_localtime_r:INTERNAL=ON
  869. //Qt feature: localtime_s (from target Qt6::Core)
  870. QT_FEATURE_localtime_s:INTERNAL=OFF
  871. //Qt feature: lttng (from target Qt6::Core)
  872. QT_FEATURE_lttng:INTERNAL=OFF
  873. //Qt feature: memmem (from target Qt6::Core)
  874. QT_FEATURE_memmem:INTERNAL=ON
  875. //Qt feature: memrchr (from target Qt6::Core)
  876. QT_FEATURE_memrchr:INTERNAL=ON
  877. //Qt feature: metal (from target Qt6::Gui)
  878. QT_FEATURE_metal:INTERNAL=OFF
  879. //Qt feature: mimetype (from target Qt6::Core)
  880. QT_FEATURE_mimetype:INTERNAL=ON
  881. //Qt feature: mimetype_database (from target Qt6::Core)
  882. QT_FEATURE_mimetype_database:INTERNAL=ON
  883. //Qt feature: mips_dsp (from target Qt6::Core)
  884. QT_FEATURE_mips_dsp:INTERNAL=OFF
  885. //Qt feature: mips_dspr2 (from target Qt6::Core)
  886. QT_FEATURE_mips_dspr2:INTERNAL=OFF
  887. //Qt feature: movie (from target Qt6::Gui)
  888. QT_FEATURE_movie:INTERNAL=ON
  889. //Qt feature: mtdev (from target Qt6::Gui)
  890. QT_FEATURE_mtdev:INTERNAL=OFF
  891. //Qt feature: multiprocess (from target Qt6::Gui)
  892. QT_FEATURE_multiprocess:INTERNAL=ON
  893. //Qt feature: neon (from target Qt6::Core)
  894. QT_FEATURE_neon:INTERNAL=OFF
  895. //Qt feature: network (from target Qt6::Core)
  896. QT_FEATURE_network:INTERNAL=ON
  897. //Qt feature: networkdiskcache (from target Qt6::Network)
  898. QT_FEATURE_networkdiskcache:INTERNAL=ON
  899. //Qt feature: networkinterface (from target Qt6::Network)
  900. QT_FEATURE_networkinterface:INTERNAL=ON
  901. //Qt feature: networklistmanager (from target Qt6::Network)
  902. QT_FEATURE_networklistmanager:INTERNAL=OFF
  903. //Qt feature: networkproxy (from target Qt6::Network)
  904. QT_FEATURE_networkproxy:INTERNAL=ON
  905. //Qt feature: no_direct_extern_access (from target Qt6::Core)
  906. QT_FEATURE_no_direct_extern_access:INTERNAL=OFF
  907. //Qt feature: ocsp (from target Qt6::Network)
  908. QT_FEATURE_ocsp:INTERNAL=ON
  909. //Qt feature: opengl (from target Qt6::Gui)
  910. QT_FEATURE_opengl:INTERNAL=ON
  911. //Qt feature: opengles2 (from target Qt6::Gui)
  912. QT_FEATURE_opengles2:INTERNAL=OFF
  913. //Qt feature: opengles3 (from target Qt6::Gui)
  914. QT_FEATURE_opengles3:INTERNAL=OFF
  915. //Qt feature: opengles31 (from target Qt6::Gui)
  916. QT_FEATURE_opengles31:INTERNAL=OFF
  917. //Qt feature: opengles32 (from target Qt6::Gui)
  918. QT_FEATURE_opengles32:INTERNAL=OFF
  919. //Qt feature: openssl (from target Qt6::Core)
  920. QT_FEATURE_openssl:INTERNAL=ON
  921. //Qt feature: openssl_hash (from target Qt6::Core)
  922. QT_FEATURE_openssl_hash:INTERNAL=OFF
  923. //Qt feature: openssl_linked (from target Qt6::Core)
  924. QT_FEATURE_openssl_linked:INTERNAL=OFF
  925. //Qt feature: opensslv11 (from target Qt6::Core)
  926. QT_FEATURE_opensslv11:INTERNAL=OFF
  927. //Qt feature: opensslv30 (from target Qt6::Core)
  928. QT_FEATURE_opensslv30:INTERNAL=ON
  929. //Qt feature: openvg (from target Qt6::Gui)
  930. QT_FEATURE_openvg:INTERNAL=OFF
  931. //Qt feature: pcre2 (from target Qt6::Core)
  932. QT_FEATURE_pcre2:INTERNAL=ON
  933. //Qt feature: pdf (from target Qt6::Gui)
  934. QT_FEATURE_pdf:INTERNAL=ON
  935. //Qt feature: permissions (from target Qt6::Core)
  936. QT_FEATURE_permissions:INTERNAL=ON
  937. //Qt feature: picture (from target Qt6::Gui)
  938. QT_FEATURE_picture:INTERNAL=ON
  939. //Qt feature: pkg_config (from target Qt6::Core)
  940. QT_FEATURE_pkg_config:INTERNAL=ON
  941. //Qt feature: plugin_manifest (from target Qt6::Core)
  942. QT_FEATURE_plugin_manifest:INTERNAL=ON
  943. //Qt feature: png (from target Qt6::Gui)
  944. QT_FEATURE_png:INTERNAL=ON
  945. //Qt feature: poll_exit_on_error (from target Qt6::Core)
  946. QT_FEATURE_poll_exit_on_error:INTERNAL=OFF
  947. //Qt feature: poll_poll (from target Qt6::Core)
  948. QT_FEATURE_poll_poll:INTERNAL=OFF
  949. //Qt feature: poll_pollts (from target Qt6::Core)
  950. QT_FEATURE_poll_pollts:INTERNAL=OFF
  951. //Qt feature: poll_ppoll (from target Qt6::Core)
  952. QT_FEATURE_poll_ppoll:INTERNAL=ON
  953. //Qt feature: poll_select (from target Qt6::Core)
  954. QT_FEATURE_poll_select:INTERNAL=OFF
  955. //Qt feature: posix_fallocate (from target Qt6::Core)
  956. QT_FEATURE_posix_fallocate:INTERNAL=ON
  957. //Qt feature: posix_sem (from target Qt6::Core)
  958. QT_FEATURE_posix_sem:INTERNAL=ON
  959. //Qt feature: posix_shm (from target Qt6::Core)
  960. QT_FEATURE_posix_shm:INTERNAL=ON
  961. //Qt feature: precompile_header (from target Qt6::Core)
  962. QT_FEATURE_precompile_header:INTERNAL=ON
  963. //Qt feature: printsupport (from target Qt6::Core)
  964. QT_FEATURE_printsupport:INTERNAL=ON
  965. //Qt feature: private_tests (from target Qt6::Core)
  966. QT_FEATURE_private_tests:INTERNAL=OFF
  967. //Qt feature: process (from target Qt6::Core)
  968. QT_FEATURE_process:INTERNAL=ON
  969. //Qt feature: processenvironment (from target Qt6::Core)
  970. QT_FEATURE_processenvironment:INTERNAL=ON
  971. //Qt feature: proxymodel (from target Qt6::Core)
  972. QT_FEATURE_proxymodel:INTERNAL=ON
  973. //Qt feature: publicsuffix_qt (from target Qt6::Network)
  974. QT_FEATURE_publicsuffix_qt:INTERNAL=ON
  975. //Qt feature: publicsuffix_system (from target Qt6::Network)
  976. QT_FEATURE_publicsuffix_system:INTERNAL=ON
  977. //Qt feature: qml_animation (from target Qt6::Qml)
  978. QT_FEATURE_qml_animation:INTERNAL=ON
  979. //Qt feature: qml_debug (from target Qt6::Qml)
  980. QT_FEATURE_qml_debug:INTERNAL=ON
  981. //Qt feature: qml_delegate_model (from target Qt6::QmlModels)
  982. QT_FEATURE_qml_delegate_model:INTERNAL=ON
  983. //Qt feature: qml_itemmodel (from target Qt6::Qml)
  984. QT_FEATURE_qml_itemmodel:INTERNAL=ON
  985. //Qt feature: qml_jit (from target Qt6::Qml)
  986. QT_FEATURE_qml_jit:INTERNAL=ON
  987. //Qt feature: qml_list_model (from target Qt6::QmlModels)
  988. QT_FEATURE_qml_list_model:INTERNAL=ON
  989. //Qt feature: qml_locale (from target Qt6::Qml)
  990. QT_FEATURE_qml_locale:INTERNAL=ON
  991. //Qt feature: qml_network (from target Qt6::Qml)
  992. QT_FEATURE_qml_network:INTERNAL=ON
  993. //Qt feature: qml_object_model (from target Qt6::QmlModels)
  994. QT_FEATURE_qml_object_model:INTERNAL=ON
  995. //Qt feature: qml_preview (from target Qt6::Qml)
  996. QT_FEATURE_qml_preview:INTERNAL=ON
  997. //Qt feature: qml_profiler (from target Qt6::Qml)
  998. QT_FEATURE_qml_profiler:INTERNAL=ON
  999. //Qt feature: qml_python (from target Qt6::Qml)
  1000. QT_FEATURE_qml_python:INTERNAL=ON
  1001. //Qt feature: qml_ssl (from target Qt6::Qml)
  1002. QT_FEATURE_qml_ssl:INTERNAL=ON
  1003. //Qt feature: qml_table_model (from target Qt6::QmlModels)
  1004. QT_FEATURE_qml_table_model:INTERNAL=ON
  1005. //Qt feature: qml_worker_script (from target Qt6::Qml)
  1006. QT_FEATURE_qml_worker_script:INTERNAL=ON
  1007. //Qt feature: qml_xml_http_request (from target Qt6::Qml)
  1008. QT_FEATURE_qml_xml_http_request:INTERNAL=ON
  1009. //Qt feature: qml_xmllistmodel (from target Qt6::Qml)
  1010. QT_FEATURE_qml_xmllistmodel:INTERNAL=ON
  1011. //Qt feature: qqnx_imf (from target Qt6::Gui)
  1012. QT_FEATURE_qqnx_imf:INTERNAL=OFF
  1013. //Qt feature: qqnx_pps (from target Qt6::Core)
  1014. QT_FEATURE_qqnx_pps:INTERNAL=OFF
  1015. //Qt feature: quick_animatedimage (from target Qt6::Quick)
  1016. QT_FEATURE_quick_animatedimage:INTERNAL=ON
  1017. //Qt feature: quick_canvas (from target Qt6::Quick)
  1018. QT_FEATURE_quick_canvas:INTERNAL=ON
  1019. //Qt feature: quick_designer (from target Qt6::Quick)
  1020. QT_FEATURE_quick_designer:INTERNAL=ON
  1021. //Qt feature: quick_draganddrop (from target Qt6::Quick)
  1022. QT_FEATURE_quick_draganddrop:INTERNAL=ON
  1023. //Qt feature: quick_flipable (from target Qt6::Quick)
  1024. QT_FEATURE_quick_flipable:INTERNAL=ON
  1025. //Qt feature: quick_gridview (from target Qt6::Quick)
  1026. QT_FEATURE_quick_gridview:INTERNAL=ON
  1027. //Qt feature: quick_itemview (from target Qt6::Quick)
  1028. QT_FEATURE_quick_itemview:INTERNAL=ON
  1029. //Qt feature: quick_listview (from target Qt6::Quick)
  1030. QT_FEATURE_quick_listview:INTERNAL=ON
  1031. //Qt feature: quick_particles (from target Qt6::Quick)
  1032. QT_FEATURE_quick_particles:INTERNAL=ON
  1033. //Qt feature: quick_path (from target Qt6::Quick)
  1034. QT_FEATURE_quick_path:INTERNAL=ON
  1035. //Qt feature: quick_pathview (from target Qt6::Quick)
  1036. QT_FEATURE_quick_pathview:INTERNAL=ON
  1037. //Qt feature: quick_pixmap_cache_threaded_download (from target
  1038. // Qt6::Quick)
  1039. QT_FEATURE_quick_pixmap_cache_threaded_download:INTERNAL=ON
  1040. //Qt feature: quick_positioners (from target Qt6::Quick)
  1041. QT_FEATURE_quick_positioners:INTERNAL=ON
  1042. //Qt feature: quick_repeater (from target Qt6::Quick)
  1043. QT_FEATURE_quick_repeater:INTERNAL=ON
  1044. //Qt feature: quick_shadereffect (from target Qt6::Quick)
  1045. QT_FEATURE_quick_shadereffect:INTERNAL=ON
  1046. //Qt feature: quick_sprite (from target Qt6::Quick)
  1047. QT_FEATURE_quick_sprite:INTERNAL=ON
  1048. //Qt feature: quick_tableview (from target Qt6::Quick)
  1049. QT_FEATURE_quick_tableview:INTERNAL=ON
  1050. //Qt feature: quick_treeview (from target Qt6::Quick)
  1051. QT_FEATURE_quick_treeview:INTERNAL=ON
  1052. //Qt feature: quick_viewtransitions (from target Qt6::Quick)
  1053. QT_FEATURE_quick_viewtransitions:INTERNAL=ON
  1054. //Qt feature: raster_64bit (from target Qt6::Gui)
  1055. QT_FEATURE_raster_64bit:INTERNAL=ON
  1056. //Qt feature: raster_fp (from target Qt6::Gui)
  1057. QT_FEATURE_raster_fp:INTERNAL=ON
  1058. //Qt feature: rdrnd (from target Qt6::Core)
  1059. QT_FEATURE_rdrnd:INTERNAL=ON
  1060. //Qt feature: rdseed (from target Qt6::Core)
  1061. QT_FEATURE_rdseed:INTERNAL=ON
  1062. //Qt feature: reduce_exports (from target Qt6::Core)
  1063. QT_FEATURE_reduce_exports:INTERNAL=ON
  1064. //Qt feature: reduce_relocations (from target Qt6::Core)
  1065. QT_FEATURE_reduce_relocations:INTERNAL=ON
  1066. //Qt feature: regularexpression (from target Qt6::Core)
  1067. QT_FEATURE_regularexpression:INTERNAL=ON
  1068. //Qt feature: relocatable (from target Qt6::Core)
  1069. QT_FEATURE_relocatable:INTERNAL=ON
  1070. //Qt feature: relro_now_linker (from target Qt6::Core)
  1071. QT_FEATURE_relro_now_linker:INTERNAL=ON
  1072. //Qt feature: renameat2 (from target Qt6::Core)
  1073. QT_FEATURE_renameat2:INTERNAL=ON
  1074. //Qt feature: res_setservers (from target Qt6::Network)
  1075. QT_FEATURE_res_setservers:INTERNAL=OFF
  1076. //Qt feature: rpath (from target Qt6::Core)
  1077. QT_FEATURE_rpath:INTERNAL=ON
  1078. //Qt feature: schannel (from target Qt6::Network)
  1079. QT_FEATURE_schannel:INTERNAL=OFF
  1080. //Qt feature: sctp (from target Qt6::Network)
  1081. QT_FEATURE_sctp:INTERNAL=OFF
  1082. //Qt feature: securetransport (from target Qt6::Network)
  1083. QT_FEATURE_securetransport:INTERNAL=OFF
  1084. //Qt feature: separate_debug_info (from target Qt6::Core)
  1085. QT_FEATURE_separate_debug_info:INTERNAL=ON
  1086. //Qt feature: sessionmanager (from target Qt6::Gui)
  1087. QT_FEATURE_sessionmanager:INTERNAL=ON
  1088. //Qt feature: settings (from target Qt6::Core)
  1089. QT_FEATURE_settings:INTERNAL=ON
  1090. //Qt feature: sha3_fast (from target Qt6::Core)
  1091. QT_FEATURE_sha3_fast:INTERNAL=ON
  1092. //Qt feature: shani (from target Qt6::Core)
  1093. QT_FEATURE_shani:INTERNAL=ON
  1094. //Qt feature: shared (from target Qt6::Core)
  1095. QT_FEATURE_shared:INTERNAL=ON
  1096. //Qt feature: sharedmemory (from target Qt6::Core)
  1097. QT_FEATURE_sharedmemory:INTERNAL=ON
  1098. //Qt feature: shortcut (from target Qt6::Core)
  1099. QT_FEATURE_shortcut:INTERNAL=ON
  1100. //Qt feature: signaling_nan (from target Qt6::Core)
  1101. QT_FEATURE_signaling_nan:INTERNAL=ON
  1102. //Qt feature: simulator_and_device (from target Qt6::Core)
  1103. QT_FEATURE_simulator_and_device:INTERNAL=OFF
  1104. //Qt feature: slog2 (from target Qt6::Core)
  1105. QT_FEATURE_slog2:INTERNAL=OFF
  1106. //Qt feature: socks5 (from target Qt6::Network)
  1107. QT_FEATURE_socks5:INTERNAL=ON
  1108. //Qt feature: sortfilterproxymodel (from target Qt6::Core)
  1109. QT_FEATURE_sortfilterproxymodel:INTERNAL=ON
  1110. //Qt feature: sql (from target Qt6::Core)
  1111. QT_FEATURE_sql:INTERNAL=ON
  1112. //Qt feature: sse2 (from target Qt6::Core)
  1113. QT_FEATURE_sse2:INTERNAL=ON
  1114. //Qt feature: sse3 (from target Qt6::Core)
  1115. QT_FEATURE_sse3:INTERNAL=ON
  1116. //Qt feature: sse4_1 (from target Qt6::Core)
  1117. QT_FEATURE_sse4_1:INTERNAL=ON
  1118. //Qt feature: sse4_2 (from target Qt6::Core)
  1119. QT_FEATURE_sse4_2:INTERNAL=ON
  1120. //Qt feature: ssl (from target Qt6::Network)
  1121. QT_FEATURE_ssl:INTERNAL=ON
  1122. //Qt feature: sspi (from target Qt6::Network)
  1123. QT_FEATURE_sspi:INTERNAL=OFF
  1124. //Qt feature: ssse3 (from target Qt6::Core)
  1125. QT_FEATURE_ssse3:INTERNAL=ON
  1126. //Qt feature: stack_clash_protection (from target Qt6::Core)
  1127. QT_FEATURE_stack_clash_protection:INTERNAL=ON
  1128. //Qt feature: stack_protector (from target Qt6::Core)
  1129. QT_FEATURE_stack_protector:INTERNAL=ON
  1130. //Qt feature: standarditemmodel (from target Qt6::Gui)
  1131. QT_FEATURE_standarditemmodel:INTERNAL=ON
  1132. //Qt feature: static (from target Qt6::Core)
  1133. QT_FEATURE_static:INTERNAL=OFF
  1134. //Qt feature: std_atomic64 (from target Qt6::Core)
  1135. QT_FEATURE_std_atomic64:INTERNAL=ON
  1136. //Qt feature: stdlib_libcpp (from target Qt6::Core)
  1137. QT_FEATURE_stdlib_libcpp:INTERNAL=OFF
  1138. //Qt feature: stringlistmodel (from target Qt6::Core)
  1139. QT_FEATURE_stringlistmodel:INTERNAL=ON
  1140. //Qt feature: syslog (from target Qt6::Core)
  1141. QT_FEATURE_syslog:INTERNAL=OFF
  1142. //Qt feature: system_doubleconversion (from target Qt6::Core)
  1143. QT_FEATURE_system_doubleconversion:INTERNAL=OFF
  1144. //Qt feature: system_freetype (from target Qt6::Gui)
  1145. QT_FEATURE_system_freetype:INTERNAL=ON
  1146. //Qt feature: system_harfbuzz (from target Qt6::Gui)
  1147. QT_FEATURE_system_harfbuzz:INTERNAL=OFF
  1148. //Qt feature: system_jpeg (from target Qt6::Gui)
  1149. QT_FEATURE_system_jpeg:INTERNAL=OFF
  1150. //Qt feature: system_libb2 (from target Qt6::Core)
  1151. QT_FEATURE_system_libb2:INTERNAL=OFF
  1152. //Qt feature: system_pcre2 (from target Qt6::Core)
  1153. QT_FEATURE_system_pcre2:INTERNAL=OFF
  1154. //Qt feature: system_png (from target Qt6::Gui)
  1155. QT_FEATURE_system_png:INTERNAL=OFF
  1156. //Qt feature: system_proxies (from target Qt6::Network)
  1157. QT_FEATURE_system_proxies:INTERNAL=ON
  1158. //Qt feature: system_textmarkdownreader (from target Qt6::Gui)
  1159. QT_FEATURE_system_textmarkdownreader:INTERNAL=OFF
  1160. //Qt feature: system_xcb_xinput (from target Qt6::Gui)
  1161. QT_FEATURE_system_xcb_xinput:INTERNAL=OFF
  1162. //Qt feature: system_zlib (from target Qt6::Core)
  1163. QT_FEATURE_system_zlib:INTERNAL=ON
  1164. //Qt feature: systemsemaphore (from target Qt6::Core)
  1165. QT_FEATURE_systemsemaphore:INTERNAL=ON
  1166. //Qt feature: systemtrayicon (from target Qt6::Gui)
  1167. QT_FEATURE_systemtrayicon:INTERNAL=ON
  1168. //Qt feature: sysv_sem (from target Qt6::Core)
  1169. QT_FEATURE_sysv_sem:INTERNAL=ON
  1170. //Qt feature: sysv_shm (from target Qt6::Core)
  1171. QT_FEATURE_sysv_shm:INTERNAL=ON
  1172. //Qt feature: tabletevent (from target Qt6::Gui)
  1173. QT_FEATURE_tabletevent:INTERNAL=ON
  1174. //Qt feature: temporaryfile (from target Qt6::Core)
  1175. QT_FEATURE_temporaryfile:INTERNAL=ON
  1176. //Qt feature: testlib (from target Qt6::Core)
  1177. QT_FEATURE_testlib:INTERNAL=ON
  1178. //Qt feature: textdate (from target Qt6::Core)
  1179. QT_FEATURE_textdate:INTERNAL=ON
  1180. //Qt feature: texthtmlparser (from target Qt6::Gui)
  1181. QT_FEATURE_texthtmlparser:INTERNAL=ON
  1182. //Qt feature: textmarkdownreader (from target Qt6::Gui)
  1183. QT_FEATURE_textmarkdownreader:INTERNAL=ON
  1184. //Qt feature: textmarkdownwriter (from target Qt6::Gui)
  1185. QT_FEATURE_textmarkdownwriter:INTERNAL=ON
  1186. //Qt feature: textodfwriter (from target Qt6::Gui)
  1187. QT_FEATURE_textodfwriter:INTERNAL=ON
  1188. //Qt feature: thread (from target Qt6::Core)
  1189. QT_FEATURE_thread:INTERNAL=ON
  1190. //Qt feature: threadsafe_cloexec (from target Qt6::Core)
  1191. QT_FEATURE_threadsafe_cloexec:INTERNAL=ON
  1192. //Qt feature: timezone (from target Qt6::Core)
  1193. QT_FEATURE_timezone:INTERNAL=ON
  1194. //Qt feature: timezone_locale (from target Qt6::Core)
  1195. QT_FEATURE_timezone_locale:INTERNAL=ON
  1196. //Qt feature: topleveldomain (from target Qt6::Network)
  1197. QT_FEATURE_topleveldomain:INTERNAL=ON
  1198. //Qt feature: translation (from target Qt6::Core)
  1199. QT_FEATURE_translation:INTERNAL=ON
  1200. //Qt feature: transposeproxymodel (from target Qt6::Core)
  1201. QT_FEATURE_transposeproxymodel:INTERNAL=ON
  1202. //Qt feature: trivial_auto_var_init_pattern (from target Qt6::Core)
  1203. QT_FEATURE_trivial_auto_var_init_pattern:INTERNAL=OFF
  1204. //Qt feature: tslib (from target Qt6::Gui)
  1205. QT_FEATURE_tslib:INTERNAL=OFF
  1206. //Qt feature: tuiotouch (from target Qt6::Gui)
  1207. QT_FEATURE_tuiotouch:INTERNAL=ON
  1208. //Qt feature: udpsocket (from target Qt6::Network)
  1209. QT_FEATURE_udpsocket:INTERNAL=ON
  1210. //Qt feature: undocommand (from target Qt6::Gui)
  1211. QT_FEATURE_undocommand:INTERNAL=ON
  1212. //Qt feature: undogroup (from target Qt6::Gui)
  1213. QT_FEATURE_undogroup:INTERNAL=ON
  1214. //Qt feature: undostack (from target Qt6::Gui)
  1215. QT_FEATURE_undostack:INTERNAL=ON
  1216. //Qt feature: use_bfd_linker (from target Qt6::Core)
  1217. QT_FEATURE_use_bfd_linker:INTERNAL=OFF
  1218. //Qt feature: use_gold_linker (from target Qt6::Core)
  1219. QT_FEATURE_use_gold_linker:INTERNAL=OFF
  1220. //Qt feature: use_lld_linker (from target Qt6::Core)
  1221. QT_FEATURE_use_lld_linker:INTERNAL=OFF
  1222. //Qt feature: use_mold_linker (from target Qt6::Core)
  1223. QT_FEATURE_use_mold_linker:INTERNAL=OFF
  1224. //Qt feature: vaes (from target Qt6::Core)
  1225. QT_FEATURE_vaes:INTERNAL=ON
  1226. //Qt feature: validator (from target Qt6::Gui)
  1227. QT_FEATURE_validator:INTERNAL=ON
  1228. //Qt feature: version_tagging (from target Qt6::Core)
  1229. QT_FEATURE_version_tagging:INTERNAL=ON
  1230. //Qt feature: vkgen (from target Qt6::Gui)
  1231. QT_FEATURE_vkgen:INTERNAL=ON
  1232. //Qt feature: vkkhrdisplay (from target Qt6::Gui)
  1233. QT_FEATURE_vkkhrdisplay:INTERNAL=ON
  1234. //Qt feature: vnc (from target Qt6::Gui)
  1235. QT_FEATURE_vnc:INTERNAL=ON
  1236. //Qt feature: vsp2 (from target Qt6::Gui)
  1237. QT_FEATURE_vsp2:INTERNAL=OFF
  1238. //Qt feature: vulkan (from target Qt6::Gui)
  1239. QT_FEATURE_vulkan:INTERNAL=ON
  1240. //Qt feature: wasm_exceptions (from target Qt6::Core)
  1241. QT_FEATURE_wasm_exceptions:INTERNAL=OFF
  1242. //Qt feature: wasm_simd128 (from target Qt6::Core)
  1243. QT_FEATURE_wasm_simd128:INTERNAL=OFF
  1244. //Qt feature: wayland (from target Qt6::Gui)
  1245. QT_FEATURE_wayland:INTERNAL=ON
  1246. //Qt feature: whatsthis (from target Qt6::Gui)
  1247. QT_FEATURE_whatsthis:INTERNAL=ON
  1248. //Qt feature: wheelevent (from target Qt6::Gui)
  1249. QT_FEATURE_wheelevent:INTERNAL=ON
  1250. //Qt feature: widgets (from target Qt6::Core)
  1251. QT_FEATURE_widgets:INTERNAL=ON
  1252. //Qt feature: x86intrin (from target Qt6::Core)
  1253. QT_FEATURE_x86intrin:INTERNAL=ON
  1254. //Qt feature: xcb (from target Qt6::Gui)
  1255. QT_FEATURE_xcb:INTERNAL=ON
  1256. //Qt feature: xcb_egl_plugin (from target Qt6::Gui)
  1257. QT_FEATURE_xcb_egl_plugin:INTERNAL=ON
  1258. //Qt feature: xcb_glx (from target Qt6::Gui)
  1259. QT_FEATURE_xcb_glx:INTERNAL=ON
  1260. //Qt feature: xcb_glx_plugin (from target Qt6::Gui)
  1261. QT_FEATURE_xcb_glx_plugin:INTERNAL=ON
  1262. //Qt feature: xcb_native_painting (from target Qt6::Gui)
  1263. QT_FEATURE_xcb_native_painting:INTERNAL=OFF
  1264. //Qt feature: xcb_sm (from target Qt6::Gui)
  1265. QT_FEATURE_xcb_sm:INTERNAL=OFF
  1266. //Qt feature: xcb_xlib (from target Qt6::Gui)
  1267. QT_FEATURE_xcb_xlib:INTERNAL=ON
  1268. //Qt feature: xkbcommon (from target Qt6::Gui)
  1269. QT_FEATURE_xkbcommon:INTERNAL=ON
  1270. //Qt feature: xkbcommon_x11 (from target Qt6::Gui)
  1271. QT_FEATURE_xkbcommon_x11:INTERNAL=ON
  1272. //Qt feature: xlib (from target Qt6::Gui)
  1273. QT_FEATURE_xlib:INTERNAL=ON
  1274. //Qt feature: xml (from target Qt6::Core)
  1275. QT_FEATURE_xml:INTERNAL=ON
  1276. //Qt feature: xmlstream (from target Qt6::Core)
  1277. QT_FEATURE_xmlstream:INTERNAL=ON
  1278. //Qt feature: xmlstreamreader (from target Qt6::Core)
  1279. QT_FEATURE_xmlstreamreader:INTERNAL=ON
  1280. //Qt feature: xmlstreamwriter (from target Qt6::Core)
  1281. QT_FEATURE_xmlstreamwriter:INTERNAL=ON
  1282. //Qt feature: xrender (from target Qt6::Gui)
  1283. QT_FEATURE_xrender:INTERNAL=OFF
  1284. //Qt feature: zstd (from target Qt6::Core)
  1285. QT_FEATURE_zstd:INTERNAL=ON
  1286. //Result of TRY_COMPILE
  1287. THREADS_HAVE_PTHREAD_ARG:INTERNAL=TRUE
  1288. //ADVANCED property for variable: Vulkan_GLSLANG_VALIDATOR_EXECUTABLE
  1289. Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-ADVANCED:INTERNAL=1
  1290. //ADVANCED property for variable: Vulkan_GLSLC_EXECUTABLE
  1291. Vulkan_GLSLC_EXECUTABLE-ADVANCED:INTERNAL=1
  1292. //ADVANCED property for variable: Vulkan_INCLUDE_DIR
  1293. Vulkan_INCLUDE_DIR-ADVANCED:INTERNAL=1
  1294. //ADVANCED property for variable: Vulkan_LIBRARY
  1295. Vulkan_LIBRARY-ADVANCED:INTERNAL=1
  1296. //linker supports push/pop state
  1297. _CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE
  1298. //linker supports push/pop state
  1299. _CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE
  1300. //CMAKE_INSTALL_PREFIX during last run
  1301. _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local
  1302. _OPENSSL_CFLAGS:INTERNAL=-I/usr/include
  1303. _OPENSSL_CFLAGS_I:INTERNAL=
  1304. _OPENSSL_CFLAGS_OTHER:INTERNAL=
  1305. _OPENSSL_FOUND:INTERNAL=1
  1306. _OPENSSL_INCLUDEDIR:INTERNAL=/usr/include
  1307. _OPENSSL_INCLUDE_DIRS:INTERNAL=/usr/include
  1308. _OPENSSL_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lssl;-lcrypto
  1309. _OPENSSL_LDFLAGS_OTHER:INTERNAL=
  1310. _OPENSSL_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
  1311. _OPENSSL_LIBRARIES:INTERNAL=ssl;crypto
  1312. _OPENSSL_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu
  1313. _OPENSSL_LIBS:INTERNAL=
  1314. _OPENSSL_LIBS_L:INTERNAL=
  1315. _OPENSSL_LIBS_OTHER:INTERNAL=
  1316. _OPENSSL_LIBS_PATHS:INTERNAL=
  1317. _OPENSSL_MODULE_NAME:INTERNAL=openssl
  1318. _OPENSSL_PREFIX:INTERNAL=/usr
  1319. _OPENSSL_STATIC_CFLAGS:INTERNAL=-I/usr/include
  1320. _OPENSSL_STATIC_CFLAGS_I:INTERNAL=
  1321. _OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL=
  1322. _OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include
  1323. _OPENSSL_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lssl;-lcrypto;-ldl;-pthread
  1324. _OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread
  1325. _OPENSSL_STATIC_LIBDIR:INTERNAL=
  1326. _OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;crypto;dl
  1327. _OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu
  1328. _OPENSSL_STATIC_LIBS:INTERNAL=
  1329. _OPENSSL_STATIC_LIBS_L:INTERNAL=
  1330. _OPENSSL_STATIC_LIBS_OTHER:INTERNAL=
  1331. _OPENSSL_STATIC_LIBS_PATHS:INTERNAL=
  1332. _OPENSSL_VERSION:INTERNAL=1.1.1f
  1333. _OPENSSL_openssl_INCLUDEDIR:INTERNAL=
  1334. _OPENSSL_openssl_LIBDIR:INTERNAL=
  1335. _OPENSSL_openssl_PREFIX:INTERNAL=
  1336. _OPENSSL_openssl_VERSION:INTERNAL=
  1337. __pkg_config_arguments_PKG_XKB:INTERNAL=QUIET;xkbcommon
  1338. __pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl
  1339. __pkg_config_checked_PKG_XKB:INTERNAL=1
  1340. __pkg_config_checked__OPENSSL:INTERNAL=1
  1341. __qt_qml_macros_module_base_dir:INTERNAL=/home/suzj/Qt/6.8.1/gcc_64/lib/cmake/Qt6Qml
  1342. //ADVANCED property for variable: pkgcfg_lib_PKG_XKB_xkbcommon
  1343. pkgcfg_lib_PKG_XKB_xkbcommon-ADVANCED:INTERNAL=1
  1344. //ADVANCED property for variable: pkgcfg_lib__OPENSSL_crypto
  1345. pkgcfg_lib__OPENSSL_crypto-ADVANCED:INTERNAL=1
  1346. //ADVANCED property for variable: pkgcfg_lib__OPENSSL_ssl
  1347. pkgcfg_lib__OPENSSL_ssl-ADVANCED:INTERNAL=1
  1348. prefix_result:INTERNAL=/usr/lib/x86_64-linux-gnu