diff --git a/.cmake/api/v1/query/cache-v2 b/.cmake/api/v1/query/cache-v2 new file mode 100644 index 0000000..e69de29 diff --git a/.cmake/api/v1/query/cmakeFiles-v1 b/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100644 index 0000000..e69de29 diff --git a/.cmake/api/v1/query/codemodel-v2 b/.cmake/api/v1/query/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/.cmake/api/v1/reply/cache-v2-6d8dfbd9df13275a73a1.json b/.cmake/api/v1/reply/cache-v2-6d8dfbd9df13275a73a1.json new file mode 100644 index 0000000..6874542 --- /dev/null +++ b/.cmake/api/v1/reply/cache-v2-6d8dfbd9df13275a73a1.json @@ -0,0 +1,4031 @@ +{ + "entries" : + [ + { + "name" : "BUILD_TARGET_SOM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "TARGET_SOM" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "4" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "20260327" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/local/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/local/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/local/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/bin/gcc" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_BUILD_DATABASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of build database during the build." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_LIBC_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/tmp" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/ld" + }, + { + "name" : "CMAKE_LIST_FILE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of CMakeLists files to read" + } + ], + "type" : "INTERNAL", + "value" : "CMakeLists.txt" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "4" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/home/k4/Qt/6.10.2/gcc_64" + }, + { + "name" : "CMAKE_PROJECT_COMPAT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qtcreator/cmake-helper/qtcreator-project.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "bbr-algo" + }, + { + "name" : "CMAKE_PROJECT_SPDX_LICENSE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/local/share/cmake-4.3" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the archiver during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the archiver during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the archiver during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the archiver during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the archiver during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_GTest", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding GTest" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/local/lib/cmake/GTest/GTestConfig.cmake][ ][v1.16.0()]" + }, + { + "name" : "GTest_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for GTest." + } + ], + "type" : "PATH", + "value" : "/usr/local/lib/cmake/GTest" + }, + { + "name" : "HAVE_STDATOMIC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_STDATOMIC" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "QTCREATOR_CMAKE_HELPER_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qtcreator/cmake-helper" + }, + { + "name" : "QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Additional directories where find(Qt6 ...) host Qt components are searched" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "QT_ADDITIONAL_PACKAGES_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Additional directories where find(Qt6 ...) components are searched" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "QT_CREATOR_ENABLE_MAINTENANCE_TOOL_PROVIDER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "QT_CREATOR_ENABLE_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "QT_CREATOR_SOURCE_GROUPS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt Creator source groups extensions" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "QT_ENABLE_QML_DEBUG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_accept4", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: accept4 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_aesni", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: aesni (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_android_style_assets", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: android_style_assets (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_animation", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: animation (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_appstore_compliant", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: appstore_compliant (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_arm_crc32", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: arm_crc32 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_arm_crypto", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: arm_crypto (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_arm_sve", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: arm_sve (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_avx", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: avx (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_avx2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: avx2 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_avx512bw", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: avx512bw (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_avx512cd", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: avx512cd (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_avx512dq", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: avx512dq (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_avx512er", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: avx512er (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_avx512f", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: avx512f (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_avx512ifma", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: avx512ifma (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_avx512pf", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: avx512pf (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_avx512vbmi", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: avx512vbmi (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_avx512vbmi2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: avx512vbmi2 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_avx512vl", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: avx512vl (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_backtrace", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: backtrace (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_broken_threadlocal_dtors", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: broken_threadlocal_dtors (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_cborstreamreader", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: cborstreamreader (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_cborstreamwriter", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: cborstreamwriter (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_clock_gettime", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: clock_gettime (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_clock_monotonic", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: clock_monotonic (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_commandlineparser", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: commandlineparser (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_concatenatetablesproxymodel", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: concatenatetablesproxymodel (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_concurrent", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: concurrent (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_copy_file_range", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: copy_file_range (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_cpp_winrt", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: cpp_winrt (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_cross_compile", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: cross_compile (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_ctf", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: ctf (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_cxx11_future", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: cxx11_future (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_cxx17_filesystem", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: cxx17_filesystem (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_cxx20", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: cxx20 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_cxx20_format", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: cxx20_format (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_cxx23_stacktrace", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: cxx23_stacktrace (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_cxx2a", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: cxx2a (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_cxx2b", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: cxx2b (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_cxx2c", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: cxx2c (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_datestring", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: datestring (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_datetimeparser", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: datetimeparser (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_dbus", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: dbus (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_dbus_linked", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: dbus_linked (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_debug", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: debug (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_debug_and_release", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: debug_and_release (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_developer_build", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: developer_build (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_dladdr", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: dladdr (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_dlopen", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: dlopen (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_doc_snippets", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: doc_snippets (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_doubleconversion", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: doubleconversion (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_dup3", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: dup3 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_easingcurve", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: easingcurve (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_elf_private_full_version", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: elf_private_full_version (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_enable_new_dtags", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: enable_new_dtags (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_etw", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: etw (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_f16c", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: f16c (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_filesystemiterator", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: filesystemiterator (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_filesystemwatcher", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: filesystemwatcher (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_force_asserts", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: force_asserts (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_force_bundled_libs", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: force_bundled_libs (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_force_debug_info", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: force_debug_info (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_force_system_libs", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: force_system_libs (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_forkfd_pidfd", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: forkfd_pidfd (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_framework", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: framework (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_futimens", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: futimens (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_future", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: future (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_gc_binaries", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: gc_binaries (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_gestures", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: gestures (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_getauxval", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: getauxval (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_getentropy", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: getentropy (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_glib", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: glib (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_glibc_fortify_source", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: glibc_fortify_source (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_gui", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: gui (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_hijricalendar", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: hijricalendar (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_icu", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: icu (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_identityproxymodel", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: identityproxymodel (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_inotify", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: inotify (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_intelcet", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: intelcet (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_islamiccivilcalendar", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: islamiccivilcalendar (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_itemmodel", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: itemmodel (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_jalalicalendar", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: jalalicalendar (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_jemalloc", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: jemalloc (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_journald", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: journald (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_largefile", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: largefile (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_lasx", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: lasx (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_libcpp_hardening", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: libcpp_hardening (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_library", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: library (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_libstdcpp_assertions", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: libstdcpp_assertions (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_libudev", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: libudev (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_linkat", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: linkat (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_localtime_r", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: localtime_r (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_localtime_s", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: localtime_s (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_lsx", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: lsx (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_lttng", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: lttng (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_memmem", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: memmem (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_memrchr", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: memrchr (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_mimetype", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: mimetype (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_mimetype_database", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: mimetype_database (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_mips_dsp", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: mips_dsp (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_mips_dspr2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: mips_dspr2 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_neon", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: neon (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_network", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: network (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_no_direct_extern_access", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: no_direct_extern_access (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_openssl", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: openssl (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_openssl_hash", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: openssl_hash (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_openssl_linked", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: openssl_linked (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_opensslv11", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: opensslv11 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_opensslv30", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: opensslv30 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_pcre2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: pcre2 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_permissions", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: permissions (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_pkg_config", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: pkg_config (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_plugin_manifest", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: plugin_manifest (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_poll_exit_on_error", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: poll_exit_on_error (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_poll_poll", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: poll_poll (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_poll_pollts", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: poll_pollts (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_poll_ppoll", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: poll_ppoll (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_poll_select", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: poll_select (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_posix_fallocate", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: posix_fallocate (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_posix_sem", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: posix_sem (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_posix_shm", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: posix_shm (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_printsupport", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: printsupport (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_private_tests", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: private_tests (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_process", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: process (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_processenvironment", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: processenvironment (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_proxymodel", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: proxymodel (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_pthread_clockjoin", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: pthread_clockjoin (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_pthread_condattr_setclock", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: pthread_condattr_setclock (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_pthread_timedjoin", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: pthread_timedjoin (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_qqnx_pps", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: qqnx_pps (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_rdrnd", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: rdrnd (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_rdseed", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: rdseed (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_reduce_exports", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: reduce_exports (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_reduce_relocations", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: reduce_relocations (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_regularexpression", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: regularexpression (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_relocatable", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: relocatable (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_relro_now_linker", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: relro_now_linker (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_renameat2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: renameat2 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_rpath", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: rpath (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_separate_debug_info", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: separate_debug_info (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_settings", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: settings (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_sha3_fast", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: sha3_fast (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_shani", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: shani (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_shared", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: shared (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_sharedmemory", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: sharedmemory (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_shortcut", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: shortcut (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_signaling_nan", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: signaling_nan (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_simulator_and_device", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: simulator_and_device (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_slog2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: slog2 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_sortfilterproxymodel", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: sortfilterproxymodel (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_sql", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: sql (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_sse2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: sse2 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_sse3", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: sse3 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_sse4_1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: sse4_1 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_sse4_2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: sse4_2 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_ssse3", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: ssse3 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_stack_clash_protection", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: stack_clash_protection (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_stack_protector", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: stack_protector (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_static", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: static (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_std_atomic64", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: std_atomic64 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_stdlib_libcpp", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: stdlib_libcpp (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_stringlistmodel", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: stringlistmodel (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_syslog", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: syslog (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_system_doubleconversion", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: system_doubleconversion (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_system_libb2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: system_libb2 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_system_pcre2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: system_pcre2 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_system_zlib", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: system_zlib (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_systemsemaphore", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: systemsemaphore (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_sysv_sem", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: sysv_sem (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_sysv_shm", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: sysv_shm (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_temporaryfile", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: temporaryfile (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_test_gui", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: test_gui (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_testlib", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: testlib (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_textdate", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: textdate (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_thread", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: thread (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_threadsafe_cloexec", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: threadsafe_cloexec (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_timezone", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: timezone (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_timezone_locale", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: timezone_locale (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_timezone_tzdb", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: timezone_tzdb (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_translation", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: translation (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_transposeproxymodel", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: transposeproxymodel (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_trivial_auto_var_init_pattern", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: trivial_auto_var_init_pattern (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_use_bfd_linker", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: use_bfd_linker (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_use_gold_linker", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: use_gold_linker (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_use_lld_linker", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: use_lld_linker (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_use_mold_linker", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: use_mold_linker (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_vaes", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: vaes (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_version_tagging", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: version_tagging (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_vxpipedrv", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: vxpipedrv (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_wasm_exceptions", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: wasm_exceptions (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_wasm_jspi", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: wasm_jspi (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_wasm_simd128", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: wasm_simd128 (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_widgets", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: widgets (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_winsdkicu", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: winsdkicu (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "OFF" + }, + { + "name" : "QT_FEATURE_x86intrin", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: x86intrin (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_xml", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: xml (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_xmlstream", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: xmlstream (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_xmlstreamreader", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: xmlstreamreader (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_xmlstreamwriter", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: xmlstreamwriter (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_FEATURE_zstd", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Qt feature: zstd (from target Qt6::Core)" + } + ], + "type" : "INTERNAL", + "value" : "ON" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/k4/Qt/6.10.2/gcc_64/bin/qmake" + }, + { + "name" : "Qt6CoreTools_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt6CoreTools." + } + ], + "type" : "PATH", + "value" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools" + }, + { + "name" : "Qt6Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt6Core." + } + ], + "type" : "PATH", + "value" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core" + }, + { + "name" : "Qt6_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt6." + } + ], + "type" : "PATH", + "value" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + }, + { + "name" : "bbr-algo_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler" + }, + { + "name" : "bbr-algo_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "bbr-algo_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/.cmake/api/v1/reply/cmakeFiles-v1-1cf48bfd17e315618729.json b/.cmake/api/v1/reply/cmakeFiles-v1-1cf48bfd17e315618729.json new file mode 100644 index 0000000..5d3c400 --- /dev/null +++ b/.cmake/api/v1/reply/cmakeFiles-v1-1cf48bfd17e315618729.json @@ -0,0 +1,1128 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "path" : ".qtcreator/cmake-helper/qtcreator-project.cmake" + }, + { + "path" : ".qtcreator/cmake-helper/package-manager.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeSystem.cmake.in" + }, + { + "path" : "CMakeFiles/4.3.20260327-g0b4a69d/CMakeSystem.cmake" + }, + { + "path" : ".qtcreator/cmake-helper/maintenance_tool_provider.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Platform/Linux-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/Diab-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/Renesas-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/TIClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/GNU-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "path" : "CMakeFiles/4.3.20260327-g0b4a69d/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Internal/CMakeDetermineLinkerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerSupport.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Compiler/GNU-CXX-CXXImportStd.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "path" : "CMakeFiles/4.3.20260327-g0b4a69d/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Internal/CMakeCXXLinkerInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Internal/CMakeCommonLinkerInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Linker/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Linker/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Platform/Linker/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Platform/Linker/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Platform/Linker/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Internal/CMakeInspectCXXLinker.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Config.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicCMakeEarlyPolicyHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6ConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtInstallPaths.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Targets.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtFeature.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CheckCXXCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Internal/CheckCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Internal/CheckFlagCommonConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtFeatureCommon.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicAndroidHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicAppleHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicGitHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicPluginHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicPluginHelpers_v2.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomCommonGenerationHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomCycloneDXHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomDocumentNamespaceHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomGenerationCycloneDXHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomQtEntityHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicTargetHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicTestHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicToolHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicWindowsHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Dependencies.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CheckIncludeFileCXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/FindWrapAtomic.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/GNUInstallDirs.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Config.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicCMakeEarlyPolicyHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6ConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtInstallPaths.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Targets.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtFeature.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CheckCXXCompilerFlag.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtFeatureCommon.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicAndroidHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicAppleHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicGitHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicPluginHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicPluginHelpers_v2.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomCommonGenerationHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomCycloneDXHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomDocumentNamespaceHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomGenerationCycloneDXHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomQtEntityHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicTargetHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicTestHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicToolHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicWindowsHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake" + }, + { + "isExternal" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Dependencies.cmake" + }, + { + "path" : "app/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/GNUInstallDirs.cmake" + }, + { + "path" : "controller/CMakeLists.txt" + }, + { + "path" : "tests/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/FindGTest.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/GoogleTest.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/local/lib/cmake/GTest/GTestConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/local/lib/cmake/GTest/GTestConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CheckIncludeFileCXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/local/lib/cmake/GTest/GTestTargets.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/local/lib/cmake/GTest/GTestTargets-noconfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/local/share/cmake-4.3/Modules/GoogleTest.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler", + "source" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/.cmake/api/v1/reply/codemodel-v2-17b9dc6a3c8dbea9d41c.json b/.cmake/api/v1/reply/codemodel-v2-17b9dc6a3c8dbea9d41c.json new file mode 100644 index 0000000..91bd161 --- /dev/null +++ b/.cmake/api/v1/reply/codemodel-v2-17b9dc6a3c8dbea9d41c.json @@ -0,0 +1,555 @@ +{ + "configurations" : + [ + { + "abstractTargets" : + [ + { + "directoryIndex" : 3, + "id" : "GTest::GTest::@a44f0ac069e85531cdee", + "jsonFile" : "target-GTest__GTest-Debug-aaef7f6781d0c0eafc2d.json", + "name" : "GTest::GTest", + "projectIndex" : 0 + }, + { + "directoryIndex" : 3, + "id" : "GTest::Main::@a44f0ac069e85531cdee", + "jsonFile" : "target-GTest__Main-Debug-7bc9866cff532a3159f9.json", + "name" : "GTest::Main", + "projectIndex" : 0 + }, + { + "directoryIndex" : 3, + "id" : "GTest::gmock::@a44f0ac069e85531cdee", + "jsonFile" : "target-GTest__gmock-Debug-1052e53b0121703db6eb.json", + "name" : "GTest::gmock", + "projectIndex" : 0 + }, + { + "directoryIndex" : 3, + "id" : "GTest::gmock_main::@a44f0ac069e85531cdee", + "jsonFile" : "target-GTest__gmock_main-Debug-4f0d53eed5d9a6bfd927.json", + "name" : "GTest::gmock_main", + "projectIndex" : 0 + }, + { + "directoryIndex" : 3, + "id" : "GTest::gtest::@a44f0ac069e85531cdee", + "jsonFile" : "target-GTest__gtest-Debug-479bd5dd1725e1ec5277.json", + "name" : "GTest::gtest", + "projectIndex" : 0 + }, + { + "directoryIndex" : 3, + "id" : "GTest::gtest_main::@a44f0ac069e85531cdee", + "jsonFile" : "target-GTest__gtest_main-Debug-13811b217b507d95e5fc.json", + "name" : "GTest::gtest_main", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::Core::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__Core-Debug-18024df859943e2d249d.json", + "name" : "Qt6::Core", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::GlobalConfig::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__GlobalConfig-Debug-56c13e7d4a5e5cce2597.json", + "name" : "Qt6::GlobalConfig", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::GlobalConfigPrivate::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__GlobalConfigPrivate-Debug-c2d3d63627a32b2710ed.json", + "name" : "Qt6::GlobalConfigPrivate", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::Platform::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__Platform-Debug-54c462fc3b237fb8c419.json", + "name" : "Qt6::Platform", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::PlatformAppInternal::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__PlatformAppInternal-Debug-86b2c74965e0b619932d.json", + "name" : "Qt6::PlatformAppInternal", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::PlatformCommonInternal::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__PlatformCommonInternal-Debug-4d8ffb72a93cc2ffb25c.json", + "name" : "Qt6::PlatformCommonInternal", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::PlatformExampleInternal::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__PlatformExampleInternal-Debug-c140c90fc18911d1eb0e.json", + "name" : "Qt6::PlatformExampleInternal", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::PlatformModuleInternal::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__PlatformModuleInternal-Debug-19535096ad9613c93d80.json", + "name" : "Qt6::PlatformModuleInternal", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::PlatformPluginInternal::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__PlatformPluginInternal-Debug-33d4a83e8e56eaeab12e.json", + "name" : "Qt6::PlatformPluginInternal", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::PlatformToolInternal::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__PlatformToolInternal-Debug-d6c546f74fcf1e47567a.json", + "name" : "Qt6::PlatformToolInternal", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::androiddeployqt::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__androiddeployqt-Debug-069d5928fd0e3678e205.json", + "name" : "Qt6::androiddeployqt", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::androidtestrunner::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__androidtestrunner-Debug-b05b80db26f6bbbeab55.json", + "name" : "Qt6::androidtestrunner", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::cmake_automoc_parser::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__cmake_automoc_parser-Debug-d558864795de45b37d2d.json", + "name" : "Qt6::cmake_automoc_parser", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::moc::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__moc-Debug-65aead877545189e5872.json", + "name" : "Qt6::moc", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::qlalr::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__qlalr-Debug-848d7301fb253e47b79d.json", + "name" : "Qt6::qlalr", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::qmake::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__qmake-Debug-5bbfe66dafec9f0bd439.json", + "name" : "Qt6::qmake", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::qtpaths::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__qtpaths-Debug-6aae676b3fa81468d276.json", + "name" : "Qt6::qtpaths", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::rcc::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__rcc-Debug-e34968799bca0d0189ec.json", + "name" : "Qt6::rcc", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::syncqt::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__syncqt-Debug-4f5ca130f7c11729066f.json", + "name" : "Qt6::syncqt", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::tracegen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__tracegen-Debug-eaa49a759c14a258c176.json", + "name" : "Qt6::tracegen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt6::tracepointgen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt6__tracepointgen-Debug-229b1a88371fa4de185a.json", + "name" : "Qt6::tracepointgen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt::androiddeployqt::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt__androiddeployqt-Debug-b9ca5d327f63e4581bf6.json", + "name" : "Qt::androiddeployqt", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt::androidtestrunner::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt__androidtestrunner-Debug-d1b0a6d2f52cca6423f4.json", + "name" : "Qt::androidtestrunner", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt::cmake_automoc_parser::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt__cmake_automoc_parser-Debug-d845c482506984de9bf6.json", + "name" : "Qt::cmake_automoc_parser", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt::moc::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt__moc-Debug-b884129c484a7aa47400.json", + "name" : "Qt::moc", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt::qlalr::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt__qlalr-Debug-10fb9f90104cfca9ae52.json", + "name" : "Qt::qlalr", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt::qmake::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt__qmake-Debug-915ae90744bc1ee797fc.json", + "name" : "Qt::qmake", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt::qtpaths::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt__qtpaths-Debug-e22ade71d48f3a4d9436.json", + "name" : "Qt::qtpaths", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt::rcc::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt__rcc-Debug-f20ebbda1655f9992476.json", + "name" : "Qt::rcc", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt::syncqt::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt__syncqt-Debug-6a9433199c317c5b5b44.json", + "name" : "Qt::syncqt", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt::tracegen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt__tracegen-Debug-c6c75081b11f64848e02.json", + "name" : "Qt::tracegen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Qt::tracepointgen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Qt__tracepointgen-Debug-33f5ede1376790c59ae8.json", + "name" : "Qt::tracepointgen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Threads::Threads::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Threads__Threads-Debug-d2b8c488cd3fc4a4e341.json", + "name" : "Threads::Threads", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "WrapAtomic::WrapAtomic::@6890427a1f51a3e7e1df", + "jsonFile" : "target-WrapAtomic__WrapAtomic-Debug-512665058bbfe508daa3.json", + "name" : "WrapAtomic::WrapAtomic", + "projectIndex" : 0 + }, + { + "directoryIndex" : 1, + "id" : "qt_private_link_library_targets::@5f5a17c01335469806cb", + "jsonFile" : "target-qt_private_link_library_targets-Debug-dec8f020c07e7cb8814b.json", + "name" : "qt_private_link_library_targets", + "projectIndex" : 0 + } + ], + "directories" : + [ + { + "abstractTargetIndexes" : + [ + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39 + ], + "build" : ".", + "childIndexes" : + [ + 1, + 2, + 3 + ], + "jsonFile" : "directory-.-Debug-fd6451d79dc282e2f566.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : "." + }, + { + "abstractTargetIndexes" : + [ + 40 + ], + "build" : "app", + "jsonFile" : "directory-app-Debug-b0e7ec746a5b7cfce4d6.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "parentIndex" : 0, + "projectIndex" : 0, + "source" : "app", + "targetIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5 + ] + }, + { + "build" : "controller", + "jsonFile" : "directory-controller-Debug-c867a38245d7fdb428f6.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "parentIndex" : 0, + "projectIndex" : 0, + "source" : "controller", + "targetIndexes" : + [ + 6 + ] + }, + { + "abstractTargetIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5 + ], + "build" : "tests", + "jsonFile" : "directory-tests-Debug-3aa3c3dd1c72104aceb3.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "parentIndex" : 0, + "projectIndex" : 0, + "source" : "tests", + "targetIndexes" : + [ + 7 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "abstractTargetIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40 + ], + "directoryIndexes" : + [ + 0, + 1, + 2, + 3 + ], + "name" : "bbr-algo", + "targetIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 1, + "id" : "app::@5f5a17c01335469806cb", + "jsonFile" : "target-app-Debug-3f69475ec28aaffcf8ed.json", + "name" : "app", + "projectIndex" : 0 + }, + { + "directoryIndex" : 1, + "id" : "app_autogen::@5f5a17c01335469806cb", + "jsonFile" : "target-app_autogen-Debug-483e70c8e5f8ce08959d.json", + "name" : "app_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 1, + "id" : "app_autogen_timestamp_deps::@5f5a17c01335469806cb", + "jsonFile" : "target-app_autogen_timestamp_deps-Debug-5d579710c0cd9cb4616c.json", + "name" : "app_autogen_timestamp_deps", + "projectIndex" : 0 + }, + { + "directoryIndex" : 1, + "id" : "app_lib::@5f5a17c01335469806cb", + "jsonFile" : "target-app_lib-Debug-b0d09b74c58acab5a871.json", + "name" : "app_lib", + "projectIndex" : 0 + }, + { + "directoryIndex" : 1, + "id" : "app_lib_autogen::@5f5a17c01335469806cb", + "jsonFile" : "target-app_lib_autogen-Debug-3556e1bd5ac856a93d44.json", + "name" : "app_lib_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 1, + "id" : "app_lib_autogen_timestamp_deps::@5f5a17c01335469806cb", + "jsonFile" : "target-app_lib_autogen_timestamp_deps-Debug-7d802443107628077dff.json", + "name" : "app_lib_autogen_timestamp_deps", + "projectIndex" : 0 + }, + { + "directoryIndex" : 2, + "id" : "ctrl_algo::@b89a50b1d9b6a3589dde", + "jsonFile" : "target-ctrl_algo-Debug-8921dbfb3309adcfd17a.json", + "name" : "ctrl_algo", + "projectIndex" : 0 + }, + { + "directoryIndex" : 3, + "id" : "tests::@a44f0ac069e85531cdee", + "jsonFile" : "target-tests-Debug-11bb6ee3125770ae0abe.json", + "name" : "tests", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler", + "source" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler" + }, + "version" : + { + "major" : 2, + "minor" : 10 + } +} diff --git a/.cmake/api/v1/reply/directory-.-Debug-fd6451d79dc282e2f566.json b/.cmake/api/v1/reply/directory-.-Debug-fd6451d79dc282e2f566.json new file mode 100644 index 0000000..bdea32f --- /dev/null +++ b/.cmake/api/v1/reply/directory-.-Debug-fd6451d79dc282e2f566.json @@ -0,0 +1,19 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/.cmake/api/v1/reply/directory-app-Debug-b0e7ec746a5b7cfce4d6.json b/.cmake/api/v1/reply/directory-app-Debug-b0e7ec746a5b7cfce4d6.json new file mode 100644 index 0000000..2ff7860 --- /dev/null +++ b/.cmake/api/v1/reply/directory-app-Debug-b0e7ec746a5b7cfce4d6.json @@ -0,0 +1,19 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "installers" : [], + "paths" : + { + "build" : "app", + "source" : "app" + } +} diff --git a/.cmake/api/v1/reply/directory-controller-Debug-c867a38245d7fdb428f6.json b/.cmake/api/v1/reply/directory-controller-Debug-c867a38245d7fdb428f6.json new file mode 100644 index 0000000..3c7c55a --- /dev/null +++ b/.cmake/api/v1/reply/directory-controller-Debug-c867a38245d7fdb428f6.json @@ -0,0 +1,19 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "installers" : [], + "paths" : + { + "build" : "controller", + "source" : "controller" + } +} diff --git a/.cmake/api/v1/reply/directory-tests-Debug-3aa3c3dd1c72104aceb3.json b/.cmake/api/v1/reply/directory-tests-Debug-3aa3c3dd1c72104aceb3.json new file mode 100644 index 0000000..10a6ae0 --- /dev/null +++ b/.cmake/api/v1/reply/directory-tests-Debug-3aa3c3dd1c72104aceb3.json @@ -0,0 +1,19 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "installers" : [], + "paths" : + { + "build" : "tests", + "source" : "tests" + } +} diff --git a/.cmake/api/v1/reply/index-2026-03-30T09-26-39-0350.json b/.cmake/api/v1/reply/index-2026-03-30T09-26-39-0350.json new file mode 100644 index 0000000..4492364 --- /dev/null +++ b/.cmake/api/v1/reply/index-2026-03-30T09-26-39-0350.json @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/local/bin/cmake", + "cpack" : "/usr/local/bin/cpack", + "ctest" : "/usr/local/bin/ctest", + "root" : "/usr/local/share/cmake-4.3" + }, + "version" : + { + "isDirty" : false, + "major" : 4, + "minor" : 3, + "patch" : 20260327, + "string" : "4.3.20260327-g0b4a69d", + "suffix" : "g0b4a69d" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-17b9dc6a3c8dbea9d41c.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 10 + } + }, + { + "jsonFile" : "cache-v2-6d8dfbd9df13275a73a1.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-1cf48bfd17e315618729.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-6d8dfbd9df13275a73a1.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-1cf48bfd17e315618729.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-17b9dc6a3c8dbea9d41c.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 10 + } + } + } +} diff --git a/.cmake/api/v1/reply/target-GTest__GTest-Debug-aaef7f6781d0c0eafc2d.json b/.cmake/api/v1/reply/target-GTest__GTest-Debug-aaef7f6781d0c0eafc2d.json new file mode 100644 index 0000000..35a565c --- /dev/null +++ b/.cmake/api/v1/reply/target-GTest__GTest-Debug-aaef7f6781d0c0eafc2d.json @@ -0,0 +1,90 @@ +{ + "abstract" : true, + "backtrace" : 5, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "__gtest_define_backwards_compatible_library_targets", + "find_package", + "target_link_libraries" + ], + "files" : + [ + "/usr/local/share/cmake-4.3/Modules/FindGTest.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "tests/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 2 + }, + { + "command" : 2, + "file" : 2, + "line" : 1, + "parent" : 0 + }, + { + "command" : 2, + "file" : 1, + "line" : 259, + "parent" : 1 + }, + { + "file" : 0, + "parent" : 2 + }, + { + "command" : 1, + "file" : 0, + "line" : 355, + "parent" : 3 + }, + { + "command" : 0, + "file" : 0, + "line" : 331, + "parent" : 4 + }, + { + "command" : 3, + "file" : 0, + "line" : 332, + "parent" : 4 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "GTest::GTest::@a44f0ac069e85531cdee", + "imported" : true, + "interfaceCompileDependencies" : + [ + { + "backtrace" : 6, + "id" : "GTest::gtest::@a44f0ac069e85531cdee" + } + ], + "interfaceLinkLibraries" : + [ + { + "backtrace" : 6, + "id" : "GTest::gtest::@a44f0ac069e85531cdee" + } + ], + "local" : true, + "name" : "GTest::GTest", + "paths" : + { + "build" : "tests", + "source" : "tests" + }, + "sources" : [], + "type" : "INTERFACE_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-GTest__Main-Debug-7bc9866cff532a3159f9.json b/.cmake/api/v1/reply/target-GTest__Main-Debug-7bc9866cff532a3159f9.json new file mode 100644 index 0000000..456f430 --- /dev/null +++ b/.cmake/api/v1/reply/target-GTest__Main-Debug-7bc9866cff532a3159f9.json @@ -0,0 +1,90 @@ +{ + "abstract" : true, + "backtrace" : 5, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "__gtest_define_backwards_compatible_library_targets", + "find_package", + "target_link_libraries" + ], + "files" : + [ + "/usr/local/share/cmake-4.3/Modules/FindGTest.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "tests/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 2 + }, + { + "command" : 2, + "file" : 2, + "line" : 1, + "parent" : 0 + }, + { + "command" : 2, + "file" : 1, + "line" : 259, + "parent" : 1 + }, + { + "file" : 0, + "parent" : 2 + }, + { + "command" : 1, + "file" : 0, + "line" : 355, + "parent" : 3 + }, + { + "command" : 0, + "file" : 0, + "line" : 335, + "parent" : 4 + }, + { + "command" : 3, + "file" : 0, + "line" : 336, + "parent" : 4 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "GTest::Main::@a44f0ac069e85531cdee", + "imported" : true, + "interfaceCompileDependencies" : + [ + { + "backtrace" : 6, + "id" : "GTest::gtest_main::@a44f0ac069e85531cdee" + } + ], + "interfaceLinkLibraries" : + [ + { + "backtrace" : 6, + "id" : "GTest::gtest_main::@a44f0ac069e85531cdee" + } + ], + "local" : true, + "name" : "GTest::Main", + "paths" : + { + "build" : "tests", + "source" : "tests" + }, + "sources" : [], + "type" : "INTERFACE_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-GTest__gmock-Debug-1052e53b0121703db6eb.json b/.cmake/api/v1/reply/target-GTest__gmock-Debug-1052e53b0121703db6eb.json new file mode 100644 index 0000000..85430ff --- /dev/null +++ b/.cmake/api/v1/reply/target-GTest__gmock-Debug-1052e53b0121703db6eb.json @@ -0,0 +1,127 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/usr/local/lib/libgmock.a" + } + ], + "backtrace" : 9, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "find_package", + "set_target_properties" + ], + "files" : + [ + "/usr/local/lib/cmake/GTest/GTestTargets.cmake", + "/usr/local/lib/cmake/GTest/GTestConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/usr/local/share/cmake-4.3/Modules/FindGTest.cmake", + "tests/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 4 + }, + { + "command" : 2, + "file" : 4, + "line" : 1, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 259, + "parent" : 1 + }, + { + "file" : 3, + "parent" : 2 + }, + { + "command" : 2, + "file" : 3, + "line" : 345, + "parent" : 3 + }, + { + "command" : 2, + "file" : 2, + "line" : 259, + "parent" : 4 + }, + { + "file" : 1, + "parent" : 5 + }, + { + "command" : 1, + "file" : 1, + "line" : 36, + "parent" : 6 + }, + { + "file" : 0, + "parent" : 7 + }, + { + "command" : 0, + "file" : 0, + "line" : 79, + "parent" : 8 + }, + { + "command" : 3, + "file" : 0, + "line" : 81, + "parent" : 8 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "GTest::gmock::@a44f0ac069e85531cdee", + "imported" : true, + "interfaceCompileDependencies" : + [ + { + "backtrace" : 10, + "id" : "Threads::Threads::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 10, + "id" : "GTest::gtest::@a44f0ac069e85531cdee" + } + ], + "interfaceLinkLibraries" : + [ + { + "backtrace" : 10, + "id" : "Threads::Threads::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 10, + "id" : "GTest::gtest::@a44f0ac069e85531cdee" + } + ], + "local" : true, + "name" : "GTest::gmock", + "nameOnDisk" : "libgmock.a", + "paths" : + { + "build" : "tests", + "source" : "tests" + }, + "sources" : [], + "type" : "STATIC_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-GTest__gmock_main-Debug-4f0d53eed5d9a6bfd927.json b/.cmake/api/v1/reply/target-GTest__gmock_main-Debug-4f0d53eed5d9a6bfd927.json new file mode 100644 index 0000000..8e14694 --- /dev/null +++ b/.cmake/api/v1/reply/target-GTest__gmock_main-Debug-4f0d53eed5d9a6bfd927.json @@ -0,0 +1,127 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/usr/local/lib/libgmock_main.a" + } + ], + "backtrace" : 9, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "find_package", + "set_target_properties" + ], + "files" : + [ + "/usr/local/lib/cmake/GTest/GTestTargets.cmake", + "/usr/local/lib/cmake/GTest/GTestConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/usr/local/share/cmake-4.3/Modules/FindGTest.cmake", + "tests/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 4 + }, + { + "command" : 2, + "file" : 4, + "line" : 1, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 259, + "parent" : 1 + }, + { + "file" : 3, + "parent" : 2 + }, + { + "command" : 2, + "file" : 3, + "line" : 345, + "parent" : 3 + }, + { + "command" : 2, + "file" : 2, + "line" : 259, + "parent" : 4 + }, + { + "file" : 1, + "parent" : 5 + }, + { + "command" : 1, + "file" : 1, + "line" : 36, + "parent" : 6 + }, + { + "file" : 0, + "parent" : 7 + }, + { + "command" : 0, + "file" : 0, + "line" : 89, + "parent" : 8 + }, + { + "command" : 3, + "file" : 0, + "line" : 91, + "parent" : 8 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "GTest::gmock_main::@a44f0ac069e85531cdee", + "imported" : true, + "interfaceCompileDependencies" : + [ + { + "backtrace" : 10, + "id" : "Threads::Threads::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 10, + "id" : "GTest::gmock::@a44f0ac069e85531cdee" + } + ], + "interfaceLinkLibraries" : + [ + { + "backtrace" : 10, + "id" : "Threads::Threads::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 10, + "id" : "GTest::gmock::@a44f0ac069e85531cdee" + } + ], + "local" : true, + "name" : "GTest::gmock_main", + "nameOnDisk" : "libgmock_main.a", + "paths" : + { + "build" : "tests", + "source" : "tests" + }, + "sources" : [], + "type" : "STATIC_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-GTest__gtest-Debug-479bd5dd1725e1ec5277.json b/.cmake/api/v1/reply/target-GTest__gtest-Debug-479bd5dd1725e1ec5277.json new file mode 100644 index 0000000..f4ab8b1 --- /dev/null +++ b/.cmake/api/v1/reply/target-GTest__gtest-Debug-479bd5dd1725e1ec5277.json @@ -0,0 +1,119 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/usr/local/lib/libgtest.a" + } + ], + "backtrace" : 9, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "find_package", + "set_target_properties" + ], + "files" : + [ + "/usr/local/lib/cmake/GTest/GTestTargets.cmake", + "/usr/local/lib/cmake/GTest/GTestConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/usr/local/share/cmake-4.3/Modules/FindGTest.cmake", + "tests/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 4 + }, + { + "command" : 2, + "file" : 4, + "line" : 1, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 259, + "parent" : 1 + }, + { + "file" : 3, + "parent" : 2 + }, + { + "command" : 2, + "file" : 3, + "line" : 345, + "parent" : 3 + }, + { + "command" : 2, + "file" : 2, + "line" : 259, + "parent" : 4 + }, + { + "file" : 1, + "parent" : 5 + }, + { + "command" : 1, + "file" : 1, + "line" : 36, + "parent" : 6 + }, + { + "file" : 0, + "parent" : 7 + }, + { + "command" : 0, + "file" : 0, + "line" : 59, + "parent" : 8 + }, + { + "command" : 3, + "file" : 0, + "line" : 61, + "parent" : 8 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "GTest::gtest::@a44f0ac069e85531cdee", + "imported" : true, + "interfaceCompileDependencies" : + [ + { + "backtrace" : 10, + "id" : "Threads::Threads::@6890427a1f51a3e7e1df" + } + ], + "interfaceLinkLibraries" : + [ + { + "backtrace" : 10, + "id" : "Threads::Threads::@6890427a1f51a3e7e1df" + } + ], + "local" : true, + "name" : "GTest::gtest", + "nameOnDisk" : "libgtest.a", + "paths" : + { + "build" : "tests", + "source" : "tests" + }, + "sources" : [], + "type" : "STATIC_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-GTest__gtest_main-Debug-13811b217b507d95e5fc.json b/.cmake/api/v1/reply/target-GTest__gtest_main-Debug-13811b217b507d95e5fc.json new file mode 100644 index 0000000..ca76a44 --- /dev/null +++ b/.cmake/api/v1/reply/target-GTest__gtest_main-Debug-13811b217b507d95e5fc.json @@ -0,0 +1,127 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/usr/local/lib/libgtest_main.a" + } + ], + "backtrace" : 9, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "find_package", + "set_target_properties" + ], + "files" : + [ + "/usr/local/lib/cmake/GTest/GTestTargets.cmake", + "/usr/local/lib/cmake/GTest/GTestConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/usr/local/share/cmake-4.3/Modules/FindGTest.cmake", + "tests/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 4 + }, + { + "command" : 2, + "file" : 4, + "line" : 1, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 259, + "parent" : 1 + }, + { + "file" : 3, + "parent" : 2 + }, + { + "command" : 2, + "file" : 3, + "line" : 345, + "parent" : 3 + }, + { + "command" : 2, + "file" : 2, + "line" : 259, + "parent" : 4 + }, + { + "file" : 1, + "parent" : 5 + }, + { + "command" : 1, + "file" : 1, + "line" : 36, + "parent" : 6 + }, + { + "file" : 0, + "parent" : 7 + }, + { + "command" : 0, + "file" : 0, + "line" : 69, + "parent" : 8 + }, + { + "command" : 3, + "file" : 0, + "line" : 71, + "parent" : 8 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "GTest::gtest_main::@a44f0ac069e85531cdee", + "imported" : true, + "interfaceCompileDependencies" : + [ + { + "backtrace" : 10, + "id" : "Threads::Threads::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 10, + "id" : "GTest::gtest::@a44f0ac069e85531cdee" + } + ], + "interfaceLinkLibraries" : + [ + { + "backtrace" : 10, + "id" : "Threads::Threads::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 10, + "id" : "GTest::gtest::@a44f0ac069e85531cdee" + } + ], + "local" : true, + "name" : "GTest::gtest_main", + "nameOnDisk" : "libgtest_main.a", + "paths" : + { + "build" : "tests", + "source" : "tests" + }, + "sources" : [], + "type" : "STATIC_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-Qt6__Core-Debug-18024df859943e2d249d.json b/.cmake/api/v1/reply/target-Qt6__Core-Debug-18024df859943e2d249d.json new file mode 100644 index 0000000..704402f --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__Core-Debug-18024df859943e2d249d.json @@ -0,0 +1,110 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/lib/libQt6Core.so.6.10.2" + } + ], + "backtrace" : 6, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "find_package", + "set_target_properties" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 3 + }, + { + "command" : 2, + "file" : 3, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 1, + "parent" : 2 + }, + { + "command" : 1, + "file" : 1, + "line" : 54, + "parent" : 3 + }, + { + "file" : 0, + "parent" : 4 + }, + { + "command" : 0, + "file" : 0, + "line" : 59, + "parent" : 5 + }, + { + "command" : 3, + "file" : 0, + "line" : 61, + "parent" : 5 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::Core::@6890427a1f51a3e7e1df", + "imported" : true, + "interfaceCompileDependencies" : + [ + { + "backtrace" : 7, + "id" : "Qt6::Platform::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 7, + "id" : "WrapAtomic::WrapAtomic::@6890427a1f51a3e7e1df" + } + ], + "interfaceLinkLibraries" : + [ + { + "backtrace" : 7, + "id" : "Qt6::Platform::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 7, + "id" : "WrapAtomic::WrapAtomic::@6890427a1f51a3e7e1df" + } + ], + "local" : true, + "name" : "Qt6::Core", + "nameOnDisk" : "libQt6Core.so.6.10.2", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "SHARED_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-Qt6__GlobalConfig-Debug-56c13e7d4a5e5cce2597.json b/.cmake/api/v1/reply/target-Qt6__GlobalConfig-Debug-56c13e7d4a5e5cce2597.json new file mode 100644 index 0000000..b29e180 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__GlobalConfig-Debug-56c13e7d4a5e5cce2597.json @@ -0,0 +1,117 @@ +{ + "abstract" : true, + "backtrace" : 13, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "find_package", + "__find_dependency_common", + "find_dependency" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Targets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Config.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 4, + "file" : 4, + "line" : 20, + "parent" : 5 + }, + { + "command" : 3, + "file" : 3, + "line" : 125, + "parent" : 6 + }, + { + "command" : 2, + "file" : 3, + "line" : 93, + "parent" : 7 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 8 + }, + { + "file" : 1, + "parent" : 9 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 10 + }, + { + "file" : 0, + "parent" : 11 + }, + { + "command" : 0, + "file" : 0, + "line" : 78, + "parent" : 12 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::GlobalConfig::@6890427a1f51a3e7e1df", + "imported" : true, + "local" : true, + "name" : "Qt6::GlobalConfig", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "INTERFACE_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-Qt6__GlobalConfigPrivate-Debug-c2d3d63627a32b2710ed.json b/.cmake/api/v1/reply/target-Qt6__GlobalConfigPrivate-Debug-c2d3d63627a32b2710ed.json new file mode 100644 index 0000000..35d5f39 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__GlobalConfigPrivate-Debug-c2d3d63627a32b2710ed.json @@ -0,0 +1,138 @@ +{ + "abstract" : true, + "backtrace" : 13, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "find_package", + "__find_dependency_common", + "find_dependency", + "set_target_properties" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Targets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Config.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 4, + "file" : 4, + "line" : 20, + "parent" : 5 + }, + { + "command" : 3, + "file" : 3, + "line" : 125, + "parent" : 6 + }, + { + "command" : 2, + "file" : 3, + "line" : 93, + "parent" : 7 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 8 + }, + { + "file" : 1, + "parent" : 9 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 10 + }, + { + "file" : 0, + "parent" : 11 + }, + { + "command" : 0, + "file" : 0, + "line" : 96, + "parent" : 12 + }, + { + "command" : 5, + "file" : 0, + "line" : 98, + "parent" : 12 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::GlobalConfigPrivate::@6890427a1f51a3e7e1df", + "imported" : true, + "interfaceCompileDependencies" : + [ + { + "backtrace" : 14, + "id" : "Qt6::GlobalConfig::@6890427a1f51a3e7e1df" + } + ], + "interfaceLinkLibraries" : + [ + { + "backtrace" : 14, + "id" : "Qt6::GlobalConfig::@6890427a1f51a3e7e1df" + } + ], + "local" : true, + "name" : "Qt6::GlobalConfigPrivate", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "INTERFACE_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-Qt6__Platform-Debug-54c462fc3b237fb8c419.json b/.cmake/api/v1/reply/target-Qt6__Platform-Debug-54c462fc3b237fb8c419.json new file mode 100644 index 0000000..86a2a2a --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__Platform-Debug-54c462fc3b237fb8c419.json @@ -0,0 +1,138 @@ +{ + "abstract" : true, + "backtrace" : 13, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "find_package", + "__find_dependency_common", + "find_dependency", + "set_target_properties" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Targets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Config.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 4, + "file" : 4, + "line" : 20, + "parent" : 5 + }, + { + "command" : 3, + "file" : 3, + "line" : 125, + "parent" : 6 + }, + { + "command" : 2, + "file" : 3, + "line" : 93, + "parent" : 7 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 8 + }, + { + "file" : 1, + "parent" : 9 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 10 + }, + { + "file" : 0, + "parent" : 11 + }, + { + "command" : 0, + "file" : 0, + "line" : 59, + "parent" : 12 + }, + { + "command" : 5, + "file" : 0, + "line" : 61, + "parent" : 12 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::Platform::@6890427a1f51a3e7e1df", + "imported" : true, + "interfaceCompileDependencies" : + [ + { + "backtrace" : 14, + "id" : "Threads::Threads::@6890427a1f51a3e7e1df" + } + ], + "interfaceLinkLibraries" : + [ + { + "backtrace" : 14, + "id" : "Threads::Threads::@6890427a1f51a3e7e1df" + } + ], + "local" : true, + "name" : "Qt6::Platform", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "INTERFACE_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-Qt6__PlatformAppInternal-Debug-86b2c74965e0b619932d.json b/.cmake/api/v1/reply/target-Qt6__PlatformAppInternal-Debug-86b2c74965e0b619932d.json new file mode 100644 index 0000000..c35ef40 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__PlatformAppInternal-Debug-86b2c74965e0b619932d.json @@ -0,0 +1,138 @@ +{ + "abstract" : true, + "backtrace" : 13, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "find_package", + "__find_dependency_common", + "find_dependency", + "set_target_properties" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Targets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Config.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 4, + "file" : 4, + "line" : 20, + "parent" : 5 + }, + { + "command" : 3, + "file" : 3, + "line" : 125, + "parent" : 6 + }, + { + "command" : 2, + "file" : 3, + "line" : 93, + "parent" : 7 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 8 + }, + { + "file" : 1, + "parent" : 9 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 10 + }, + { + "file" : 0, + "parent" : 11 + }, + { + "command" : 0, + "file" : 0, + "line" : 176, + "parent" : 12 + }, + { + "command" : 5, + "file" : 0, + "line" : 178, + "parent" : 12 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::PlatformAppInternal::@6890427a1f51a3e7e1df", + "imported" : true, + "interfaceCompileDependencies" : + [ + { + "backtrace" : 14, + "id" : "Qt6::PlatformCommonInternal::@6890427a1f51a3e7e1df" + } + ], + "interfaceLinkLibraries" : + [ + { + "backtrace" : 14, + "id" : "Qt6::PlatformCommonInternal::@6890427a1f51a3e7e1df" + } + ], + "local" : true, + "name" : "Qt6::PlatformAppInternal", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "INTERFACE_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-Qt6__PlatformCommonInternal-Debug-4d8ffb72a93cc2ffb25c.json b/.cmake/api/v1/reply/target-Qt6__PlatformCommonInternal-Debug-4d8ffb72a93cc2ffb25c.json new file mode 100644 index 0000000..a266b90 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__PlatformCommonInternal-Debug-4d8ffb72a93cc2ffb25c.json @@ -0,0 +1,138 @@ +{ + "abstract" : true, + "backtrace" : 13, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "find_package", + "__find_dependency_common", + "find_dependency", + "set_target_properties" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Targets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Config.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 4, + "file" : 4, + "line" : 20, + "parent" : 5 + }, + { + "command" : 3, + "file" : 3, + "line" : 125, + "parent" : 6 + }, + { + "command" : 2, + "file" : 3, + "line" : 93, + "parent" : 7 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 8 + }, + { + "file" : 1, + "parent" : 9 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 10 + }, + { + "file" : 0, + "parent" : 11 + }, + { + "command" : 0, + "file" : 0, + "line" : 115, + "parent" : 12 + }, + { + "command" : 5, + "file" : 0, + "line" : 117, + "parent" : 12 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::PlatformCommonInternal::@6890427a1f51a3e7e1df", + "imported" : true, + "interfaceCompileDependencies" : + [ + { + "backtrace" : 14, + "id" : "Qt6::Platform::@6890427a1f51a3e7e1df" + } + ], + "interfaceLinkLibraries" : + [ + { + "backtrace" : 14, + "id" : "Qt6::Platform::@6890427a1f51a3e7e1df" + } + ], + "local" : true, + "name" : "Qt6::PlatformCommonInternal", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "INTERFACE_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-Qt6__PlatformExampleInternal-Debug-c140c90fc18911d1eb0e.json b/.cmake/api/v1/reply/target-Qt6__PlatformExampleInternal-Debug-c140c90fc18911d1eb0e.json new file mode 100644 index 0000000..bae8b41 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__PlatformExampleInternal-Debug-c140c90fc18911d1eb0e.json @@ -0,0 +1,117 @@ +{ + "abstract" : true, + "backtrace" : 13, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "find_package", + "__find_dependency_common", + "find_dependency" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Targets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Config.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 4, + "file" : 4, + "line" : 20, + "parent" : 5 + }, + { + "command" : 3, + "file" : 3, + "line" : 125, + "parent" : 6 + }, + { + "command" : 2, + "file" : 3, + "line" : 93, + "parent" : 7 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 8 + }, + { + "file" : 1, + "parent" : 9 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 10 + }, + { + "file" : 0, + "parent" : 11 + }, + { + "command" : 0, + "file" : 0, + "line" : 214, + "parent" : 12 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::PlatformExampleInternal::@6890427a1f51a3e7e1df", + "imported" : true, + "local" : true, + "name" : "Qt6::PlatformExampleInternal", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "INTERFACE_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-Qt6__PlatformModuleInternal-Debug-19535096ad9613c93d80.json b/.cmake/api/v1/reply/target-Qt6__PlatformModuleInternal-Debug-19535096ad9613c93d80.json new file mode 100644 index 0000000..bac7188 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__PlatformModuleInternal-Debug-19535096ad9613c93d80.json @@ -0,0 +1,138 @@ +{ + "abstract" : true, + "backtrace" : 13, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "find_package", + "__find_dependency_common", + "find_dependency", + "set_target_properties" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Targets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Config.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 4, + "file" : 4, + "line" : 20, + "parent" : 5 + }, + { + "command" : 3, + "file" : 3, + "line" : 125, + "parent" : 6 + }, + { + "command" : 2, + "file" : 3, + "line" : 93, + "parent" : 7 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 8 + }, + { + "file" : 1, + "parent" : 9 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 10 + }, + { + "file" : 0, + "parent" : 11 + }, + { + "command" : 0, + "file" : 0, + "line" : 136, + "parent" : 12 + }, + { + "command" : 5, + "file" : 0, + "line" : 138, + "parent" : 12 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::PlatformModuleInternal::@6890427a1f51a3e7e1df", + "imported" : true, + "interfaceCompileDependencies" : + [ + { + "backtrace" : 14, + "id" : "Qt6::PlatformCommonInternal::@6890427a1f51a3e7e1df" + } + ], + "interfaceLinkLibraries" : + [ + { + "backtrace" : 14, + "id" : "Qt6::PlatformCommonInternal::@6890427a1f51a3e7e1df" + } + ], + "local" : true, + "name" : "Qt6::PlatformModuleInternal", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "INTERFACE_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-Qt6__PlatformPluginInternal-Debug-33d4a83e8e56eaeab12e.json b/.cmake/api/v1/reply/target-Qt6__PlatformPluginInternal-Debug-33d4a83e8e56eaeab12e.json new file mode 100644 index 0000000..467cb6c --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__PlatformPluginInternal-Debug-33d4a83e8e56eaeab12e.json @@ -0,0 +1,138 @@ +{ + "abstract" : true, + "backtrace" : 13, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "find_package", + "__find_dependency_common", + "find_dependency", + "set_target_properties" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Targets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Config.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 4, + "file" : 4, + "line" : 20, + "parent" : 5 + }, + { + "command" : 3, + "file" : 3, + "line" : 125, + "parent" : 6 + }, + { + "command" : 2, + "file" : 3, + "line" : 93, + "parent" : 7 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 8 + }, + { + "file" : 1, + "parent" : 9 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 10 + }, + { + "file" : 0, + "parent" : 11 + }, + { + "command" : 0, + "file" : 0, + "line" : 156, + "parent" : 12 + }, + { + "command" : 5, + "file" : 0, + "line" : 158, + "parent" : 12 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::PlatformPluginInternal::@6890427a1f51a3e7e1df", + "imported" : true, + "interfaceCompileDependencies" : + [ + { + "backtrace" : 14, + "id" : "Qt6::PlatformCommonInternal::@6890427a1f51a3e7e1df" + } + ], + "interfaceLinkLibraries" : + [ + { + "backtrace" : 14, + "id" : "Qt6::PlatformCommonInternal::@6890427a1f51a3e7e1df" + } + ], + "local" : true, + "name" : "Qt6::PlatformPluginInternal", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "INTERFACE_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-Qt6__PlatformToolInternal-Debug-d6c546f74fcf1e47567a.json b/.cmake/api/v1/reply/target-Qt6__PlatformToolInternal-Debug-d6c546f74fcf1e47567a.json new file mode 100644 index 0000000..320ed2b --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__PlatformToolInternal-Debug-d6c546f74fcf1e47567a.json @@ -0,0 +1,138 @@ +{ + "abstract" : true, + "backtrace" : 13, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "include", + "find_package", + "__find_dependency_common", + "find_dependency", + "set_target_properties" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Targets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Config.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 4, + "file" : 4, + "line" : 20, + "parent" : 5 + }, + { + "command" : 3, + "file" : 3, + "line" : 125, + "parent" : 6 + }, + { + "command" : 2, + "file" : 3, + "line" : 93, + "parent" : 7 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 8 + }, + { + "file" : 1, + "parent" : 9 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 10 + }, + { + "file" : 0, + "parent" : 11 + }, + { + "command" : 0, + "file" : 0, + "line" : 195, + "parent" : 12 + }, + { + "command" : 5, + "file" : 0, + "line" : 197, + "parent" : 12 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::PlatformToolInternal::@6890427a1f51a3e7e1df", + "imported" : true, + "interfaceCompileDependencies" : + [ + { + "backtrace" : 14, + "id" : "Qt6::PlatformAppInternal::@6890427a1f51a3e7e1df" + } + ], + "interfaceLinkLibraries" : + [ + { + "backtrace" : 14, + "id" : "Qt6::PlatformAppInternal::@6890427a1f51a3e7e1df" + } + ], + "local" : true, + "name" : "Qt6::PlatformToolInternal", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "INTERFACE_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-Qt6__androiddeployqt-Debug-069d5928fd0e3678e205.json b/.cmake/api/v1/reply/target-Qt6__androiddeployqt-Debug-069d5928fd0e3678e205.json new file mode 100644 index 0000000..d2d42df --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__androiddeployqt-Debug-069d5928fd0e3678e205.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/bin/androiddeployqt" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 46, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 211, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::androiddeployqt::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt6::androiddeployqt", + "nameOnDisk" : "androiddeployqt", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt6__androidtestrunner-Debug-b05b80db26f6bbbeab55.json b/.cmake/api/v1/reply/target-Qt6__androidtestrunner-Debug-b05b80db26f6bbbeab55.json new file mode 100644 index 0000000..35ceab9 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__androidtestrunner-Debug-b05b80db26f6bbbeab55.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/bin/androidtestrunner" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 46, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 230, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::androidtestrunner::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt6::androidtestrunner", + "nameOnDisk" : "androidtestrunner", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt6__cmake_automoc_parser-Debug-d558864795de45b37d2d.json b/.cmake/api/v1/reply/target-Qt6__cmake_automoc_parser-Debug-d558864795de45b37d2d.json new file mode 100644 index 0000000..f42209d --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__cmake_automoc_parser-Debug-d558864795de45b37d2d.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/libexec/cmake_automoc_parser" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 46, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 154, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::cmake_automoc_parser::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt6::cmake_automoc_parser", + "nameOnDisk" : "cmake_automoc_parser", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt6__moc-Debug-65aead877545189e5872.json b/.cmake/api/v1/reply/target-Qt6__moc-Debug-65aead877545189e5872.json new file mode 100644 index 0000000..4b9b522 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__moc-Debug-65aead877545189e5872.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/libexec/moc" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 46, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 78, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::moc::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt6::moc", + "nameOnDisk" : "moc", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt6__qlalr-Debug-848d7301fb253e47b79d.json b/.cmake/api/v1/reply/target-Qt6__qlalr-Debug-848d7301fb253e47b79d.json new file mode 100644 index 0000000..22d8d0a --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__qlalr-Debug-848d7301fb253e47b79d.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/libexec/qlalr" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 46, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 173, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::qlalr::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt6::qlalr", + "nameOnDisk" : "qlalr", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt6__qmake-Debug-5bbfe66dafec9f0bd439.json b/.cmake/api/v1/reply/target-Qt6__qmake-Debug-5bbfe66dafec9f0bd439.json new file mode 100644 index 0000000..24970ca --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__qmake-Debug-5bbfe66dafec9f0bd439.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/bin/qmake" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 46, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 249, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::qmake::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt6::qmake", + "nameOnDisk" : "qmake", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt6__qtpaths-Debug-6aae676b3fa81468d276.json b/.cmake/api/v1/reply/target-Qt6__qtpaths-Debug-6aae676b3fa81468d276.json new file mode 100644 index 0000000..73b96ba --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__qtpaths-Debug-6aae676b3fa81468d276.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/bin/qtpaths" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 46, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 192, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::qtpaths::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt6::qtpaths", + "nameOnDisk" : "qtpaths", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt6__rcc-Debug-e34968799bca0d0189ec.json b/.cmake/api/v1/reply/target-Qt6__rcc-Debug-e34968799bca0d0189ec.json new file mode 100644 index 0000000..21aa84f --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__rcc-Debug-e34968799bca0d0189ec.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/libexec/rcc" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 46, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 97, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::rcc::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt6::rcc", + "nameOnDisk" : "rcc", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt6__syncqt-Debug-4f5ca130f7c11729066f.json b/.cmake/api/v1/reply/target-Qt6__syncqt-Debug-4f5ca130f7c11729066f.json new file mode 100644 index 0000000..310a733 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__syncqt-Debug-4f5ca130f7c11729066f.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/libexec/syncqt" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 46, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 59, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::syncqt::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt6::syncqt", + "nameOnDisk" : "syncqt", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt6__tracegen-Debug-eaa49a759c14a258c176.json b/.cmake/api/v1/reply/target-Qt6__tracegen-Debug-eaa49a759c14a258c176.json new file mode 100644 index 0000000..5641d39 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__tracegen-Debug-eaa49a759c14a258c176.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/libexec/tracegen" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 46, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 135, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::tracegen::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt6::tracegen", + "nameOnDisk" : "tracegen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt6__tracepointgen-Debug-229b1a88371fa4de185a.json b/.cmake/api/v1/reply/target-Qt6__tracepointgen-Debug-229b1a88371fa4de185a.json new file mode 100644 index 0000000..fa38899 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt6__tracepointgen-Debug-229b1a88371fa4de185a.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/libexec/tracepointgen" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 46, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 116, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt6::tracepointgen::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt6::tracepointgen", + "nameOnDisk" : "tracepointgen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt__androiddeployqt-Debug-b9ca5d327f63e4581bf6.json b/.cmake/api/v1/reply/target-Qt__androiddeployqt-Debug-b9ca5d327f63e4581bf6.json new file mode 100644 index 0000000..520cfb6 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt__androiddeployqt-Debug-b9ca5d327f63e4581bf6.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/bin/androiddeployqt" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 6, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt::androiddeployqt::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt::androiddeployqt", + "nameOnDisk" : "androiddeployqt", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt__androidtestrunner-Debug-d1b0a6d2f52cca6423f4.json b/.cmake/api/v1/reply/target-Qt__androidtestrunner-Debug-d1b0a6d2f52cca6423f4.json new file mode 100644 index 0000000..f0716a6 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt__androidtestrunner-Debug-d1b0a6d2f52cca6423f4.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/bin/androidtestrunner" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 6, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt::androidtestrunner::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt::androidtestrunner", + "nameOnDisk" : "androidtestrunner", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt__cmake_automoc_parser-Debug-d845c482506984de9bf6.json b/.cmake/api/v1/reply/target-Qt__cmake_automoc_parser-Debug-d845c482506984de9bf6.json new file mode 100644 index 0000000..eb6c72b --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt__cmake_automoc_parser-Debug-d845c482506984de9bf6.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/libexec/cmake_automoc_parser" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 6, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt::cmake_automoc_parser::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt::cmake_automoc_parser", + "nameOnDisk" : "cmake_automoc_parser", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt__moc-Debug-b884129c484a7aa47400.json b/.cmake/api/v1/reply/target-Qt__moc-Debug-b884129c484a7aa47400.json new file mode 100644 index 0000000..4233635 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt__moc-Debug-b884129c484a7aa47400.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/libexec/moc" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 6, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt::moc::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt::moc", + "nameOnDisk" : "moc", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt__qlalr-Debug-10fb9f90104cfca9ae52.json b/.cmake/api/v1/reply/target-Qt__qlalr-Debug-10fb9f90104cfca9ae52.json new file mode 100644 index 0000000..5c89d3b --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt__qlalr-Debug-10fb9f90104cfca9ae52.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/libexec/qlalr" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 6, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt::qlalr::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt::qlalr", + "nameOnDisk" : "qlalr", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt__qmake-Debug-915ae90744bc1ee797fc.json b/.cmake/api/v1/reply/target-Qt__qmake-Debug-915ae90744bc1ee797fc.json new file mode 100644 index 0000000..c8edfd4 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt__qmake-Debug-915ae90744bc1ee797fc.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/bin/qmake" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 6, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt::qmake::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt::qmake", + "nameOnDisk" : "qmake", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt__qtpaths-Debug-e22ade71d48f3a4d9436.json b/.cmake/api/v1/reply/target-Qt__qtpaths-Debug-e22ade71d48f3a4d9436.json new file mode 100644 index 0000000..fdbdfad --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt__qtpaths-Debug-e22ade71d48f3a4d9436.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/bin/qtpaths" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 6, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt::qtpaths::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt::qtpaths", + "nameOnDisk" : "qtpaths", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt__rcc-Debug-f20ebbda1655f9992476.json b/.cmake/api/v1/reply/target-Qt__rcc-Debug-f20ebbda1655f9992476.json new file mode 100644 index 0000000..5e95e28 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt__rcc-Debug-f20ebbda1655f9992476.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/libexec/rcc" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 6, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt::rcc::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt::rcc", + "nameOnDisk" : "rcc", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt__syncqt-Debug-6a9433199c317c5b5b44.json b/.cmake/api/v1/reply/target-Qt__syncqt-Debug-6a9433199c317c5b5b44.json new file mode 100644 index 0000000..f2a48f4 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt__syncqt-Debug-6a9433199c317c5b5b44.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/libexec/syncqt" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 6, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt::syncqt::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt::syncqt", + "nameOnDisk" : "syncqt", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt__tracegen-Debug-c6c75081b11f64848e02.json b/.cmake/api/v1/reply/target-Qt__tracegen-Debug-c6c75081b11f64848e02.json new file mode 100644 index 0000000..5590870 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt__tracegen-Debug-c6c75081b11f64848e02.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/libexec/tracegen" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 6, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt::tracegen::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt::tracegen", + "nameOnDisk" : "tracegen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Qt__tracepointgen-Debug-33f5ede1376790c59ae8.json b/.cmake/api/v1/reply/target-Qt__tracepointgen-Debug-33f5ede1376790c59ae8.json new file mode 100644 index 0000000..c4ef589 --- /dev/null +++ b/.cmake/api/v1/reply/target-Qt__tracepointgen-Debug-33f5ede1376790c59ae8.json @@ -0,0 +1,116 @@ +{ + "abstract" : true, + "artifacts" : + [ + { + "path" : "/home/k4/Qt/6.10.2/gcc_64/libexec/tracepointgen" + } + ], + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include", + "find_package", + "_qt_internal_find_tool_dependencies" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 2, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 2, + "file" : 2, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 1, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 3, + "file" : 4, + "line" : 43, + "parent" : 5 + }, + { + "command" : 2, + "file" : 3, + "line" : 100, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 252, + "parent" : 7 + }, + { + "file" : 1, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 49, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 6, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Qt::tracepointgen::@6890427a1f51a3e7e1df", + "imported" : true, + "name" : "Qt::tracepointgen", + "nameOnDisk" : "tracepointgen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-Threads__Threads-Debug-d2b8c488cd3fc4a4e341.json b/.cmake/api/v1/reply/target-Threads__Threads-Debug-d2b8c488cd3fc4a4e341.json new file mode 100644 index 0000000..577cbdc --- /dev/null +++ b/.cmake/api/v1/reply/target-Threads__Threads-Debug-d2b8c488cd3fc4a4e341.json @@ -0,0 +1,154 @@ +{ + "abstract" : true, + "backtrace" : 19, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "find_package", + "__find_dependency_common", + "find_dependency", + "_qt_internal_find_third_party_dependencies", + "include" + ], + "files" : + [ + "/usr/local/share/cmake-4.3/Modules/FindThreads.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Dependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Config.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 8 + }, + { + "command" : 1, + "file" : 8, + "line" : 6, + "parent" : 0 + }, + { + "command" : 1, + "file" : 1, + "line" : 234, + "parent" : 1 + }, + { + "file" : 7, + "parent" : 2 + }, + { + "command" : 5, + "file" : 7, + "line" : 42, + "parent" : 3 + }, + { + "file" : 6, + "parent" : 4 + }, + { + "command" : 3, + "file" : 6, + "line" : 20, + "parent" : 5 + }, + { + "command" : 2, + "file" : 2, + "line" : 125, + "parent" : 6 + }, + { + "command" : 1, + "file" : 2, + "line" : 93, + "parent" : 7 + }, + { + "command" : 1, + "file" : 1, + "line" : 252, + "parent" : 8 + }, + { + "file" : 5, + "parent" : 9 + }, + { + "command" : 5, + "file" : 5, + "line" : 180, + "parent" : 10 + }, + { + "file" : 4, + "parent" : 11 + }, + { + "command" : 4, + "file" : 4, + "line" : 38, + "parent" : 12 + }, + { + "command" : 3, + "file" : 3, + "line" : 36, + "parent" : 13 + }, + { + "command" : 2, + "file" : 2, + "line" : 125, + "parent" : 14 + }, + { + "command" : 1, + "file" : 2, + "line" : 93, + "parent" : 15 + }, + { + "command" : 1, + "file" : 1, + "line" : 259, + "parent" : 16 + }, + { + "file" : 0, + "parent" : 17 + }, + { + "command" : 0, + "file" : 0, + "line" : 292, + "parent" : 18 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "Threads::Threads::@6890427a1f51a3e7e1df", + "imported" : true, + "local" : true, + "name" : "Threads::Threads", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "INTERFACE_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-WrapAtomic__WrapAtomic-Debug-512665058bbfe508daa3.json b/.cmake/api/v1/reply/target-WrapAtomic__WrapAtomic-Debug-512665058bbfe508daa3.json new file mode 100644 index 0000000..d51b22a --- /dev/null +++ b/.cmake/api/v1/reply/target-WrapAtomic__WrapAtomic-Debug-512665058bbfe508daa3.json @@ -0,0 +1,114 @@ +{ + "abstract" : true, + "backtrace" : 12, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "find_package", + "__find_dependency_common", + "find_dependency", + "_qt_internal_find_third_party_dependencies", + "include" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/FindWrapAtomic.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 6 + }, + { + "command" : 1, + "file" : 6, + "line" : 6, + "parent" : 0 + }, + { + "command" : 1, + "file" : 1, + "line" : 234, + "parent" : 1 + }, + { + "file" : 5, + "parent" : 2 + }, + { + "command" : 5, + "file" : 5, + "line" : 42, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 4, + "file" : 4, + "line" : 36, + "parent" : 5 + }, + { + "command" : 3, + "file" : 3, + "line" : 36, + "parent" : 6 + }, + { + "command" : 2, + "file" : 2, + "line" : 125, + "parent" : 7 + }, + { + "command" : 1, + "file" : 2, + "line" : 93, + "parent" : 8 + }, + { + "command" : 1, + "file" : 1, + "line" : 259, + "parent" : 9 + }, + { + "file" : 0, + "parent" : 10 + }, + { + "command" : 0, + "file" : 0, + "line" : 45, + "parent" : 11 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "WrapAtomic::WrapAtomic::@6890427a1f51a3e7e1df", + "imported" : true, + "local" : true, + "name" : "WrapAtomic::WrapAtomic", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "INTERFACE_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-app-Debug-3f69475ec28aaffcf8ed.json b/.cmake/api/v1/reply/target-app-Debug-3f69475ec28aaffcf8ed.json new file mode 100644 index 0000000..48ff066 --- /dev/null +++ b/.cmake/api/v1/reply/target-app-Debug-3f69475ec28aaffcf8ed.json @@ -0,0 +1,344 @@ +{ + "artifacts" : + [ + { + "path" : "app/app" + } + ], + "backtrace" : 4, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "_qt_internal_create_executable", + "qt6_add_executable", + "qt_add_executable", + "target_link_libraries", + "add_compile_definitions", + "project", + "include_directories" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake", + "app/CMakeLists.txt", + ".qtcreator/cmake-helper/qtcreator-project.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 10, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1014, + "parent" : 1 + }, + { + "command" : 1, + "file" : 0, + "line" : 673, + "parent" : 2 + }, + { + "command" : 0, + "file" : 0, + "line" : 749, + "parent" : 3 + }, + { + "command" : 4, + "file" : 1, + "line" : 30, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 674, + "parent" : 2 + }, + { + "file" : 3 + }, + { + "command" : 6, + "file" : 3, + "line" : 2, + "parent" : 7 + }, + { + "file" : 2, + "parent" : 8 + }, + { + "command" : 5, + "file" : 2, + "line" : 81, + "parent" : 9 + }, + { + "command" : 7, + "file" : 3, + "line" : 15, + "parent" : 7 + }, + { + "command" : 7, + "file" : 1, + "line" : 7, + "parent" : 0 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "compileDependencies" : + [ + { + "backtrace" : 6, + "id" : "Qt6::Core::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 5, + "id" : "app_lib::@5f5a17c01335469806cb" + }, + { + "backtrace" : 5, + "id" : "ctrl_algo::@b89a50b1d9b6a3589dde" + }, + { + "backtrace" : 5, + "id" : "Qt6::Core::@6890427a1f51a3e7e1df" + } + ], + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu++17 -fPIE -fdiagnostics-color=always" + }, + { + "backtrace" : 6, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 6, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 10, + "define" : "QT_QML_DEBUG" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/include" + }, + { + "backtrace" : 11, + "path" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app" + }, + { + "backtrace" : 12, + "path" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/../controller" + }, + { + "backtrace" : 5, + "path" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/include" + }, + { + "backtrace" : 6, + "isSystem" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/include/QtCore" + }, + { + "backtrace" : 6, + "isSystem" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/include" + }, + { + "backtrace" : 6, + "isSystem" : true, + "path" : "/home/k4/Qt/6.10.2/gcc_64/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 6, + 6 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 5, + "id" : "app_lib::@5f5a17c01335469806cb" + }, + { + "backtrace" : 5, + "id" : "ctrl_algo::@b89a50b1d9b6a3589dde" + }, + { + "id" : "app_autogen_timestamp_deps::@5f5a17c01335469806cb" + }, + { + "backtrace" : 0, + "id" : "app_autogen::@5f5a17c01335469806cb" + } + ], + "id" : "app::@5f5a17c01335469806cb", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller:/home/k4/Qt/6.10.2/gcc_64/lib", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "app/libapp_lib.a", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "controller/libctrl_algo.so", + "role" : "libraries" + }, + { + "backtrace" : 6, + "fragment" : "/home/k4/Qt/6.10.2/gcc_64/lib/libQt6Core.so.6.10.2", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "linkLibraries" : + [ + { + "backtrace" : 6, + "id" : "Qt6::Core::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 5, + "id" : "app_lib::@5f5a17c01335469806cb" + }, + { + "backtrace" : 5, + "id" : "ctrl_algo::@b89a50b1d9b6a3589dde" + }, + { + "backtrace" : 5, + "id" : "Qt6::Core::@6890427a1f51a3e7e1df" + } + ], + "name" : "app", + "nameOnDisk" : "app", + "orderDependencies" : + [ + { + "id" : "Qt6::moc::@6890427a1f51a3e7e1df" + }, + { + "id" : "app_autogen_timestamp_deps::@5f5a17c01335469806cb" + }, + { + "backtrace" : 0, + "id" : "app_autogen::@5f5a17c01335469806cb" + } + ], + "paths" : + { + "build" : "app", + "source" : "app" + }, + "sourceGroups" : + [ + { + "name" : "Source Files\\Generated", + "sourceIndexes" : + [ + 0, + 2 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 1 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "app/app_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 4, + "compileGroupIndex" : 0, + "path" : "app/main.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "app/app_autogen/timestamp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "app/app_autogen/timestamp.rule", + "sourceGroupIndex" : 2 + } + ], + "type" : "EXECUTABLE" +} diff --git a/.cmake/api/v1/reply/target-app_autogen-Debug-483e70c8e5f8ce08959d.json b/.cmake/api/v1/reply/target-app_autogen-Debug-483e70c8e5f8ce08959d.json new file mode 100644 index 0000000..2bae897 --- /dev/null +++ b/.cmake/api/v1/reply/target-app_autogen-Debug-483e70c8e5f8ce08959d.json @@ -0,0 +1,89 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "app/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "dependencies" : + [ + { + "id" : "app_autogen_timestamp_deps::@5f5a17c01335469806cb" + } + ], + "folder" : + { + "name" : "QtInternalTargets" + }, + "id" : "app_autogen::@5f5a17c01335469806cb", + "isGeneratorProvided" : true, + "name" : "app_autogen", + "orderDependencies" : + [ + { + "id" : "Qt6::moc::@6890427a1f51a3e7e1df" + }, + { + "id" : "app_autogen_timestamp_deps::@5f5a17c01335469806cb" + } + ], + "paths" : + { + "build" : "app", + "source" : "app" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "app/CMakeFiles/app_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "app/CMakeFiles/app_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "app/app_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/.cmake/api/v1/reply/target-app_autogen_timestamp_deps-Debug-5d579710c0cd9cb4616c.json b/.cmake/api/v1/reply/target-app_autogen_timestamp_deps-Debug-5d579710c0cd9cb4616c.json new file mode 100644 index 0000000..3642f4d --- /dev/null +++ b/.cmake/api/v1/reply/target-app_autogen_timestamp_deps-Debug-5d579710c0cd9cb4616c.json @@ -0,0 +1,66 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "app/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "app_lib::@5f5a17c01335469806cb" + }, + { + "backtrace" : 0, + "id" : "ctrl_algo::@b89a50b1d9b6a3589dde" + } + ], + "folder" : + { + "name" : "QtInternalTargets" + }, + "id" : "app_autogen_timestamp_deps::@5f5a17c01335469806cb", + "isGeneratorProvided" : true, + "name" : "app_autogen_timestamp_deps", + "orderDependencies" : + [ + { + "backtrace" : 0, + "id" : "Qt6::moc::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "Qt6::Core::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "app_lib::@5f5a17c01335469806cb" + }, + { + "backtrace" : 0, + "id" : "ctrl_algo::@b89a50b1d9b6a3589dde" + } + ], + "paths" : + { + "build" : "app", + "source" : "app" + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/.cmake/api/v1/reply/target-app_lib-Debug-b0d09b74c58acab5a871.json b/.cmake/api/v1/reply/target-app_lib-Debug-b0d09b74c58acab5a871.json new file mode 100644 index 0000000..194ef84 --- /dev/null +++ b/.cmake/api/v1/reply/target-app_lib-Debug-b0d09b74c58acab5a871.json @@ -0,0 +1,411 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "app/libapp_lib.a" + } + ], + "backtrace" : 4, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "_qt_internal_add_library", + "qt6_add_library", + "qt_add_library", + "add_custom_command", + "qt6_extract_metatypes", + "qt6_finalize_target", + "add_compile_definitions", + "project", + "include_directories", + "target_include_directories", + "target_sources" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake", + "app/CMakeLists.txt", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:923:EVAL", + ".qtcreator/cmake-helper/qtcreator-project.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 13, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 2920, + "parent" : 1 + }, + { + "command" : 1, + "file" : 0, + "line" : 2806, + "parent" : 2 + }, + { + "command" : 0, + "file" : 0, + "line" : 2893, + "parent" : 3 + }, + { + "file" : 1, + "line" : -1, + "parent" : 0 + }, + { + "command" : 6, + "file" : 2, + "line" : 1, + "parent" : 5 + }, + { + "command" : 5, + "file" : 0, + "line" : 909, + "parent" : 6 + }, + { + "command" : 4, + "file" : 0, + "line" : 1542, + "parent" : 7 + }, + { + "command" : 4, + "file" : 0, + "line" : 1484, + "parent" : 7 + }, + { + "file" : 4 + }, + { + "command" : 8, + "file" : 4, + "line" : 2, + "parent" : 10 + }, + { + "file" : 3, + "parent" : 11 + }, + { + "command" : 7, + "file" : 3, + "line" : 81, + "parent" : 12 + }, + { + "command" : 9, + "file" : 4, + "line" : 15, + "parent" : 10 + }, + { + "command" : 9, + "file" : 1, + "line" : 7, + "parent" : 0 + }, + { + "command" : 10, + "file" : 1, + "line" : 27, + "parent" : 0 + }, + { + "command" : 11, + "file" : 0, + "line" : 1579, + "parent" : 7 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu++17 -fPIC -fdiagnostics-color=always" + } + ], + "defines" : + [ + { + "backtrace" : 13, + "define" : "QT_QML_DEBUG" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include" + }, + { + "backtrace" : 14, + "path" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app" + }, + { + "backtrace" : 15, + "path" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/../controller" + }, + { + "backtrace" : 16, + "path" : "/home/k4/Qt/6.10.2/gcc_64/include/QtCore" + }, + { + "backtrace" : 16, + "path" : "/home/k4/Qt/6.10.2/gcc_64/include" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 4 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 3, + 5, + 7, + 9, + 11, + 13 + ] + } + ], + "dependencies" : + [ + { + "id" : "app_lib_autogen_timestamp_deps::@5f5a17c01335469806cb" + }, + { + "backtrace" : 0, + "id" : "app_lib_autogen::@5f5a17c01335469806cb" + } + ], + "id" : "app_lib::@5f5a17c01335469806cb", + "name" : "app_lib", + "nameOnDisk" : "libapp_lib.a", + "orderDependencies" : + [ + { + "backtrace" : 8, + "id" : "Qt6::moc::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 9, + "id" : "Qt6::cmake_automoc_parser::@6890427a1f51a3e7e1df" + }, + { + "id" : "app_lib_autogen_timestamp_deps::@5f5a17c01335469806cb" + }, + { + "backtrace" : 0, + "id" : "app_lib_autogen::@5f5a17c01335469806cb" + } + ], + "paths" : + { + "build" : "app", + "source" : "app" + }, + "sourceGroups" : + [ + { + "name" : "Source Files\\Generated", + "sourceIndexes" : + [ + 0, + 16 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 1, + 3, + 5, + 7, + 9, + 11, + 13 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2, + 4, + 6, + 8, + 10, + 12, + 14 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 15 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 17, + 18, + 19 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "app/app_lib_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 4, + "compileGroupIndex" : 0, + "path" : "app/main.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 4, + "path" : "app/filter.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 4, + "compileGroupIndex" : 0, + "path" : "app/filter.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 4, + "path" : "app/pwm.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 4, + "compileGroupIndex" : 0, + "path" : "app/pwm.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 4, + "path" : "app/climate-algorithm.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 4, + "compileGroupIndex" : 0, + "path" : "app/climate-algorithm.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 4, + "path" : "app/pid.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 4, + "compileGroupIndex" : 0, + "path" : "app/pid.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 4, + "path" : "app/datamodel.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 4, + "compileGroupIndex" : 0, + "path" : "app/datamodel.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 4, + "path" : "app/dataset.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 4, + "compileGroupIndex" : 0, + "path" : "app/dataset.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 4, + "path" : "app/text-templates.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 17, + "isGenerated" : true, + "path" : "app/meta_types/qt6app_lib_metatypes.json.gen", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "app/app_lib_autogen/timestamp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "app/meta_types/qt6app_lib_metatypes.json.gen.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "app/app_lib_autogen/timestamp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "app/meta_types/app_lib_json_file_list.txt.rule", + "sourceGroupIndex" : 4 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-app_lib_autogen-Debug-3556e1bd5ac856a93d44.json b/.cmake/api/v1/reply/target-app_lib_autogen-Debug-3556e1bd5ac856a93d44.json new file mode 100644 index 0000000..6fd03fc --- /dev/null +++ b/.cmake/api/v1/reply/target-app_lib_autogen-Debug-3556e1bd5ac856a93d44.json @@ -0,0 +1,89 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "app/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "dependencies" : + [ + { + "id" : "app_lib_autogen_timestamp_deps::@5f5a17c01335469806cb" + } + ], + "folder" : + { + "name" : "QtInternalTargets" + }, + "id" : "app_lib_autogen::@5f5a17c01335469806cb", + "isGeneratorProvided" : true, + "name" : "app_lib_autogen", + "orderDependencies" : + [ + { + "id" : "Qt6::moc::@6890427a1f51a3e7e1df" + }, + { + "id" : "app_lib_autogen_timestamp_deps::@5f5a17c01335469806cb" + } + ], + "paths" : + { + "build" : "app", + "source" : "app" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "app/CMakeFiles/app_lib_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "app/CMakeFiles/app_lib_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "app/app_lib_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/.cmake/api/v1/reply/target-app_lib_autogen_timestamp_deps-Debug-7d802443107628077dff.json b/.cmake/api/v1/reply/target-app_lib_autogen_timestamp_deps-Debug-7d802443107628077dff.json new file mode 100644 index 0000000..8809e59 --- /dev/null +++ b/.cmake/api/v1/reply/target-app_lib_autogen_timestamp_deps-Debug-7d802443107628077dff.json @@ -0,0 +1,43 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "app/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "folder" : + { + "name" : "QtInternalTargets" + }, + "id" : "app_lib_autogen_timestamp_deps::@5f5a17c01335469806cb", + "isGeneratorProvided" : true, + "name" : "app_lib_autogen_timestamp_deps", + "orderDependencies" : + [ + { + "backtrace" : 0, + "id" : "Qt6::moc::@6890427a1f51a3e7e1df" + } + ], + "paths" : + { + "build" : "app", + "source" : "app" + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/.cmake/api/v1/reply/target-ctrl_algo-Debug-8921dbfb3309adcfd17a.json b/.cmake/api/v1/reply/target-ctrl_algo-Debug-8921dbfb3309adcfd17a.json new file mode 100644 index 0000000..188041e --- /dev/null +++ b/.cmake/api/v1/reply/target-ctrl_algo-Debug-8921dbfb3309adcfd17a.json @@ -0,0 +1,190 @@ +{ + "artifacts" : + [ + { + "path" : "controller/libctrl_algo.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "add_compile_definitions", + "project", + "include_directories", + "target_include_directories" + ], + "files" : + [ + "controller/CMakeLists.txt", + ".qtcreator/cmake-helper/qtcreator-project.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 6, + "parent" : 0 + }, + { + "file" : 2 + }, + { + "command" : 2, + "file" : 2, + "line" : 2, + "parent" : 2 + }, + { + "file" : 1, + "parent" : 3 + }, + { + "command" : 1, + "file" : 1, + "line" : 81, + "parent" : 4 + }, + { + "command" : 3, + "file" : 2, + "line" : 15, + "parent" : 2 + }, + { + "command" : 3, + "file" : 2, + "line" : 18, + "parent" : 2 + }, + { + "command" : 3, + "file" : 0, + "line" : 2, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 12, + "parent" : 0 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu++17 -fPIC -fdiagnostics-color=always" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "QT_QML_DEBUG" + }, + { + "define" : "ctrl_algo_EXPORTS" + } + ], + "includes" : + [ + { + "backtrace" : 6, + "path" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app" + }, + { + "backtrace" : 7, + "path" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller" + }, + { + "backtrace" : 8, + "path" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/." + }, + { + "backtrace" : 9, + "path" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/include" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "id" : "ctrl_algo::@b89a50b1d9b6a3589dde", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-shared", + "role" : "flags" + } + ], + "language" : "CXX" + }, + "name" : "ctrl_algo", + "nameOnDisk" : "libctrl_algo.so", + "paths" : + { + "build" : "controller", + "source" : "controller" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "controller/Controller.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "controller/Controller.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-qt_private_link_library_targets-Debug-dec8f020c07e7cb8814b.json b/.cmake/api/v1/reply/target-qt_private_link_library_targets-Debug-dec8f020c07e7cb8814b.json new file mode 100644 index 0000000..dddd044 --- /dev/null +++ b/.cmake/api/v1/reply/target-qt_private_link_library_targets-Debug-dec8f020c07e7cb8814b.json @@ -0,0 +1,78 @@ +{ + "abstract" : true, + "backtrace" : 6, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "__qt_internal_walk_libs", + "__qt_internal_collect_all_target_dependencies", + "_qt_internal_finalize_executable", + "qt6_finalize_target" + ], + "files" : + [ + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake", + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:923:EVAL", + "app/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 3 + }, + { + "file" : 3, + "line" : -1, + "parent" : 0 + }, + { + "command" : 4, + "file" : 2, + "line" : 1, + "parent" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 879, + "parent" : 2 + }, + { + "command" : 2, + "file" : 1, + "line" : 774, + "parent" : 3 + }, + { + "command" : 1, + "file" : 0, + "line" : 337, + "parent" : 4 + }, + { + "command" : 0, + "file" : 0, + "line" : 108, + "parent" : 5 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "id" : "qt_private_link_library_targets::@5f5a17c01335469806cb", + "imported" : true, + "name" : "qt_private_link_library_targets", + "paths" : + { + "build" : "app", + "source" : "app" + }, + "sources" : [], + "type" : "INTERFACE_LIBRARY" +} diff --git a/.cmake/api/v1/reply/target-tests-Debug-11bb6ee3125770ae0abe.json b/.cmake/api/v1/reply/target-tests-Debug-11bb6ee3125770ae0abe.json new file mode 100644 index 0000000..f2965f3 --- /dev/null +++ b/.cmake/api/v1/reply/target-tests-Debug-11bb6ee3125770ae0abe.json @@ -0,0 +1,282 @@ +{ + "artifacts" : + [ + { + "path" : "tests/tests" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "set_target_properties", + "include", + "find_package", + "add_custom_command", + "gtest_discover_tests", + "add_compile_definitions", + "project", + "include_directories" + ], + "files" : + [ + "tests/CMakeLists.txt", + "/usr/local/lib/cmake/GTest/GTestTargets.cmake", + "/usr/local/lib/cmake/GTest/GTestConfig.cmake", + ".qtcreator/cmake-helper/maintenance_tool_provider.cmake", + "/usr/local/share/cmake-4.3/Modules/FindGTest.cmake", + "/usr/local/share/cmake-4.3/Modules/GoogleTest.cmake", + ".qtcreator/cmake-helper/qtcreator-project.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 3, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 4, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1, + "parent" : 0 + }, + { + "command" : 4, + "file" : 3, + "line" : 259, + "parent" : 3 + }, + { + "file" : 4, + "parent" : 4 + }, + { + "command" : 4, + "file" : 4, + "line" : 345, + "parent" : 5 + }, + { + "command" : 4, + "file" : 3, + "line" : 259, + "parent" : 6 + }, + { + "file" : 2, + "parent" : 7 + }, + { + "command" : 3, + "file" : 2, + "line" : 36, + "parent" : 8 + }, + { + "file" : 1, + "parent" : 9 + }, + { + "command" : 2, + "file" : 1, + "line" : 71, + "parent" : 10 + }, + { + "command" : 6, + "file" : 0, + "line" : 7, + "parent" : 0 + }, + { + "command" : 5, + "file" : 5, + "line" : 697, + "parent" : 12 + }, + { + "file" : 7 + }, + { + "command" : 8, + "file" : 7, + "line" : 2, + "parent" : 14 + }, + { + "file" : 6, + "parent" : 15 + }, + { + "command" : 7, + "file" : 6, + "line" : 81, + "parent" : 16 + }, + { + "command" : 9, + "file" : 7, + "line" : 15, + "parent" : 14 + }, + { + "command" : 9, + "file" : 7, + "line" : 18, + "parent" : 14 + } + ] + }, + "codemodelVersion" : + { + "major" : 2, + "minor" : 10 + }, + "compileDependencies" : + [ + { + "backtrace" : 2, + "id" : "GTest::gtest_main::@a44f0ac069e85531cdee" + }, + { + "backtrace" : 2, + "id" : "app_lib::@5f5a17c01335469806cb" + } + ], + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu++17 -fPIE -fdiagnostics-color=always" + } + ], + "defines" : + [ + { + "backtrace" : 17, + "define" : "QT_QML_DEBUG" + } + ], + "includes" : + [ + { + "backtrace" : 18, + "path" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app" + }, + { + "backtrace" : 19, + "path" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 2 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "app_lib::@5f5a17c01335469806cb" + } + ], + "id" : "tests::@a44f0ac069e85531cdee", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "/usr/local/lib/libgtest_main.a", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "app/libapp_lib.a", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/usr/local/lib/libgtest.a", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "linkLibraries" : + [ + { + "backtrace" : 2, + "id" : "GTest::gtest_main::@a44f0ac069e85531cdee" + }, + { + "backtrace" : 2, + "id" : "app_lib::@5f5a17c01335469806cb" + } + ], + "name" : "tests", + "nameOnDisk" : "tests", + "orderDependencies" : + [ + { + "backtrace" : 13, + "id" : "tests::@a44f0ac069e85531cdee" + } + ], + "paths" : + { + "build" : "tests", + "source" : "tests" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "tests/filter-test.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/.ninja_deps b/.ninja_deps new file mode 100644 index 0000000..13d1129 Binary files /dev/null and b/.ninja_deps differ diff --git a/.ninja_log b/.ninja_log new file mode 100644 index 0000000..3bce071 --- /dev/null +++ b/.ninja_log @@ -0,0 +1,97 @@ +# ninja log v5 +1505 1525 1774861563445846237 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/mocs_compilation.cpp abfa3ef614cea5d8 +24 29 1774861561952827566 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/meta_types/qt6app_lib_metatypes.json.gen 30cb36027e05dcb1 +29 46 1774861561970545168 app/CMakeFiles/app_lib.dir/pwm.cpp.o 25a0c85d87136d3b +3 23 1774861561943827454 app/app_lib_autogen/timestamp 9a8fb17ce011677a +29 48 1774861561972827816 app/CMakeFiles/app_lib.dir/pid.cpp.o 42afc02417b5a31b +29 40 1774861561964748565 app/CMakeFiles/app_lib.dir/app_lib_autogen/mocs_compilation.cpp.o 97fc92ab172cd262 +23 24 1774861561949563086 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/meta_types/app_lib_json_file_list.txt.timestamp cf2a386689b0f607 +3 23 1774861561943827454 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/timestamp 9a8fb17ce011677a +29 42 1774861561965827729 app/CMakeFiles/app_lib.dir/climate-algorithm.cpp.o 3497f65570321049 +24 29 1774861561952827566 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/meta_types/qt6app_lib_metatypes.json 30cb36027e05dcb1 +23 24 1774861561949563086 app/meta_types/app_lib_json_file_list.txt.timestamp cf2a386689b0f607 +29 47 1774861561970827791 app/CMakeFiles/app_lib.dir/filter.cpp.o 176bf7eb0b9af87b +1525 2822 1774861564744862484 app/CMakeFiles/app.dir/main.cpp.o a756880780d94869 +29 372 1774861562295831855 app/CMakeFiles/app_lib.dir/Controller.cpp.o c3fb598714c0c339 +29 1415 1774861563338844899 app/CMakeFiles/app_lib.dir/main.cpp.o 95a285bccc177ed5 +24 29 1774861561952827566 app/meta_types/qt6app_lib_metatypes.json.gen 30cb36027e05dcb1 +30 961 1774861562883839208 tests/CMakeFiles/tests.dir/filter-test.cpp.o 5a0a734940f08543 +30 1395 1774861563317844636 app/CMakeFiles/app_lib.dir/datamodel.cpp.o 7577ba056a72e9f8 +30 1479 1774861563400845674 app/CMakeFiles/app_lib.dir/dataset.cpp.o e4664a31f5c4b77e +1525 1536 1774861563459846412 app/CMakeFiles/app.dir/app_autogen/mocs_compilation.cpp.o ca4d3eeb6f8b22ab +1506 1589 1774861563512847075 tests/tests[1]_tests.cmake 15e348714966dd3 +1505 1525 1774861563445846237 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/timestamp abfa3ef614cea5d8 +1479 1505 1774861563428846024 app/libapp_lib.a 52dd38f766c2e4e6 +1505 1525 1774861563445846237 app/app_autogen/timestamp abfa3ef614cea5d8 +3 23 1774861561943827454 app/app_lib_autogen/mocs_compilation.cpp 9a8fb17ce011677a +2822 2936 1774861564857863898 app/app b166efe6fefb9415 +23 24 1774861561949563086 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/meta_types/app_lib_json_file_list.txt cf2a386689b0f607 +2 6 0 CMakeFiles/clean.additional 8a5e810452e9c887 +1506 1589 1774861563512847075 tests/tests 15e348714966dd3 +1505 1525 1774861563445846237 app/app_autogen/mocs_compilation.cpp abfa3ef614cea5d8 +23 24 1774861561949563086 app/meta_types/app_lib_json_file_list.txt cf2a386689b0f607 +1506 1589 1774861563512847075 /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/tests[1]_tests.cmake 15e348714966dd3 +3 23 1774861561943827454 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/mocs_compilation.cpp 9a8fb17ce011677a +24 29 1774861561952827566 app/meta_types/qt6app_lib_metatypes.json 30cb36027e05dcb1 +6 10 0 clean a31eedcededa8236 +3 30 1774806388991069895 app/app_lib_autogen/timestamp 5c5da39ad608a66f +3 30 1774806388991069895 app/app_lib_autogen/mocs_compilation.cpp 5c5da39ad608a66f +3 30 1774806388991069895 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/timestamp 5c5da39ad608a66f +3 30 1774806388991069895 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/mocs_compilation.cpp 5c5da39ad608a66f +30 32 1774862804251877030 app/meta_types/app_lib_json_file_list.txt cf2a386689b0f607 +30 32 1774862804251877030 app/meta_types/app_lib_json_file_list.txt.timestamp cf2a386689b0f607 +30 32 1774862804251877030 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/meta_types/app_lib_json_file_list.txt cf2a386689b0f607 +30 32 1774862804251877030 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/meta_types/app_lib_json_file_list.txt.timestamp cf2a386689b0f607 +32 43 1774862804267883960 app/CMakeFiles/app_lib.dir/app_lib_autogen/mocs_compilation.cpp.o 1caf7840887f829e +32 43 1774862804267883960 app/CMakeFiles/app_lib.dir/climate-algorithm.cpp.o dbb47ba728bd321f +33 48 1774862804272502021 app/CMakeFiles/app_lib.dir/pid.cpp.o 241c0c206e085c6 +32 50 1774862804274877332 app/CMakeFiles/app_lib.dir/filter.cpp.o c8d6682845bca8e0 +32 53 1774862804277793940 app/CMakeFiles/app_lib.dir/pwm.cpp.o c7490ffb31b7a4f9 +3 317 1774862804540880819 controller/CMakeFiles/ctrl_algo.dir/Controller.cpp.o 38cd3b75e5320486 +317 367 1774862804590029343 controller/libctrl_algo.so 79a82026c95eb3ce +33 975 1774862805197889432 tests/CMakeFiles/tests.dir/filter-test.cpp.o 5420d5f3d25d747a +33 1369 1774862805592894611 app/CMakeFiles/app_lib.dir/datamodel.cpp.o 3b407143b5803425 +32 1383 1774862805605894781 app/CMakeFiles/app_lib.dir/main.cpp.o 6a40438914d5d8a6 +33 1501 1774862805723896328 app/CMakeFiles/app_lib.dir/dataset.cpp.o 96c7905bb2cc54b4 +1501 1527 1774862805750896682 app/libapp_lib.a 83c899af82082a75 +1527 1546 1774806388991069895 app/app_autogen/timestamp 6161fc0f921efbba +1527 1546 1774806388991069895 app/app_autogen/mocs_compilation.cpp 6161fc0f921efbba +1527 1546 1774806388991069895 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/timestamp 6161fc0f921efbba +1527 1546 1774806388991069895 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/mocs_compilation.cpp 6161fc0f921efbba +1547 1557 1774862805781788817 app/CMakeFiles/app.dir/app_autogen/mocs_compilation.cpp.o 58ff1f82b4dda8b8 +1527 1613 1774862805837897823 tests/tests 15e348714966dd3 +1527 1613 1774862805837897823 tests/tests[1]_tests.cmake 15e348714966dd3 +1527 1613 1774862805837897823 /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/tests[1]_tests.cmake 15e348714966dd3 +1547 2862 1774862807083914157 app/CMakeFiles/app.dir/main.cpp.o b31bb3da68736724 +2862 2973 1774862807194611049 app/app bf7ae0ec711c2ba2 +3 14 1774862718289242499 app/app_lib_autogen/timestamp 5c5da39ad608a66f +3 14 1774862718289242499 app/app_lib_autogen/mocs_compilation.cpp 5c5da39ad608a66f +3 14 1774862718289242499 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/timestamp 5c5da39ad608a66f +3 14 1774862718289242499 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/mocs_compilation.cpp 5c5da39ad608a66f +14 15 1774862810080953449 app/meta_types/app_lib_json_file_list.txt cf2a386689b0f607 +14 15 1774862810080953449 app/meta_types/app_lib_json_file_list.txt.timestamp cf2a386689b0f607 +14 15 1774862810080953449 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/meta_types/app_lib_json_file_list.txt cf2a386689b0f607 +14 15 1774862810080953449 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/meta_types/app_lib_json_file_list.txt.timestamp cf2a386689b0f607 +15 25 1774862718289242499 app/app_autogen/timestamp 6161fc0f921efbba +15 25 1774862718289242499 app/app_autogen/mocs_compilation.cpp 6161fc0f921efbba +15 25 1774862718289242499 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/timestamp 6161fc0f921efbba +15 25 1774862718289242499 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/mocs_compilation.cpp 6161fc0f921efbba +4 16 1774862947241268210 app/app_lib_autogen/timestamp 5c5da39ad608a66f +4 16 1774862947241268210 app/app_lib_autogen/mocs_compilation.cpp 5c5da39ad608a66f +4 16 1774862947241268210 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/timestamp 5c5da39ad608a66f +4 16 1774862947241268210 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/mocs_compilation.cpp 5c5da39ad608a66f +17 18 1774862949769785835 app/meta_types/app_lib_json_file_list.txt cf2a386689b0f607 +17 18 1774862949769785835 app/meta_types/app_lib_json_file_list.txt.timestamp cf2a386689b0f607 +17 18 1774862949769785835 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/meta_types/app_lib_json_file_list.txt cf2a386689b0f607 +17 18 1774862949769785835 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/meta_types/app_lib_json_file_list.txt.timestamp cf2a386689b0f607 +18 1392 1774862951146803907 app/CMakeFiles/app_lib.dir/main.cpp.o 6a40438914d5d8a6 +1392 1416 1774862951171804235 app/libapp_lib.a 83c899af82082a75 +1416 1428 1774862947241268210 app/app_autogen/timestamp 6161fc0f921efbba +1416 1428 1774862947241268210 app/app_autogen/mocs_compilation.cpp 6161fc0f921efbba +1416 1428 1774862947241268210 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/timestamp 6161fc0f921efbba +1416 1428 1774862947241268210 /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/mocs_compilation.cpp 6161fc0f921efbba +1417 1502 1774862951257805364 tests/tests 15e348714966dd3 +1417 1502 1774862951257805364 tests/tests[1]_tests.cmake 15e348714966dd3 +1417 1502 1774862951257805364 /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/tests[1]_tests.cmake 15e348714966dd3 +1428 2758 1774862952512821835 app/CMakeFiles/app.dir/main.cpp.o b31bb3da68736724 +2758 2870 1774862952623521338 app/app bf7ae0ec711c2ba2 diff --git a/.qt/QtDeploySupport.cmake b/.qt/QtDeploySupport.cmake new file mode 100644 index 0000000..0c529bc --- /dev/null +++ b/.qt/QtDeploySupport.cmake @@ -0,0 +1,71 @@ +cmake_minimum_required(VERSION 3.16...3.21) + +# These are part of the public API. Projects should use them to provide a +# consistent set of prefix-relative destinations. +if(NOT QT_DEPLOY_BIN_DIR) + set(QT_DEPLOY_BIN_DIR "bin") +endif() +if(NOT QT_DEPLOY_LIBEXEC_DIR) + set(QT_DEPLOY_LIBEXEC_DIR "libexec") +endif() +if(NOT QT_DEPLOY_LIB_DIR) + set(QT_DEPLOY_LIB_DIR "lib") +endif() +if(NOT QT_DEPLOY_PLUGINS_DIR) + set(QT_DEPLOY_PLUGINS_DIR "plugins") +endif() +if(NOT QT_DEPLOY_QML_DIR) + set(QT_DEPLOY_QML_DIR "qml") +endif() +if(NOT QT_DEPLOY_TRANSLATIONS_DIR) + set(QT_DEPLOY_TRANSLATIONS_DIR "translations") +endif() +if(NOT QT_DEPLOY_PREFIX) + set(QT_DEPLOY_PREFIX "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}") +endif() +if(QT_DEPLOY_PREFIX STREQUAL "") + set(QT_DEPLOY_PREFIX .) +endif() +if(NOT QT_DEPLOY_IGNORED_LIB_DIRS) + set(QT_DEPLOY_IGNORED_LIB_DIRS "/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0;/opt/gcc-15/lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-gnu;/usr/lib64;/opt/gcc-15/lib;/lib;/usr/lib") +endif() + +# These are internal implementation details. They may be removed at any time. +set(__QT_DEPLOY_SYSTEM_NAME "Linux") +set(__QT_DEPLOY_SHARED_LIBRARY_SUFFIX ".so") +set(__QT_DEPLOY_IS_SHARED_LIBS_BUILD "ON") +set(__QT_DEPLOY_TOOL "GRD") +set(__QT_DEPLOY_IMPL_DIR "/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qt") +set(__QT_DEPLOY_VERBOSE "") +set(__QT_CMAKE_EXPORT_NAMESPACE "Qt6") +set(__QT_LIBINFIX "") +set(__QT_DEPLOY_GENERATOR_IS_MULTI_CONFIG "0") +set(__QT_DEPLOY_ACTIVE_CONFIG "Debug") +set(__QT_NO_CREATE_VERSIONLESS_FUNCTIONS "") +set(__QT_DEFAULT_MAJOR_VERSION "6") +set(__QT_DEPLOY_QT_ADDITIONAL_PACKAGES_PREFIX_PATH "") +set(__QT_DEPLOY_QT_INSTALL_PREFIX "/home/k4/Qt/6.10.2/gcc_64") +set(__QT_DEPLOY_QT_INSTALL_BINS "bin") +set(__QT_DEPLOY_QT_INSTALL_DATA ".") +set(__QT_DEPLOY_QT_INSTALL_DESCRIPTIONSDIR "modules") +set(__QT_DEPLOY_QT_INSTALL_LIBEXECS "libexec") +set(__QT_DEPLOY_QT_INSTALL_PLUGINS "plugins") +set(__QT_DEPLOY_QT_INSTALL_TRANSLATIONS "translations") +set(__QT_DEPLOY_TARGET_QT_PATHS_PATH "/home/k4/Qt/6.10.2/gcc_64/bin/qtpaths6") +set(__QT_DEPLOY_MUST_ADJUST_PLUGINS_RPATH "ON") +set(__QT_DEPLOY_USE_PATCHELF "") +set(__QT_DEPLOY_PATCHELF_EXECUTABLE "") +set(__QT_DEPLOY_QT_IS_MULTI_CONFIG_BUILD_WITH_DEBUG "FALSE") +set(__QT_DEPLOY_QT_DEBUG_POSTFIX "") + +# Define the CMake commands to be made available during deployment. +set(__qt_deploy_support_files + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qt/QtDeployTargets.cmake" + "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDeploySupport.cmake" +) +foreach(__qt_deploy_support_file IN LISTS __qt_deploy_support_files) + include("${__qt_deploy_support_file}") +endforeach() + +unset(__qt_deploy_support_file) +unset(__qt_deploy_support_files) diff --git a/.qt/QtDeployTargets.cmake b/.qt/QtDeployTargets.cmake new file mode 100644 index 0000000..d1ba59b --- /dev/null +++ b/.qt/QtDeployTargets.cmake @@ -0,0 +1,8 @@ +set(__QT_DEPLOY_TARGET_app_FILE /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app) +set(__QT_DEPLOY_TARGET_app_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_app_lib_FILE /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/libapp_lib.a) +set(__QT_DEPLOY_TARGET_app_lib_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_ctrl_algo_FILE /home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/libctrl_algo.so) +set(__QT_DEPLOY_TARGET_ctrl_algo_TYPE SHARED_LIBRARY) +set(__QT_DEPLOY_TARGET_tests_FILE /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/tests) +set(__QT_DEPLOY_TARGET_tests_TYPE EXECUTABLE) diff --git a/.qtc_clangd/.cache/clangd/index/Controller.cpp.5A32B5EB63A78894.idx b/.qtc_clangd/.cache/clangd/index/Controller.cpp.5A32B5EB63A78894.idx new file mode 100644 index 0000000..79a8130 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/Controller.cpp.5A32B5EB63A78894.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/Controller.cpp.7144A13E7607E49B.idx b/.qtc_clangd/.cache/clangd/index/Controller.cpp.7144A13E7607E49B.idx new file mode 100644 index 0000000..ea91a42 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/Controller.cpp.7144A13E7607E49B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/Controller.hpp.8F169A941DFDDABA.idx b/.qtc_clangd/.cache/clangd/index/Controller.hpp.8F169A941DFDDABA.idx new file mode 100644 index 0000000..8ca17f2 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/Controller.hpp.8F169A941DFDDABA.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/Controller.hpp.ACFA3B8057BD723D.idx b/.qtc_clangd/.cache/clangd/index/Controller.hpp.ACFA3B8057BD723D.idx new file mode 100644 index 0000000..8f93214 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/Controller.hpp.ACFA3B8057BD723D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/FILE.h.79AEFC497861DFC5.idx b/.qtc_clangd/.cache/clangd/index/FILE.h.79AEFC497861DFC5.idx new file mode 100644 index 0000000..d1d54d5 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/FILE.h.79AEFC497861DFC5.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/QCoreApplication.DE0C8FA625DFB286.idx b/.qtc_clangd/.cache/clangd/index/QCoreApplication.DE0C8FA625DFB286.idx new file mode 100644 index 0000000..7bf1e35 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/QCoreApplication.DE0C8FA625DFB286.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/QDebug.D2F329E0F5AD7BA5.idx b/.qtc_clangd/.cache/clangd/index/QDebug.D2F329E0F5AD7BA5.idx new file mode 100644 index 0000000..8bf0c20 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/QDebug.D2F329E0F5AD7BA5.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/QMetaType.F9DA527FFAB78A14.idx b/.qtc_clangd/.cache/clangd/index/QMetaType.F9DA527FFAB78A14.idx new file mode 100644 index 0000000..7c5ddf6 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/QMetaType.F9DA527FFAB78A14.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/QVector.1D8201E974D0B133.idx b/.qtc_clangd/.cache/clangd/index/QVector.1D8201E974D0B133.idx new file mode 100644 index 0000000..007ebb3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/QVector.1D8201E974D0B133.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__FILE.h.3324F85E382E036A.idx b/.qtc_clangd/.cache/clangd/index/__FILE.h.3324F85E382E036A.idx new file mode 100644 index 0000000..184a657 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__FILE.h.3324F85E382E036A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.23C43F442076149A.idx b/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.23C43F442076149A.idx new file mode 100644 index 0000000..665fc72 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.23C43F442076149A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__fpos_t.h.ECFBE9EEDAAB6648.idx b/.qtc_clangd/.cache/clangd/index/__fpos_t.h.ECFBE9EEDAAB6648.idx new file mode 100644 index 0000000..b309fcb Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__fpos_t.h.ECFBE9EEDAAB6648.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__locale_t.h.40EA38A2DCA58618.idx b/.qtc_clangd/.cache/clangd/index/__locale_t.h.40EA38A2DCA58618.idx new file mode 100644 index 0000000..5f8a5c5 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__locale_t.h.40EA38A2DCA58618.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.6C32CF66236653D7.idx b/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.6C32CF66236653D7.idx new file mode 100644 index 0000000..82a7a92 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.6C32CF66236653D7.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__sigset_t.h.72131E8056C7E284.idx b/.qtc_clangd/.cache/clangd/index/__sigset_t.h.72131E8056C7E284.idx new file mode 100644 index 0000000..1519b7e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__sigset_t.h.72131E8056C7E284.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__sigval_t.h.666FFB429519E69C.idx b/.qtc_clangd/.cache/clangd/index/__sigval_t.h.666FFB429519E69C.idx new file mode 100644 index 0000000..0db70e3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__sigval_t.h.666FFB429519E69C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.43BB8F8C071FBCFC.idx b/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.43BB8F8C071FBCFC.idx new file mode 100644 index 0000000..5898300 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.43BB8F8C071FBCFC.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.8EA26F14F66B6E46.idx b/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.8EA26F14F66B6E46.idx new file mode 100644 index 0000000..b6a49e8 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.8EA26F14F66B6E46.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__stdarg_header_macro.h.B39234CC4B039E8C.idx b/.qtc_clangd/.cache/clangd/index/__stdarg_header_macro.h.B39234CC4B039E8C.idx new file mode 100644 index 0000000..9c6f18b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__stdarg_header_macro.h.B39234CC4B039E8C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.6EE6A060DC297D7F.idx b/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.6EE6A060DC297D7F.idx new file mode 100644 index 0000000..d8041d8 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.6EE6A060DC297D7F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.61EF29A994EB421E.idx b/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.61EF29A994EB421E.idx new file mode 100644 index 0000000..95fd066 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.61EF29A994EB421E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.F29927C0B4E599E1.idx b/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.F29927C0B4E599E1.idx new file mode 100644 index 0000000..6e91f2e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.F29927C0B4E599E1.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__stddef_header_macro.h.6654B012E1644EDA.idx b/.qtc_clangd/.cache/clangd/index/__stddef_header_macro.h.6654B012E1644EDA.idx new file mode 100644 index 0000000..fd80631 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__stddef_header_macro.h.6654B012E1644EDA.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.EDC9CAB917E974BA.idx b/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.EDC9CAB917E974BA.idx new file mode 100644 index 0000000..19839eb Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.EDC9CAB917E974BA.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__stddef_null.h.E2478A019E7745E3.idx b/.qtc_clangd/.cache/clangd/index/__stddef_null.h.E2478A019E7745E3.idx new file mode 100644 index 0000000..0102f2e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__stddef_null.h.E2478A019E7745E3.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.D340372054C24D87.idx b/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.D340372054C24D87.idx new file mode 100644 index 0000000..759316b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.D340372054C24D87.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.BE2BEE1A72183D36.idx b/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.BE2BEE1A72183D36.idx new file mode 100644 index 0000000..427a025 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.BE2BEE1A72183D36.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.D4D30146AB441227.idx b/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.D4D30146AB441227.idx new file mode 100644 index 0000000..879854f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.D4D30146AB441227.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.5D6EB610F3619EF3.idx b/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.5D6EB610F3619EF3.idx new file mode 100644 index 0000000..e97ea2b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.5D6EB610F3619EF3.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.8671A92B2AE7537D.idx b/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.8671A92B2AE7537D.idx new file mode 100644 index 0000000..0ff9ccb Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.8671A92B2AE7537D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/algorithm.7CB1464189B5188F.idx b/.qtc_clangd/.cache/clangd/index/algorithm.7CB1464189B5188F.idx new file mode 100644 index 0000000..afb968c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/algorithm.7CB1464189B5188F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.DDB4100EE25A9429.idx b/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.DDB4100EE25A9429.idx new file mode 100644 index 0000000..fffaffc Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.DDB4100EE25A9429.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/align.h.F1F0AE2CFB6B8B2B.idx b/.qtc_clangd/.cache/clangd/index/align.h.F1F0AE2CFB6B8B2B.idx new file mode 100644 index 0000000..3682182 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/align.h.F1F0AE2CFB6B8B2B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.8865E0654D1B1CBA.idx b/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.8865E0654D1B1CBA.idx new file mode 100644 index 0000000..8414398 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.8865E0654D1B1CBA.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/alloc_traits.h.82B89A163D00E79E.idx b/.qtc_clangd/.cache/clangd/index/alloc_traits.h.82B89A163D00E79E.idx new file mode 100644 index 0000000..30e1154 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/alloc_traits.h.82B89A163D00E79E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/alloc_traits.h.B521258432E1E56E.idx b/.qtc_clangd/.cache/clangd/index/alloc_traits.h.B521258432E1E56E.idx new file mode 100644 index 0000000..997bbd1 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/alloc_traits.h.B521258432E1E56E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx b/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx new file mode 100644 index 0000000..81b4a6d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.C30DE1AEE7ED9787.idx b/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.C30DE1AEE7ED9787.idx new file mode 100644 index 0000000..4643552 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.C30DE1AEE7ED9787.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/allocator.h.3D4AC9389DE2EED0.idx b/.qtc_clangd/.cache/clangd/index/allocator.h.3D4AC9389DE2EED0.idx new file mode 100644 index 0000000..0c7d628 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/allocator.h.3D4AC9389DE2EED0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/any.5D672EDCDD82CF35.idx b/.qtc_clangd/.cache/clangd/index/any.5D672EDCDD82CF35.idx new file mode 100644 index 0000000..9f1a716 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/any.5D672EDCDD82CF35.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/array.1E7DEF0D21A9509D.idx b/.qtc_clangd/.cache/clangd/index/array.1E7DEF0D21A9509D.idx new file mode 100644 index 0000000..902094d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/array.1E7DEF0D21A9509D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx b/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx new file mode 100644 index 0000000..7781bf7 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/assertions.h.C83C92C278048C9A.idx b/.qtc_clangd/.cache/clangd/index/assertions.h.C83C92C278048C9A.idx new file mode 100644 index 0000000..4c48b32 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/assertions.h.C83C92C278048C9A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/atomic.93F34F41162201F9.idx b/.qtc_clangd/.cache/clangd/index/atomic.93F34F41162201F9.idx new file mode 100644 index 0000000..bc58bbf Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/atomic.93F34F41162201F9.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/atomic_base.h.214F928DFACFD7F8.idx b/.qtc_clangd/.cache/clangd/index/atomic_base.h.214F928DFACFD7F8.idx new file mode 100644 index 0000000..0ecc2d5 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/atomic_base.h.214F928DFACFD7F8.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.73B2A0A20F3B12C2.idx b/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.73B2A0A20F3B12C2.idx new file mode 100644 index 0000000..5310f27 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.73B2A0A20F3B12C2.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.397D66B6BECC0AA2.idx b/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.397D66B6BECC0AA2.idx new file mode 100644 index 0000000..c556fcf Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.397D66B6BECC0AA2.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/atomic_word.h.D651A058CD4DDBDE.idx b/.qtc_clangd/.cache/clangd/index/atomic_word.h.D651A058CD4DDBDE.idx new file mode 100644 index 0000000..7dea6d0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/atomic_word.h.D651A058CD4DDBDE.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/atomicity.h.569477A404A24683.idx b/.qtc_clangd/.cache/clangd/index/atomicity.h.569477A404A24683.idx new file mode 100644 index 0000000..ba9da08 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/atomicity.h.569477A404A24683.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/auto_ptr.h.566338B2A3FC20A4.idx b/.qtc_clangd/.cache/clangd/index/auto_ptr.h.566338B2A3FC20A4.idx new file mode 100644 index 0000000..f247af5 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/auto_ptr.h.566338B2A3FC20A4.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/basic_ios.h.38F53B720A15930A.idx b/.qtc_clangd/.cache/clangd/index/basic_ios.h.38F53B720A15930A.idx new file mode 100644 index 0000000..d72c340 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/basic_ios.h.38F53B720A15930A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.6AA448A9FDDC3D30.idx b/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.6AA448A9FDDC3D30.idx new file mode 100644 index 0000000..017ffd8 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.6AA448A9FDDC3D30.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/basic_string.h.D1A92E813F79429D.idx b/.qtc_clangd/.cache/clangd/index/basic_string.h.D1A92E813F79429D.idx new file mode 100644 index 0000000..d314e78 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/basic_string.h.D1A92E813F79429D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/basic_string.tcc.8CAF00D59599CA8B.idx b/.qtc_clangd/.cache/clangd/index/basic_string.tcc.8CAF00D59599CA8B.idx new file mode 100644 index 0000000..f0dda19 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/basic_string.tcc.8CAF00D59599CA8B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/bessel_function.tcc.BABD0B7C3D30C840.idx b/.qtc_clangd/.cache/clangd/index/bessel_function.tcc.BABD0B7C3D30C840.idx new file mode 100644 index 0000000..265d193 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/bessel_function.tcc.BABD0B7C3D30C840.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/beta_function.tcc.09190EAB8E4E4BDC.idx b/.qtc_clangd/.cache/clangd/index/beta_function.tcc.09190EAB8E4E4BDC.idx new file mode 100644 index 0000000..b52bb19 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/beta_function.tcc.09190EAB8E4E4BDC.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/binders.h.D1A5B794872FF885.idx b/.qtc_clangd/.cache/clangd/index/binders.h.D1A5B794872FF885.idx new file mode 100644 index 0000000..7f10c42 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/binders.h.D1A5B794872FF885.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/bit.67ADF49226D8576B.idx b/.qtc_clangd/.cache/clangd/index/bit.67ADF49226D8576B.idx new file mode 100644 index 0000000..8c40f0e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/bit.67ADF49226D8576B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/bitsperlong.h.6E74E6215C6106E0.idx b/.qtc_clangd/.cache/clangd/index/bitsperlong.h.6E74E6215C6106E0.idx new file mode 100644 index 0000000..6f17f4f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/bitsperlong.h.6E74E6215C6106E0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/bitsperlong.h.B267C684FE143FB5.idx b/.qtc_clangd/.cache/clangd/index/bitsperlong.h.B267C684FE143FB5.idx new file mode 100644 index 0000000..a24470f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/bitsperlong.h.B267C684FE143FB5.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/byteswap.h.E57FF553A16DFAFC.idx b/.qtc_clangd/.cache/clangd/index/byteswap.h.E57FF553A16DFAFC.idx new file mode 100644 index 0000000..1c47c11 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/byteswap.h.E57FF553A16DFAFC.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/c++allocator.h.F366D6DA9A9A338F.idx b/.qtc_clangd/.cache/clangd/index/c++allocator.h.F366D6DA9A9A338F.idx new file mode 100644 index 0000000..adc0008 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/c++allocator.h.F366D6DA9A9A338F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/c++config.h.C5A716FA9D96948B.idx b/.qtc_clangd/.cache/clangd/index/c++config.h.C5A716FA9D96948B.idx new file mode 100644 index 0000000..5887df3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/c++config.h.C5A716FA9D96948B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/c++locale.h.48040EEABB46BC8B.idx b/.qtc_clangd/.cache/clangd/index/c++locale.h.48040EEABB46BC8B.idx new file mode 100644 index 0000000..e83bf63 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/c++locale.h.48040EEABB46BC8B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cassert.59947D5F420E2B6F.idx b/.qtc_clangd/.cache/clangd/index/cassert.59947D5F420E2B6F.idx new file mode 100644 index 0000000..fe042a7 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cassert.59947D5F420E2B6F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cctype.9E29B5200FC68C94.idx b/.qtc_clangd/.cache/clangd/index/cctype.9E29B5200FC68C94.idx new file mode 100644 index 0000000..98690c4 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cctype.9E29B5200FC68C94.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cdefs.h.E4D450DF98C1338F.idx b/.qtc_clangd/.cache/clangd/index/cdefs.h.E4D450DF98C1338F.idx new file mode 100644 index 0000000..dfd48c2 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cdefs.h.E4D450DF98C1338F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cerrno.3D85CCB33D3E44D7.idx b/.qtc_clangd/.cache/clangd/index/cerrno.3D85CCB33D3E44D7.idx new file mode 100644 index 0000000..11cc7a7 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cerrno.3D85CCB33D3E44D7.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/char_traits.h.078CAA36DE9A2276.idx b/.qtc_clangd/.cache/clangd/index/char_traits.h.078CAA36DE9A2276.idx new file mode 100644 index 0000000..f57906c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/char_traits.h.078CAA36DE9A2276.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/charconv.h.D5F97D0ECA62F7B5.idx b/.qtc_clangd/.cache/clangd/index/charconv.h.D5F97D0ECA62F7B5.idx new file mode 100644 index 0000000..790707a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/charconv.h.D5F97D0ECA62F7B5.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/chrono.3DAB8DA61170EC5F.idx b/.qtc_clangd/.cache/clangd/index/chrono.3DAB8DA61170EC5F.idx new file mode 100644 index 0000000..7d0b1ca Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/chrono.3DAB8DA61170EC5F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/chrono.h.8E681B8E717D8D3B.idx b/.qtc_clangd/.cache/clangd/index/chrono.h.8E681B8E717D8D3B.idx new file mode 100644 index 0000000..d9b4611 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/chrono.h.8E681B8E717D8D3B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/climate-algorithm.cpp.8537008319A59ED5.idx b/.qtc_clangd/.cache/clangd/index/climate-algorithm.cpp.8537008319A59ED5.idx new file mode 100644 index 0000000..b15607e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/climate-algorithm.cpp.8537008319A59ED5.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/climate-algorithm.cpp.936B6BBD774C2035.idx b/.qtc_clangd/.cache/clangd/index/climate-algorithm.cpp.936B6BBD774C2035.idx new file mode 100644 index 0000000..85b8f9a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/climate-algorithm.cpp.936B6BBD774C2035.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/climits.EE23BBE31EB88E1C.idx b/.qtc_clangd/.cache/clangd/index/climits.EE23BBE31EB88E1C.idx new file mode 100644 index 0000000..f54d8d0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/climits.EE23BBE31EB88E1C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/clocale.6805FE37197EAF41.idx b/.qtc_clangd/.cache/clangd/index/clocale.6805FE37197EAF41.idx new file mode 100644 index 0000000..edfdd4e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/clocale.6805FE37197EAF41.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/clock_t.h.65AFE5BA7329BCD4.idx b/.qtc_clangd/.cache/clangd/index/clock_t.h.65AFE5BA7329BCD4.idx new file mode 100644 index 0000000..b386ef9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/clock_t.h.65AFE5BA7329BCD4.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/clockid_t.h.5545878511E5BAF1.idx b/.qtc_clangd/.cache/clangd/index/clockid_t.h.5545878511E5BAF1.idx new file mode 100644 index 0000000..b6dd0ec Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/clockid_t.h.5545878511E5BAF1.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/close_range.h.68EB8BD04293AE47.idx b/.qtc_clangd/.cache/clangd/index/close_range.h.68EB8BD04293AE47.idx new file mode 100644 index 0000000..2b03ea0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/close_range.h.68EB8BD04293AE47.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cmath.D937E400B6A724E3.idx b/.qtc_clangd/.cache/clangd/index/cmath.D937E400B6A724E3.idx new file mode 100644 index 0000000..286666d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cmath.D937E400B6A724E3.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/codecvt.h.0878DCC6ED3244D0.idx b/.qtc_clangd/.cache/clangd/index/codecvt.h.0878DCC6ED3244D0.idx new file mode 100644 index 0000000..58cc322 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/codecvt.h.0878DCC6ED3244D0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/compare.1221409F7FA1736A.idx b/.qtc_clangd/.cache/clangd/index/compare.1221409F7FA1736A.idx new file mode 100644 index 0000000..886776e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/compare.1221409F7FA1736A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/concept_check.h.40B7D3B71A76C0ED.idx b/.qtc_clangd/.cache/clangd/index/concept_check.h.40B7D3B71A76C0ED.idx new file mode 100644 index 0000000..8025012 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/concept_check.h.40B7D3B71A76C0ED.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/concepts.CCFA068EC7318F48.idx b/.qtc_clangd/.cache/clangd/index/concepts.CCFA068EC7318F48.idx new file mode 100644 index 0000000..59b5972 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/concepts.CCFA068EC7318F48.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/concurrence.h.DCFFFD073D0BDB94.idx b/.qtc_clangd/.cache/clangd/index/concurrence.h.DCFFFD073D0BDB94.idx new file mode 100644 index 0000000..8593fa6 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/concurrence.h.DCFFFD073D0BDB94.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/condition_variable.7AD4EFD3234A9E0A.idx b/.qtc_clangd/.cache/clangd/index/condition_variable.7AD4EFD3234A9E0A.idx new file mode 100644 index 0000000..757a6da Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/condition_variable.7AD4EFD3234A9E0A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/confname.h.ACD47B58EFD02DD6.idx b/.qtc_clangd/.cache/clangd/index/confname.h.ACD47B58EFD02DD6.idx new file mode 100644 index 0000000..6d73db9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/confname.h.ACD47B58EFD02DD6.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.5A08066DC7F05542.idx b/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.5A08066DC7F05542.idx new file mode 100644 index 0000000..70db503 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.5A08066DC7F05542.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.B307C40F677D06BA.idx b/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.B307C40F677D06BA.idx new file mode 100644 index 0000000..8e037a1 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.B307C40F677D06BA.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cpu-set.h.B40F3E2869BE4FF9.idx b/.qtc_clangd/.cache/clangd/index/cpu-set.h.B40F3E2869BE4FF9.idx new file mode 100644 index 0000000..6ba05d0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cpu-set.h.B40F3E2869BE4FF9.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cpu_defines.h.883FF815BAC69662.idx b/.qtc_clangd/.cache/clangd/index/cpu_defines.h.883FF815BAC69662.idx new file mode 100644 index 0000000..b02f551 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cpu_defines.h.883FF815BAC69662.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cstddef.BE42EF0E366BA70A.idx b/.qtc_clangd/.cache/clangd/index/cstddef.BE42EF0E366BA70A.idx new file mode 100644 index 0000000..a67847a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cstddef.BE42EF0E366BA70A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cstdint.EFA367810CD2C861.idx b/.qtc_clangd/.cache/clangd/index/cstdint.EFA367810CD2C861.idx new file mode 100644 index 0000000..8fc87cc Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cstdint.EFA367810CD2C861.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cstdio.540B19E4B959349C.idx b/.qtc_clangd/.cache/clangd/index/cstdio.540B19E4B959349C.idx new file mode 100644 index 0000000..535e308 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cstdio.540B19E4B959349C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cstdlib.82B320348E46F1A7.idx b/.qtc_clangd/.cache/clangd/index/cstdlib.82B320348E46F1A7.idx new file mode 100644 index 0000000..e23505a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cstdlib.82B320348E46F1A7.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cstring.B6B0AC697BB1A446.idx b/.qtc_clangd/.cache/clangd/index/cstring.B6B0AC697BB1A446.idx new file mode 100644 index 0000000..2f271cd Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cstring.B6B0AC697BB1A446.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/ctime.3747627A641DF413.idx b/.qtc_clangd/.cache/clangd/index/ctime.3747627A641DF413.idx new file mode 100644 index 0000000..3249b6b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/ctime.3747627A641DF413.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx b/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx new file mode 100644 index 0000000..8d6dcd5 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/ctype_base.h.EC966CB3AD14E593.idx b/.qtc_clangd/.cache/clangd/index/ctype_base.h.EC966CB3AD14E593.idx new file mode 100644 index 0000000..233b06b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/ctype_base.h.EC966CB3AD14E593.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/ctype_inline.h.DCCEEF55CFB4EAD5.idx b/.qtc_clangd/.cache/clangd/index/ctype_inline.h.DCCEEF55CFB4EAD5.idx new file mode 100644 index 0000000..dd7ed81 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/ctype_inline.h.DCCEEF55CFB4EAD5.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cwchar.6E81DA14EC11BFFB.idx b/.qtc_clangd/.cache/clangd/index/cwchar.6E81DA14EC11BFFB.idx new file mode 100644 index 0000000..f014b58 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cwchar.6E81DA14EC11BFFB.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cwctype.5C6EAB6CF3491BF3.idx b/.qtc_clangd/.cache/clangd/index/cwctype.5C6EAB6CF3491BF3.idx new file mode 100644 index 0000000..c5aae44 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cwctype.5C6EAB6CF3491BF3.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cxxabi.h.6712B1A2B929CC15.idx b/.qtc_clangd/.cache/clangd/index/cxxabi.h.6712B1A2B929CC15.idx new file mode 100644 index 0000000..7f0d391 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cxxabi.h.6712B1A2B929CC15.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.FD48AC5383066C5C.idx b/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.FD48AC5383066C5C.idx new file mode 100644 index 0000000..39553b8 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.FD48AC5383066C5C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.63738236BCF7AFAE.idx b/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.63738236BCF7AFAE.idx new file mode 100644 index 0000000..2b3b79a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.63738236BCF7AFAE.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/cxxabi_tweaks.h.34AF14B3B4159D2A.idx b/.qtc_clangd/.cache/clangd/index/cxxabi_tweaks.h.34AF14B3B4159D2A.idx new file mode 100644 index 0000000..da31c2d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/cxxabi_tweaks.h.34AF14B3B4159D2A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/datamodel.cpp.586EB082492E0808.idx b/.qtc_clangd/.cache/clangd/index/datamodel.cpp.586EB082492E0808.idx new file mode 100644 index 0000000..8e07560 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/datamodel.cpp.586EB082492E0808.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/datamodel.cpp.CDFEA53AEC2BBF1B.idx b/.qtc_clangd/.cache/clangd/index/datamodel.cpp.CDFEA53AEC2BBF1B.idx new file mode 100644 index 0000000..7b51407 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/datamodel.cpp.CDFEA53AEC2BBF1B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/datamodel.h.263EFF7336273B9B.idx b/.qtc_clangd/.cache/clangd/index/datamodel.h.263EFF7336273B9B.idx new file mode 100644 index 0000000..1254a8b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/datamodel.h.263EFF7336273B9B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/datamodel.h.A157948D473FB10B.idx b/.qtc_clangd/.cache/clangd/index/datamodel.h.A157948D473FB10B.idx new file mode 100644 index 0000000..911f9c1 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/datamodel.h.A157948D473FB10B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/dataset.cpp.97E724CE58921D8D.idx b/.qtc_clangd/.cache/clangd/index/dataset.cpp.97E724CE58921D8D.idx new file mode 100644 index 0000000..e8549e0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/dataset.cpp.97E724CE58921D8D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/dataset.cpp.B11853D0928ABC28.idx b/.qtc_clangd/.cache/clangd/index/dataset.cpp.B11853D0928ABC28.idx new file mode 100644 index 0000000..3273ec6 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/dataset.cpp.B11853D0928ABC28.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/dataset.h.93832E105F3825DE.idx b/.qtc_clangd/.cache/clangd/index/dataset.h.93832E105F3825DE.idx new file mode 100644 index 0000000..5f2bcc7 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/dataset.h.93832E105F3825DE.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/dataset.h.B36B63D9736C691E.idx b/.qtc_clangd/.cache/clangd/index/dataset.h.B36B63D9736C691E.idx new file mode 100644 index 0000000..7fa25b3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/dataset.h.B36B63D9736C691E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/debug.h.1C06C59FA0883EF7.idx b/.qtc_clangd/.cache/clangd/index/debug.h.1C06C59FA0883EF7.idx new file mode 100644 index 0000000..66eb4ef Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/debug.h.1C06C59FA0883EF7.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/ell_integral.tcc.365B8441A43676FB.idx b/.qtc_clangd/.cache/clangd/index/ell_integral.tcc.365B8441A43676FB.idx new file mode 100644 index 0000000..5606757 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/ell_integral.tcc.365B8441A43676FB.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/enable_special_members.h.C5FF039A06929164.idx b/.qtc_clangd/.cache/clangd/index/enable_special_members.h.C5FF039A06929164.idx new file mode 100644 index 0000000..2bfaf9e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/enable_special_members.h.C5FF039A06929164.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx b/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx new file mode 100644 index 0000000..fd4e73a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/endian.h.20F8E286A486EE09.idx b/.qtc_clangd/.cache/clangd/index/endian.h.20F8E286A486EE09.idx new file mode 100644 index 0000000..37298fe Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/endian.h.20F8E286A486EE09.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/endianness.h.F2D2CC6251A4EAFA.idx b/.qtc_clangd/.cache/clangd/index/endianness.h.F2D2CC6251A4EAFA.idx new file mode 100644 index 0000000..59aaf5f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/endianness.h.F2D2CC6251A4EAFA.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/environments.h.AA09E46153D7F6D9.idx b/.qtc_clangd/.cache/clangd/index/environments.h.AA09E46153D7F6D9.idx new file mode 100644 index 0000000..f3ff99b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/environments.h.AA09E46153D7F6D9.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/erase_if.h.96BFB5870934F8BB.idx b/.qtc_clangd/.cache/clangd/index/erase_if.h.96BFB5870934F8BB.idx new file mode 100644 index 0000000..507fc3d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/erase_if.h.96BFB5870934F8BB.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx b/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx new file mode 100644 index 0000000..5229ede Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/errno.h.063064A523A47758.idx b/.qtc_clangd/.cache/clangd/index/errno.h.063064A523A47758.idx new file mode 100644 index 0000000..95b7427 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/errno.h.063064A523A47758.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx b/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx new file mode 100644 index 0000000..9c5fe92 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx b/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx new file mode 100644 index 0000000..0fe4c7c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/errno.h.33F6986A3C61A3BF.idx b/.qtc_clangd/.cache/clangd/index/errno.h.33F6986A3C61A3BF.idx new file mode 100644 index 0000000..8cbe9af Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/errno.h.33F6986A3C61A3BF.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx b/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx new file mode 100644 index 0000000..4dfe951 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/error_constants.h.043F67F100EE1D61.idx b/.qtc_clangd/.cache/clangd/index/error_constants.h.043F67F100EE1D61.idx new file mode 100644 index 0000000..4ff9e34 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/error_constants.h.043F67F100EE1D61.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/error_t.h.58D3895A591B592D.idx b/.qtc_clangd/.cache/clangd/index/error_t.h.58D3895A591B592D.idx new file mode 100644 index 0000000..4b94d79 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/error_t.h.58D3895A591B592D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/exception.EB38A797474C74DB.idx b/.qtc_clangd/.cache/clangd/index/exception.EB38A797474C74DB.idx new file mode 100644 index 0000000..181fb1f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/exception.EB38A797474C74DB.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/exception.h.865DE46A3AB1DFBE.idx b/.qtc_clangd/.cache/clangd/index/exception.h.865DE46A3AB1DFBE.idx new file mode 100644 index 0000000..7715d8b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/exception.h.865DE46A3AB1DFBE.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/exception_defines.h.44A6774526C02104.idx b/.qtc_clangd/.cache/clangd/index/exception_defines.h.44A6774526C02104.idx new file mode 100644 index 0000000..d58b503 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/exception_defines.h.44A6774526C02104.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/exception_ptr.h.501D23EC07C1B2A7.idx b/.qtc_clangd/.cache/clangd/index/exception_ptr.h.501D23EC07C1B2A7.idx new file mode 100644 index 0000000..eaf5085 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/exception_ptr.h.501D23EC07C1B2A7.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/execution_defs.h.DBCF30F136BA935F.idx b/.qtc_clangd/.cache/clangd/index/execution_defs.h.DBCF30F136BA935F.idx new file mode 100644 index 0000000..658cf74 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/execution_defs.h.DBCF30F136BA935F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/exp_integral.tcc.94C7E25E947007F1.idx b/.qtc_clangd/.cache/clangd/index/exp_integral.tcc.94C7E25E947007F1.idx new file mode 100644 index 0000000..adb00c7 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/exp_integral.tcc.94C7E25E947007F1.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/falloc.h.5C586ED1D55FF40E.idx b/.qtc_clangd/.cache/clangd/index/falloc.h.5C586ED1D55FF40E.idx new file mode 100644 index 0000000..9d5ad8d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/falloc.h.5C586ED1D55FF40E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/fcntl-linux.h.B59A22F1AA8971F5.idx b/.qtc_clangd/.cache/clangd/index/fcntl-linux.h.B59A22F1AA8971F5.idx new file mode 100644 index 0000000..133db5a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/fcntl-linux.h.B59A22F1AA8971F5.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/fcntl.h.B275FA9E57415C0F.idx b/.qtc_clangd/.cache/clangd/index/fcntl.h.B275FA9E57415C0F.idx new file mode 100644 index 0000000..4eb3826 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/fcntl.h.B275FA9E57415C0F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/fcntl.h.FAA28F3AAA9C8758.idx b/.qtc_clangd/.cache/clangd/index/fcntl.h.FAA28F3AAA9C8758.idx new file mode 100644 index 0000000..b6a0182 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/fcntl.h.FAA28F3AAA9C8758.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx b/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx new file mode 100644 index 0000000..70249b1 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx b/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx new file mode 100644 index 0000000..ef0f9e9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/filter-test.cpp.1EA3797BFA8A9E2F.idx b/.qtc_clangd/.cache/clangd/index/filter-test.cpp.1EA3797BFA8A9E2F.idx new file mode 100644 index 0000000..8d82bf1 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/filter-test.cpp.1EA3797BFA8A9E2F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/filter-test.cpp.59CD31525E6242EC.idx b/.qtc_clangd/.cache/clangd/index/filter-test.cpp.59CD31525E6242EC.idx new file mode 100644 index 0000000..42d3f7a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/filter-test.cpp.59CD31525E6242EC.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/filter.cpp.14FBF76EE7DC9702.idx b/.qtc_clangd/.cache/clangd/index/filter.cpp.14FBF76EE7DC9702.idx new file mode 100644 index 0000000..24e18c6 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/filter.cpp.14FBF76EE7DC9702.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/filter.cpp.E07482D3FAA7B9A9.idx b/.qtc_clangd/.cache/clangd/index/filter.cpp.E07482D3FAA7B9A9.idx new file mode 100644 index 0000000..f3e9f39 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/filter.cpp.E07482D3FAA7B9A9.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/filter.h.0D925E7B622E2BF9.idx b/.qtc_clangd/.cache/clangd/index/filter.h.0D925E7B622E2BF9.idx new file mode 100644 index 0000000..0ddb44c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/filter.h.0D925E7B622E2BF9.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/filter.h.1DF763A63B13E640.idx b/.qtc_clangd/.cache/clangd/index/filter.h.1DF763A63B13E640.idx new file mode 100644 index 0000000..8b10e97 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/filter.h.1DF763A63B13E640.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/float.h.AEA1CBE9B6BB8905.idx b/.qtc_clangd/.cache/clangd/index/float.h.AEA1CBE9B6BB8905.idx new file mode 100644 index 0000000..3b4bbeb Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/float.h.AEA1CBE9B6BB8905.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/floatn-common.h.0FE8C4DDCB84E088.idx b/.qtc_clangd/.cache/clangd/index/floatn-common.h.0FE8C4DDCB84E088.idx new file mode 100644 index 0000000..fc5f5bf Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/floatn-common.h.0FE8C4DDCB84E088.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/floatn.h.DA21C738CC1B6ABF.idx b/.qtc_clangd/.cache/clangd/index/floatn.h.DA21C738CC1B6ABF.idx new file mode 100644 index 0000000..3073f96 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/floatn.h.DA21C738CC1B6ABF.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.8058951BDB657B4B.idx b/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.8058951BDB657B4B.idx new file mode 100644 index 0000000..a336a9a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.8058951BDB657B4B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/fp-fast.h.72CDF40E7648EF43.idx b/.qtc_clangd/.cache/clangd/index/fp-fast.h.72CDF40E7648EF43.idx new file mode 100644 index 0000000..65de371 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/fp-fast.h.72CDF40E7648EF43.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/fp-logb.h.EA7AC5545F14BC26.idx b/.qtc_clangd/.cache/clangd/index/fp-logb.h.EA7AC5545F14BC26.idx new file mode 100644 index 0000000..decbd14 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/fp-logb.h.EA7AC5545F14BC26.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/functexcept.h.F7F92D4514B4EEC3.idx b/.qtc_clangd/.cache/clangd/index/functexcept.h.F7F92D4514B4EEC3.idx new file mode 100644 index 0000000..41e88b9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/functexcept.h.F7F92D4514B4EEC3.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/functional.5BBFBDA7B0CB6BCA.idx b/.qtc_clangd/.cache/clangd/index/functional.5BBFBDA7B0CB6BCA.idx new file mode 100644 index 0000000..23a1d1d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/functional.5BBFBDA7B0CB6BCA.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/functional_hash.h.FFF37CE6078CEC34.idx b/.qtc_clangd/.cache/clangd/index/functional_hash.h.FFF37CE6078CEC34.idx new file mode 100644 index 0000000..a2195c4 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/functional_hash.h.FFF37CE6078CEC34.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gamma.tcc.A114F81071128985.idx b/.qtc_clangd/.cache/clangd/index/gamma.tcc.A114F81071128985.idx new file mode 100644 index 0000000..ef255a9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gamma.tcc.A114F81071128985.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/getopt_core.h.D7307CF3828B57B6.idx b/.qtc_clangd/.cache/clangd/index/getopt_core.h.D7307CF3828B57B6.idx new file mode 100644 index 0000000..6e783de Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/getopt_core.h.D7307CF3828B57B6.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/getopt_posix.h.EAB1D9CAA7EB87EE.idx b/.qtc_clangd/.cache/clangd/index/getopt_posix.h.EAB1D9CAA7EB87EE.idx new file mode 100644 index 0000000..914038a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/getopt_posix.h.EAB1D9CAA7EB87EE.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.9ADA81995680CA75.idx b/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.9ADA81995680CA75.idx new file mode 100644 index 0000000..f6a6fe7 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.9ADA81995680CA75.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.FC46D797FEC1C565.idx b/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.FC46D797FEC1C565.idx new file mode 100644 index 0000000..14708d6 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.FC46D797FEC1C565.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.6D4A62BCBEA29A6D.idx b/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.6D4A62BCBEA29A6D.idx new file mode 100644 index 0000000..41ba885 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.6D4A62BCBEA29A6D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-assertion-result.h.E62A55DCC267AFB1.idx b/.qtc_clangd/.cache/clangd/index/gtest-assertion-result.h.E62A55DCC267AFB1.idx new file mode 100644 index 0000000..9504278 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-assertion-result.h.E62A55DCC267AFB1.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-death-test-internal.h.64C11B45E618982A.idx b/.qtc_clangd/.cache/clangd/index/gtest-death-test-internal.h.64C11B45E618982A.idx new file mode 100644 index 0000000..0cdf76b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-death-test-internal.h.64C11B45E618982A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-death-test.h.78D48E3463320124.idx b/.qtc_clangd/.cache/clangd/index/gtest-death-test.h.78D48E3463320124.idx new file mode 100644 index 0000000..355ac68 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-death-test.h.78D48E3463320124.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-filepath.h.99F4822D3DC7B9E7.idx b/.qtc_clangd/.cache/clangd/index/gtest-filepath.h.99F4822D3DC7B9E7.idx new file mode 100644 index 0000000..f7c2945 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-filepath.h.99F4822D3DC7B9E7.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-internal.h.1C93A4A9EEE254EE.idx b/.qtc_clangd/.cache/clangd/index/gtest-internal.h.1C93A4A9EEE254EE.idx new file mode 100644 index 0000000..4860e52 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-internal.h.1C93A4A9EEE254EE.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-matchers.h.A4BDA2ACC599EC6D.idx b/.qtc_clangd/.cache/clangd/index/gtest-matchers.h.A4BDA2ACC599EC6D.idx new file mode 100644 index 0000000..6356343 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-matchers.h.A4BDA2ACC599EC6D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-message.h.EFC3CBEA8C94323D.idx b/.qtc_clangd/.cache/clangd/index/gtest-message.h.EFC3CBEA8C94323D.idx new file mode 100644 index 0000000..baa499c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-message.h.EFC3CBEA8C94323D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-param-test.h.4B897BF6E3BB9366.idx b/.qtc_clangd/.cache/clangd/index/gtest-param-test.h.4B897BF6E3BB9366.idx new file mode 100644 index 0000000..e85bb9c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-param-test.h.4B897BF6E3BB9366.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-param-util.h.1FC9DB4E9064023D.idx b/.qtc_clangd/.cache/clangd/index/gtest-param-util.h.1FC9DB4E9064023D.idx new file mode 100644 index 0000000..93ae0b6 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-param-util.h.1FC9DB4E9064023D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-port-arch.h.89050C69D855B978.idx b/.qtc_clangd/.cache/clangd/index/gtest-port-arch.h.89050C69D855B978.idx new file mode 100644 index 0000000..2fe24a3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-port-arch.h.89050C69D855B978.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-port.h.1CDB99BFDBB5AF06.idx b/.qtc_clangd/.cache/clangd/index/gtest-port.h.1CDB99BFDBB5AF06.idx new file mode 100644 index 0000000..ebe2fa8 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-port.h.1CDB99BFDBB5AF06.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-port.h.48B89EDCC169CB33.idx b/.qtc_clangd/.cache/clangd/index/gtest-port.h.48B89EDCC169CB33.idx new file mode 100644 index 0000000..70130a2 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-port.h.48B89EDCC169CB33.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-printers.h.3217B9B0AC459C70.idx b/.qtc_clangd/.cache/clangd/index/gtest-printers.h.3217B9B0AC459C70.idx new file mode 100644 index 0000000..eab063b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-printers.h.3217B9B0AC459C70.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-printers.h.F3870CE5904BDB88.idx b/.qtc_clangd/.cache/clangd/index/gtest-printers.h.F3870CE5904BDB88.idx new file mode 100644 index 0000000..0f6429d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-printers.h.F3870CE5904BDB88.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-string.h.C920365F6603B1CB.idx b/.qtc_clangd/.cache/clangd/index/gtest-string.h.C920365F6603B1CB.idx new file mode 100644 index 0000000..8f64227 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-string.h.C920365F6603B1CB.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-test-part.h.97B91FDDFAFE18DC.idx b/.qtc_clangd/.cache/clangd/index/gtest-test-part.h.97B91FDDFAFE18DC.idx new file mode 100644 index 0000000..ecd9593 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-test-part.h.97B91FDDFAFE18DC.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-type-util.h.E784797D1058583C.idx b/.qtc_clangd/.cache/clangd/index/gtest-type-util.h.E784797D1058583C.idx new file mode 100644 index 0000000..e005917 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-type-util.h.E784797D1058583C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest-typed-test.h.1FA7ED36E694B406.idx b/.qtc_clangd/.cache/clangd/index/gtest-typed-test.h.1FA7ED36E694B406.idx new file mode 100644 index 0000000..8674aab Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest-typed-test.h.1FA7ED36E694B406.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest.h.1B7AC3466FDD9355.idx b/.qtc_clangd/.cache/clangd/index/gtest.h.1B7AC3466FDD9355.idx new file mode 100644 index 0000000..4b5094c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest.h.1B7AC3466FDD9355.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest_pred_impl.h.DAA1FE49AC1C446D.idx b/.qtc_clangd/.cache/clangd/index/gtest_pred_impl.h.DAA1FE49AC1C446D.idx new file mode 100644 index 0000000..cfcae84 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest_pred_impl.h.DAA1FE49AC1C446D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gtest_prod.h.870DABDF24DC3904.idx b/.qtc_clangd/.cache/clangd/index/gtest_prod.h.870DABDF24DC3904.idx new file mode 100644 index 0000000..e20661a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gtest_prod.h.870DABDF24DC3904.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gthr-default.h.31DD30AB0D07CB57.idx b/.qtc_clangd/.cache/clangd/index/gthr-default.h.31DD30AB0D07CB57.idx new file mode 100644 index 0000000..db6fe2b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gthr-default.h.31DD30AB0D07CB57.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/gthr.h.4DACF7E2DBDC7726.idx b/.qtc_clangd/.cache/clangd/index/gthr.h.4DACF7E2DBDC7726.idx new file mode 100644 index 0000000..ea6bde6 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/gthr.h.4DACF7E2DBDC7726.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/hash_bytes.h.827EA7A84E155DA0.idx b/.qtc_clangd/.cache/clangd/index/hash_bytes.h.827EA7A84E155DA0.idx new file mode 100644 index 0000000..0f03bcf Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/hash_bytes.h.827EA7A84E155DA0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/hashtable.h.0C1963410A0B7D29.idx b/.qtc_clangd/.cache/clangd/index/hashtable.h.0C1963410A0B7D29.idx new file mode 100644 index 0000000..0003d63 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/hashtable.h.0C1963410A0B7D29.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.A59DEEDEC918B3C2.idx b/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.A59DEEDEC918B3C2.idx new file mode 100644 index 0000000..576cec1 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.A59DEEDEC918B3C2.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/hypergeometric.tcc.9DC10DD69CE1CDA3.idx b/.qtc_clangd/.cache/clangd/index/hypergeometric.tcc.9DC10DD69CE1CDA3.idx new file mode 100644 index 0000000..171af7f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/hypergeometric.tcc.9DC10DD69CE1CDA3.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/idtype_t.h.A770FA782A0E97FD.idx b/.qtc_clangd/.cache/clangd/index/idtype_t.h.A770FA782A0E97FD.idx new file mode 100644 index 0000000..6f27d65 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/idtype_t.h.A770FA782A0E97FD.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/initializer_list.E37ADCF0811A488B.idx b/.qtc_clangd/.cache/clangd/index/initializer_list.E37ADCF0811A488B.idx new file mode 100644 index 0000000..0ab592c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/initializer_list.E37ADCF0811A488B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/int-ll64.h.AE74C618A4956C59.idx b/.qtc_clangd/.cache/clangd/index/int-ll64.h.AE74C618A4956C59.idx new file mode 100644 index 0000000..fba0417 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/int-ll64.h.AE74C618A4956C59.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/invoke.h.36B85107DC9B3F6F.idx b/.qtc_clangd/.cache/clangd/index/invoke.h.36B85107DC9B3F6F.idx new file mode 100644 index 0000000..97a5c28 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/invoke.h.36B85107DC9B3F6F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/ios.15ABC742840392F8.idx b/.qtc_clangd/.cache/clangd/index/ios.15ABC742840392F8.idx new file mode 100644 index 0000000..d764490 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/ios.15ABC742840392F8.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/ios_base.h.058ABAF1B6BE93A4.idx b/.qtc_clangd/.cache/clangd/index/ios_base.h.058ABAF1B6BE93A4.idx new file mode 100644 index 0000000..abe916a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/ios_base.h.058ABAF1B6BE93A4.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/iosfwd.5E0613811D5C1CBF.idx b/.qtc_clangd/.cache/clangd/index/iosfwd.5E0613811D5C1CBF.idx new file mode 100644 index 0000000..ad246e4 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/iosfwd.5E0613811D5C1CBF.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/iostream.5FB63493349D7064.idx b/.qtc_clangd/.cache/clangd/index/iostream.5FB63493349D7064.idx new file mode 100644 index 0000000..2ef0559 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/iostream.5FB63493349D7064.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/iscanonical.h.C53E44E13856FCEA.idx b/.qtc_clangd/.cache/clangd/index/iscanonical.h.C53E44E13856FCEA.idx new file mode 100644 index 0000000..5f54bf3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/iscanonical.h.C53E44E13856FCEA.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/istream.53733779CF17F25E.idx b/.qtc_clangd/.cache/clangd/index/istream.53733779CF17F25E.idx new file mode 100644 index 0000000..8d0f30a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/istream.53733779CF17F25E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/istream.tcc.F2839BA7F05A4D69.idx b/.qtc_clangd/.cache/clangd/index/istream.tcc.F2839BA7F05A4D69.idx new file mode 100644 index 0000000..a57e776 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/istream.tcc.F2839BA7F05A4D69.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/iterator.1B188C2F07BC3D87.idx b/.qtc_clangd/.cache/clangd/index/iterator.1B188C2F07BC3D87.idx new file mode 100644 index 0000000..76c2fb3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/iterator.1B188C2F07BC3D87.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/legendre_function.tcc.4932BD33852AF79D.idx b/.qtc_clangd/.cache/clangd/index/legendre_function.tcc.4932BD33852AF79D.idx new file mode 100644 index 0000000..e4e6666 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/legendre_function.tcc.4932BD33852AF79D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/libc-header-start.h.E88219B53B0B0BF5.idx b/.qtc_clangd/.cache/clangd/index/libc-header-start.h.E88219B53B0B0BF5.idx new file mode 100644 index 0000000..48296c1 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/libc-header-start.h.E88219B53B0B0BF5.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/libintl.h.929023AD77A09335.idx b/.qtc_clangd/.cache/clangd/index/libintl.h.929023AD77A09335.idx new file mode 100644 index 0000000..b0182fc Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/libintl.h.929023AD77A09335.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.06B70A57602EA3C8.idx b/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.06B70A57602EA3C8.idx new file mode 100644 index 0000000..a8dd9f9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.06B70A57602EA3C8.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/limits.FA4C9AC4657168AF.idx b/.qtc_clangd/.cache/clangd/index/limits.FA4C9AC4657168AF.idx new file mode 100644 index 0000000..989eca8 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/limits.FA4C9AC4657168AF.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx b/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx new file mode 100644 index 0000000..ae6b668 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx b/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx new file mode 100644 index 0000000..de32693 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/limits.h.D39E4F503218FBE5.idx b/.qtc_clangd/.cache/clangd/index/limits.h.D39E4F503218FBE5.idx new file mode 100644 index 0000000..4bcc085 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/limits.h.D39E4F503218FBE5.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/list.430D5E5C23F00421.idx b/.qtc_clangd/.cache/clangd/index/list.430D5E5C23F00421.idx new file mode 100644 index 0000000..f01ff6b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/list.430D5E5C23F00421.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/list.tcc.DC801E36E6CB1384.idx b/.qtc_clangd/.cache/clangd/index/list.tcc.DC801E36E6CB1384.idx new file mode 100644 index 0000000..f3455d4 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/list.tcc.DC801E36E6CB1384.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/local_lim.h.2CFD657F256B117E.idx b/.qtc_clangd/.cache/clangd/index/local_lim.h.2CFD657F256B117E.idx new file mode 100644 index 0000000..bd42e60 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/local_lim.h.2CFD657F256B117E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/locale.406E8062AE540B3A.idx b/.qtc_clangd/.cache/clangd/index/locale.406E8062AE540B3A.idx new file mode 100644 index 0000000..1859baa Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/locale.406E8062AE540B3A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/locale.h.E3C63D05A4E78516.idx b/.qtc_clangd/.cache/clangd/index/locale.h.E3C63D05A4E78516.idx new file mode 100644 index 0000000..ad2b6d8 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/locale.h.E3C63D05A4E78516.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx b/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx new file mode 100644 index 0000000..346cc5f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/locale_classes.h.F90DA0DBD026C87D.idx b/.qtc_clangd/.cache/clangd/index/locale_classes.h.F90DA0DBD026C87D.idx new file mode 100644 index 0000000..d3f4866 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/locale_classes.h.F90DA0DBD026C87D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.F8CB5EAC7805946B.idx b/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.F8CB5EAC7805946B.idx new file mode 100644 index 0000000..7ad3469 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.F8CB5EAC7805946B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/locale_conv.h.31B0507CD8A13233.idx b/.qtc_clangd/.cache/clangd/index/locale_conv.h.31B0507CD8A13233.idx new file mode 100644 index 0000000..11bd8b8 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/locale_conv.h.31B0507CD8A13233.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/locale_facets.h.AB6D1A0D307993D5.idx b/.qtc_clangd/.cache/clangd/index/locale_facets.h.AB6D1A0D307993D5.idx new file mode 100644 index 0000000..2579d10 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/locale_facets.h.AB6D1A0D307993D5.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.70D5DC8B417A80C4.idx b/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.70D5DC8B417A80C4.idx new file mode 100644 index 0000000..a65f1b8 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.70D5DC8B417A80C4.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/locale_facets_nonio.h.59C6224C03868529.idx b/.qtc_clangd/.cache/clangd/index/locale_facets_nonio.h.59C6224C03868529.idx new file mode 100644 index 0000000..5814f9d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/locale_facets_nonio.h.59C6224C03868529.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/locale_facets_nonio.tcc.A393CA7DDFD77792.idx b/.qtc_clangd/.cache/clangd/index/locale_facets_nonio.tcc.A393CA7DDFD77792.idx new file mode 100644 index 0000000..dced4f9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/locale_facets_nonio.tcc.A393CA7DDFD77792.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/locale_t.h.557516A6B361170F.idx b/.qtc_clangd/.cache/clangd/index/locale_t.h.557516A6B361170F.idx new file mode 100644 index 0000000..fbd29d0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/locale_t.h.557516A6B361170F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/localefwd.h.F753F54EE652B663.idx b/.qtc_clangd/.cache/clangd/index/localefwd.h.F753F54EE652B663.idx new file mode 100644 index 0000000..b671e4f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/localefwd.h.F753F54EE652B663.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/long-double.h.ACD735A1862B6BF8.idx b/.qtc_clangd/.cache/clangd/index/long-double.h.ACD735A1862B6BF8.idx new file mode 100644 index 0000000..4cf81b8 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/long-double.h.ACD735A1862B6BF8.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/main.cpp.24E71209A139358F.idx b/.qtc_clangd/.cache/clangd/index/main.cpp.24E71209A139358F.idx new file mode 100644 index 0000000..16d8200 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/main.cpp.24E71209A139358F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/main.cpp.28E117CB20177FC7.idx b/.qtc_clangd/.cache/clangd/index/main.cpp.28E117CB20177FC7.idx new file mode 100644 index 0000000..2f98c67 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/main.cpp.28E117CB20177FC7.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/map.65A21A7AB87852EE.idx b/.qtc_clangd/.cache/clangd/index/map.65A21A7AB87852EE.idx new file mode 100644 index 0000000..e0a8cb0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/map.65A21A7AB87852EE.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/math-vector.h.B3EAC58DA1700969.idx b/.qtc_clangd/.cache/clangd/index/math-vector.h.B3EAC58DA1700969.idx new file mode 100644 index 0000000..d15ba5b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/math-vector.h.B3EAC58DA1700969.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/math.h.DE4D39AAF5AC2C76.idx b/.qtc_clangd/.cache/clangd/index/math.h.DE4D39AAF5AC2C76.idx new file mode 100644 index 0000000..345e321 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/math.h.DE4D39AAF5AC2C76.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.934C8C52064E404C.idx b/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.934C8C52064E404C.idx new file mode 100644 index 0000000..f232f10 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.934C8C52064E404C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.EF4B0E9378BD4EE1.idx b/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.EF4B0E9378BD4EE1.idx new file mode 100644 index 0000000..ee0c658 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.EF4B0E9378BD4EE1.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/mathcalls.h.655A2220FF0677F8.idx b/.qtc_clangd/.cache/clangd/index/mathcalls.h.655A2220FF0677F8.idx new file mode 100644 index 0000000..0a1ba38 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/mathcalls.h.655A2220FF0677F8.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/mbstate_t.h.F9237FB65FF84D5A.idx b/.qtc_clangd/.cache/clangd/index/mbstate_t.h.F9237FB65FF84D5A.idx new file mode 100644 index 0000000..e472bcd Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/mbstate_t.h.F9237FB65FF84D5A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/memory.22A13FCB71AF7832.idx b/.qtc_clangd/.cache/clangd/index/memory.22A13FCB71AF7832.idx new file mode 100644 index 0000000..5523d8c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/memory.22A13FCB71AF7832.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/memory_resource.h.E2AF217A93ACE3CD.idx b/.qtc_clangd/.cache/clangd/index/memory_resource.h.E2AF217A93ACE3CD.idx new file mode 100644 index 0000000..13cf3b4 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/memory_resource.h.E2AF217A93ACE3CD.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/memoryfwd.h.3BEA73680F9A2BFA.idx b/.qtc_clangd/.cache/clangd/index/memoryfwd.h.3BEA73680F9A2BFA.idx new file mode 100644 index 0000000..e160572 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/memoryfwd.h.3BEA73680F9A2BFA.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/messages_members.h.F17C76FC776A7796.idx b/.qtc_clangd/.cache/clangd/index/messages_members.h.F17C76FC776A7796.idx new file mode 100644 index 0000000..d19555a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/messages_members.h.F17C76FC776A7796.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/modified_bessel_func.tcc.9E5EB49BDF8CC25F.idx b/.qtc_clangd/.cache/clangd/index/modified_bessel_func.tcc.9E5EB49BDF8CC25F.idx new file mode 100644 index 0000000..04b906f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/modified_bessel_func.tcc.9E5EB49BDF8CC25F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/monostate.h.B82F291BF64E952A.idx b/.qtc_clangd/.cache/clangd/index/monostate.h.B82F291BF64E952A.idx new file mode 100644 index 0000000..b58cf4d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/monostate.h.B82F291BF64E952A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/move.h.A3E3625A55EC7006.idx b/.qtc_clangd/.cache/clangd/index/move.h.A3E3625A55EC7006.idx new file mode 100644 index 0000000..c0b3755 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/move.h.A3E3625A55EC7006.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/mutex.0AE6BAC7D0C35BDB.idx b/.qtc_clangd/.cache/clangd/index/mutex.0AE6BAC7D0C35BDB.idx new file mode 100644 index 0000000..1b300c5 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/mutex.0AE6BAC7D0C35BDB.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/nested_exception.h.7DA3C328837BC41B.idx b/.qtc_clangd/.cache/clangd/index/nested_exception.h.7DA3C328837BC41B.idx new file mode 100644 index 0000000..0b52545 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/nested_exception.h.7DA3C328837BC41B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/new.C9C435C66AA609E7.idx b/.qtc_clangd/.cache/clangd/index/new.C9C435C66AA609E7.idx new file mode 100644 index 0000000..3b8cc45 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/new.C9C435C66AA609E7.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/new_allocator.h.570DFFDC83F50C9F.idx b/.qtc_clangd/.cache/clangd/index/new_allocator.h.570DFFDC83F50C9F.idx new file mode 100644 index 0000000..8bab71f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/new_allocator.h.570DFFDC83F50C9F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/node_handle.h.E99CBFF3209027F4.idx b/.qtc_clangd/.cache/clangd/index/node_handle.h.E99CBFF3209027F4.idx new file mode 100644 index 0000000..de8ef37 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/node_handle.h.E99CBFF3209027F4.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/numeric.69465076742AA97C.idx b/.qtc_clangd/.cache/clangd/index/numeric.69465076742AA97C.idx new file mode 100644 index 0000000..04312cf Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/numeric.69465076742AA97C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/numeric_traits.h.61E8423B28B6464B.idx b/.qtc_clangd/.cache/clangd/index/numeric_traits.h.61E8423B28B6464B.idx new file mode 100644 index 0000000..788cde9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/numeric_traits.h.61E8423B28B6464B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/optional.232BE87B481297D4.idx b/.qtc_clangd/.cache/clangd/index/optional.232BE87B481297D4.idx new file mode 100644 index 0000000..ca892d0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/optional.232BE87B481297D4.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/os_defines.h.7C0D58C1DD072A35.idx b/.qtc_clangd/.cache/clangd/index/os_defines.h.7C0D58C1DD072A35.idx new file mode 100644 index 0000000..29b5a2d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/os_defines.h.7C0D58C1DD072A35.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/ostream.86BDD6EC98723064.idx b/.qtc_clangd/.cache/clangd/index/ostream.86BDD6EC98723064.idx new file mode 100644 index 0000000..1bcafcc Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/ostream.86BDD6EC98723064.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/ostream.h.B5D862AF8AA1D5BD.idx b/.qtc_clangd/.cache/clangd/index/ostream.h.B5D862AF8AA1D5BD.idx new file mode 100644 index 0000000..b0a365a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/ostream.h.B5D862AF8AA1D5BD.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/ostream.tcc.98DFB43A38C957ED.idx b/.qtc_clangd/.cache/clangd/index/ostream.tcc.98DFB43A38C957ED.idx new file mode 100644 index 0000000..6c9fc01 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/ostream.tcc.98DFB43A38C957ED.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B72051AC441F3E20.idx b/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B72051AC441F3E20.idx new file mode 100644 index 0000000..477d87a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B72051AC441F3E20.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/parse_numbers.h.CD8720EE39BF9254.idx b/.qtc_clangd/.cache/clangd/index/parse_numbers.h.CD8720EE39BF9254.idx new file mode 100644 index 0000000..19daeb9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/parse_numbers.h.CD8720EE39BF9254.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/pid.cpp.84CB85761385473F.idx b/.qtc_clangd/.cache/clangd/index/pid.cpp.84CB85761385473F.idx new file mode 100644 index 0000000..66584b5 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/pid.cpp.84CB85761385473F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/pid.cpp.8759D4E613C72D17.idx b/.qtc_clangd/.cache/clangd/index/pid.cpp.8759D4E613C72D17.idx new file mode 100644 index 0000000..4c7007e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/pid.cpp.8759D4E613C72D17.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/pid.h.3D88E1B4A8722554.idx b/.qtc_clangd/.cache/clangd/index/pid.h.3D88E1B4A8722554.idx new file mode 100644 index 0000000..6fa724b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/pid.h.3D88E1B4A8722554.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/pid.h.E9EA4302998C053D.idx b/.qtc_clangd/.cache/clangd/index/pid.h.E9EA4302998C053D.idx new file mode 100644 index 0000000..17fc31f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/pid.h.E9EA4302998C053D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/poly_hermite.tcc.CFFBEC318EC51CE2.idx b/.qtc_clangd/.cache/clangd/index/poly_hermite.tcc.CFFBEC318EC51CE2.idx new file mode 100644 index 0000000..4b14830 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/poly_hermite.tcc.CFFBEC318EC51CE2.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/poly_laguerre.tcc.3DD268A7FB1B14C2.idx b/.qtc_clangd/.cache/clangd/index/poly_laguerre.tcc.3DD268A7FB1B14C2.idx new file mode 100644 index 0000000..a0a0b12 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/poly_laguerre.tcc.3DD268A7FB1B14C2.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/posix1_lim.h.D94E4687FC9359FF.idx b/.qtc_clangd/.cache/clangd/index/posix1_lim.h.D94E4687FC9359FF.idx new file mode 100644 index 0000000..0ffd53c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/posix1_lim.h.D94E4687FC9359FF.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/posix2_lim.h.430DA38A1F301F29.idx b/.qtc_clangd/.cache/clangd/index/posix2_lim.h.430DA38A1F301F29.idx new file mode 100644 index 0000000..0e614fb Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/posix2_lim.h.430DA38A1F301F29.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/posix_opt.h.1A6B676984A189EC.idx b/.qtc_clangd/.cache/clangd/index/posix_opt.h.1A6B676984A189EC.idx new file mode 100644 index 0000000..8511d97 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/posix_opt.h.1A6B676984A189EC.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/posix_types.h.109D032764DE7736.idx b/.qtc_clangd/.cache/clangd/index/posix_types.h.109D032764DE7736.idx new file mode 100644 index 0000000..eda9b84 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/posix_types.h.109D032764DE7736.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/posix_types.h.825B0F552923DCCC.idx b/.qtc_clangd/.cache/clangd/index/posix_types.h.825B0F552923DCCC.idx new file mode 100644 index 0000000..f11ea7f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/posix_types.h.825B0F552923DCCC.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/posix_types.h.8EBBF1FC83D6AE77.idx b/.qtc_clangd/.cache/clangd/index/posix_types.h.8EBBF1FC83D6AE77.idx new file mode 100644 index 0000000..d12bba3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/posix_types.h.8EBBF1FC83D6AE77.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/posix_types_64.h.A12FDCD6ECB1FBD9.idx b/.qtc_clangd/.cache/clangd/index/posix_types_64.h.A12FDCD6ECB1FBD9.idx new file mode 100644 index 0000000..1bdfa03 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/posix_types_64.h.A12FDCD6ECB1FBD9.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/postypes.h.A94E341F4AF4D0F5.idx b/.qtc_clangd/.cache/clangd/index/postypes.h.A94E341F4AF4D0F5.idx new file mode 100644 index 0000000..41590c1 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/postypes.h.A94E341F4AF4D0F5.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/predefined_ops.h.10DCCFECF0FA4317.idx b/.qtc_clangd/.cache/clangd/index/predefined_ops.h.10DCCFECF0FA4317.idx new file mode 100644 index 0000000..85ee468 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/predefined_ops.h.10DCCFECF0FA4317.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/pstl_config.h.395D082E38DA09F3.idx b/.qtc_clangd/.cache/clangd/index/pstl_config.h.395D082E38DA09F3.idx new file mode 100644 index 0000000..7b3e9a2 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/pstl_config.h.395D082E38DA09F3.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx b/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx new file mode 100644 index 0000000..e80fa08 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.6F432801F0DF58B7.idx b/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.6F432801F0DF58B7.idx new file mode 100644 index 0000000..3fca9d8 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.6F432801F0DF58B7.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.9E138C411BE448A0.idx b/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.9E138C411BE448A0.idx new file mode 100644 index 0000000..2089e18 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.9E138C411BE448A0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.BAA8217B62BB6E86.idx b/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.BAA8217B62BB6E86.idx new file mode 100644 index 0000000..7d838a2 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.BAA8217B62BB6E86.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/ptr_traits.h.507618942390141B.idx b/.qtc_clangd/.cache/clangd/index/ptr_traits.h.507618942390141B.idx new file mode 100644 index 0000000..75de144 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/ptr_traits.h.507618942390141B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/pwm.cpp.6CA86D574E2DEFB3.idx b/.qtc_clangd/.cache/clangd/index/pwm.cpp.6CA86D574E2DEFB3.idx new file mode 100644 index 0000000..c805af2 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/pwm.cpp.6CA86D574E2DEFB3.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/pwm.cpp.ACE4743CF423B4A0.idx b/.qtc_clangd/.cache/clangd/index/pwm.cpp.ACE4743CF423B4A0.idx new file mode 100644 index 0000000..4eebaab Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/pwm.cpp.ACE4743CF423B4A0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/pwm.h.161CB8B7CE9BD7A6.idx b/.qtc_clangd/.cache/clangd/index/pwm.h.161CB8B7CE9BD7A6.idx new file mode 100644 index 0000000..5e51c4f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/pwm.h.161CB8B7CE9BD7A6.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/pwm.h.1DBCB10FB59FB570.idx b/.qtc_clangd/.cache/clangd/index/pwm.h.1DBCB10FB59FB570.idx new file mode 100644 index 0000000..d55676d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/pwm.h.1DBCB10FB59FB570.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/q17memory.h.BF56FD36F967911F.idx b/.qtc_clangd/.cache/clangd/index/q17memory.h.BF56FD36F967911F.idx new file mode 100644 index 0000000..261165b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/q17memory.h.BF56FD36F967911F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/q20functional.h.19962B5077EE9470.idx b/.qtc_clangd/.cache/clangd/index/q20functional.h.19962B5077EE9470.idx new file mode 100644 index 0000000..4662999 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/q20functional.h.19962B5077EE9470.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/q20memory.h.06C04CD172875507.idx b/.qtc_clangd/.cache/clangd/index/q20memory.h.06C04CD172875507.idx new file mode 100644 index 0000000..62c072c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/q20memory.h.06C04CD172875507.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/q20type_traits.h.04AABF8795BF8DD6.idx b/.qtc_clangd/.cache/clangd/index/q20type_traits.h.04AABF8795BF8DD6.idx new file mode 100644 index 0000000..43a9242 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/q20type_traits.h.04AABF8795BF8DD6.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/q23type_traits.h.033F63ACB6BE7A58.idx b/.qtc_clangd/.cache/clangd/index/q23type_traits.h.033F63ACB6BE7A58.idx new file mode 100644 index 0000000..8394aae Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/q23type_traits.h.033F63ACB6BE7A58.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qabstracteventdispatcher.h.BD1760F16A533B4C.idx b/.qtc_clangd/.cache/clangd/index/qabstracteventdispatcher.h.BD1760F16A533B4C.idx new file mode 100644 index 0000000..80a2d48 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qabstracteventdispatcher.h.BD1760F16A533B4C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qalgorithms.h.CE1009C883D1A99B.idx b/.qtc_clangd/.cache/clangd/index/qalgorithms.h.CE1009C883D1A99B.idx new file mode 100644 index 0000000..be27f03 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qalgorithms.h.CE1009C883D1A99B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qalloc.h.6E0A3A12D5400BC6.idx b/.qtc_clangd/.cache/clangd/index/qalloc.h.6E0A3A12D5400BC6.idx new file mode 100644 index 0000000..84cfbcd Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qalloc.h.6E0A3A12D5400BC6.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qanystringview.h.B4BA047886250C6C.idx b/.qtc_clangd/.cache/clangd/index/qanystringview.h.B4BA047886250C6C.idx new file mode 100644 index 0000000..54a2169 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qanystringview.h.B4BA047886250C6C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qarraydata.h.B91D6690EC607AEC.idx b/.qtc_clangd/.cache/clangd/index/qarraydata.h.B91D6690EC607AEC.idx new file mode 100644 index 0000000..f5d3941 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qarraydata.h.B91D6690EC607AEC.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qarraydataops.h.C8E7A70D1FECA6B2.idx b/.qtc_clangd/.cache/clangd/index/qarraydataops.h.C8E7A70D1FECA6B2.idx new file mode 100644 index 0000000..bb81fe5 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qarraydataops.h.C8E7A70D1FECA6B2.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qarraydatapointer.h.71971B0950373895.idx b/.qtc_clangd/.cache/clangd/index/qarraydatapointer.h.71971B0950373895.idx new file mode 100644 index 0000000..1bf10e3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qarraydatapointer.h.71971B0950373895.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qassert.h.DFC89960F6148526.idx b/.qtc_clangd/.cache/clangd/index/qassert.h.DFC89960F6148526.idx new file mode 100644 index 0000000..725dfa7 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qassert.h.DFC89960F6148526.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qatomic.h.6AF371784B116B54.idx b/.qtc_clangd/.cache/clangd/index/qatomic.h.6AF371784B116B54.idx new file mode 100644 index 0000000..60e784e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qatomic.h.6AF371784B116B54.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.5A1FFA411A0C020E.idx b/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.5A1FFA411A0C020E.idx new file mode 100644 index 0000000..1320735 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.5A1FFA411A0C020E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.56464E6B3657FF21.idx b/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.56464E6B3657FF21.idx new file mode 100644 index 0000000..73e9a76 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.56464E6B3657FF21.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qbasictimer.h.104987A9D53A742A.idx b/.qtc_clangd/.cache/clangd/index/qbasictimer.h.104987A9D53A742A.idx new file mode 100644 index 0000000..8c04a68 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qbasictimer.h.104987A9D53A742A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qbindingstorage.h.605089F3EF15C4CC.idx b/.qtc_clangd/.cache/clangd/index/qbindingstorage.h.605089F3EF15C4CC.idx new file mode 100644 index 0000000..3c2e875 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qbindingstorage.h.605089F3EF15C4CC.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qbytearray.h.16BDD342EB0F1E43.idx b/.qtc_clangd/.cache/clangd/index/qbytearray.h.16BDD342EB0F1E43.idx new file mode 100644 index 0000000..eb0d191 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qbytearray.h.16BDD342EB0F1E43.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qbytearrayalgorithms.h.94C9C30C60C45294.idx b/.qtc_clangd/.cache/clangd/index/qbytearrayalgorithms.h.94C9C30C60C45294.idx new file mode 100644 index 0000000..a03c7a9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qbytearrayalgorithms.h.94C9C30C60C45294.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.5ADB5FE7DED37CDD.idx b/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.5ADB5FE7DED37CDD.idx new file mode 100644 index 0000000..e920ad7 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.5ADB5FE7DED37CDD.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qbytearrayview.h.A7EFFD3A491BB921.idx b/.qtc_clangd/.cache/clangd/index/qbytearrayview.h.A7EFFD3A491BB921.idx new file mode 100644 index 0000000..9e433a6 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qbytearrayview.h.A7EFFD3A491BB921.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qchar.h.59A7DFF8D98D00E1.idx b/.qtc_clangd/.cache/clangd/index/qchar.h.59A7DFF8D98D00E1.idx new file mode 100644 index 0000000..df1772c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qchar.h.59A7DFF8D98D00E1.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qcompare.h.8FE967222A30DF7F.idx b/.qtc_clangd/.cache/clangd/index/qcompare.h.8FE967222A30DF7F.idx new file mode 100644 index 0000000..61dfd3b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qcompare.h.8FE967222A30DF7F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qcompare_impl.h.892CE028EFEBA699.idx b/.qtc_clangd/.cache/clangd/index/qcompare_impl.h.892CE028EFEBA699.idx new file mode 100644 index 0000000..7c3d3a2 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qcompare_impl.h.892CE028EFEBA699.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qcomparehelpers.h.0186E39A18EFEA33.idx b/.qtc_clangd/.cache/clangd/index/qcomparehelpers.h.0186E39A18EFEA33.idx new file mode 100644 index 0000000..6b0f745 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qcomparehelpers.h.0186E39A18EFEA33.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.51C3046B95557AE2.idx b/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.51C3046B95557AE2.idx new file mode 100644 index 0000000..59e9dbe Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.51C3046B95557AE2.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qconfig.h.562FDE18E0621501.idx b/.qtc_clangd/.cache/clangd/index/qconfig.h.562FDE18E0621501.idx new file mode 100644 index 0000000..1a1ef02 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qconfig.h.562FDE18E0621501.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qconstructormacros.h.9B612E84317D14AC.idx b/.qtc_clangd/.cache/clangd/index/qconstructormacros.h.9B612E84317D14AC.idx new file mode 100644 index 0000000..cb18b8b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qconstructormacros.h.9B612E84317D14AC.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.4CB6955BEE93E7CC.idx b/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.4CB6955BEE93E7CC.idx new file mode 100644 index 0000000..2eab17f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.4CB6955BEE93E7CC.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qcontainerinfo.h.3F5DAA7BC3C6CA54.idx b/.qtc_clangd/.cache/clangd/index/qcontainerinfo.h.3F5DAA7BC3C6CA54.idx new file mode 100644 index 0000000..d3a70a0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qcontainerinfo.h.3F5DAA7BC3C6CA54.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.73B037E219877103.idx b/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.73B037E219877103.idx new file mode 100644 index 0000000..94bf926 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.73B037E219877103.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.66A5B5CAC93E5276.idx b/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.66A5B5CAC93E5276.idx new file mode 100644 index 0000000..f420c8f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.66A5B5CAC93E5276.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.AB1DF91EA19EB4A7.idx b/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.AB1DF91EA19EB4A7.idx new file mode 100644 index 0000000..8518065 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.AB1DF91EA19EB4A7.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qcoreapplication_platform.h.77DB838049493D18.idx b/.qtc_clangd/.cache/clangd/index/qcoreapplication_platform.h.77DB838049493D18.idx new file mode 100644 index 0000000..3417521 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qcoreapplication_platform.h.77DB838049493D18.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F9689ED5504DDB15.idx b/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F9689ED5504DDB15.idx new file mode 100644 index 0000000..fca6137 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F9689ED5504DDB15.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qdarwinhelpers.h.80C6C6954F040B44.idx b/.qtc_clangd/.cache/clangd/index/qdarwinhelpers.h.80C6C6954F040B44.idx new file mode 100644 index 0000000..1d005be Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qdarwinhelpers.h.80C6C6954F040B44.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qdatastream.h.8A1AA6C562D442BF.idx b/.qtc_clangd/.cache/clangd/index/qdatastream.h.8A1AA6C562D442BF.idx new file mode 100644 index 0000000..fbecce9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qdatastream.h.8A1AA6C562D442BF.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.1D95FDBA128E88FF.idx b/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.1D95FDBA128E88FF.idx new file mode 100644 index 0000000..75d4d41 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.1D95FDBA128E88FF.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qdebug.h.A8D4C8AD4EF48410.idx b/.qtc_clangd/.cache/clangd/index/qdebug.h.A8D4C8AD4EF48410.idx new file mode 100644 index 0000000..85e4de2 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qdebug.h.A8D4C8AD4EF48410.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qeventloop.h.DFFB8F90699A9A7B.idx b/.qtc_clangd/.cache/clangd/index/qeventloop.h.DFFB8F90699A9A7B.idx new file mode 100644 index 0000000..7326cd4 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qeventloop.h.DFFB8F90699A9A7B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qexceptionhandling.h.2DDDB1EDBDA7D500.idx b/.qtc_clangd/.cache/clangd/index/qexceptionhandling.h.2DDDB1EDBDA7D500.idx new file mode 100644 index 0000000..bc237d9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qexceptionhandling.h.2DDDB1EDBDA7D500.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qflags.h.D1654E664E90EE30.idx b/.qtc_clangd/.cache/clangd/index/qflags.h.D1654E664E90EE30.idx new file mode 100644 index 0000000..3ccb3f4 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qflags.h.D1654E664E90EE30.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qfloat16.h.8DB069A29DB06E2C.idx b/.qtc_clangd/.cache/clangd/index/qfloat16.h.8DB069A29DB06E2C.idx new file mode 100644 index 0000000..f44e3c4 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qfloat16.h.8DB069A29DB06E2C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qforeach.h.30199C6AC7939797.idx b/.qtc_clangd/.cache/clangd/index/qforeach.h.30199C6AC7939797.idx new file mode 100644 index 0000000..438bc50 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qforeach.h.30199C6AC7939797.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qfunctionaltools_impl.h.21A0465657D8373C.idx b/.qtc_clangd/.cache/clangd/index/qfunctionaltools_impl.h.21A0465657D8373C.idx new file mode 100644 index 0000000..fdd75a1 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qfunctionaltools_impl.h.21A0465657D8373C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qfunctionpointer.h.E90C62CFA6DE0CC9.idx b/.qtc_clangd/.cache/clangd/index/qfunctionpointer.h.E90C62CFA6DE0CC9.idx new file mode 100644 index 0000000..3adf3a5 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qfunctionpointer.h.E90C62CFA6DE0CC9.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.6F5EA656F64AE648.idx b/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.6F5EA656F64AE648.idx new file mode 100644 index 0000000..deef62e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.6F5EA656F64AE648.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qglobal.h.54F4C6AC7EEF622E.idx b/.qtc_clangd/.cache/clangd/index/qglobal.h.54F4C6AC7EEF622E.idx new file mode 100644 index 0000000..cc53136 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qglobal.h.54F4C6AC7EEF622E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.AF4A6A51D57D7B83.idx b/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.AF4A6A51D57D7B83.idx new file mode 100644 index 0000000..e3207cf Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.AF4A6A51D57D7B83.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qhash.h.187C949D2B84EE2F.idx b/.qtc_clangd/.cache/clangd/index/qhash.h.187C949D2B84EE2F.idx new file mode 100644 index 0000000..0b1c7f2 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qhash.h.187C949D2B84EE2F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.5333FC07F26B1CCB.idx b/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.5333FC07F26B1CCB.idx new file mode 100644 index 0000000..7c8a27e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.5333FC07F26B1CCB.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qiodevicebase.h.92DFF1564BEC4F89.idx b/.qtc_clangd/.cache/clangd/index/qiodevicebase.h.92DFF1564BEC4F89.idx new file mode 100644 index 0000000..c6fec99 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qiodevicebase.h.92DFF1564BEC4F89.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qiterable.h.A263241A1338066A.idx b/.qtc_clangd/.cache/clangd/index/qiterable.h.A263241A1338066A.idx new file mode 100644 index 0000000..55239a3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qiterable.h.A263241A1338066A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qiterator.h.89D01F6F1E80320F.idx b/.qtc_clangd/.cache/clangd/index/qiterator.h.89D01F6F1E80320F.idx new file mode 100644 index 0000000..31b3e02 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qiterator.h.89D01F6F1E80320F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qlatin1stringview.h.D4C10E341BA3EA49.idx b/.qtc_clangd/.cache/clangd/index/qlatin1stringview.h.D4C10E341BA3EA49.idx new file mode 100644 index 0000000..39bf377 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qlatin1stringview.h.D4C10E341BA3EA49.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qlist.h.3B8ADF9DC4DD163B.idx b/.qtc_clangd/.cache/clangd/index/qlist.h.3B8ADF9DC4DD163B.idx new file mode 100644 index 0000000..66627ee Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qlist.h.3B8ADF9DC4DD163B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qlogging.h.0DEA9367763A4516.idx b/.qtc_clangd/.cache/clangd/index/qlogging.h.0DEA9367763A4516.idx new file mode 100644 index 0000000..272903e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qlogging.h.0DEA9367763A4516.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qmalloc.h.E26887184AE7E5FB.idx b/.qtc_clangd/.cache/clangd/index/qmalloc.h.E26887184AE7E5FB.idx new file mode 100644 index 0000000..a67f2ab Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qmalloc.h.E26887184AE7E5FB.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qmap.h.D6966D84AF0B47EA.idx b/.qtc_clangd/.cache/clangd/index/qmap.h.D6966D84AF0B47EA.idx new file mode 100644 index 0000000..1e0c754 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qmap.h.D6966D84AF0B47EA.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qmath.h.0D5729DF3367D53B.idx b/.qtc_clangd/.cache/clangd/index/qmath.h.0D5729DF3367D53B.idx new file mode 100644 index 0000000..8f5f116 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qmath.h.0D5729DF3367D53B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qmetacontainer.h.74257D53EDA83CDE.idx b/.qtc_clangd/.cache/clangd/index/qmetacontainer.h.74257D53EDA83CDE.idx new file mode 100644 index 0000000..d74d665 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qmetacontainer.h.74257D53EDA83CDE.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qmetatype.h.0877DF649F754413.idx b/.qtc_clangd/.cache/clangd/index/qmetatype.h.0877DF649F754413.idx new file mode 100644 index 0000000..091b744 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qmetatype.h.0877DF649F754413.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qminmax.h.1079F317BDC6A196.idx b/.qtc_clangd/.cache/clangd/index/qminmax.h.1079F317BDC6A196.idx new file mode 100644 index 0000000..0db6a7b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qminmax.h.1079F317BDC6A196.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qnamespace.h.E35EF32F842DC8BD.idx b/.qtc_clangd/.cache/clangd/index/qnamespace.h.E35EF32F842DC8BD.idx new file mode 100644 index 0000000..9e79979 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qnamespace.h.E35EF32F842DC8BD.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qnativeinterface.h.0DD9A4D6B2AC3F24.idx b/.qtc_clangd/.cache/clangd/index/qnativeinterface.h.0DD9A4D6B2AC3F24.idx new file mode 100644 index 0000000..7f688c0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qnativeinterface.h.0DD9A4D6B2AC3F24.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qnumeric.h.4643F6AB2E0E49B0.idx b/.qtc_clangd/.cache/clangd/index/qnumeric.h.4643F6AB2E0E49B0.idx new file mode 100644 index 0000000..aea97bf Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qnumeric.h.4643F6AB2E0E49B0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qobject.h.22D9066CFADF34E0.idx b/.qtc_clangd/.cache/clangd/index/qobject.h.22D9066CFADF34E0.idx new file mode 100644 index 0000000..a5a2a35 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qobject.h.22D9066CFADF34E0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qobject_impl.h.3BE8F49E08A8F3AD.idx b/.qtc_clangd/.cache/clangd/index/qobject_impl.h.3BE8F49E08A8F3AD.idx new file mode 100644 index 0000000..52c8c1d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qobject_impl.h.3BE8F49E08A8F3AD.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.47209851AFA9A606.idx b/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.47209851AFA9A606.idx new file mode 100644 index 0000000..eaf77f1 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.47209851AFA9A606.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.C7308314A06D7005.idx b/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.C7308314A06D7005.idx new file mode 100644 index 0000000..7db05db Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.C7308314A06D7005.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.7930C1B75D5EAC0B.idx b/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.7930C1B75D5EAC0B.idx new file mode 100644 index 0000000..2dd2c65 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.7930C1B75D5EAC0B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qoverload.h.58F2C0EB35DC6B02.idx b/.qtc_clangd/.cache/clangd/index/qoverload.h.58F2C0EB35DC6B02.idx new file mode 100644 index 0000000..66678b8 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qoverload.h.58F2C0EB35DC6B02.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qpair.h.6E6508938096F91A.idx b/.qtc_clangd/.cache/clangd/index/qpair.h.6E6508938096F91A.idx new file mode 100644 index 0000000..0045091 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qpair.h.6E6508938096F91A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.FAF326B98927BAB9.idx b/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.FAF326B98927BAB9.idx new file mode 100644 index 0000000..357f274 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.FAF326B98927BAB9.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qrefcount.h.1F4958F3CC1EC437.idx b/.qtc_clangd/.cache/clangd/index/qrefcount.h.1F4958F3CC1EC437.idx new file mode 100644 index 0000000..8063e4d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qrefcount.h.1F4958F3CC1EC437.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.CC324AF4914599B6.idx b/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.CC324AF4914599B6.idx new file mode 100644 index 0000000..ed3f0a8 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.CC324AF4914599B6.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qscopeguard.h.EA5436C15EF1EED9.idx b/.qtc_clangd/.cache/clangd/index/qscopeguard.h.EA5436C15EF1EED9.idx new file mode 100644 index 0000000..196ae6e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qscopeguard.h.EA5436C15EF1EED9.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qset.h.4A853314EFF35A9F.idx b/.qtc_clangd/.cache/clangd/index/qset.h.4A853314EFF35A9F.idx new file mode 100644 index 0000000..a70c157 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qset.h.4A853314EFF35A9F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qshareddata.h.7D38AD3B5EDCF670.idx b/.qtc_clangd/.cache/clangd/index/qshareddata.h.7D38AD3B5EDCF670.idx new file mode 100644 index 0000000..d29a678 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qshareddata.h.7D38AD3B5EDCF670.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qshareddata_impl.h.25A52E3C7D0018EB.idx b/.qtc_clangd/.cache/clangd/index/qshareddata_impl.h.25A52E3C7D0018EB.idx new file mode 100644 index 0000000..89c0b00 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qshareddata_impl.h.25A52E3C7D0018EB.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.5EAAC7A779E9168E.idx b/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.5EAAC7A779E9168E.idx new file mode 100644 index 0000000..74b018e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.5EAAC7A779E9168E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.2D16EDE338ECBE5F.idx b/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.2D16EDE338ECBE5F.idx new file mode 100644 index 0000000..2789e2e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.2D16EDE338ECBE5F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qstdlibdetection.h.356A51C41BDA466D.idx b/.qtc_clangd/.cache/clangd/index/qstdlibdetection.h.356A51C41BDA466D.idx new file mode 100644 index 0000000..f7b08fa Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qstdlibdetection.h.356A51C41BDA466D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qstring.h.A8E7F236ED7DAF8E.idx b/.qtc_clangd/.cache/clangd/index/qstring.h.A8E7F236ED7DAF8E.idx new file mode 100644 index 0000000..5887dca Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qstring.h.A8E7F236ED7DAF8E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.1A805B50CDB5E314.idx b/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.1A805B50CDB5E314.idx new file mode 100644 index 0000000..8d97416 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.1A805B50CDB5E314.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qstringbuilder.h.81136F0FF5CC20BD.idx b/.qtc_clangd/.cache/clangd/index/qstringbuilder.h.81136F0FF5CC20BD.idx new file mode 100644 index 0000000..7b15b05 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qstringbuilder.h.81136F0FF5CC20BD.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qstringconverter.h.C829874A63EEE251.idx b/.qtc_clangd/.cache/clangd/index/qstringconverter.h.C829874A63EEE251.idx new file mode 100644 index 0000000..0236dad Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qstringconverter.h.C829874A63EEE251.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qstringconverter_base.h.0915BF02AED6E625.idx b/.qtc_clangd/.cache/clangd/index/qstringconverter_base.h.0915BF02AED6E625.idx new file mode 100644 index 0000000..292ae2a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qstringconverter_base.h.0915BF02AED6E625.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qstringfwd.h.CED9674386683148.idx b/.qtc_clangd/.cache/clangd/index/qstringfwd.h.CED9674386683148.idx new file mode 100644 index 0000000..553a002 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qstringfwd.h.CED9674386683148.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qstringlist.h.EF7A477C41EEE82A.idx b/.qtc_clangd/.cache/clangd/index/qstringlist.h.EF7A477C41EEE82A.idx new file mode 100644 index 0000000..7005e29 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qstringlist.h.EF7A477C41EEE82A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.38C7619FE9DABA94.idx b/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.38C7619FE9DABA94.idx new file mode 100644 index 0000000..50188ab Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.38C7619FE9DABA94.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qstringtokenizer.h.3A6F84BFEA634461.idx b/.qtc_clangd/.cache/clangd/index/qstringtokenizer.h.3A6F84BFEA634461.idx new file mode 100644 index 0000000..56c463e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qstringtokenizer.h.3A6F84BFEA634461.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qstringview.h.DC8A2FDA9FDA5C0E.idx b/.qtc_clangd/.cache/clangd/index/qstringview.h.DC8A2FDA9FDA5C0E.idx new file mode 100644 index 0000000..a0400f2 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qstringview.h.DC8A2FDA9FDA5C0E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qswap.h.611EFB3C8C2B8B70.idx b/.qtc_clangd/.cache/clangd/index/qswap.h.611EFB3C8C2B8B70.idx new file mode 100644 index 0000000..cc13260 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qswap.h.611EFB3C8C2B8B70.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qsysinfo.h.203C34E52A6827D9.idx b/.qtc_clangd/.cache/clangd/index/qsysinfo.h.203C34E52A6827D9.idx new file mode 100644 index 0000000..4042fa9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qsysinfo.h.203C34E52A6827D9.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.E8B8C9748F7A5A2B.idx b/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.E8B8C9748F7A5A2B.idx new file mode 100644 index 0000000..6016abd Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.E8B8C9748F7A5A2B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtaggedpointer.h.5CAD9021C1303193.idx b/.qtc_clangd/.cache/clangd/index/qtaggedpointer.h.5CAD9021C1303193.idx new file mode 100644 index 0000000..e1d6d81 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtaggedpointer.h.5CAD9021C1303193.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtclasshelpermacros.h.CF1EBB80BA638092.idx b/.qtc_clangd/.cache/clangd/index/qtclasshelpermacros.h.CF1EBB80BA638092.idx new file mode 100644 index 0000000..06bb6ec Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtclasshelpermacros.h.CF1EBB80BA638092.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtconfiginclude.h.5AD5749408F86474.idx b/.qtc_clangd/.cache/clangd/index/qtconfiginclude.h.5AD5749408F86474.idx new file mode 100644 index 0000000..43de9df Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtconfiginclude.h.5AD5749408F86474.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtconfigmacros.h.F966FC4E89DDC225.idx b/.qtc_clangd/.cache/clangd/index/qtconfigmacros.h.F966FC4E89DDC225.idx new file mode 100644 index 0000000..fb48359 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtconfigmacros.h.F966FC4E89DDC225.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtcore-config.h.B27286A61A3B84C1.idx b/.qtc_clangd/.cache/clangd/index/qtcore-config.h.B27286A61A3B84C1.idx new file mode 100644 index 0000000..1d8aeea Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtcore-config.h.B27286A61A3B84C1.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtcoreexports.h.9A0AC78485CCB22F.idx b/.qtc_clangd/.cache/clangd/index/qtcoreexports.h.9A0AC78485CCB22F.idx new file mode 100644 index 0000000..4cadbd3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtcoreexports.h.9A0AC78485CCB22F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtcoreglobal.h.C344ABEF84C589B1.idx b/.qtc_clangd/.cache/clangd/index/qtcoreglobal.h.C344ABEF84C589B1.idx new file mode 100644 index 0000000..248d8e6 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtcoreglobal.h.C344ABEF84C589B1.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtdeprecationdefinitions.h.3045BFEC0321FF62.idx b/.qtc_clangd/.cache/clangd/index/qtdeprecationdefinitions.h.3045BFEC0321FF62.idx new file mode 100644 index 0000000..737015d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtdeprecationdefinitions.h.3045BFEC0321FF62.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtdeprecationmarkers.h.EA8C53ADAAEC372E.idx b/.qtc_clangd/.cache/clangd/index/qtdeprecationmarkers.h.EA8C53ADAAEC372E.idx new file mode 100644 index 0000000..07b3ab0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtdeprecationmarkers.h.EA8C53ADAAEC372E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtenvironmentvariables.h.B2D67D89FC9F8405.idx b/.qtc_clangd/.cache/clangd/index/qtenvironmentvariables.h.B2D67D89FC9F8405.idx new file mode 100644 index 0000000..2c156a2 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtenvironmentvariables.h.B2D67D89FC9F8405.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtextstream.h.65B766073647B51A.idx b/.qtc_clangd/.cache/clangd/index/qtextstream.h.65B766073647B51A.idx new file mode 100644 index 0000000..201e5ff Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtextstream.h.65B766073647B51A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtformat_impl.h.DF08BA2C51286755.idx b/.qtc_clangd/.cache/clangd/index/qtformat_impl.h.DF08BA2C51286755.idx new file mode 100644 index 0000000..654648a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtformat_impl.h.DF08BA2C51286755.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtmetamacros.h.097A0631BAD2165E.idx b/.qtc_clangd/.cache/clangd/index/qtmetamacros.h.097A0631BAD2165E.idx new file mode 100644 index 0000000..00136db Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtmetamacros.h.097A0631BAD2165E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtnoop.h.7AF96A32846E6AD1.idx b/.qtc_clangd/.cache/clangd/index/qtnoop.h.7AF96A32846E6AD1.idx new file mode 100644 index 0000000..7ca99d0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtnoop.h.7AF96A32846E6AD1.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtpreprocessorsupport.h.1ABD9494ECB9C31F.idx b/.qtc_clangd/.cache/clangd/index/qtpreprocessorsupport.h.1ABD9494ECB9C31F.idx new file mode 100644 index 0000000..16f488c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtpreprocessorsupport.h.1ABD9494ECB9C31F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtresource.h.1C1C38E2E0A671EC.idx b/.qtc_clangd/.cache/clangd/index/qtresource.h.1C1C38E2E0A671EC.idx new file mode 100644 index 0000000..4588452 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtresource.h.1C1C38E2E0A671EC.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qttranslation.h.F32542C0B0053390.idx b/.qtc_clangd/.cache/clangd/index/qttranslation.h.F32542C0B0053390.idx new file mode 100644 index 0000000..15921c8 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qttranslation.h.F32542C0B0053390.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qttypetraits.h.7B069DBEC9D7BF00.idx b/.qtc_clangd/.cache/clangd/index/qttypetraits.h.7B069DBEC9D7BF00.idx new file mode 100644 index 0000000..8f94bad Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qttypetraits.h.7B069DBEC9D7BF00.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtversion.h.9A63AC987EF5833F.idx b/.qtc_clangd/.cache/clangd/index/qtversion.h.9A63AC987EF5833F.idx new file mode 100644 index 0000000..fa2e10f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtversion.h.9A63AC987EF5833F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtversionchecks.h.B3D713999A4A853C.idx b/.qtc_clangd/.cache/clangd/index/qtversionchecks.h.B3D713999A4A853C.idx new file mode 100644 index 0000000..59f41dd Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtversionchecks.h.B3D713999A4A853C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.90E3BBDAEECC8621.idx b/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.90E3BBDAEECC8621.idx new file mode 100644 index 0000000..37262f7 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.90E3BBDAEECC8621.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qtypes.h.181742D4EF2AA6F0.idx b/.qtc_clangd/.cache/clangd/index/qtypes.h.181742D4EF2AA6F0.idx new file mode 100644 index 0000000..942268f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qtypes.h.181742D4EF2AA6F0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qutf8stringview.h.8C63DD62F3057379.idx b/.qtc_clangd/.cache/clangd/index/qutf8stringview.h.8C63DD62F3057379.idx new file mode 100644 index 0000000..10b715c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qutf8stringview.h.8C63DD62F3057379.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.8EB462CFD4FEFC1D.idx b/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.8EB462CFD4FEFC1D.idx new file mode 100644 index 0000000..1fdeeed Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.8EB462CFD4FEFC1D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qvector.h.16A433C057836478.idx b/.qtc_clangd/.cache/clangd/index/qvector.h.16A433C057836478.idx new file mode 100644 index 0000000..7d0277b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qvector.h.16A433C057836478.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qversiontagging.h.680640A002A971E6.idx b/.qtc_clangd/.cache/clangd/index/qversiontagging.h.680640A002A971E6.idx new file mode 100644 index 0000000..12dffe4 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qversiontagging.h.680640A002A971E6.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qxptype_traits.h.9ECBF1FC27168B41.idx b/.qtc_clangd/.cache/clangd/index/qxptype_traits.h.9ECBF1FC27168B41.idx new file mode 100644 index 0000000..ce672a4 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qxptype_traits.h.9ECBF1FC27168B41.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/qyieldcpu.h.36C442B6B90CAFB9.idx b/.qtc_clangd/.cache/clangd/index/qyieldcpu.h.36C442B6B90CAFB9.idx new file mode 100644 index 0000000..213806e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/qyieldcpu.h.36C442B6B90CAFB9.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/range_access.h.1EF30119D08CA24F.idx b/.qtc_clangd/.cache/clangd/index/range_access.h.1EF30119D08CA24F.idx new file mode 100644 index 0000000..d4a8332 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/range_access.h.1EF30119D08CA24F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/ratio.C7261AE7450C1D36.idx b/.qtc_clangd/.cache/clangd/index/ratio.C7261AE7450C1D36.idx new file mode 100644 index 0000000..a4682ba Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/ratio.C7261AE7450C1D36.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/refwrap.h.56CBC2EA0D77B69E.idx b/.qtc_clangd/.cache/clangd/index/refwrap.h.56CBC2EA0D77B69E.idx new file mode 100644 index 0000000..96104f6 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/refwrap.h.56CBC2EA0D77B69E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/regex.h.B84808410B7D6505.idx b/.qtc_clangd/.cache/clangd/index/regex.h.B84808410B7D6505.idx new file mode 100644 index 0000000..75b3c04 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/regex.h.B84808410B7D6505.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/requires_hosted.h.B6046153A924E605.idx b/.qtc_clangd/.cache/clangd/index/requires_hosted.h.B6046153A924E605.idx new file mode 100644 index 0000000..f34c383 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/requires_hosted.h.B6046153A924E605.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/riemann_zeta.tcc.01C8D8DC55CE94EF.idx b/.qtc_clangd/.cache/clangd/index/riemann_zeta.tcc.01C8D8DC55CE94EF.idx new file mode 100644 index 0000000..47ef082 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/riemann_zeta.tcc.01C8D8DC55CE94EF.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/sched.h.A585A48500495348.idx b/.qtc_clangd/.cache/clangd/index/sched.h.A585A48500495348.idx new file mode 100644 index 0000000..89b1c28 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/sched.h.A585A48500495348.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx b/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx new file mode 100644 index 0000000..0a99967 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/select.h.BA57472D13519767.idx b/.qtc_clangd/.cache/clangd/index/select.h.BA57472D13519767.idx new file mode 100644 index 0000000..1fd6b25 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/select.h.BA57472D13519767.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/select.h.E19325D0BE3592A0.idx b/.qtc_clangd/.cache/clangd/index/select.h.E19325D0BE3592A0.idx new file mode 100644 index 0000000..cfa60b1 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/select.h.E19325D0BE3592A0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/set.A59BAF8BE2EE08EB.idx b/.qtc_clangd/.cache/clangd/index/set.A59BAF8BE2EE08EB.idx new file mode 100644 index 0000000..63b2edf Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/set.A59BAF8BE2EE08EB.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/setjmp.h.71DEFB3DCC800794.idx b/.qtc_clangd/.cache/clangd/index/setjmp.h.71DEFB3DCC800794.idx new file mode 100644 index 0000000..a23b6f6 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/setjmp.h.71DEFB3DCC800794.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/shared_ptr.h.3C34DF28324BD7FB.idx b/.qtc_clangd/.cache/clangd/index/shared_ptr.h.3C34DF28324BD7FB.idx new file mode 100644 index 0000000..285f4a9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/shared_ptr.h.3C34DF28324BD7FB.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.3EC2952D7298FB42.idx b/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.3EC2952D7298FB42.idx new file mode 100644 index 0000000..7c0d528 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.3EC2952D7298FB42.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.C3506176F3D5ED24.idx b/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.C3506176F3D5ED24.idx new file mode 100644 index 0000000..48dbc16 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.C3506176F3D5ED24.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/sig_atomic_t.h.3B536F8E741B9623.idx b/.qtc_clangd/.cache/clangd/index/sig_atomic_t.h.3B536F8E741B9623.idx new file mode 100644 index 0000000..f55a06d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/sig_atomic_t.h.3B536F8E741B9623.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/sigaction.h.66B137993ED41FA6.idx b/.qtc_clangd/.cache/clangd/index/sigaction.h.66B137993ED41FA6.idx new file mode 100644 index 0000000..2d26967 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/sigaction.h.66B137993ED41FA6.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/sigcontext.h.7600F5C8B10DFACF.idx b/.qtc_clangd/.cache/clangd/index/sigcontext.h.7600F5C8B10DFACF.idx new file mode 100644 index 0000000..749d6c6 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/sigcontext.h.7600F5C8B10DFACF.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/sigevent-consts.h.164FB5F64CB196D3.idx b/.qtc_clangd/.cache/clangd/index/sigevent-consts.h.164FB5F64CB196D3.idx new file mode 100644 index 0000000..98f3c0e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/sigevent-consts.h.164FB5F64CB196D3.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/sigevent_t.h.63456B1714A8FD74.idx b/.qtc_clangd/.cache/clangd/index/sigevent_t.h.63456B1714A8FD74.idx new file mode 100644 index 0000000..0056c98 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/sigevent_t.h.63456B1714A8FD74.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/siginfo-arch.h.DDEDA2246C6214DB.idx b/.qtc_clangd/.cache/clangd/index/siginfo-arch.h.DDEDA2246C6214DB.idx new file mode 100644 index 0000000..b458a48 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/siginfo-arch.h.DDEDA2246C6214DB.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/siginfo-consts-arch.h.DC5C572A2A163B04.idx b/.qtc_clangd/.cache/clangd/index/siginfo-consts-arch.h.DC5C572A2A163B04.idx new file mode 100644 index 0000000..e61b15c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/siginfo-consts-arch.h.DC5C572A2A163B04.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/siginfo-consts.h.086583452C13A7E3.idx b/.qtc_clangd/.cache/clangd/index/siginfo-consts.h.086583452C13A7E3.idx new file mode 100644 index 0000000..15766c0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/siginfo-consts.h.086583452C13A7E3.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/siginfo_t.h.34DBB5C2C8344FC2.idx b/.qtc_clangd/.cache/clangd/index/siginfo_t.h.34DBB5C2C8344FC2.idx new file mode 100644 index 0000000..3a3ee9f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/siginfo_t.h.34DBB5C2C8344FC2.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/signal.h.9A173143B440B5DA.idx b/.qtc_clangd/.cache/clangd/index/signal.h.9A173143B440B5DA.idx new file mode 100644 index 0000000..167545a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/signal.h.9A173143B440B5DA.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/signal_ext.h.ED0CC89A982A1E6A.idx b/.qtc_clangd/.cache/clangd/index/signal_ext.h.ED0CC89A982A1E6A.idx new file mode 100644 index 0000000..a7d115b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/signal_ext.h.ED0CC89A982A1E6A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/signum-arch.h.16E786CE7D81D596.idx b/.qtc_clangd/.cache/clangd/index/signum-arch.h.16E786CE7D81D596.idx new file mode 100644 index 0000000..dbac35d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/signum-arch.h.16E786CE7D81D596.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/signum-generic.h.712CE9FB2F7CAED7.idx b/.qtc_clangd/.cache/clangd/index/signum-generic.h.712CE9FB2F7CAED7.idx new file mode 100644 index 0000000..74de2d3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/signum-generic.h.712CE9FB2F7CAED7.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/sigset_t.h.32273C537A103809.idx b/.qtc_clangd/.cache/clangd/index/sigset_t.h.32273C537A103809.idx new file mode 100644 index 0000000..08e4c84 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/sigset_t.h.32273C537A103809.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/sigstack.h.C067B2382ACC7FB2.idx b/.qtc_clangd/.cache/clangd/index/sigstack.h.C067B2382ACC7FB2.idx new file mode 100644 index 0000000..734dff7 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/sigstack.h.C067B2382ACC7FB2.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/sigstksz.h.6DBAA6228288DB46.idx b/.qtc_clangd/.cache/clangd/index/sigstksz.h.6DBAA6228288DB46.idx new file mode 100644 index 0000000..1d1cb22 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/sigstksz.h.6DBAA6228288DB46.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/sigthread.h.B1F62700EC3B3575.idx b/.qtc_clangd/.cache/clangd/index/sigthread.h.B1F62700EC3B3575.idx new file mode 100644 index 0000000..a438255 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/sigthread.h.B1F62700EC3B3575.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/sigval_t.h.5D6D66DDD393104C.idx b/.qtc_clangd/.cache/clangd/index/sigval_t.h.5D6D66DDD393104C.idx new file mode 100644 index 0000000..a631b4b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/sigval_t.h.5D6D66DDD393104C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/single_threaded.h.918E7314A6EC8DC0.idx b/.qtc_clangd/.cache/clangd/index/single_threaded.h.918E7314A6EC8DC0.idx new file mode 100644 index 0000000..07a0dc6 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/single_threaded.h.918E7314A6EC8DC0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/specfun.h.3D29C6E639F9C5FC.idx b/.qtc_clangd/.cache/clangd/index/specfun.h.3D29C6E639F9C5FC.idx new file mode 100644 index 0000000..e79a37d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/specfun.h.3D29C6E639F9C5FC.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/special_function_util.h.E669AEBC7AF60BFD.idx b/.qtc_clangd/.cache/clangd/index/special_function_util.h.E669AEBC7AF60BFD.idx new file mode 100644 index 0000000..164b115 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/special_function_util.h.E669AEBC7AF60BFD.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/ss_flags.h.CA0DB82E0B94B6A5.idx b/.qtc_clangd/.cache/clangd/index/ss_flags.h.CA0DB82E0B94B6A5.idx new file mode 100644 index 0000000..961d73d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/ss_flags.h.CA0DB82E0B94B6A5.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/sstream.AE617D01406FDB32.idx b/.qtc_clangd/.cache/clangd/index/sstream.AE617D01406FDB32.idx new file mode 100644 index 0000000..7d07fce Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/sstream.AE617D01406FDB32.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/sstream.tcc.EB8B1BE8A083539F.idx b/.qtc_clangd/.cache/clangd/index/sstream.tcc.EB8B1BE8A083539F.idx new file mode 100644 index 0000000..32621d8 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/sstream.tcc.EB8B1BE8A083539F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stack_t.h.F69D87D663935BB6.idx b/.qtc_clangd/.cache/clangd/index/stack_t.h.F69D87D663935BB6.idx new file mode 100644 index 0000000..3237c50 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stack_t.h.F69D87D663935BB6.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stat.h.091FA1871C7E9189.idx b/.qtc_clangd/.cache/clangd/index/stat.h.091FA1871C7E9189.idx new file mode 100644 index 0000000..1710b3c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stat.h.091FA1871C7E9189.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stat.h.86C3C850450F2AF6.idx b/.qtc_clangd/.cache/clangd/index/stat.h.86C3C850450F2AF6.idx new file mode 100644 index 0000000..f3152bc Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stat.h.86C3C850450F2AF6.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stat.h.9B75F06B412D4302.idx b/.qtc_clangd/.cache/clangd/index/stat.h.9B75F06B412D4302.idx new file mode 100644 index 0000000..75bd5e6 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stat.h.9B75F06B412D4302.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/statx-generic.h.801B7CF5F64698C0.idx b/.qtc_clangd/.cache/clangd/index/statx-generic.h.801B7CF5F64698C0.idx new file mode 100644 index 0000000..20cd5f2 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/statx-generic.h.801B7CF5F64698C0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/statx.h.1A5DDCB2373AC022.idx b/.qtc_clangd/.cache/clangd/index/statx.h.1A5DDCB2373AC022.idx new file mode 100644 index 0000000..c90d408 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/statx.h.1A5DDCB2373AC022.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/std_abs.h.9C4ABD79BFC0650A.idx b/.qtc_clangd/.cache/clangd/index/std_abs.h.9C4ABD79BFC0650A.idx new file mode 100644 index 0000000..1b08807 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/std_abs.h.9C4ABD79BFC0650A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/std_function.h.5DCBC3A1A2E17A91.idx b/.qtc_clangd/.cache/clangd/index/std_function.h.5DCBC3A1A2E17A91.idx new file mode 100644 index 0000000..5ed1d53 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/std_function.h.5DCBC3A1A2E17A91.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/std_mutex.h.3F16AA8ACD4C3130.idx b/.qtc_clangd/.cache/clangd/index/std_mutex.h.3F16AA8ACD4C3130.idx new file mode 100644 index 0000000..b57f455 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/std_mutex.h.3F16AA8ACD4C3130.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stdarg.h.FC4B5303C86EE1E9.idx b/.qtc_clangd/.cache/clangd/index/stdarg.h.FC4B5303C86EE1E9.idx new file mode 100644 index 0000000..6c2d105 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stdarg.h.FC4B5303C86EE1E9.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stdbool.h.C7E180BBACF0E5E1.idx b/.qtc_clangd/.cache/clangd/index/stdbool.h.C7E180BBACF0E5E1.idx new file mode 100644 index 0000000..023f65c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stdbool.h.C7E180BBACF0E5E1.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx b/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx new file mode 100644 index 0000000..48bb135 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stddef.h.573E230AE7BF71F3.idx b/.qtc_clangd/.cache/clangd/index/stddef.h.573E230AE7BF71F3.idx new file mode 100644 index 0000000..559c856 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stddef.h.573E230AE7BF71F3.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stddef.h.5E540EC9A75E93F0.idx b/.qtc_clangd/.cache/clangd/index/stddef.h.5E540EC9A75E93F0.idx new file mode 100644 index 0000000..0f8eb37 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stddef.h.5E540EC9A75E93F0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stdexcept.DF8599242709A80E.idx b/.qtc_clangd/.cache/clangd/index/stdexcept.DF8599242709A80E.idx new file mode 100644 index 0000000..e493822 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stdexcept.DF8599242709A80E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stdint-intn.h.EE0939E700184847.idx b/.qtc_clangd/.cache/clangd/index/stdint-intn.h.EE0939E700184847.idx new file mode 100644 index 0000000..6283f10 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stdint-intn.h.EE0939E700184847.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stdint-least.h.A0CB5BC401DAC650.idx b/.qtc_clangd/.cache/clangd/index/stdint-least.h.A0CB5BC401DAC650.idx new file mode 100644 index 0000000..7c21be3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stdint-least.h.A0CB5BC401DAC650.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.B3EA113168048B57.idx b/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.B3EA113168048B57.idx new file mode 100644 index 0000000..c6ee08c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.B3EA113168048B57.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx b/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx new file mode 100644 index 0000000..aab08af Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stdint.h.5053EF8A526102CB.idx b/.qtc_clangd/.cache/clangd/index/stdint.h.5053EF8A526102CB.idx new file mode 100644 index 0000000..e872e35 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stdint.h.5053EF8A526102CB.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx b/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx new file mode 100644 index 0000000..8c6b752 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stdio_lim.h.09E79B5FC5C8DF86.idx b/.qtc_clangd/.cache/clangd/index/stdio_lim.h.09E79B5FC5C8DF86.idx new file mode 100644 index 0000000..edbba8d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stdio_lim.h.09E79B5FC5C8DF86.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stdlib-float.h.126E8959FAE2A511.idx b/.qtc_clangd/.cache/clangd/index/stdlib-float.h.126E8959FAE2A511.idx new file mode 100644 index 0000000..fa37c40 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stdlib-float.h.126E8959FAE2A511.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx b/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx new file mode 100644 index 0000000..dc30ae1 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stdlib.h.6E92C4383F1D04B1.idx b/.qtc_clangd/.cache/clangd/index/stdlib.h.6E92C4383F1D04B1.idx new file mode 100644 index 0000000..2c5145d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stdlib.h.6E92C4383F1D04B1.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_algo.h.DE8850861BD7C618.idx b/.qtc_clangd/.cache/clangd/index/stl_algo.h.DE8850861BD7C618.idx new file mode 100644 index 0000000..8e7fa72 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_algo.h.DE8850861BD7C618.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_algobase.h.EEFCB0E7C6E3D557.idx b/.qtc_clangd/.cache/clangd/index/stl_algobase.h.EEFCB0E7C6E3D557.idx new file mode 100644 index 0000000..3b7af5e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_algobase.h.EEFCB0E7C6E3D557.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_bvector.h.C08738552BE085A1.idx b/.qtc_clangd/.cache/clangd/index/stl_bvector.h.C08738552BE085A1.idx new file mode 100644 index 0000000..b1fe917 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_bvector.h.C08738552BE085A1.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_construct.h.A1ED21AAAFA2CBDC.idx b/.qtc_clangd/.cache/clangd/index/stl_construct.h.A1ED21AAAFA2CBDC.idx new file mode 100644 index 0000000..973e0d9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_construct.h.A1ED21AAAFA2CBDC.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_function.h.774A08BA37014FB5.idx b/.qtc_clangd/.cache/clangd/index/stl_function.h.774A08BA37014FB5.idx new file mode 100644 index 0000000..474907f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_function.h.774A08BA37014FB5.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_heap.h.A0046185E8B9ECC2.idx b/.qtc_clangd/.cache/clangd/index/stl_heap.h.A0046185E8B9ECC2.idx new file mode 100644 index 0000000..9a96edd Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_heap.h.A0046185E8B9ECC2.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_iterator.h.E1F882D6701F4AA0.idx b/.qtc_clangd/.cache/clangd/index/stl_iterator.h.E1F882D6701F4AA0.idx new file mode 100644 index 0000000..83e46e0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_iterator.h.E1F882D6701F4AA0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.EFABA0ABDA41C197.idx b/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.EFABA0ABDA41C197.idx new file mode 100644 index 0000000..eb76670 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.EFABA0ABDA41C197.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.4CAF6CDC73B2897B.idx b/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.4CAF6CDC73B2897B.idx new file mode 100644 index 0000000..c2f3e85 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.4CAF6CDC73B2897B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_list.h.1B00C1B25594C69E.idx b/.qtc_clangd/.cache/clangd/index/stl_list.h.1B00C1B25594C69E.idx new file mode 100644 index 0000000..9f9871e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_list.h.1B00C1B25594C69E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_map.h.19B85F880BDA4D97.idx b/.qtc_clangd/.cache/clangd/index/stl_map.h.19B85F880BDA4D97.idx new file mode 100644 index 0000000..abf3391 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_map.h.19B85F880BDA4D97.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_multimap.h.4D9DCBD96B29058D.idx b/.qtc_clangd/.cache/clangd/index/stl_multimap.h.4D9DCBD96B29058D.idx new file mode 100644 index 0000000..f304efe Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_multimap.h.4D9DCBD96B29058D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_multiset.h.E90275824CABB88F.idx b/.qtc_clangd/.cache/clangd/index/stl_multiset.h.E90275824CABB88F.idx new file mode 100644 index 0000000..6b19d67 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_multiset.h.E90275824CABB88F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7A3D4FB259D2DA22.idx b/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7A3D4FB259D2DA22.idx new file mode 100644 index 0000000..9980283 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7A3D4FB259D2DA22.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_pair.h.3F2B40BD28EBF0F5.idx b/.qtc_clangd/.cache/clangd/index/stl_pair.h.3F2B40BD28EBF0F5.idx new file mode 100644 index 0000000..594dfc6 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_pair.h.3F2B40BD28EBF0F5.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.FCE3A1FEC2819D57.idx b/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.FCE3A1FEC2819D57.idx new file mode 100644 index 0000000..470553f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.FCE3A1FEC2819D57.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_relops.h.6FBCE5666DCB5ECF.idx b/.qtc_clangd/.cache/clangd/index/stl_relops.h.6FBCE5666DCB5ECF.idx new file mode 100644 index 0000000..ace1122 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_relops.h.6FBCE5666DCB5ECF.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_set.h.F866C5E26620DA00.idx b/.qtc_clangd/.cache/clangd/index/stl_set.h.F866C5E26620DA00.idx new file mode 100644 index 0000000..e998cb9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_set.h.F866C5E26620DA00.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.99099C190761EB39.idx b/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.99099C190761EB39.idx new file mode 100644 index 0000000..811d777 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.99099C190761EB39.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_tree.h.3A71E5A2825F1DE7.idx b/.qtc_clangd/.cache/clangd/index/stl_tree.h.3A71E5A2825F1DE7.idx new file mode 100644 index 0000000..6768a89 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_tree.h.3A71E5A2825F1DE7.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.9753BA1C26683D0B.idx b/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.9753BA1C26683D0B.idx new file mode 100644 index 0000000..c3edf54 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.9753BA1C26683D0B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stl_vector.h.D3B71E346223AF79.idx b/.qtc_clangd/.cache/clangd/index/stl_vector.h.D3B71E346223AF79.idx new file mode 100644 index 0000000..f1ad28e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stl_vector.h.D3B71E346223AF79.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stream_iterator.h.D1F09A49866D8806.idx b/.qtc_clangd/.cache/clangd/index/stream_iterator.h.D1F09A49866D8806.idx new file mode 100644 index 0000000..e599b48 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stream_iterator.h.D1F09A49866D8806.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/streambuf.910C2B64456C7B47.idx b/.qtc_clangd/.cache/clangd/index/streambuf.910C2B64456C7B47.idx new file mode 100644 index 0000000..49f8c15 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/streambuf.910C2B64456C7B47.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/streambuf.tcc.56196A40E52FEAA5.idx b/.qtc_clangd/.cache/clangd/index/streambuf.tcc.56196A40E52FEAA5.idx new file mode 100644 index 0000000..e315138 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/streambuf.tcc.56196A40E52FEAA5.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.2D66CEBBFAAAB5A1.idx b/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.2D66CEBBFAAAB5A1.idx new file mode 100644 index 0000000..b6eb816 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.2D66CEBBFAAAB5A1.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/string.79B25BC81F5B3F02.idx b/.qtc_clangd/.cache/clangd/index/string.79B25BC81F5B3F02.idx new file mode 100644 index 0000000..54439b5 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/string.79B25BC81F5B3F02.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx b/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx new file mode 100644 index 0000000..c5ecdd1 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/string_conversions.h.F253BEFB0BC02C38.idx b/.qtc_clangd/.cache/clangd/index/string_conversions.h.F253BEFB0BC02C38.idx new file mode 100644 index 0000000..3546ac9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/string_conversions.h.F253BEFB0BC02C38.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/string_view.FFF5A423749FB195.idx b/.qtc_clangd/.cache/clangd/index/string_view.FFF5A423749FB195.idx new file mode 100644 index 0000000..04dcc10 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/string_view.FFF5A423749FB195.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/string_view.tcc.01A992E6F4F9F3E4.idx b/.qtc_clangd/.cache/clangd/index/string_view.tcc.01A992E6F4F9F3E4.idx new file mode 100644 index 0000000..d56cc05 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/string_view.tcc.01A992E6F4F9F3E4.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stringfwd.h.11B4955C8E4A1E75.idx b/.qtc_clangd/.cache/clangd/index/stringfwd.h.11B4955C8E4A1E75.idx new file mode 100644 index 0000000..c444809 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stringfwd.h.11B4955C8E4A1E75.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx b/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx new file mode 100644 index 0000000..9fddb27 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/struct_FILE.h.2B6C435DE91D3DF8.idx b/.qtc_clangd/.cache/clangd/index/struct_FILE.h.2B6C435DE91D3DF8.idx new file mode 100644 index 0000000..0dabbec Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/struct_FILE.h.2B6C435DE91D3DF8.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.C41AC0386D4A06C8.idx b/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.C41AC0386D4A06C8.idx new file mode 100644 index 0000000..2ad9994 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.C41AC0386D4A06C8.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/struct_iovec.h.2D76C8EFEB1B5ED0.idx b/.qtc_clangd/.cache/clangd/index/struct_iovec.h.2D76C8EFEB1B5ED0.idx new file mode 100644 index 0000000..3f338d3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/struct_iovec.h.2D76C8EFEB1B5ED0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.7F2AA6FE7224B30F.idx b/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.7F2AA6FE7224B30F.idx new file mode 100644 index 0000000..d776f2e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.7F2AA6FE7224B30F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/struct_mutex.h.A62EF32C01DB3505.idx b/.qtc_clangd/.cache/clangd/index/struct_mutex.h.A62EF32C01DB3505.idx new file mode 100644 index 0000000..3e55e8b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/struct_mutex.h.A62EF32C01DB3505.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.76DF445C3AA414C9.idx b/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.76DF445C3AA414C9.idx new file mode 100644 index 0000000..81d2310 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.76DF445C3AA414C9.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.B3F662015F7067C8.idx b/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.B3F662015F7067C8.idx new file mode 100644 index 0000000..1736860 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.B3F662015F7067C8.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/struct_sigstack.h.D78FCFB82EAA8868.idx b/.qtc_clangd/.cache/clangd/index/struct_sigstack.h.D78FCFB82EAA8868.idx new file mode 100644 index 0000000..682fc43 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/struct_sigstack.h.D78FCFB82EAA8868.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/struct_stat.h.E75EF7EFBCB3A8A2.idx b/.qtc_clangd/.cache/clangd/index/struct_stat.h.E75EF7EFBCB3A8A2.idx new file mode 100644 index 0000000..f45382f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/struct_stat.h.E75EF7EFBCB3A8A2.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/struct_statx.h.AE853018DD65C8CE.idx b/.qtc_clangd/.cache/clangd/index/struct_statx.h.AE853018DD65C8CE.idx new file mode 100644 index 0000000..954dac2 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/struct_statx.h.AE853018DD65C8CE.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/struct_statx_timestamp.h.FE8DDCE5CF08343F.idx b/.qtc_clangd/.cache/clangd/index/struct_statx_timestamp.h.FE8DDCE5CF08343F.idx new file mode 100644 index 0000000..1f8a55c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/struct_statx_timestamp.h.FE8DDCE5CF08343F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/struct_timespec.h.0E09B6677A8D6A08.idx b/.qtc_clangd/.cache/clangd/index/struct_timespec.h.0E09B6677A8D6A08.idx new file mode 100644 index 0000000..259b4c0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/struct_timespec.h.0E09B6677A8D6A08.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/struct_timeval.h.4A17C4CCB9EE5883.idx b/.qtc_clangd/.cache/clangd/index/struct_timeval.h.4A17C4CCB9EE5883.idx new file mode 100644 index 0000000..c0a1e71 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/struct_timeval.h.4A17C4CCB9EE5883.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/struct_tm.h.472DDF26D5924DB0.idx b/.qtc_clangd/.cache/clangd/index/struct_tm.h.472DDF26D5924DB0.idx new file mode 100644 index 0000000..cbd93d3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/struct_tm.h.472DDF26D5924DB0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stubs-64.h.C743FD695F310B00.idx b/.qtc_clangd/.cache/clangd/index/stubs-64.h.C743FD695F310B00.idx new file mode 100644 index 0000000..83d53cc Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stubs-64.h.C743FD695F310B00.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/stubs.h.07D09A29AEBA877C.idx b/.qtc_clangd/.cache/clangd/index/stubs.h.07D09A29AEBA877C.idx new file mode 100644 index 0000000..a15824d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/stubs.h.07D09A29AEBA877C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/system_error.28DD894304223787.idx b/.qtc_clangd/.cache/clangd/index/system_error.28DD894304223787.idx new file mode 100644 index 0000000..56a4a4d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/system_error.28DD894304223787.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/termios-baud.h.32B8F616B6773CB4.idx b/.qtc_clangd/.cache/clangd/index/termios-baud.h.32B8F616B6773CB4.idx new file mode 100644 index 0000000..da214f0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/termios-baud.h.32B8F616B6773CB4.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/termios-c_cc.h.38553586AFDFC21B.idx b/.qtc_clangd/.cache/clangd/index/termios-c_cc.h.38553586AFDFC21B.idx new file mode 100644 index 0000000..7716acf Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/termios-c_cc.h.38553586AFDFC21B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/termios-c_cflag.h.8C64D6D25BBE3E95.idx b/.qtc_clangd/.cache/clangd/index/termios-c_cflag.h.8C64D6D25BBE3E95.idx new file mode 100644 index 0000000..48691dd Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/termios-c_cflag.h.8C64D6D25BBE3E95.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/termios-c_iflag.h.C95D64964218EE77.idx b/.qtc_clangd/.cache/clangd/index/termios-c_iflag.h.C95D64964218EE77.idx new file mode 100644 index 0000000..748bd59 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/termios-c_iflag.h.C95D64964218EE77.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/termios-c_lflag.h.AF676EB863CA8E60.idx b/.qtc_clangd/.cache/clangd/index/termios-c_lflag.h.AF676EB863CA8E60.idx new file mode 100644 index 0000000..d014126 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/termios-c_lflag.h.AF676EB863CA8E60.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/termios-c_oflag.h.395B2C451F9BE0B7.idx b/.qtc_clangd/.cache/clangd/index/termios-c_oflag.h.395B2C451F9BE0B7.idx new file mode 100644 index 0000000..431405f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/termios-c_oflag.h.395B2C451F9BE0B7.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/termios-misc.h.418CF731D3112C2B.idx b/.qtc_clangd/.cache/clangd/index/termios-misc.h.418CF731D3112C2B.idx new file mode 100644 index 0000000..5a7ee5e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/termios-misc.h.418CF731D3112C2B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/termios-struct.h.5E01E6E34C788D15.idx b/.qtc_clangd/.cache/clangd/index/termios-struct.h.5E01E6E34C788D15.idx new file mode 100644 index 0000000..937f28c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/termios-struct.h.5E01E6E34C788D15.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/termios-tcflow.h.990A75D85E4E7F16.idx b/.qtc_clangd/.cache/clangd/index/termios-tcflow.h.990A75D85E4E7F16.idx new file mode 100644 index 0000000..b1472d0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/termios-tcflow.h.990A75D85E4E7F16.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/termios.h.13717E37BDE03149.idx b/.qtc_clangd/.cache/clangd/index/termios.h.13717E37BDE03149.idx new file mode 100644 index 0000000..20df8c2 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/termios.h.13717E37BDE03149.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/termios.h.ACC1BC42401E6F68.idx b/.qtc_clangd/.cache/clangd/index/termios.h.ACC1BC42401E6F68.idx new file mode 100644 index 0000000..10edb73 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/termios.h.ACC1BC42401E6F68.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.D988ADBA7666A8DD.idx b/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.D988ADBA7666A8DD.idx new file mode 100644 index 0000000..c0d5eb0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.D988ADBA7666A8DD.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/time.h.E3714B647728C2FE.idx b/.qtc_clangd/.cache/clangd/index/time.h.E3714B647728C2FE.idx new file mode 100644 index 0000000..a35779b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/time.h.E3714B647728C2FE.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx b/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx new file mode 100644 index 0000000..1e96431 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/time64.h.1807D6F5124100A2.idx b/.qtc_clangd/.cache/clangd/index/time64.h.1807D6F5124100A2.idx new file mode 100644 index 0000000..7213600 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/time64.h.1807D6F5124100A2.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/time_members.h.1DDC23863DAAABD8.idx b/.qtc_clangd/.cache/clangd/index/time_members.h.1DDC23863DAAABD8.idx new file mode 100644 index 0000000..6910bf6 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/time_members.h.1DDC23863DAAABD8.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/time_t.h.CAA645D29A7A0EF9.idx b/.qtc_clangd/.cache/clangd/index/time_t.h.CAA645D29A7A0EF9.idx new file mode 100644 index 0000000..a353c48 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/time_t.h.CAA645D29A7A0EF9.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/timer_t.h.3EFB88CBA2B5B801.idx b/.qtc_clangd/.cache/clangd/index/timer_t.h.3EFB88CBA2B5B801.idx new file mode 100644 index 0000000..5b3d329 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/timer_t.h.3EFB88CBA2B5B801.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/timesize.h.44719E86E09400E4.idx b/.qtc_clangd/.cache/clangd/index/timesize.h.44719E86E09400E4.idx new file mode 100644 index 0000000..8a58f37 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/timesize.h.44719E86E09400E4.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/timex.h.F2D36E17192C32F0.idx b/.qtc_clangd/.cache/clangd/index/timex.h.F2D36E17192C32F0.idx new file mode 100644 index 0000000..1959d67 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/timex.h.F2D36E17192C32F0.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/ttydefaults.h.C98530E4C2DE508E.idx b/.qtc_clangd/.cache/clangd/index/ttydefaults.h.C98530E4C2DE508E.idx new file mode 100644 index 0000000..9306ced Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/ttydefaults.h.C98530E4C2DE508E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/tuple.D10D5607BAFFB350.idx b/.qtc_clangd/.cache/clangd/index/tuple.D10D5607BAFFB350.idx new file mode 100644 index 0000000..6eb17b9 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/tuple.D10D5607BAFFB350.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/type_traits.9474682283E57294.idx b/.qtc_clangd/.cache/clangd/index/type_traits.9474682283E57294.idx new file mode 100644 index 0000000..4c5c125 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/type_traits.9474682283E57294.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/type_traits.h.083B47008A11502F.idx b/.qtc_clangd/.cache/clangd/index/type_traits.h.083B47008A11502F.idx new file mode 100644 index 0000000..4388d6b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/type_traits.h.083B47008A11502F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/typeinfo.9219C31E8B9EF2C3.idx b/.qtc_clangd/.cache/clangd/index/typeinfo.9219C31E8B9EF2C3.idx new file mode 100644 index 0000000..92f6c0c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/typeinfo.9219C31E8B9EF2C3.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/types.h.14B4CD5C32014264.idx b/.qtc_clangd/.cache/clangd/index/types.h.14B4CD5C32014264.idx new file mode 100644 index 0000000..1cf9703 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/types.h.14B4CD5C32014264.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/types.h.BB07396DFADEEB89.idx b/.qtc_clangd/.cache/clangd/index/types.h.BB07396DFADEEB89.idx new file mode 100644 index 0000000..e6ed997 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/types.h.BB07396DFADEEB89.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/types.h.CAF4DC91124A326D.idx b/.qtc_clangd/.cache/clangd/index/types.h.CAF4DC91124A326D.idx new file mode 100644 index 0000000..94adc0b Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/types.h.CAF4DC91124A326D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/types.h.E5A59583DBE28918.idx b/.qtc_clangd/.cache/clangd/index/types.h.E5A59583DBE28918.idx new file mode 100644 index 0000000..4dc4010 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/types.h.E5A59583DBE28918.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/types.h.E5E7FE6DA0F78AF5.idx b/.qtc_clangd/.cache/clangd/index/types.h.E5E7FE6DA0F78AF5.idx new file mode 100644 index 0000000..537c13d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/types.h.E5E7FE6DA0F78AF5.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/typesizes.h.A6E116B64E63B90B.idx b/.qtc_clangd/.cache/clangd/index/typesizes.h.A6E116B64E63B90B.idx new file mode 100644 index 0000000..7f7ed8d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/typesizes.h.A6E116B64E63B90B.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/ucontext.h.8AAC2548CD8DD4A8.idx b/.qtc_clangd/.cache/clangd/index/ucontext.h.8AAC2548CD8DD4A8.idx new file mode 100644 index 0000000..68883e0 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/ucontext.h.8AAC2548CD8DD4A8.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/uintn-identity.h.CB86545C6FF94BB3.idx b/.qtc_clangd/.cache/clangd/index/uintn-identity.h.CB86545C6FF94BB3.idx new file mode 100644 index 0000000..e307cb3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/uintn-identity.h.CB86545C6FF94BB3.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/uio_lim.h.DF584C6AE54BEA07.idx b/.qtc_clangd/.cache/clangd/index/uio_lim.h.DF584C6AE54BEA07.idx new file mode 100644 index 0000000..3332dbc Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/uio_lim.h.DF584C6AE54BEA07.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.DAA7688041F98B38.idx b/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.DAA7688041F98B38.idx new file mode 100644 index 0000000..66cbbf2 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.DAA7688041F98B38.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/unique_lock.h.A7007431A31F2A25.idx b/.qtc_clangd/.cache/clangd/index/unique_lock.h.A7007431A31F2A25.idx new file mode 100644 index 0000000..b06e0b2 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/unique_lock.h.A7007431A31F2A25.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/unique_ptr.h.D096F5A47026B825.idx b/.qtc_clangd/.cache/clangd/index/unique_ptr.h.D096F5A47026B825.idx new file mode 100644 index 0000000..f90cc2c Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/unique_ptr.h.D096F5A47026B825.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/unistd.h.4957E2CBEF0B97CE.idx b/.qtc_clangd/.cache/clangd/index/unistd.h.4957E2CBEF0B97CE.idx new file mode 100644 index 0000000..f46f555 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/unistd.h.4957E2CBEF0B97CE.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/unistd_ext.h.19E02BEC0B72F7D2.idx b/.qtc_clangd/.cache/clangd/index/unistd_ext.h.19E02BEC0B72F7D2.idx new file mode 100644 index 0000000..5794ceb Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/unistd_ext.h.19E02BEC0B72F7D2.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/unordered_map.4248DADB24F56937.idx b/.qtc_clangd/.cache/clangd/index/unordered_map.4248DADB24F56937.idx new file mode 100644 index 0000000..13b1a0d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/unordered_map.4248DADB24F56937.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/unordered_map.h.4926E71A618116AE.idx b/.qtc_clangd/.cache/clangd/index/unordered_map.h.4926E71A618116AE.idx new file mode 100644 index 0000000..2bcaa92 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/unordered_map.h.4926E71A618116AE.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/unordered_set.4D158F973D2412CE.idx b/.qtc_clangd/.cache/clangd/index/unordered_set.4D158F973D2412CE.idx new file mode 100644 index 0000000..bff0b7a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/unordered_set.4D158F973D2412CE.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/unordered_set.h.A93CDBA63C45BF78.idx b/.qtc_clangd/.cache/clangd/index/unordered_set.h.A93CDBA63C45BF78.idx new file mode 100644 index 0000000..95c69a3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/unordered_set.h.A93CDBA63C45BF78.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/uses_allocator.h.787EB76E49B13F0D.idx b/.qtc_clangd/.cache/clangd/index/uses_allocator.h.787EB76E49B13F0D.idx new file mode 100644 index 0000000..0cfd3a8 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/uses_allocator.h.787EB76E49B13F0D.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.93F888F0A80A8555.idx b/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.93F888F0A80A8555.idx new file mode 100644 index 0000000..db1a9d3 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.93F888F0A80A8555.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/utility.16E3DFBA4C708F78.idx b/.qtc_clangd/.cache/clangd/index/utility.16E3DFBA4C708F78.idx new file mode 100644 index 0000000..a81a109 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/utility.16E3DFBA4C708F78.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/utility.h.18AFA8FCB3667F7C.idx b/.qtc_clangd/.cache/clangd/index/utility.h.18AFA8FCB3667F7C.idx new file mode 100644 index 0000000..c7a8aef Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/utility.h.18AFA8FCB3667F7C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/variant.ECE09981DD4B33F4.idx b/.qtc_clangd/.cache/clangd/index/variant.ECE09981DD4B33F4.idx new file mode 100644 index 0000000..bd1722f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/variant.ECE09981DD4B33F4.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/vector.7E8C3E7EDEC7DB3E.idx b/.qtc_clangd/.cache/clangd/index/vector.7E8C3E7EDEC7DB3E.idx new file mode 100644 index 0000000..30d851e Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/vector.7E8C3E7EDEC7DB3E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/vector.tcc.7C9409E61246ED54.idx b/.qtc_clangd/.cache/clangd/index/vector.tcc.7C9409E61246ED54.idx new file mode 100644 index 0000000..05a1c0d Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/vector.tcc.7C9409E61246ED54.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/version.FA8082750508924A.idx b/.qtc_clangd/.cache/clangd/index/version.FA8082750508924A.idx new file mode 100644 index 0000000..1df17de Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/version.FA8082750508924A.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/version.h.F8BF77B93D8DC93F.idx b/.qtc_clangd/.cache/clangd/index/version.h.F8BF77B93D8DC93F.idx new file mode 100644 index 0000000..7dcd08a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/version.h.F8BF77B93D8DC93F.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/wait.h.BD157266BD1E3B6E.idx b/.qtc_clangd/.cache/clangd/index/wait.h.BD157266BD1E3B6E.idx new file mode 100644 index 0000000..7d7e2ab Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/wait.h.BD157266BD1E3B6E.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/waitflags.h.8046C5530CD87302.idx b/.qtc_clangd/.cache/clangd/index/waitflags.h.8046C5530CD87302.idx new file mode 100644 index 0000000..e02eae7 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/waitflags.h.8046C5530CD87302.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/waitstatus.h.D7C4F06852D51050.idx b/.qtc_clangd/.cache/clangd/index/waitstatus.h.D7C4F06852D51050.idx new file mode 100644 index 0000000..8bc2a41 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/waitstatus.h.D7C4F06852D51050.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/wchar.h.27C0562D93BBAA12.idx b/.qtc_clangd/.cache/clangd/index/wchar.h.27C0562D93BBAA12.idx new file mode 100644 index 0000000..43baacb Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/wchar.h.27C0562D93BBAA12.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx b/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx new file mode 100644 index 0000000..cf9073f Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.D8CFC0DAB89A1342.idx b/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.D8CFC0DAB89A1342.idx new file mode 100644 index 0000000..ea857f5 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.D8CFC0DAB89A1342.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/wctype.h.CC12045E6059335C.idx b/.qtc_clangd/.cache/clangd/index/wctype.h.CC12045E6059335C.idx new file mode 100644 index 0000000..a1a5735 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/wctype.h.CC12045E6059335C.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/wint_t.h.DAC5928CF0BA7895.idx b/.qtc_clangd/.cache/clangd/index/wint_t.h.DAC5928CF0BA7895.idx new file mode 100644 index 0000000..4c76b74 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/wint_t.h.DAC5928CF0BA7895.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/wordsize.h.23D8030BEC81E6F1.idx b/.qtc_clangd/.cache/clangd/index/wordsize.h.23D8030BEC81E6F1.idx new file mode 100644 index 0000000..839007a Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/wordsize.h.23D8030BEC81E6F1.idx differ diff --git a/.qtc_clangd/.cache/clangd/index/xopen_lim.h.E4E4BC8C11167D14.idx b/.qtc_clangd/.cache/clangd/index/xopen_lim.h.E4E4BC8C11167D14.idx new file mode 100644 index 0000000..9dba6a1 Binary files /dev/null and b/.qtc_clangd/.cache/clangd/index/xopen_lim.h.E4E4BC8C11167D14.idx differ diff --git a/.qtc_clangd/compile_commands.json b/.qtc_clangd/compile_commands.json new file mode 100644 index 0000000..738916d --- /dev/null +++ b/.qtc_clangd/compile_commands.json @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-g","-std=gnu++17","-fPIE","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_QML_DEBUG","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/include","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/include","-isystem","/home/k4/Qt/6.10.2/gcc_64/include/QtCore","-isystem","/home/k4/Qt/6.10.2/gcc_64/include","-isystem","/home/k4/Qt/6.10.2/gcc_64/mkspecs/linux-g++","-isystem","/opt/gcc-15/include/c++/15.1.0","-isystem","/opt/gcc-15/include/c++/15.1.0/x86_64-pc-linux-gnu","-isystem","/opt/gcc-15/include/c++/15.1.0/backward","-isystem","/usr/local/include","-isystem","/home/k4/Qt/Tools/QtCreator/libexec/qtcreator/clang/lib/clang/21/include","-isystem","/opt/gcc-15/include","-isystem","/usr/include/x86_64-linux-gnu","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/main.cpp"],"directory":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qtc_clangd","file":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-g","-std=gnu++17","-fPIC","-fdiagnostics-color=always","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_QML_DEBUG","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller","-I/home/k4/Qt/6.10.2/gcc_64/include/QtCore","-I/home/k4/Qt/6.10.2/gcc_64/include","-isystem","/opt/gcc-15/include/c++/15.1.0","-isystem","/opt/gcc-15/include/c++/15.1.0/x86_64-pc-linux-gnu","-isystem","/opt/gcc-15/include/c++/15.1.0/backward","-isystem","/usr/local/include","-isystem","/home/k4/Qt/Tools/QtCreator/libexec/qtcreator/clang/lib/clang/21/include","-isystem","/opt/gcc-15/include","-isystem","/usr/include/x86_64-linux-gnu","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/main.cpp"],"directory":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qtc_clangd","file":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-g","-std=gnu++17","-fPIC","-fdiagnostics-color=always","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_QML_DEBUG","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller","-I/home/k4/Qt/6.10.2/gcc_64/include/QtCore","-I/home/k4/Qt/6.10.2/gcc_64/include","-isystem","/opt/gcc-15/include/c++/15.1.0","-isystem","/opt/gcc-15/include/c++/15.1.0/x86_64-pc-linux-gnu","-isystem","/opt/gcc-15/include/c++/15.1.0/backward","-isystem","/usr/local/include","-isystem","/home/k4/Qt/Tools/QtCreator/libexec/qtcreator/clang/lib/clang/21/include","-isystem","/opt/gcc-15/include","-isystem","/usr/include/x86_64-linux-gnu","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/filter.cpp"],"directory":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qtc_clangd","file":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/filter.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-g","-std=gnu++17","-fPIC","-fdiagnostics-color=always","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_QML_DEBUG","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller","-I/home/k4/Qt/6.10.2/gcc_64/include/QtCore","-I/home/k4/Qt/6.10.2/gcc_64/include","-isystem","/opt/gcc-15/include/c++/15.1.0","-isystem","/opt/gcc-15/include/c++/15.1.0/x86_64-pc-linux-gnu","-isystem","/opt/gcc-15/include/c++/15.1.0/backward","-isystem","/usr/local/include","-isystem","/home/k4/Qt/Tools/QtCreator/libexec/qtcreator/clang/lib/clang/21/include","-isystem","/opt/gcc-15/include","-isystem","/usr/include/x86_64-linux-gnu","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pwm.cpp"],"directory":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qtc_clangd","file":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pwm.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-g","-std=gnu++17","-fPIC","-fdiagnostics-color=always","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_QML_DEBUG","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller","-I/home/k4/Qt/6.10.2/gcc_64/include/QtCore","-I/home/k4/Qt/6.10.2/gcc_64/include","-isystem","/opt/gcc-15/include/c++/15.1.0","-isystem","/opt/gcc-15/include/c++/15.1.0/x86_64-pc-linux-gnu","-isystem","/opt/gcc-15/include/c++/15.1.0/backward","-isystem","/usr/local/include","-isystem","/home/k4/Qt/Tools/QtCreator/libexec/qtcreator/clang/lib/clang/21/include","-isystem","/opt/gcc-15/include","-isystem","/usr/include/x86_64-linux-gnu","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/climate-algorithm.cpp"],"directory":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qtc_clangd","file":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/climate-algorithm.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-g","-std=gnu++17","-fPIC","-fdiagnostics-color=always","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_QML_DEBUG","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller","-I/home/k4/Qt/6.10.2/gcc_64/include/QtCore","-I/home/k4/Qt/6.10.2/gcc_64/include","-isystem","/opt/gcc-15/include/c++/15.1.0","-isystem","/opt/gcc-15/include/c++/15.1.0/x86_64-pc-linux-gnu","-isystem","/opt/gcc-15/include/c++/15.1.0/backward","-isystem","/usr/local/include","-isystem","/home/k4/Qt/Tools/QtCreator/libexec/qtcreator/clang/lib/clang/21/include","-isystem","/opt/gcc-15/include","-isystem","/usr/include/x86_64-linux-gnu","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pid.cpp"],"directory":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qtc_clangd","file":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pid.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-g","-std=gnu++17","-fPIC","-fdiagnostics-color=always","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_QML_DEBUG","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller","-I/home/k4/Qt/6.10.2/gcc_64/include/QtCore","-I/home/k4/Qt/6.10.2/gcc_64/include","-isystem","/opt/gcc-15/include/c++/15.1.0","-isystem","/opt/gcc-15/include/c++/15.1.0/x86_64-pc-linux-gnu","-isystem","/opt/gcc-15/include/c++/15.1.0/backward","-isystem","/usr/local/include","-isystem","/home/k4/Qt/Tools/QtCreator/libexec/qtcreator/clang/lib/clang/21/include","-isystem","/opt/gcc-15/include","-isystem","/usr/include/x86_64-linux-gnu","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/datamodel.cpp"],"directory":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qtc_clangd","file":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/datamodel.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-g","-std=gnu++17","-fPIC","-fdiagnostics-color=always","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_QML_DEBUG","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller","-I/home/k4/Qt/6.10.2/gcc_64/include/QtCore","-I/home/k4/Qt/6.10.2/gcc_64/include","-isystem","/opt/gcc-15/include/c++/15.1.0","-isystem","/opt/gcc-15/include/c++/15.1.0/x86_64-pc-linux-gnu","-isystem","/opt/gcc-15/include/c++/15.1.0/backward","-isystem","/usr/local/include","-isystem","/home/k4/Qt/Tools/QtCreator/libexec/qtcreator/clang/lib/clang/21/include","-isystem","/opt/gcc-15/include","-isystem","/usr/include/x86_64-linux-gnu","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/dataset.cpp"],"directory":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qtc_clangd","file":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/dataset.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-g","-std=gnu++17","-fPIC","-fdiagnostics-color=always","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_QML_DEBUG","-Dctrl_algo_EXPORTS","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/include","-isystem","/opt/gcc-15/include/c++/15.1.0","-isystem","/opt/gcc-15/include/c++/15.1.0/x86_64-pc-linux-gnu","-isystem","/opt/gcc-15/include/c++/15.1.0/backward","-isystem","/usr/local/include","-isystem","/home/k4/Qt/Tools/QtCreator/libexec/qtcreator/clang/lib/clang/21/include","-isystem","/opt/gcc-15/include","-isystem","/usr/include/x86_64-linux-gnu","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/Controller.cpp"],"directory":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qtc_clangd","file":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/Controller.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-g","-std=gnu++17","-fPIE","-fdiagnostics-color=always","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_QML_DEBUG","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders","-I/home/k4/Qt/Tools/QtCreator/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app","-I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller","-isystem","/opt/gcc-15/include/c++/15.1.0","-isystem","/opt/gcc-15/include/c++/15.1.0/x86_64-pc-linux-gnu","-isystem","/opt/gcc-15/include/c++/15.1.0/backward","-isystem","/usr/local/include","-isystem","/home/k4/Qt/Tools/QtCreator/libexec/qtcreator/clang/lib/clang/21/include","-isystem","/opt/gcc-15/include","-isystem","/usr/include/x86_64-linux-gnu","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/filter-test.cpp"],"directory":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qtc_clangd","file":"/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/filter-test.cpp"}] \ No newline at end of file diff --git a/.qtcreator/cmake-helper/LICENSE.conan b/.qtcreator/cmake-helper/LICENSE.conan new file mode 100644 index 0000000..541f5a3 --- /dev/null +++ b/.qtcreator/cmake-helper/LICENSE.conan @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019 JFrog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/.qtcreator/cmake-helper/conan.cmake b/.qtcreator/cmake-helper/conan.cmake new file mode 100644 index 0000000..7c78f74 --- /dev/null +++ b/.qtcreator/cmake-helper/conan.cmake @@ -0,0 +1,1026 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 JFrog + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + +# This file comes from: https://github.com/conan-io/cmake-conan. Please refer +# to this repository for issues and documentation. + +# Its purpose is to wrap and launch Conan C/C++ Package Manager when cmake is called. +# It will take CMake current settings (os, compiler, compiler version, architecture) +# and translate them to conan settings for installing and retrieving dependencies. + +# It is intended to facilitate developers building projects that have conan dependencies, +# but it is only necessary on the end-user side. It is not necessary to create conan +# packages, in fact it shouldn't be use for that. Check the project documentation. + +# version: 0.18.1 + +include(CMakeParseArguments) + +function(_get_msvc_ide_version result) + set(${result} "" PARENT_SCOPE) + if(NOT MSVC_VERSION VERSION_LESS 1400 AND MSVC_VERSION VERSION_LESS 1500) + set(${result} 8 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1500 AND MSVC_VERSION VERSION_LESS 1600) + set(${result} 9 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1600 AND MSVC_VERSION VERSION_LESS 1700) + set(${result} 10 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1700 AND MSVC_VERSION VERSION_LESS 1800) + set(${result} 11 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1800 AND MSVC_VERSION VERSION_LESS 1900) + set(${result} 12 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1900 AND MSVC_VERSION VERSION_LESS 1910) + set(${result} 14 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920) + set(${result} 15 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930) + set(${result} 16 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1950) + set(${result} 17 PARENT_SCOPE) + else() + message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") + endif() +endfunction() + +macro(_conan_detect_build_type) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${ARGUMENTS_BUILD_TYPE}) + elseif(CMAKE_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${CMAKE_BUILD_TYPE}) + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + string(TOUPPER ${_CONAN_SETTING_BUILD_TYPE} _CONAN_SETTING_BUILD_TYPE_UPPER) + if (_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "DEBUG") + set(_CONAN_SETTING_BUILD_TYPE "Debug") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELEASE") + set(_CONAN_SETTING_BUILD_TYPE "Release") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELWITHDEBINFO") + set(_CONAN_SETTING_BUILD_TYPE "RelWithDebInfo") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "MINSIZEREL") + set(_CONAN_SETTING_BUILD_TYPE "MinSizeRel") + endif() +endmacro() + +macro(_conan_check_system_name) + #handle -s os setting + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + #use default conan os setting if CMAKE_SYSTEM_NAME is not defined + set(CONAN_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) + if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") + set(CONAN_SYSTEM_NAME Macos) + endif() + if(${CMAKE_SYSTEM_NAME} STREQUAL "QNX") + set(CONAN_SYSTEM_NAME Neutrino) + endif() + set(CONAN_SUPPORTED_PLATFORMS Windows Linux Macos Android iOS FreeBSD WindowsStore WindowsCE watchOS tvOS FreeBSD SunOS AIX Arduino Emscripten Neutrino) + list (FIND CONAN_SUPPORTED_PLATFORMS "${CONAN_SYSTEM_NAME}" _index) + if (${_index} GREATER -1) + #check if the cmake system is a conan supported one + set(_CONAN_SETTING_OS ${CONAN_SYSTEM_NAME}) + else() + message(FATAL_ERROR "cmake system ${CONAN_SYSTEM_NAME} is not supported by conan. Use one of ${CONAN_SUPPORTED_PLATFORMS}") + endif() + endif() +endmacro() + +macro(_conan_check_language) + get_property(_languages GLOBAL PROPERTY ENABLED_LANGUAGES) + if (";${_languages};" MATCHES ";CXX;") + set(LANGUAGE CXX) + set(USING_CXX 1) + elseif (";${_languages};" MATCHES ";C;") + set(LANGUAGE C) + set(USING_CXX 0) + else () + message(FATAL_ERROR "Conan: Neither C or C++ was detected as a language for the project. Unabled to detect compiler version.") + endif() +endmacro() + +macro(_conan_detect_compiler) + + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_ARCH) + set(_CONAN_SETTING_ARCH ${ARGUMENTS_ARCH}) + endif() + + if(USING_CXX) + set(_CONAN_SETTING_COMPILER_CPPSTD ${CMAKE_CXX_STANDARD}) + endif() + + if (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL GNU) + # using GCC + # TODO: Handle other params + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + if(${MAJOR} GREATER 4) + set(COMPILER_VERSION ${MAJOR}) + endif() + set(_CONAN_SETTING_COMPILER gcc) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Intel) + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + set(_CONAN_SETTING_COMPILER intel) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL AppleClang) + # using AppleClang + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER apple-clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND NOT "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND NOT "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC") + + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if(APPLE) + cmake_policy(GET CMP0025 APPLE_CLANG_POLICY) + if(NOT APPLE_CLANG_POLICY STREQUAL NEW) + message(STATUS "Conan: APPLE and Clang detected. Assuming apple-clang compiler. Set CMP0025 to avoid it") + set(_CONAN_SETTING_COMPILER apple-clang) + endif() + endif() + if(${_CONAN_SETTING_COMPILER} STREQUAL clang AND ${MAJOR} GREATER 7) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}) + endif() + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif(${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL MSVC + OR (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC")) + + set(_VISUAL "Visual Studio") + _get_msvc_ide_version(_VISUAL_VERSION) + if("${_VISUAL_VERSION}" STREQUAL "") + message(FATAL_ERROR "Conan: Visual Studio not recognized") + else() + set(_CONAN_SETTING_COMPILER ${_VISUAL}) + set(_CONAN_SETTING_COMPILER_VERSION ${_VISUAL_VERSION}) + endif() + + if(NOT _CONAN_SETTING_ARCH) + if (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "64") + set(_CONAN_SETTING_ARCH x86_64) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "^ARM") + message(STATUS "Conan: Using default ARM architecture from MSVC") + set(_CONAN_SETTING_ARCH armv6) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "86") + set(_CONAN_SETTING_ARCH x86) + else () + message(FATAL_ERROR "Conan: Unknown MSVC architecture [${MSVC_${LANGUAGE}_ARCHITECTURE_ID}]") + endif() + endif() + + conan_cmake_detect_vs_runtime(_vs_runtime ${ARGV}) + message(STATUS "Conan: Detected VS runtime: ${_vs_runtime}") + set(_CONAN_SETTING_COMPILER_RUNTIME ${_vs_runtime}) + + if (CMAKE_GENERATOR_TOOLSET) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + elseif(CMAKE_VS_PLATFORM_TOOLSET AND (CMAKE_GENERATOR STREQUAL "Ninja")) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + endif() + else() + message(FATAL_ERROR "Conan: compiler setup not recognized") + endif() + +endmacro() + +function(conan_cmake_settings result) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER}) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER_ID}) + #message(STATUS "VERSION " ${CMAKE_CXX_COMPILER_VERSION}) + #message(STATUS "FLAGS " ${CMAKE_LANG_FLAGS}) + #message(STATUS "LIB ARCH " ${CMAKE_CXX_LIBRARY_ARCHITECTURE}) + #message(STATUS "BUILD TYPE " ${CMAKE_BUILD_TYPE}) + #message(STATUS "GENERATOR " ${CMAKE_GENERATOR}) + #message(STATUS "GENERATOR WIN64 " ${CMAKE_CL_64}) + + message(STATUS "Conan: Automatic detection of conan settings from cmake") + + conan_parse_arguments(${ARGV}) + + _conan_detect_build_type(${ARGV}) + + _conan_check_system_name() + + _conan_check_language() + + _conan_detect_compiler(${ARGV}) + + # If profile is defined it is used + if(CMAKE_BUILD_TYPE STREQUAL "Debug" AND ARGUMENTS_DEBUG_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_DEBUG_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "Release" AND ARGUMENTS_RELEASE_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELEASE_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" AND ARGUMENTS_RELWITHDEBINFO_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELWITHDEBINFO_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel" AND ARGUMENTS_MINSIZEREL_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_MINSIZEREL_PROFILE}) + elseif(ARGUMENTS_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_PROFILE}) + endif() + + foreach(ARG ${_APPLIED_PROFILES}) + set(_SETTINGS ${_SETTINGS} -pr=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_PROFILE_BUILD}) + conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) + set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) + endforeach() + + if(NOT _SETTINGS OR ARGUMENTS_PROFILE_AUTO STREQUAL "ALL") + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset) + endif() + + # remove any manually specified settings from the autodetected settings + foreach(ARG ${ARGUMENTS_SETTINGS}) + string(REGEX MATCH "[^=]*" MANUAL_SETTING "${ARG}") + message(STATUS "Conan: ${MANUAL_SETTING} was added as an argument. Not using the autodetected one.") + list(REMOVE_ITEM ARGUMENTS_PROFILE_AUTO "${MANUAL_SETTING}") + endforeach() + + # Automatic from CMake + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + + foreach(ARG ${ARGUMENTS_SETTINGS}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}) + endforeach() + + message(STATUS "Conan: Settings= ${_SETTINGS}") + + set(${result} ${_SETTINGS} PARENT_SCOPE) +endfunction() + + +function(conan_cmake_detect_unix_libcxx result) + # Take into account any -stdlib in compile options + get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS) + string(GENEX_STRIP "${compile_options}" compile_options) + + # Take into account any _GLIBCXX_USE_CXX11_ABI in compile definitions + get_directory_property(defines DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_DEFINITIONS) + string(GENEX_STRIP "${defines}" defines) + + foreach(define ${defines}) + if(define MATCHES "_GLIBCXX_USE_CXX11_ABI") + if(define MATCHES "^-D") + set(compile_options ${compile_options} "${define}") + else() + set(compile_options ${compile_options} "-D${define}") + endif() + endif() + endforeach() + + # add additional compiler options ala cmRulePlaceholderExpander::ExpandRuleVariable + set(EXPAND_CXX_COMPILER ${CMAKE_CXX_COMPILER}) + if(CMAKE_CXX_COMPILER_ARG1) + # CMake splits CXX="foo bar baz" into CMAKE_CXX_COMPILER="foo", CMAKE_CXX_COMPILER_ARG1="bar baz" + # without this, ccache, winegcc, or other wrappers might lose all their arguments + separate_arguments(SPLIT_CXX_COMPILER_ARG1 NATIVE_COMMAND ${CMAKE_CXX_COMPILER_ARG1}) + list(APPEND EXPAND_CXX_COMPILER ${SPLIT_CXX_COMPILER_ARG1}) + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_TARGET AND CMAKE_CXX_COMPILER_TARGET) + # without --target= we may be calling the wrong underlying GCC + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_TARGET}${CMAKE_CXX_COMPILER_TARGET}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN AND CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN}${CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT) + # without --sysroot= we may find the wrong #include + if(CMAKE_SYSROOT_COMPILE) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT_COMPILE}") + elseif(CMAKE_SYSROOT) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT}") + endif() + endif() + + separate_arguments(SPLIT_CXX_FLAGS NATIVE_COMMAND ${CMAKE_CXX_FLAGS}) + + if(CMAKE_OSX_SYSROOT) + set(xcode_sysroot_option "--sysroot=${CMAKE_OSX_SYSROOT}") + endif() + + execute_process( + COMMAND ${CMAKE_COMMAND} -E echo "#include " + COMMAND ${EXPAND_CXX_COMPILER} ${SPLIT_CXX_FLAGS} -x c++ ${xcode_sysroot_option} ${compile_options} -E -dM - + OUTPUT_VARIABLE string_defines + ) + + if(string_defines MATCHES "#define __GLIBCXX__") + # Allow -D_GLIBCXX_USE_CXX11_ABI=ON/OFF as argument to cmake + if(DEFINED _GLIBCXX_USE_CXX11_ABI) + if(_GLIBCXX_USE_CXX11_ABI) + set(${result} libstdc++11 PARENT_SCOPE) + return() + else() + set(${result} libstdc++ PARENT_SCOPE) + return() + endif() + endif() + + if(string_defines MATCHES "#define _GLIBCXX_USE_CXX11_ABI 1\n") + set(${result} libstdc++11 PARENT_SCOPE) + else() + # Either the compiler is missing the define because it is old, and so + # it can't use the new abi, or the compiler was configured to use the + # old abi by the user or distro (e.g. devtoolset on RHEL/CentOS) + set(${result} libstdc++ PARENT_SCOPE) + endif() + else() + set(${result} libc++ PARENT_SCOPE) + endif() +endfunction() + +function(conan_cmake_detect_vs_runtime result) + + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_BUILD_TYPE) + set(build_type "${ARGUMENTS_BUILD_TYPE}") + elseif(CMAKE_BUILD_TYPE) + set(build_type "${CMAKE_BUILD_TYPE}") + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + if(build_type) + string(TOUPPER "${build_type}" build_type) + endif() + set(variables CMAKE_CXX_FLAGS_${build_type} CMAKE_C_FLAGS_${build_type} CMAKE_CXX_FLAGS CMAKE_C_FLAGS) + foreach(variable ${variables}) + if(NOT "${${variable}}" STREQUAL "") + string(REPLACE " " ";" flags "${${variable}}") + foreach (flag ${flags}) + if("${flag}" STREQUAL "/MD" OR "${flag}" STREQUAL "/MDd" OR "${flag}" STREQUAL "/MT" OR "${flag}" STREQUAL "/MTd") + string(SUBSTRING "${flag}" 1 -1 runtime) + set(${result} "${runtime}" PARENT_SCOPE) + return() + endif() + endforeach() + endif() + endforeach() + if("${build_type}" STREQUAL "DEBUG") + set(${result} "MDd" PARENT_SCOPE) + else() + set(${result} "MD" PARENT_SCOPE) + endif() +endfunction() + +function(_collect_settings result) + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset + compiler.cppstd) + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(detected_setings ${detected_setings} ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + set(${result} ${detected_setings} PARENT_SCOPE) +endfunction() + +function(conan_cmake_autodetect detected_settings) + _conan_detect_build_type(${ARGV}) + _conan_check_system_name() + _conan_check_language() + _conan_detect_compiler(${ARGV}) + _collect_settings(collected_settings) + set(${detected_settings} ${collected_settings} PARENT_SCOPE) +endfunction() + +macro(conan_parse_arguments) + set(options BASIC_SETUP CMAKE_TARGETS UPDATE KEEP_RPATHS NO_LOAD NO_OUTPUT_DIRS OUTPUT_QUIET NO_IMPORTS SKIP_STD) + set(oneValueArgs CONANFILE ARCH BUILD_TYPE INSTALL_FOLDER OUTPUT_FOLDER CONAN_COMMAND) + set(multiValueArgs DEBUG_PROFILE RELEASE_PROFILE RELWITHDEBINFO_PROFILE MINSIZEREL_PROFILE + PROFILE REQUIRES OPTIONS IMPORTS SETTINGS BUILD ENV GENERATORS PROFILE_AUTO + INSTALL_ARGS CONFIGURATION_TYPES PROFILE_BUILD BUILD_REQUIRES) + cmake_parse_arguments(ARGUMENTS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) +endmacro() + +function(old_conan_cmake_install) + # Calls "conan install" + # Argument BUILD is equivalant to --build={missing, PkgName,...} or + # --build when argument is 'BUILD all' (which builds all packages from source) + # Argument CONAN_COMMAND, to specify the conan path, e.g. in case of running from source + # cmake does not identify conan as command, even if it is +x and it is in the path + conan_parse_arguments(${ARGV}) + + if(CONAN_CMAKE_MULTI) + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake_multi) + else() + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake) + endif() + + set(CONAN_BUILD_POLICY "") + foreach(ARG ${ARGUMENTS_BUILD}) + if(${ARG} STREQUAL "all") + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build) + break() + else() + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build=${ARG}) + endif() + endforeach() + if(ARGUMENTS_CONAN_COMMAND) + set(CONAN_CMD ${ARGUMENTS_CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + set(CONAN_OPTIONS "") + if(ARGUMENTS_CONANFILE) + if(IS_ABSOLUTE ${ARGUMENTS_CONANFILE}) + set(CONANFILE ${ARGUMENTS_CONANFILE}) + else() + set(CONANFILE ${CMAKE_CURRENT_SOURCE_DIR}/${ARGUMENTS_CONANFILE}) + endif() + else() + set(CONANFILE ".") + endif() + foreach(ARG ${ARGUMENTS_OPTIONS}) + set(CONAN_OPTIONS ${CONAN_OPTIONS} -o=${ARG}) + endforeach() + if(ARGUMENTS_UPDATE) + set(CONAN_INSTALL_UPDATE --update) + endif() + if(ARGUMENTS_NO_IMPORTS) + set(CONAN_INSTALL_NO_IMPORTS --no-imports) + endif() + set(CONAN_INSTALL_FOLDER "") + if(ARGUMENTS_INSTALL_FOLDER) + set(CONAN_INSTALL_FOLDER -if=${ARGUMENTS_INSTALL_FOLDER}) + endif() + set(CONAN_OUTPUT_FOLDER "") + if(ARGUMENTS_OUTPUT_FOLDER) + set(CONAN_OUTPUT_FOLDER -of=${ARGUMENTS_OUTPUT_FOLDER}) + endif() + foreach(ARG ${ARGUMENTS_GENERATORS}) + set(CONAN_GENERATORS ${CONAN_GENERATORS} -g=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_ENV}) + set(CONAN_ENV_VARS ${CONAN_ENV_VARS} -e=${ARG}) + endforeach() + set(conan_args install ${CONANFILE} ${settings} ${CONAN_ENV_VARS} ${CONAN_GENERATORS} ${CONAN_BUILD_POLICY} ${CONAN_INSTALL_UPDATE} ${CONAN_INSTALL_NO_IMPORTS} ${CONAN_OPTIONS} ${CONAN_INSTALL_FOLDER} ${ARGUMENTS_INSTALL_ARGS}) + + string (REPLACE ";" " " _conan_args "${conan_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_conan_args}") + + if(ARGUMENTS_OUTPUT_QUIET) + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_output + ERROR_VARIABLE conan_output + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + else() + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + +endfunction() + +function(conan_cmake_install) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(installOptions UPDATE NO_IMPORTS OUTPUT_QUIET ERROR_QUIET) + set(installOneValueArgs PATH_OR_REFERENCE REFERENCE REMOTE LOCKFILE LOCKFILE_OUT LOCKFILE_NODE_ID INSTALL_FOLDER OUTPUT_FOLDER) + set(installMultiValueArgs GENERATOR BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${installOptions}" "${installOneValueArgs}" "${installMultiValueArgs}" ${ARGN}) + foreach(arg ${installOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + elseif("${arg}" STREQUAL "LOCKFILE_NODE_ID") + set(flag "--lockfile-node-id") + elseif("${arg}" STREQUAL "INSTALL_FOLDER") + set(flag "--install-folder") + elseif("${arg}" STREQUAL "OUTPUT_FOLDER") + set(flag "--output-folder") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "GENERATOR") + set(flag "--generator") + elseif("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED NO_IMPORTS) + set(NO_IMPORTS --no-imports) + endif() + set(install_args install ${PATH_OR_REFERENCE} ${REFERENCE} ${UPDATE} ${NO_IMPORTS} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} ${OUTPUT_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _install_args "${install_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_install_args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${install_args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan install failed='${return_code}'") + else() + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + endif() + +endfunction() + +function(conan_cmake_lock_create) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(lockCreateOptions UPDATE BASE OUTPUT_QUIET ERROR_QUIET) + set(lockCreateOneValueArgs PATH REFERENCE REMOTE LOCKFILE LOCKFILE_OUT) + set(lockCreateMultiValueArgs BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${lockCreateOptions}" "${lockCreateOneValueArgs}" "${lockCreateMultiValueArgs}" ${ARGN}) + foreach(arg ${lockCreateOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED BASE) + set(BASE --base) + endif() + set(lock_create_Args lock create ${PATH} ${REFERENCE} ${UPDATE} ${BASE} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _lock_create_Args "${lock_create_Args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_lock_create_Args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${lock_create_Args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan lock create failed='${return_code}'") + else() + message(FATAL_ERROR "Conan lock create failed='${return_code}'") + endif() + endif() +endfunction() + +function(conan_cmake_setup_conanfile) + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_CONANFILE) + get_filename_component(_CONANFILE_NAME ${ARGUMENTS_CONANFILE} NAME) + # configure_file will make sure cmake re-runs when conanfile is updated + configure_file(${ARGUMENTS_CONANFILE} ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk COPYONLY) + file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk) + else() + conan_cmake_generate_conanfile(ON ${ARGV}) + endif() +endfunction() + +function(conan_cmake_configure) + conan_cmake_generate_conanfile(OFF ${ARGV}) +endfunction() + +# Generate, writing in disk a conanfile.txt with the requires, options, and imports +# specified as arguments +# This will be considered as temporary file, generated in CMAKE_CURRENT_BINARY_DIR) +function(conan_cmake_generate_conanfile DEFAULT_GENERATOR) + + conan_parse_arguments(${ARGV}) + + set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.txt") + file(WRITE ${_FN} "") + + if(DEFINED ARGUMENTS_REQUIRES) + file(APPEND ${_FN} "[requires]\n") + foreach(REQUIRE ${ARGUMENTS_REQUIRES}) + file(APPEND ${_FN} ${REQUIRE} "\n") + endforeach() + endif() + + if (DEFAULT_GENERATOR OR DEFINED ARGUMENTS_GENERATORS) + file(APPEND ${_FN} "[generators]\n") + if (DEFAULT_GENERATOR) + file(APPEND ${_FN} "cmake\n") + endif() + if (DEFINED ARGUMENTS_GENERATORS) + foreach(GENERATOR ${ARGUMENTS_GENERATORS}) + file(APPEND ${_FN} ${GENERATOR} "\n") + endforeach() + endif() + endif() + + if(DEFINED ARGUMENTS_BUILD_REQUIRES) + file(APPEND ${_FN} "[build_requires]\n") + foreach(BUILD_REQUIRE ${ARGUMENTS_BUILD_REQUIRES}) + file(APPEND ${_FN} ${BUILD_REQUIRE} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_IMPORTS) + file(APPEND ${_FN} "[imports]\n") + foreach(IMPORTS ${ARGUMENTS_IMPORTS}) + file(APPEND ${_FN} ${IMPORTS} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_OPTIONS) + file(APPEND ${_FN} "[options]\n") + foreach(OPTION ${ARGUMENTS_OPTIONS}) + file(APPEND ${_FN} ${OPTION} "\n") + endforeach() + endif() + +endfunction() + + +macro(conan_load_buildinfo) + if(CONAN_CMAKE_MULTI) + set(_CONANBUILDINFO conanbuildinfo_multi.cmake) + else() + set(_CONANBUILDINFO conanbuildinfo.cmake) + endif() + if(ARGUMENTS_INSTALL_FOLDER) + set(_CONANBUILDINFOFOLDER ${ARGUMENTS_INSTALL_FOLDER}) + else() + set(_CONANBUILDINFOFOLDER ${CMAKE_CURRENT_BINARY_DIR}) + endif() + # Checks for the existence of conanbuildinfo.cmake, and loads it + # important that it is macro, so variables defined at parent scope + if(EXISTS "${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}") + message(STATUS "Conan: Loading ${_CONANBUILDINFO}") + include(${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}) + else() + message(FATAL_ERROR "${_CONANBUILDINFO} doesn't exist in ${CMAKE_CURRENT_BINARY_DIR}") + endif() +endmacro() + + +macro(conan_cmake_run) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_CONFIGURATION_TYPES AND NOT CMAKE_CONFIGURATION_TYPES) + message(WARNING "CONFIGURATION_TYPES should only be specified for multi-configuration generators") + elseif(ARGUMENTS_CONFIGURATION_TYPES AND ARGUMENTS_BUILD_TYPE) + message(WARNING "CONFIGURATION_TYPES and BUILD_TYPE arguments should not be defined at the same time.") + endif() + + if(CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE AND NOT CONAN_EXPORTED + AND NOT ARGUMENTS_BUILD_TYPE) + set(CONAN_CMAKE_MULTI ON) + if (NOT ARGUMENTS_CONFIGURATION_TYPES) + set(ARGUMENTS_CONFIGURATION_TYPES "Release;Debug") + endif() + message(STATUS "Conan: Using cmake-multi generator") + else() + set(CONAN_CMAKE_MULTI OFF) + endif() + + if(NOT CONAN_EXPORTED) + conan_cmake_setup_conanfile(${ARGV}) + if(CONAN_CMAKE_MULTI) + foreach(CMAKE_BUILD_TYPE ${ARGUMENTS_CONFIGURATION_TYPES}) + set(ENV{CONAN_IMPORT_PATH} ${CMAKE_BUILD_TYPE}) + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endforeach() + set(CMAKE_BUILD_TYPE) + else() + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endif() + endif() + + if (NOT ARGUMENTS_NO_LOAD) + conan_load_buildinfo() + endif() + + if(ARGUMENTS_BASIC_SETUP) + foreach(_option CMAKE_TARGETS KEEP_RPATHS NO_OUTPUT_DIRS SKIP_STD) + if(ARGUMENTS_${_option}) + if(${_option} STREQUAL "CMAKE_TARGETS") + list(APPEND _setup_options "TARGETS") + else() + list(APPEND _setup_options ${_option}) + endif() + endif() + endforeach() + conan_basic_setup(${_setup_options}) + endif() +endmacro() + +macro(conan_check) + # Checks conan availability in PATH + # Arguments REQUIRED, DETECT_QUIET and VERSION are optional + # Example usage: + # conan_check(VERSION 1.0.0 REQUIRED) + set(options REQUIRED DETECT_QUIET) + set(oneValueArgs VERSION) + cmake_parse_arguments(CONAN "${options}" "${oneValueArgs}" "" ${ARGN}) + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: checking conan executable") + endif() + + find_program(CONAN_CMD conan) + if(NOT CONAN_CMD AND CONAN_REQUIRED) + message(FATAL_ERROR "Conan executable not found! Please install conan.") + endif() + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: Found program ${CONAN_CMD}") + endif() + execute_process(COMMAND ${CONAN_CMD} --version + RESULT_VARIABLE return_code + OUTPUT_VARIABLE CONAN_VERSION_OUTPUT + ERROR_VARIABLE CONAN_VERSION_OUTPUT) + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan --version failed='${return_code}'") + endif() + + if(NOT CONAN_DETECT_QUIET) + string(STRIP "${CONAN_VERSION_OUTPUT}" _CONAN_VERSION_OUTPUT) + message(STATUS "Conan: Version found ${_CONAN_VERSION_OUTPUT}") + endif() + + if(DEFINED CONAN_VERSION) + string(REGEX MATCH ".*Conan version ([0-9]+\\.[0-9]+\\.[0-9]+)" FOO + "${CONAN_VERSION_OUTPUT}") + if(${CMAKE_MATCH_1} VERSION_LESS ${CONAN_VERSION}) + message(FATAL_ERROR "Conan outdated. Installed: ${CMAKE_MATCH_1}, \ + required: ${CONAN_VERSION}. Consider updating via 'pip \ + install conan==${CONAN_VERSION}'.") + endif() + endif() +endmacro() + +function(conan_add_remote) + # Adds a remote + # Arguments URL and NAME are required, INDEX, COMMAND and VERIFY_SSL are optional + # Example usage: + # conan_add_remote(NAME bincrafters INDEX 1 + # URL https://api.bintray.com/conan/bincrafters/public-conan + # VERIFY_SSL True) + set(oneValueArgs URL NAME INDEX COMMAND VERIFY_SSL) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "" ${ARGN}) + + if(DEFINED CONAN_INDEX) + set(CONAN_INDEX_ARG "-i ${CONAN_INDEX}") + endif() + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED DETECT_QUIET) + endif() + set(CONAN_VERIFY_SSL_ARG "True") + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG ${CONAN_VERIFY_SSL}) + endif() + message(STATUS "Conan: Adding ${CONAN_NAME} remote repository (${CONAN_URL}) verify ssl (${CONAN_VERIFY_SSL_ARG})") + execute_process(COMMAND ${CONAN_CMD} remote add ${CONAN_NAME} ${CONAN_INDEX_ARG} -f ${CONAN_URL} ${CONAN_VERIFY_SSL_ARG} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan remote failed='${return_code}'") + endif() +endfunction() + +macro(conan_config_install) + # install a full configuration from a local or remote zip file + # Argument ITEM is required, arguments TYPE, SOURCE, TARGET and VERIFY_SSL are optional + # Example usage: + # conan_config_install(ITEM https://github.com/conan-io/cmake-conan.git + # TYPE git SOURCE source-folder TARGET target-folder VERIFY_SSL false) + set(oneValueArgs ITEM TYPE SOURCE TARGET VERIFY_SSL) + set(multiValueArgs ARGS) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG "--verify-ssl=${CONAN_VERIFY_SSL}") + endif() + + if(DEFINED CONAN_TYPE) + set(CONAN_TYPE_ARG "--type=${CONAN_TYPE}") + endif() + + if(DEFINED CONAN_ARGS) + set(CONAN_ARGS_ARGS "--args=\"${CONAN_ARGS}\"") + endif() + + if(DEFINED CONAN_SOURCE) + set(CONAN_SOURCE_ARGS "--source-folder=${CONAN_SOURCE}") + endif() + + if(DEFINED CONAN_TARGET) + set(CONAN_TARGET_ARGS "--target-folder=${CONAN_TARGET}") + endif() + + set (CONAN_CONFIG_INSTALL_ARGS ${CONAN_VERIFY_SSL_ARG} + ${CONAN_TYPE_ARG} + ${CONAN_ARGS_ARGS} + ${CONAN_SOURCE_ARGS} + ${CONAN_TARGET_ARGS}) + + message(STATUS "Conan: Installing config from ${CONAN_ITEM}") + execute_process(COMMAND ${CONAN_CMD} config install ${CONAN_ITEM} ${CONAN_CONFIG_INSTALL_ARGS} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan config failed='${return_code}'") + endif() +endmacro() diff --git a/.qtcreator/cmake-helper/conan_provider.cmake b/.qtcreator/cmake-helper/conan_provider.cmake new file mode 100644 index 0000000..265a0f7 --- /dev/null +++ b/.qtcreator/cmake-helper/conan_provider.cmake @@ -0,0 +1,657 @@ +# https://github.com/conan-io/cmake-conan/blob/develop2/conan_provider.cmake +# commit: f6464d1e13ef7a47c569f5061f9607ea63339d39 +# +# The MIT License (MIT) +# +# Copyright (c) 2019 JFrog +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +set(CONAN_MINIMUM_VERSION 2.0.5) + + +function(detect_os OS OS_API_LEVEL OS_SDK OS_SUBSYSTEM OS_VERSION) + # it could be cross compilation + message(STATUS "CMake-Conan: cmake_system_name=${CMAKE_SYSTEM_NAME}") + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + set(${OS} Macos PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "QNX") + set(${OS} Neutrino PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} cygwin PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME MATCHES "^MSYS") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} msys2 PARENT_SCOPE) + else() + set(${OS} ${CMAKE_SYSTEM_NAME} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + if(DEFINED ANDROID_PLATFORM) + string(REGEX MATCH "[0-9]+" _OS_API_LEVEL ${ANDROID_PLATFORM}) + elseif(DEFINED CMAKE_SYSTEM_VERSION) + set(_OS_API_LEVEL ${CMAKE_SYSTEM_VERSION}) + endif() + message(STATUS "CMake-Conan: android api level=${_OS_API_LEVEL}") + set(${OS_API_LEVEL} ${_OS_API_LEVEL} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS") + # CMAKE_OSX_SYSROOT contains the full path to the SDK for MakeFile/Ninja + # generators, but just has the original input string for Xcode. + if(NOT IS_DIRECTORY ${CMAKE_OSX_SYSROOT}) + set(_OS_SDK ${CMAKE_OSX_SYSROOT}) + else() + if(CMAKE_OSX_SYSROOT MATCHES Simulator) + set(apple_platform_suffix simulator) + else() + set(apple_platform_suffix os) + endif() + if(CMAKE_OSX_SYSROOT MATCHES AppleTV) + set(_OS_SDK "appletv${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES iPhone) + set(_OS_SDK "iphone${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES Watch) + set(_OS_SDK "watch${apple_platform_suffix}") + endif() + endif() + if(DEFINED _OS_SDK) + message(STATUS "CMake-Conan: cmake_osx_sysroot=${CMAKE_OSX_SYSROOT}") + set(${OS_SDK} ${_OS_SDK} PARENT_SCOPE) + endif() + if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) + message(STATUS "CMake-Conan: cmake_osx_deployment_target=${CMAKE_OSX_DEPLOYMENT_TARGET}") + set(${OS_VERSION} ${CMAKE_OSX_DEPLOYMENT_TARGET} PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + + +function(detect_arch ARCH) + # CMAKE_OSX_ARCHITECTURES can contain multiple architectures, but Conan only supports one. + # Therefore this code only finds one. If the recipes support multiple architectures, the + # build will work. Otherwise, there will be a linker error for the missing architecture(s). + if(DEFINED CMAKE_OSX_ARCHITECTURES) + string(REPLACE " " ";" apple_arch_list "${CMAKE_OSX_ARCHITECTURES}") + list(LENGTH apple_arch_list apple_arch_count) + if(apple_arch_count GREATER 1) + message(WARNING "CMake-Conan: Multiple architectures detected, this will only work if Conan recipe(s) produce fat binaries.") + endif() + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS" AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "") + set(host_arch ${CMAKE_OSX_ARCHITECTURES}) + elseif(MSVC) + set(host_arch ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}) + else() + set(host_arch ${CMAKE_SYSTEM_PROCESSOR}) + endif() + if(host_arch MATCHES "aarch64|arm64|ARM64") + set(_ARCH armv8) + elseif(host_arch MATCHES "armv7|armv7-a|armv7l|ARMV7") + set(_ARCH armv7) + elseif(host_arch MATCHES armv7s) + set(_ARCH armv7s) + elseif(host_arch MATCHES "i686|i386|X86") + set(_ARCH x86) + elseif(host_arch MATCHES "AMD64|amd64|x86_64|x64") + set(_ARCH x86_64) + endif() + message(STATUS "CMake-Conan: cmake_system_processor=${_ARCH}") + set(${ARCH} ${_ARCH} PARENT_SCOPE) +endfunction() + + +function(detect_cxx_standard CXX_STANDARD) + set(${CXX_STANDARD} ${CMAKE_CXX_STANDARD} PARENT_SCOPE) + if(CMAKE_CXX_EXTENSIONS) + set(${CXX_STANDARD} "gnu${CMAKE_CXX_STANDARD}" PARENT_SCOPE) + endif() +endfunction() + + +macro(detect_gnu_libstdcxx) + # _CONAN_IS_GNU_LIBSTDCXX true if GNU libstdc++ + check_cxx_source_compiles(" + #include + #if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) + static_assert(false); + #endif + int main(){}" _CONAN_IS_GNU_LIBSTDCXX) + + # _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI true if C++11 ABI + check_cxx_source_compiles(" + #include + static_assert(sizeof(std::string) != sizeof(void*), \"using libstdc++\"); + int main () {}" _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "") + if(_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "11") + endif() + unset (_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) +endmacro() + + +macro(detect_libcxx) + # _CONAN_IS_LIBCXX true if LLVM libc++ + check_cxx_source_compiles(" + #include + #if !defined(_LIBCPP_VERSION) + static_assert(false); + #endif + int main(){}" _CONAN_IS_LIBCXX) +endmacro() + + +function(detect_lib_cxx LIB_CXX) + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + message(STATUS "CMake-Conan: android_stl=${CMAKE_ANDROID_STL_TYPE}") + set(${LIB_CXX} ${CMAKE_ANDROID_STL_TYPE} PARENT_SCOPE) + return() + endif() + + include(CheckCXXSourceCompiles) + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + detect_gnu_libstdcxx() + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") + set(${LIB_CXX} "libc++" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows") + # Check for libc++ + detect_libcxx() + if(_CONAN_IS_LIBCXX) + set(${LIB_CXX} "libc++" PARENT_SCOPE) + return() + endif() + + # Check for libstdc++ + detect_gnu_libstdcxx() + if(_CONAN_IS_GNU_LIBSTDCXX) + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + return() + endif() + + # TODO: it would be an error if we reach this point + elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") + # Do nothing - compiler.runtime and compiler.runtime_type + # should be handled separately: https://github.com/conan-io/cmake-conan/pull/516 + return() + else() + # TODO: unable to determine, ask user to provide a full profile file instead + endif() +endfunction() + + +function(detect_compiler COMPILER COMPILER_VERSION COMPILER_RUNTIME COMPILER_RUNTIME_TYPE) + if(DEFINED CMAKE_CXX_COMPILER_ID) + set(_COMPILER ${CMAKE_CXX_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION}) + else() + if(NOT DEFINED CMAKE_C_COMPILER_ID) + message(FATAL_ERROR "C or C++ compiler not defined") + endif() + set(_COMPILER ${CMAKE_C_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) + endif() + + message(STATUS "CMake-Conan: CMake compiler=${_COMPILER}") + message(STATUS "CMake-Conan: CMake compiler version=${_COMPILER_VERSION}") + + if(_COMPILER MATCHES MSVC) + set(_COMPILER "msvc") + string(SUBSTRING ${MSVC_VERSION} 0 3 _COMPILER_VERSION) + # Configure compiler.runtime and compiler.runtime_type settings for MSVC + if(CMAKE_MSVC_RUNTIME_LIBRARY) + set(_msvc_runtime_library ${CMAKE_MSVC_RUNTIME_LIBRARY}) + else() + set(_msvc_runtime_library MultiThreaded$<$:Debug>DLL) # default value documented by CMake + endif() + + set(_KNOWN_MSVC_RUNTIME_VALUES "") + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded MultiThreadedDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreadedDebug MultiThreadedDebugDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded$<$:Debug> MultiThreaded$<$:Debug>DLL) + + # only accept the 6 possible values, otherwise we don't don't know to map this + if(NOT _msvc_runtime_library IN_LIST _KNOWN_MSVC_RUNTIME_VALUES) + message(FATAL_ERROR "CMake-Conan: unable to map MSVC runtime: ${_msvc_runtime_library} to Conan settings") + endif() + + # Runtime is "dynamic" in all cases if it ends in DLL + if(_msvc_runtime_library MATCHES ".*DLL$") + set(_COMPILER_RUNTIME "dynamic") + else() + set(_COMPILER_RUNTIME "static") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime=${_COMPILER_RUNTIME}") + + # Only define compiler.runtime_type when explicitly requested + # If a generator expression is used, let Conan handle it conditional on build_type + if(NOT _msvc_runtime_library MATCHES ":Debug>") + if(_msvc_runtime_library MATCHES "Debug") + set(_COMPILER_RUNTIME_TYPE "Debug") + else() + set(_COMPILER_RUNTIME_TYPE "Release") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + unset(_KNOWN_MSVC_RUNTIME_VALUES) + + elseif(_COMPILER MATCHES AppleClang) + set(_COMPILER "apple-clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES Clang) + set(_COMPILER "clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES GNU) + set(_COMPILER "gcc") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + endif() + + message(STATUS "CMake-Conan: [settings] compiler=${_COMPILER}") + message(STATUS "CMake-Conan: [settings] compiler.version=${_COMPILER_VERSION}") + if (_COMPILER_RUNTIME) + message(STATUS "CMake-Conan: [settings] compiler.runtime=${_COMPILER_RUNTIME}") + endif() + if (_COMPILER_RUNTIME_TYPE) + message(STATUS "CMake-Conan: [settings] compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + set(${COMPILER} ${_COMPILER} PARENT_SCOPE) + set(${COMPILER_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE) + set(${COMPILER_RUNTIME} ${_COMPILER_RUNTIME} PARENT_SCOPE) + set(${COMPILER_RUNTIME_TYPE} ${_COMPILER_RUNTIME_TYPE} PARENT_SCOPE) +endfunction() + + +function(detect_build_type BUILD_TYPE) + get_property(_MULTICONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _MULTICONFIG_GENERATOR) + # Only set when we know we are in a single-configuration generator + # Note: we may want to fail early if `CMAKE_BUILD_TYPE` is not defined + set(${BUILD_TYPE} ${CMAKE_BUILD_TYPE} PARENT_SCOPE) + endif() +endfunction() + +macro(set_conan_compiler_if_appleclang lang command output_variable) + if(CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang") + execute_process(COMMAND xcrun --find ${command} + OUTPUT_VARIABLE _xcrun_out OUTPUT_STRIP_TRAILING_WHITESPACE) + cmake_path(GET _xcrun_out PARENT_PATH _xcrun_toolchain_path) + cmake_path(GET CMAKE_${lang}_COMPILER PARENT_PATH _compiler_parent_path) + if ("${_xcrun_toolchain_path}" STREQUAL "${_compiler_parent_path}") + set(${output_variable} "") + endif() + unset(_xcrun_out) + unset(_xcrun_toolchain_path) + unset(_compiler_parent_path) + endif() +endmacro() + + +macro(append_compiler_executables_configuration) + set(_conan_c_compiler "") + set(_conan_cpp_compiler "") + if(CMAKE_C_COMPILER) + set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\",") + set_conan_compiler_if_appleclang(C cc _conan_c_compiler) + else() + message(WARNING "CMake-Conan: The C compiler is not defined. " + "Please define CMAKE_C_COMPILER or enable the C language.") + endif() + if(CMAKE_CXX_COMPILER) + set(_conan_cpp_compiler "\"cpp\":\"${CMAKE_CXX_COMPILER}\"") + set_conan_compiler_if_appleclang(CXX c++ _conan_cpp_compiler) + else() + message(WARNING "CMake-Conan: The C++ compiler is not defined. " + "Please define CMAKE_CXX_COMPILER or enable the C++ language.") + endif() + + # QtCreator: see https://github.com/conan-io/cmake-conan/pull/689 for details + if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x" + AND NOT CMAKE_C_COMPILER_ID STREQUAL "MSVC") + string(APPEND PROFILE "tools.build:compiler_executables={${_conan_c_compiler}${_conan_cpp_compiler}}\n") + endif() + unset(_conan_c_compiler) + unset(_conan_cpp_compiler) +endmacro() + + +function(detect_host_profile output_file) + detect_os(MYOS MYOS_API_LEVEL MYOS_SDK MYOS_SUBSYSTEM MYOS_VERSION) + detect_arch(MYARCH) + detect_compiler(MYCOMPILER MYCOMPILER_VERSION MYCOMPILER_RUNTIME MYCOMPILER_RUNTIME_TYPE) + detect_cxx_standard(MYCXX_STANDARD) + detect_lib_cxx(MYLIB_CXX) + detect_build_type(MYBUILD_TYPE) + + set(PROFILE "") + string(APPEND PROFILE "[settings]\n") + if(MYARCH) + string(APPEND PROFILE arch=${MYARCH} "\n") + endif() + if(MYOS) + string(APPEND PROFILE os=${MYOS} "\n") + endif() + if(MYOS_API_LEVEL) + string(APPEND PROFILE os.api_level=${MYOS_API_LEVEL} "\n") + endif() + if(MYOS_VERSION) + string(APPEND PROFILE os.version=${MYOS_VERSION} "\n") + endif() + if(MYOS_SDK) + string(APPEND PROFILE os.sdk=${MYOS_SDK} "\n") + endif() + if(MYOS_SUBSYSTEM) + string(APPEND PROFILE os.subsystem=${MYOS_SUBSYSTEM} "\n") + endif() + if(MYCOMPILER) + string(APPEND PROFILE compiler=${MYCOMPILER} "\n") + endif() + if(MYCOMPILER_VERSION) + string(APPEND PROFILE compiler.version=${MYCOMPILER_VERSION} "\n") + endif() + if(MYCOMPILER_RUNTIME) + string(APPEND PROFILE compiler.runtime=${MYCOMPILER_RUNTIME} "\n") + endif() + if(MYCOMPILER_RUNTIME_TYPE) + string(APPEND PROFILE compiler.runtime_type=${MYCOMPILER_RUNTIME_TYPE} "\n") + endif() + if(MYCXX_STANDARD) + string(APPEND PROFILE compiler.cppstd=${MYCXX_STANDARD} "\n") + endif() + if(MYLIB_CXX) + string(APPEND PROFILE compiler.libcxx=${MYLIB_CXX} "\n") + endif() + if(MYBUILD_TYPE) + string(APPEND PROFILE "build_type=${MYBUILD_TYPE}\n") + endif() + + if(NOT DEFINED output_file) + set(_FN "${CMAKE_BINARY_DIR}/profile") + else() + set(_FN ${output_file}) + endif() + + string(APPEND PROFILE "[conf]\n") + string(APPEND PROFILE "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}\n") + + # propagate compilers via profile + append_compiler_executables_configuration() + + if(MYOS STREQUAL "Android") + string(APPEND PROFILE "tools.android:ndk_path=${CMAKE_ANDROID_NDK}\n") + endif() + + message(STATUS "CMake-Conan: Creating profile ${_FN}") + file(WRITE ${_FN} ${PROFILE}) + message(STATUS "CMake-Conan: Profile: \n${PROFILE}") +endfunction() + + +function(conan_profile_detect_default) + message(STATUS "CMake-Conan: Checking if a default profile exists") + execute_process(COMMAND ${CONAN_COMMAND} profile path default + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT ${return_code} EQUAL "0") + message(STATUS "CMake-Conan: The default profile doesn't exist, detecting it.") + execute_process(COMMAND ${CONAN_COMMAND} profile detect + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() +endfunction() + + +function(conan_install) + cmake_parse_arguments(ARGS CONAN_ARGS ${ARGN}) + set(CONAN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/conan) + # Invoke "conan install" with the provided arguments + set(CONAN_ARGS ${CONAN_ARGS} -of=${CONAN_OUTPUT_FOLDER}) + message(STATUS "CMake-Conan: conan install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN}") + + + # In case there was not a valid cmake executable in the PATH, we inject the + # same we used to invoke the provider to the PATH + if(DEFINED PATH_TO_CMAKE_BIN) + set(_OLD_PATH $ENV{PATH}) + set(ENV{PATH} "$ENV{PATH}:${PATH_TO_CMAKE_BIN}") + endif() + + execute_process(COMMAND ${CONAN_COMMAND} install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN} --format=json + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(DEFINED PATH_TO_CMAKE_BIN) + set(ENV{PATH} "${_OLD_PATH}") + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + else() + # the files are generated in a folder that depends on the layout used, if + # one is specified, but we don't know a priori where this is. + # TODO: this can be made more robust if Conan can provide this in the json output + string(JSON CONAN_GENERATORS_FOLDER GET ${conan_stdout} graph nodes 0 generators_folder) + cmake_path(CONVERT ${CONAN_GENERATORS_FOLDER} TO_CMAKE_PATH_LIST CONAN_GENERATORS_FOLDER) + # message("conan stdout: ${conan_stdout}") + message(STATUS "CMake-Conan: CONAN_GENERATORS_FOLDER=${CONAN_GENERATORS_FOLDER}") + set_property(GLOBAL PROPERTY CONAN_GENERATORS_FOLDER "${CONAN_GENERATORS_FOLDER}") + # reconfigure on conanfile changes + string(JSON CONANFILE GET ${conan_stdout} graph nodes 0 label) + message(STATUS "CMake-Conan: CONANFILE=${CMAKE_SOURCE_DIR}/${CONANFILE}") + set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/${CONANFILE}") + # success + set_property(GLOBAL PROPERTY CONAN_INSTALL_SUCCESS TRUE) + endif() +endfunction() + + +function(conan_get_version conan_command conan_current_version) + execute_process( + COMMAND ${conan_command} --version + OUTPUT_VARIABLE conan_output + RESULT_VARIABLE conan_result + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(conan_result) + message(FATAL_ERROR "CMake-Conan: Error when trying to run Conan") + endif() + + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" conan_version ${conan_output}) + set(${conan_current_version} ${conan_version} PARENT_SCOPE) +endfunction() + + +function(conan_version_check) + set(options ) + set(oneValueArgs MINIMUM CURRENT) + set(multiValueArgs ) + cmake_parse_arguments(CONAN_VERSION_CHECK + "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(NOT CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") + endif() + if(NOT CONAN_VERSION_CHECK_CURRENT) + message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") + endif() + + if(CONAN_VERSION_CHECK_CURRENT VERSION_LESS CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Conan version must be ${CONAN_VERSION_CHECK_MINIMUM} or later") + endif() +endfunction() + + +macro(construct_profile_argument argument_variable profile_list) + set(${argument_variable} "") + if("${profile_list}" STREQUAL "CONAN_HOST_PROFILE") + set(_arg_flag "--profile:host=") + elseif("${profile_list}" STREQUAL "CONAN_BUILD_PROFILE") + set(_arg_flag "--profile:build=") + endif() + + set(_profile_list "${${profile_list}}") + list(TRANSFORM _profile_list REPLACE "auto-cmake" "${CMAKE_BINARY_DIR}/conan_host_profile") + list(TRANSFORM _profile_list PREPEND ${_arg_flag}) + set(${argument_variable} ${_profile_list}) + + unset(_arg_flag) + unset(_profile_list) +endmacro() + + +macro(conan_provide_dependency method package_name) + set_property(GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED TRUE) + get_property(_conan_install_success GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if(NOT _conan_install_success) + find_program(CONAN_COMMAND "conan" REQUIRED) + conan_get_version(${CONAN_COMMAND} CONAN_CURRENT_VERSION) + conan_version_check(MINIMUM ${CONAN_MINIMUM_VERSION} CURRENT ${CONAN_CURRENT_VERSION}) + message(STATUS "CMake-Conan: first find_package() found. Installing dependencies with Conan") + if("default" IN_LIST CONAN_HOST_PROFILE OR "default" IN_LIST CONAN_BUILD_PROFILE) + conan_profile_detect_default() + endif() + if("auto-cmake" IN_LIST CONAN_HOST_PROFILE) + detect_host_profile(${CMAKE_BINARY_DIR}/conan_host_profile) + endif() + construct_profile_argument(_host_profile_flags CONAN_HOST_PROFILE) + construct_profile_argument(_build_profile_flags CONAN_BUILD_PROFILE) + if(EXISTS "${CMAKE_SOURCE_DIR}/conanfile.py") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.py" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile") + endif() + set(generator "") + elseif (EXISTS "${CMAKE_SOURCE_DIR}/conanfile.txt") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.txt" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile. " + "Please define the generator as it will be mandatory in the future") + endif() + set(generator "-g;CMakeDeps") + endif() + get_property(_multiconfig_generator GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _multiconfig_generator) + message(STATUS "CMake-Conan: Installing single configuration ${CMAKE_BUILD_TYPE}") + conan_install(${_host_profile_flags} ${_build_profile_flags} ${CONAN_INSTALL_ARGS} ${generator}) + else() + message(STATUS "CMake-Conan: Installing both Debug and Release") + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Release ${CONAN_INSTALL_ARGS} ${generator}) + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Debug ${CONAN_INSTALL_ARGS} ${generator}) + endif() + unset(_host_profile_flags) + unset(_build_profile_flags) + unset(_multiconfig_generator) + unset(_conan_install_success) + else() + message(STATUS "CMake-Conan: find_package(${ARGV1}) found, 'conan install' already ran") + unset(_conan_install_success) + endif() + + get_property(_conan_generators_folder GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + + # Ensure that we consider Conan-provided packages ahead of any other, + # irrespective of other settings that modify the search order or search paths + # This follows the guidelines from the find_package documentation + # (https://cmake.org/cmake/help/latest/command/find_package.html): + # find_package ( PATHS paths... NO_DEFAULT_PATH) + # find_package () + + # Filter out `REQUIRED` from the argument list, as the first call may fail + set(_find_args_${package_name} "${ARGN}") + list(REMOVE_ITEM _find_args_${package_name} "REQUIRED") + if(NOT "MODULE" IN_LIST _find_args_${package_name}) + find_package(${package_name} ${_find_args_${package_name}} BYPASS_PROVIDER PATHS "${_conan_generators_folder}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH) + unset(_find_args_${package_name}) + endif() + + # Invoke find_package a second time - if the first call succeeded, + # this will simply reuse the result. If not, fall back to CMake default search + # behaviour, also allowing modules to be searched. + if(NOT ${package_name}_FOUND) + list(FIND CMAKE_MODULE_PATH "${_conan_generators_folder}" _index) + if(_index EQUAL -1) + list(PREPEND CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() + unset(_index) + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + list(REMOVE_ITEM CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() +endmacro() + +#[=[ not needed by Qt Creator, and if not commented it would break the auto-setup feature + +cmake_language( + SET_DEPENDENCY_PROVIDER conan_provide_dependency + SUPPORTED_METHODS FIND_PACKAGE +) + + +macro(conan_provide_dependency_check) + set(_CONAN_PROVIDE_DEPENDENCY_INVOKED FALSE) + get_property(_CONAN_PROVIDE_DEPENDENCY_INVOKED GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED) + if(NOT _CONAN_PROVIDE_DEPENDENCY_INVOKED) + message(WARNING "Conan is correctly configured as dependency provider, " + "but Conan has not been invoked. Please add at least one " + "call to `find_package()`.") + if(DEFINED CONAN_COMMAND) + # supress warning in case `CONAN_COMMAND` was specified but unused. + set(_CONAN_COMMAND ${CONAN_COMMAND}) + unset(_CONAN_COMMAND) + endif() + endif() + unset(_CONAN_PROVIDE_DEPENDENCY_INVOKED) +endmacro() + + +# Add a deferred call at the end of processing the top-level directory +# to check if the dependency provider was invoked at all. +cmake_language(DEFER DIRECTORY "${CMAKE_SOURCE_DIR}" CALL conan_provide_dependency_check) + +]=] + +# Configurable variables for Conan profiles +set(CONAN_HOST_PROFILE "default;auto-cmake" CACHE STRING "Conan host profile") +set(CONAN_BUILD_PROFILE "default" CACHE STRING "Conan build profile") +set(CONAN_INSTALL_ARGS "--build=missing" CACHE STRING "Command line arguments for conan install") + +find_program(_cmake_program NAMES cmake NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH) +if(NOT _cmake_program) + get_filename_component(PATH_TO_CMAKE_BIN "${CMAKE_COMMAND}" DIRECTORY) + set(PATH_TO_CMAKE_BIN "${PATH_TO_CMAKE_BIN}" CACHE INTERNAL "Path where the CMake executable is") +endif() + diff --git a/.qtcreator/cmake-helper/maintenance_tool_provider.cmake b/.qtcreator/cmake-helper/maintenance_tool_provider.cmake new file mode 100644 index 0000000..5e54fdb --- /dev/null +++ b/.qtcreator/cmake-helper/maintenance_tool_provider.cmake @@ -0,0 +1,266 @@ +function(qt_maintenance_tool_get_component_platform platform_dir component_platform) + # Mapping between platform file directory and component platform + set(map_llvm-mingw_64 win64_llvm_mingw) + set(map_mingw_64 win64_mingw) + set(map_msvc2019_64 win64_msvc2019_64) + set(map_msvc2022_64 win64_msvc2022_64) + set(map_msvc2022_arm64 win64_msvc2022_arm64) + set(map_gcc_64 linux_gcc_64) + set(map_gcc_arm64 linux_gcc_arm64) + set(map_ios ios) + set(map_macos clang_64) + set(map_android_arm64_v8a android) + set(map_android_armv7 android) + set(map_android_x86 android) + set(map_android_x86_64 android) + set(map_wasm_multithread wasm_multithread) + set(map_wasm_singlethread wasm_singlethread) + + if (platform_dir STREQUAL "msvc2022_arm64" AND QT_HOST_PATH) + set(${component_platform} "win64_msvc2022_arm64_cross_compiled" PARENT_SCOPE) + return() + endif() + + set(${component_platform} ${map_${platform_dir}} PARENT_SCOPE) +endfunction() + +function(qt_maintenance_tool_get_addons addon_list) + set(${addon_list} + qt3d + qt5compat + qtcanvaspainter + qtcharts + qtconnectivity + qtcoap + qtdatavis3d + qtgraphs + qtgrpc + qthttpserver + qtimageformats + qtlocation + qtlottie + qtmultimedia + qtnetworkauth + qtpositioning + qtquick3d + qtquick3dphysics + qtquickeffectmaker + qtquicktimeline + qtopenapi + qtremoteobjects + qtscxml + qtsensors + qtserialbus + qtserialport + qtshadertools + qtspeech + qttasktree + qtvirtualkeyboard + qtwebchannel + qtwebsockets + qtwebview + + # found in commercial version + qtapplicationmanager + qtinterfraceframework + qtlanguageserver + qtmqtt + qtstatemachine + qtopcua + tqtc-qtvncserver + + PARENT_SCOPE + ) +endfunction() + +function(qt_maintenance_tool_get_extensions extensions) + set(${extensions} + qtinsighttracker + qtpdf + qtwebengine + + PARENT_SCOPE + ) +endfunction() + +function(qt_maintenance_tool_get_standalone_addons standalone_addons_list) + set(${standalone_addons_list} + qtquick3d + qt5compat + qtshadertools + qtquicktimeline + + PARENT_SCOPE + ) +endfunction() + +function(qt_maintenance_tool_install qt_major_version qt_package_list) + if (QT_QMAKE_EXECUTABLE MATCHES ".*/(.*)/(.*)/bin/qmake") + set(qt_version_number ${CMAKE_MATCH_1}) + string(REPLACE "." "" qt_version_number_dotless ${qt_version_number}) + set(qt_build_flavor ${CMAKE_MATCH_2}) + + set(additional_addons "") + qt_maintenance_tool_get_extensions(__qt_extensions) + if (qt_version_number VERSION_LESS 6.8.0) + set(additional_addons ${__qt_extensions}) + endif() + if (WIN32) + list(APPEND additional_addons qtactiveqt) + endif() + if (UNIX AND NOT APPLE) + list(APPEND additional_addons qtwaylandcompositor) + endif() + + qt_maintenance_tool_get_component_platform(${qt_build_flavor} component_platform) + if (NOT component_platform) + message(STATUS + "Qt Creator: Could not find the component platform for '${qt_build_flavor}' " + "required by the MaintenanceTool. This can happen with a non Qt SDK installation " + "(e.g. system Linux or macOS homebrew).") + return() + endif() + + set(installer_component_list "") + foreach (qt_package_name IN LISTS qt_package_list) + string(TOLOWER "${qt_package_name}" qt_package_name_lowercase) + + qt_maintenance_tool_get_addons(__qt_addons) + if (qt_version_number VERSION_LESS 6.8.0) + qt_maintenance_tool_get_standalone_addons(__standalone_addons) + foreach(standalone_addon IN LISTS __standalone_addons) + list(REMOVE_ITEM __qt_addons ${standalone_addon}) + endforeach() + endif() + + # Is the package an addon? + set(install_addon FALSE) + foreach(addon IN LISTS __qt_addons additional_addons) + string(REGEX MATCH "^${addon}$" is_addon "qt${qt_package_name_lowercase}") + if (is_addon) + list( + APPEND installer_component_list + "qt.qt${qt_major_version}.${qt_version_number_dotless}.addons.${addon}" + ) + set(install_addon TRUE) + break() + endif() + endforeach() + + if (NOT install_addon) + set(install_extension FALSE) + foreach(extension IN LISTS __qt_extensions) + string(REGEX MATCH "^${extension}$" is_extension "qt${qt_package_name_lowercase}") + if (is_extension) + list( + APPEND installer_component_list + "extensions.${extension}.${qt_version_number_dotless}.${component_platform}" + ) + set(install_extension TRUE) + break() + endif() + endforeach() + + if (NOT install_extension) + set(install_standalone_addon FALSE) + foreach(standalone_addon IN LISTS __standalone_addons) + string(REGEX MATCH "^${standalone_addon}$" is_standalone_addon "qt${qt_package_name_lowercase}") + if (is_standalone_addon) + list( + APPEND installer_component_list + "qt.qt${qt_major_version}.${qt_version_number_dotless}.${standalone_addon}" + ) + set(install_standalone_addon TRUE) + break() + endif() + endforeach() + + if(NOT install_standalone_addon) + # Install the Desktop package + list( + APPEND installer_component_list + "qt.qt${qt_major_version}.${qt_version_number_dotless}.${component_platform}" + ) + endif() + endif() + endif() + endforeach() + + # THIS MESSAGE IS PARSED IN THE CMakeOutputParser + message(WARNING "Qt packages are missing: ${qt_version_number}, ${qt_build_flavor}, ${installer_component_list}\n" + "If you are using the Qt Online Installer, check the Issues view in Qt Creator " + "for a link that installs the missing component.") + endif() +endfunction() + +macro(qt_maintenance_tool_dependency method package_name) + # Work around upstream cmake issue: https://gitlab.kitware.com/cmake/cmake/-/issues/27169 + if(ANDROID + AND CMAKE_VERSION VERSION_GREATER_EQUAL 3.29 + AND NOT ANDROID_USE_LEGACY_TOOLCHAIN_FILE + AND NOT CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS + AND NOT QT_NO_SET_MAINTENANCE_TOOL_PROVIDER_POLICY_CMP0155 + ) + message(DEBUG + "Setting policy CMP0155 to OLD inside qt_maintenance_tool_dependency to avoid " + "issues with not being able to find the Threads package when targeting Android with " + "cmake_minimum_required(3.29) and CMAKE_CXX_STANDARD >= 20." + ) + # We don't create an explicit policy stack entry before changing the policy, because setting + # the policy value bubbles it up to the parent find_package() scope, which is fine, that's + # exactly the scope we want to modify. + cmake_policy(SET CMP0155 OLD) + endif() + + if (${package_name} MATCHES "^Qt([5-9])(.*)$") + set(__qt_dependency_qt_major_version ${CMAKE_MATCH_1}) + set(__qt_dependency_qt_package_name ${CMAKE_MATCH_2}) + + # https://cmake.org/cmake/help/latest/command/find_package.html + set(__qt_dependency_options + CONFIG NO_MODULE MODULE REQUIRED EXACT QUIET GLOBAL NO_POLICY_SCOPE NO_DEFAULT_PATH NO_PACKAGE_ROOT_PATH + NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_SYSTEM_ENVIRONMENT_PATH NO_CMAKE_PACKAGE_REGISTRY + NO_CMAKE_SYSTEM_PATH NO_CMAKE_INSTALL_PREFIX NO_CMAKE_SYSTEM_PACKAGE_REGISTRY CMAKE_FIND_ROOT_PATH_BOTH + ONLY_CMAKE_FIND_ROOT_PATH NO_CMAKE_FIND_ROOT_PATH + ) + set(__qt_dependency_oneValueArgs REGISTRY_VIEW) + set(__qt_dependency_multiValueArgs COMPONENTS OPTIONAL_COMPONENTS NAMES CONFIGS HINTS PATHS PATH_SUFFIXES) + cmake_parse_arguments(__qt_dependency_arg "${__qt_dependency_options}" "${__qt_dependency_oneValueArgs}" "${__qt_dependency_multiValueArgs}" ${ARGN}) + + if (__qt_dependency_arg_REQUIRED AND __qt_dependency_arg_COMPONENTS) + # Install missing COMPONENTS. + set(__qt_dependency_pkgs_to_install "") + foreach(pkg IN LISTS __qt_dependency_arg_COMPONENTS) + find_package(Qt${__qt_dependency_qt_major_version}${pkg} + PATHS ${CMAKE_PREFIX_PATH} ${CMAKE_MODULE_PATH} NO_DEFAULT_PATH BYPASS_PROVIDER QUIET) + if (NOT Qt${__qt_dependency_qt_major_version}${pkg}_FOUND) + list(APPEND __qt_dependency_pkgs_to_install ${pkg}) + endif() + endforeach() + if (__qt_dependency_pkgs_to_install) + qt_maintenance_tool_install("${__qt_dependency_qt_major_version}" "${__qt_dependency_pkgs_to_install}") + endif() + elseif(__qt_dependency_arg_REQUIRED AND NOT __qt_dependency_qt_package_name) + # Install the Desktop package if Qt::Core is missing + find_package(Qt${__qt_dependency_qt_major_version}Core + PATHS ${CMAKE_PREFIX_PATH} ${CMAKE_MODULE_PATH} NO_DEFAULT_PATH BYPASS_PROVIDER QUIET) + if (NOT Qt${__qt_dependency_qt_major_version}$Core_FOUND) + qt_maintenance_tool_install("${__qt_dependency_qt_major_version}" Core) + endif() + endif() + + find_package(${package_name} ${ARGN} + PATHS ${CMAKE_PREFIX_PATH} ${CMAKE_MODULE_PATH} NO_DEFAULT_PATH BYPASS_PROVIDER QUIET) + if (NOT ${package_name}_FOUND AND __qt_dependency_arg_REQUIRED) + qt_maintenance_tool_install("${__qt_dependency_qt_major_version}" "${__qt_dependency_qt_package_name}") + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + endif() + else() + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + endif() +endmacro() + +cmake_language( + SET_DEPENDENCY_PROVIDER qt_maintenance_tool_dependency + SUPPORTED_METHODS FIND_PACKAGE +) diff --git a/.qtcreator/cmake-helper/package-manager.cmake b/.qtcreator/cmake-helper/package-manager.cmake new file mode 100644 index 0000000..c0255f4 --- /dev/null +++ b/.qtcreator/cmake-helper/package-manager.cmake @@ -0,0 +1,325 @@ +if (EXISTS "${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") + include("${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") +endif() + +if (NOT QT_CREATOR_ENABLE_PACKAGE_MANAGER_SETUP) + return() +endif() + +macro(qtc_auto_setup_compiler_standard toolchainFile) + foreach(lang_var C CXX CUDA OBJC OBJCXX) + foreach(prop_var STANDARD STANDARD_REQUIRED EXTENSIONS) + if (CMAKE_${lang_var}_${prop_var}) + file(APPEND "${toolchainFile}" + "set(CMAKE_${lang_var}_${prop_var} ${CMAKE_${lang_var}_${prop_var}})\n") + endif() + endforeach() + endforeach() + + # If the ENV{ANDROID_NDK_HOME} exists pass it via the ANDROID_NDK variable + if (DEFINED ENV{ANDROID_NDK_HOME}) + set(ANDROID_NDK "$ENV{ANDROID_NDK_HOME}") + endif() + + # Forward important CMake variables to the package manager in the toolchain file + foreach(fwd_var CMAKE_MSVC_RUNTIME_LIBRARY CMAKE_SYSROOT + CMAKE_OSX_SYSROOT CMAKE_OSX_ARCHITECTURES + ANDROID_ABI ANDROID_NDK) + if (${fwd_var}) + file(APPEND "${toolchainFile}" + "set(${fwd_var} \"${${fwd_var}}\")\n") + endif() + endforeach() +endmacro() + +# +# conan +# +macro(qtc_auto_setup_conan) + foreach(file conanfile.txt conanfile.py) + if (EXISTS "${CMAKE_SOURCE_DIR}/${file}") + set(conanfile_txt "${CMAKE_SOURCE_DIR}/${file}") + break() + endif() + endforeach() + + if (conanfile_txt AND NOT QT_CREATOR_SKIP_CONAN_SETUP) + option(QT_CREATOR_SKIP_CONAN_SETUP "Skip Qt Creator's conan package manager auto-setup" OFF) + set(QT_CREATOR_CONAN_BUILD_POLICY "missing" CACHE STRING "Qt Creator's conan package manager auto-setup build policy. This is used for the BUILD property of cmake_conan_run") + + set_property( + DIRECTORY "${CMAKE_SOURCE_DIR}" + APPEND + PROPERTY CMAKE_CONFIGURE_DEPENDS "${conanfile_txt}") + + find_program(conan_program conan) + if (NOT conan_program) + message(WARNING "Qt Creator: conan executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_CONAN_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${conan_program} --version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE conan_version_output + ERROR_VARIABLE conan_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "conan --version failed='${result_code}: ${conan_version_output}") + endif() + + string(REGEX REPLACE ".*Conan version ([0-9].[0-9]).*" "\\1" conan_version "${conan_version_output}") + + set(conanfile_timestamp_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.timestamp") + file(TIMESTAMP "${conanfile_txt}" conanfile_timestamp) + + set(do_conan_installation ON) + if (EXISTS "${conanfile_timestamp_file}") + file(READ "${conanfile_timestamp_file}" old_conanfile_timestamp) + if ("${conanfile_timestamp}" STREQUAL "${old_conanfile_timestamp}") + set(do_conan_installation OFF) + endif() + endif() + + set(conanfile_build_policy_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.buildpolicy") + if (EXISTS "${conanfile_build_policy_file}") + file(READ "${conanfile_build_policy_file}" build_policy) + if (NOT "${build_policy}" STREQUAL "${QT_CREATOR_CONAN_BUILD_POLICY}") + set(do_conan_installation ON) + endif() + endif() + + if (do_conan_installation) + message(STATUS "Qt Creator: conan package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_CONAN_SETUP to ON.") + + file(COPY "${conanfile_txt}" DESTINATION "${CMAKE_BINARY_DIR}/conan-dependencies/") + + # conanfile should have a generator specified, when both file and conan_install + # specifcy the CMakeDeps or CMakeConfigDeps generator, conan_install will issue an error + file(READ "${conanfile_txt}" conanfile_text_content) + if (NOT "${conanfile_text_content}" MATCHES ".*(CMakeDeps|CMakeConfigDeps).*") + message(WARNING "Qt Creator: CMakeDeps or CMakeConfigDeps generator was not defined in the conanfile.") + endif() + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE) + file(APPEND "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/CMakeLists.txt" " + cmake_minimum_required(VERSION 3.15) + + unset(CMAKE_PROJECT_INCLUDE_BEFORE CACHE) + project(conan-setup) + + if (${conan_version} VERSION_GREATER_EQUAL 2.0) + set(CONAN_COMMAND \"${conan_program}\") + include(\"${CMAKE_CURRENT_LIST_DIR}/conan_provider.cmake\") + conan_profile_detect_default() + detect_host_profile(\"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\") + + set(build_types \${CMAKE_BUILD_TYPE}) + if (CMAKE_CONFIGURATION_TYPES) + set(build_types \${CMAKE_CONFIGURATION_TYPES}) + endif() + + foreach(type \${build_types}) + conan_install( + -pr \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\" + --build=${QT_CREATOR_CONAN_BUILD_POLICY} + -s build_type=\${type} + ) + endforeach() + + get_property(CONAN_INSTALL_SUCCESS GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if (CONAN_INSTALL_SUCCESS) + get_property(CONAN_GENERATORS_FOLDER GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + file(TO_CMAKE_PATH \"\${CONAN_GENERATORS_FOLDER}\" CONAN_GENERATORS_FOLDER) + file(WRITE \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake\" \" + list(PREPEND CMAKE_PREFIX_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_MODULE_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_FIND_ROOT_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + list(REMOVE_DUPLICATES CMAKE_MODULE_PATH) + list(REMOVE_DUPLICATES CMAKE_FIND_ROOT_PATH) + set(CMAKE_PREFIX_PATH \\\"\\\${CMAKE_PREFIX_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_MODULE_PATH \\\"\\\${CMAKE_MODULE_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_FIND_ROOT_PATH \\\"\\\${CMAKE_FIND_ROOT_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + \") + endif() + else() + include(\"${CMAKE_CURRENT_LIST_DIR}/conan.cmake\") + conan_cmake_run( + CONANFILE \"${conanfile_txt}\" + INSTALL_FOLDER \"${CMAKE_BINARY_DIR}/conan-dependencies\" + GENERATORS cmake_paths cmake_find_package json + BUILD ${QT_CREATOR_CONAN_BUILD_POLICY} + ENV CONAN_CMAKE_TOOLCHAIN_FILE=\"${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake\" + ) + endif() + ") + + if (NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED CMAKE_CONFIGURATION_TYPES) + set(CMAKE_CONFIGURATION_TYPES "Debug;Release") + endif() + + execute_process(COMMAND ${CMAKE_COMMAND} + -S "${CMAKE_BINARY_DIR}/conan-dependencies/" + -B "${CMAKE_BINARY_DIR}/conan-dependencies/build" + -C "${CMAKE_BINARY_DIR}/qtcsettings.cmake" + -D "CMAKE_TOOLCHAIN_FILE=${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + -G ${CMAKE_GENERATOR} + -D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} + -D "CMAKE_CONFIGURATION_TYPES=${CMAKE_CONFIGURATION_TYPES}" + RESULT_VARIABLE result + ) + if (result EQUAL 0) + file(WRITE "${conanfile_timestamp_file}" "${conanfile_timestamp}") + file(WRITE "${conanfile_build_policy_file}" ${QT_CREATOR_CONAN_BUILD_POLICY}) + else() + message(WARNING "Qt Creator's conan package manager auto-setup failed. Consider setting " + "QT_CREATOR_SKIP_CONAN_SETUP to ON and reconfigure to skip this step.") + return() + endif() + endif() + + include("${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake") + endif() + unset(conanfile_txt) +endmacro() +qtc_auto_setup_conan() + +# +# vcpkg +# +macro(qtc_auto_setup_vcpkg) + if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg.json" AND NOT QT_CREATOR_SKIP_VCPKG_SETUP) + option(QT_CREATOR_SKIP_VCPKG_SETUP "Skip Qt Creator's vcpkg package manager auto-setup" OFF) + + set_property( + DIRECTORY "${CMAKE_SOURCE_DIR}" + APPEND + PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/vcpkg.json") + + find_program(vcpkg_program vcpkg + PATHS ${CMAKE_SOURCE_DIR}/vcpkg ${CMAKE_SOURCE_DIR}/3rdparty/vcpkg $ENV{VCPKG_ROOT} + NO_DEFAULT_PATH + ) + if (NOT vcpkg_program) + message(WARNING "Qt Creator: vcpkg executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${vcpkg_program} version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE vcpkg_version_output + ERROR_VARIABLE vcpkg_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "vcpkg version failed='${result_code}: ${vcpkg_version_output}") + endif() + + # Resolve any symlinks + get_filename_component(vpkg_program_real_path ${vcpkg_program} REALPATH) + get_filename_component(vpkg_root ${vpkg_program_real_path} DIRECTORY) + + if (NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + message(STATUS "Qt Creator: vcpkg package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + + file(WRITE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + + # If set explicitly in Qt Creator's CMake parameters, just set it in the toolchain + if (VCPKG_TARGET_TRIPLET) + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" + "set(VCPKG_TARGET_TRIPLET \"${VCPKG_TARGET_TRIPLET}\")\n") + endif() + + if (CMAKE_TOOLCHAIN_FILE AND NOT + CMAKE_TOOLCHAIN_FILE STREQUAL "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" [=[ + if (VCPKG_TARGET_TRIPLET) + set(vcpkg_triplet ${VCPKG_TARGET_TRIPLET}) + else() + if (ANDROID_ABI) + if (ANDROID_ABI STREQUAL "armeabi-v7a") + set(vcpkg_triplet arm-neon-android) + elseif (ANDROID_ABI STREQUAL "arm64-v8a") + set(vcpkg_triplet arm64-android) + elseif (ANDROID_ABI STREQUAL "x86") + set(vcpkg_triplet x86-android) + elseif (ANDROID_ABI STREQUAL "x86_64") + set(vcpkg_triplet x64-android) + else() + message(FATAL_ERROR "Unsupported Android ABI: ${ANDROID_ABI}") + endif() + set(ENV{ANDROID_NDK_HOME} "${ANDROID_NDK}") + elseif (WIN32) + if ("$ENV{PROCESSOR_ARCHITECTURE}" STREQUAL "ARM64") + set(vcpkg_triplet arm64-mingw-static) + else() + set(vcpkg_triplet x64-mingw-static) + endif() + if (CMAKE_CXX_COMPILER MATCHES ".*/(.*)/cl.exe") + string(TOLOWER ${CMAKE_MATCH_1} host_arch_lowercase) + set(vcpkg_triplet ${host_arch_lowercase}-windows) + endif() + elseif(APPLE) + # We're too early to use CMAKE_HOST_SYSTEM_PROCESSOR + execute_process( + COMMAND uname -m + OUTPUT_VARIABLE __apple_host_system_processor + OUTPUT_STRIP_TRAILING_WHITESPACE) + if (__apple_host_system_processor MATCHES "arm64") + set(vcpkg_triplet arm64-osx) + else() + set(vcpkg_triplet x64-osx) + endif() + else() + # We're too early to use CMAKE_HOST_SYSTEM_PROCESSOR + execute_process( + COMMAND uname -m + OUTPUT_VARIABLE __linux_host_system_processor + OUTPUT_STRIP_TRAILING_WHITESPACE) + if (__linux_host_system_processor MATCHES "aarch64") + set(vcpkg_triplet arm64-linux) + else() + set(vcpkg_triplet x64-linux) + endif() + endif() + endif() + + set(VCPKG_TARGET_TRIPLET ${vcpkg_triplet}) + ]=]) + + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + include(\"${vpkg_root}/scripts/buildsystems/vcpkg.cmake\") + ") + endif() + + set(CMAKE_TOOLCHAIN_FILE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" CACHE PATH "" FORCE) + + # Save CMAKE_PREFIX_PATH and CMAKE_MODULE_PATH as cache variables + if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_MODULE_PATH) + cmake_language(DEFER CALL set CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" CACHE STRING "" FORCE) + endif() + endif() +endmacro() +qtc_auto_setup_vcpkg() diff --git a/.qtcreator/cmake-helper/qtcreator-project.cmake b/.qtcreator/cmake-helper/qtcreator-project.cmake new file mode 100644 index 0000000..51b6d74 --- /dev/null +++ b/.qtcreator/cmake-helper/qtcreator-project.cmake @@ -0,0 +1,112 @@ +# +# Internal Qt Creator variable reference +# +foreach(qtcreator_var + QT_QMAKE_EXECUTABLE CMAKE_PREFIX_PATH CMAKE_C_COMPILER CMAKE_CXX_COMPILER + CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELWITHDEBINFO) + set(__just_reference_${qtcreator_var} ${${qtcreator_var}}) +endforeach() + +option(QT_CREATOR_SOURCE_GROUPS "Qt Creator source groups extensions" ON) +if (QT_CREATOR_SOURCE_GROUPS) + source_group("Resources" REGULAR_EXPRESSION "\\.(pdf|plist|png|jpeg|jpg|storyboard|xcassets|qrc|svg|gif|ico|webp)$") + source_group("Forms" REGULAR_EXPRESSION "\\.(ui)$") + source_group("State charts" REGULAR_EXPRESSION "\\.(scxml)$") + source_group("Source Files" REGULAR_EXPRESSION + "\\.(C|F|M|c|c\\+\\+|cc|cpp|mpp|cxx|ixx|cppm|ccm|cxxm|c\\+\\+m|cu|f|f90|for|fpp|ftn|m|mm|rc|def|r|odl|idl|hpj|bat|qml|js)$" + ) +endif() + +# +# Make sure the "cmake-helper" files are writable. See QTCREATORBUG-34151 +# +if (CMAKE_VERSION GREATER_EQUAL "3.19" AND NOT QTCREATOR_CMAKE_HELPER_DIRECTORY) + set(QTCREATOR_CMAKE_HELPER_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}" CACHE INTERNAL "") + cmake_language(DEFER CALL + file CHMOD "${QTCREATOR_CMAKE_HELPER_DIRECTORY}" + DIRECTORY_PERMISSIONS + OWNER_READ OWNER_WRITE OWNER_EXECUTE + GROUP_READ GROUP_EXECUTE + WORLD_READ WORLD_EXECUTE) + cmake_language(DEFER CALL + file CHMOD_RECURSE "${QTCREATOR_CMAKE_HELPER_DIRECTORY}" + FILE_PERMISSIONS + OWNER_READ OWNER_WRITE + GROUP_READ + WORLD_READ) +endif() + +# +# Set a better default value for CMAKE_INSTALL_PREFIX +# +function(qtc_modify_default_install_prefix) + # If at configure time the user didn't specify a CMAKE_INSTALL_PREFIX variable + # Modules/CMakeGenericSystem.cmake will set a default value + # to CMAKE_INSTALL_PREFIX and set CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT to ON + + # In practice there are cases when CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT is + # set to ON and a custom CMAKE_INSTALL_PREFIX is set + + # Do the original CMAKE_INSTALL_PREFIX detection + if(CMAKE_HOST_UNIX) + set(original_cmake_install_prefix "/usr/local") + else() + GetDefaultWindowsPrefixBase(CMAKE_GENERIC_PROGRAM_FILES) + set(original_cmake_install_prefix + "${CMAKE_GENERIC_PROGRAM_FILES}/${PROJECT_NAME}") + unset(CMAKE_GENERIC_PROGRAM_FILES) + endif() + + # When the user code didn't modify the CMake set CMAKE_INSTALL_PREFIX + # then set the "/tmp" better value for CMAKE_INSTALL_PREFIX + if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT AND + CMAKE_INSTALL_PREFIX STREQUAL "${original_cmake_install_prefix}") + set_property(CACHE CMAKE_INSTALL_PREFIX PROPERTY VALUE "/tmp") + endif() +endfunction() +if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL qtc_modify_default_install_prefix) +endif() + +# Store the C/C++ object output extension +if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL set CMAKE_C_OUTPUT_EXTENSION "${CMAKE_C_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_CXX_OUTPUT_EXTENSION "${CMAKE_CXX_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) +endif() + +# +# QML Debugging +# +if (QT_ENABLE_QML_DEBUG) + add_compile_definitions($<$,$>:QT_QML_DEBUG>) +endif() + +# +# Package manager auto-setup +# +if (QT_CREATOR_ENABLE_PACKAGE_MANAGER_SETUP) + include(${CMAKE_CURRENT_LIST_DIR}/package-manager.cmake) +endif() + +# +# MaintenanceTool +# +if (QT_CREATOR_ENABLE_MAINTENANCE_TOOL_PROVIDER) + function(qtc_maintenance_provider_missing_variable_message variable) + message(STATUS "Qt Creator: ${variable} was not set. " + "Qt MaintenanceTool cannot be used to install missing Qt modules that you specify in find_package(). " + "To disable this message set QT_CREATOR_ENABLE_MAINTENANCE_TOOL_PROVIDER to OFF.") + endfunction() + + if (NOT QT_QMAKE_EXECUTABLE) + qtc_maintenance_provider_missing_variable_message(QT_QMAKE_EXECUTABLE) + return() + endif() + + if (CMAKE_VERSION GREATER_EQUAL "3.24") + list(APPEND CMAKE_PROJECT_TOP_LEVEL_INCLUDES ${CMAKE_CURRENT_LIST_DIR}/maintenance_tool_provider.cmake) + else() + message(WARNING "Qt Creator: CMake version 3.24 is needed for MaintenanceTool find_package() provider. " + "To disable this warning set QT_CREATOR_ENABLE_MAINTENANCE_TOOL_PROVIDER to OFF.") + endif() +endif() diff --git a/CMakeCache.txt b/CMakeCache.txt new file mode 100644 index 0000000..19fbba4 --- /dev/null +++ b/CMakeCache.txt @@ -0,0 +1,883 @@ +# This is the CMakeCache file. +# For build in directory: /home/k4/tmp/bbr-algo/BinderBeispielRegler +# It was generated by CMake: /usr/local/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//TARGET_SOM +BUILD_TARGET_SOM:BOOL=OFF + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//No help, variable specified on the command line. +CMAKE_COLOR_DIAGNOSTICS:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/bin/gcc + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of build database during the build. +CMAKE_EXPORT_BUILD_DATABASE:BOOL= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/tmp + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/bin/ld + +//No help, variable specified on the command line. +CMAKE_MAKE_PROGRAM:STRING=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/home/k4/Qt/6.10.2/gcc_64 + +//Value Computed by CMake +CMAKE_PROJECT_COMPAT_VERSION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qtcreator/cmake-helper/qtcreator-project.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=bbr-algo + +//Value Computed by CMake +CMAKE_PROJECT_SPDX_LICENSE:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the archiver during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the archiver during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the archiver during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the archiver during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the archiver during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//The directory containing a CMake configuration file for GTest. +GTest_DIR:PATH=/usr/local/lib/cmake/GTest + +//Additional directories where find(Qt6 ...) host Qt components +// are searched +QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH:STRING= + +//Additional directories where find(Qt6 ...) components are searched +QT_ADDITIONAL_PACKAGES_PREFIX_PATH:STRING= + +//No help, variable specified on the command line. +QT_CREATOR_ENABLE_MAINTENANCE_TOOL_PROVIDER:BOOL=ON + +//No help, variable specified on the command line. +QT_CREATOR_ENABLE_PACKAGE_MANAGER_SETUP:BOOL=ON + +//Qt Creator source groups extensions +QT_CREATOR_SOURCE_GROUPS:BOOL=ON + +//No help, variable specified on the command line. +QT_ENABLE_QML_DEBUG:BOOL=ON + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/home/k4/Qt/6.10.2/gcc_64/bin/qmake + +//The directory containing a CMake configuration file for Qt6CoreTools. +Qt6CoreTools_DIR:PATH=/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools + +//The directory containing a CMake configuration file for Qt6Core. +Qt6Core_DIR:PATH=/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core + +//The directory containing a CMake configuration file for Qt6. +Qt6_DIR:PATH=/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6 + +//Value Computed by CMake +bbr-algo_BINARY_DIR:STATIC=/home/k4/tmp/bbr-algo/BinderBeispielRegler + +//Value Computed by CMake +bbr-algo_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +bbr-algo_SOURCE_DIR:STATIC=/home/k4/tmp/bbr-algo/BinderBeispielRegler + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/k4/tmp/bbr-algo/BinderBeispielRegler +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=3 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=20260327 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_BUILD_DATABASE +CMAKE_EXPORT_BUILD_DATABASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/k4/tmp/bbr-algo/BinderBeispielRegler +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//Name of CMakeLists files to read +CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=4 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/local/share/cmake-4.3 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Details about finding GTest +FIND_PACKAGE_MESSAGE_DETAILS_GTest:INTERNAL=[/usr/local/lib/cmake/GTest/GTestConfig.cmake][ ][v1.16.0()] +//Test HAVE_STDATOMIC +HAVE_STDATOMIC:INTERNAL=1 +QTCREATOR_CMAKE_HELPER_DIRECTORY:INTERNAL=/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qtcreator/cmake-helper +//Qt feature: accept4 (from target Qt6::Core) +QT_FEATURE_accept4:INTERNAL=ON +//Qt feature: aesni (from target Qt6::Core) +QT_FEATURE_aesni:INTERNAL=ON +//Qt feature: android_style_assets (from target Qt6::Core) +QT_FEATURE_android_style_assets:INTERNAL=OFF +//Qt feature: animation (from target Qt6::Core) +QT_FEATURE_animation:INTERNAL=ON +//Qt feature: appstore_compliant (from target Qt6::Core) +QT_FEATURE_appstore_compliant:INTERNAL=OFF +//Qt feature: arm_crc32 (from target Qt6::Core) +QT_FEATURE_arm_crc32:INTERNAL=OFF +//Qt feature: arm_crypto (from target Qt6::Core) +QT_FEATURE_arm_crypto:INTERNAL=OFF +//Qt feature: arm_sve (from target Qt6::Core) +QT_FEATURE_arm_sve:INTERNAL=OFF +//Qt feature: avx (from target Qt6::Core) +QT_FEATURE_avx:INTERNAL=ON +//Qt feature: avx2 (from target Qt6::Core) +QT_FEATURE_avx2:INTERNAL=ON +//Qt feature: avx512bw (from target Qt6::Core) +QT_FEATURE_avx512bw:INTERNAL=ON +//Qt feature: avx512cd (from target Qt6::Core) +QT_FEATURE_avx512cd:INTERNAL=ON +//Qt feature: avx512dq (from target Qt6::Core) +QT_FEATURE_avx512dq:INTERNAL=ON +//Qt feature: avx512er (from target Qt6::Core) +QT_FEATURE_avx512er:INTERNAL=ON +//Qt feature: avx512f (from target Qt6::Core) +QT_FEATURE_avx512f:INTERNAL=ON +//Qt feature: avx512ifma (from target Qt6::Core) +QT_FEATURE_avx512ifma:INTERNAL=ON +//Qt feature: avx512pf (from target Qt6::Core) +QT_FEATURE_avx512pf:INTERNAL=ON +//Qt feature: avx512vbmi (from target Qt6::Core) +QT_FEATURE_avx512vbmi:INTERNAL=ON +//Qt feature: avx512vbmi2 (from target Qt6::Core) +QT_FEATURE_avx512vbmi2:INTERNAL=ON +//Qt feature: avx512vl (from target Qt6::Core) +QT_FEATURE_avx512vl:INTERNAL=ON +//Qt feature: backtrace (from target Qt6::Core) +QT_FEATURE_backtrace:INTERNAL=ON +//Qt feature: broken_threadlocal_dtors (from target Qt6::Core) +QT_FEATURE_broken_threadlocal_dtors:INTERNAL=OFF +//Qt feature: cborstreamreader (from target Qt6::Core) +QT_FEATURE_cborstreamreader:INTERNAL=ON +//Qt feature: cborstreamwriter (from target Qt6::Core) +QT_FEATURE_cborstreamwriter:INTERNAL=ON +//Qt feature: clock_gettime (from target Qt6::Core) +QT_FEATURE_clock_gettime:INTERNAL=ON +//Qt feature: clock_monotonic (from target Qt6::Core) +QT_FEATURE_clock_monotonic:INTERNAL=ON +//Qt feature: commandlineparser (from target Qt6::Core) +QT_FEATURE_commandlineparser:INTERNAL=ON +//Qt feature: concatenatetablesproxymodel (from target Qt6::Core) +QT_FEATURE_concatenatetablesproxymodel:INTERNAL=ON +//Qt feature: concurrent (from target Qt6::Core) +QT_FEATURE_concurrent:INTERNAL=ON +//Qt feature: copy_file_range (from target Qt6::Core) +QT_FEATURE_copy_file_range:INTERNAL=ON +//Qt feature: cpp_winrt (from target Qt6::Core) +QT_FEATURE_cpp_winrt:INTERNAL=OFF +//Qt feature: cross_compile (from target Qt6::Core) +QT_FEATURE_cross_compile:INTERNAL=OFF +//Qt feature: ctf (from target Qt6::Core) +QT_FEATURE_ctf:INTERNAL=OFF +//Qt feature: cxx11_future (from target Qt6::Core) +QT_FEATURE_cxx11_future:INTERNAL=ON +//Qt feature: cxx17_filesystem (from target Qt6::Core) +QT_FEATURE_cxx17_filesystem:INTERNAL=ON +//Qt feature: cxx20 (from target Qt6::Core) +QT_FEATURE_cxx20:INTERNAL=OFF +//Qt feature: cxx20_format (from target Qt6::Core) +QT_FEATURE_cxx20_format:INTERNAL=OFF +//Qt feature: cxx23_stacktrace (from target Qt6::Core) +QT_FEATURE_cxx23_stacktrace:INTERNAL=OFF +//Qt feature: cxx2a (from target Qt6::Core) +QT_FEATURE_cxx2a:INTERNAL=OFF +//Qt feature: cxx2b (from target Qt6::Core) +QT_FEATURE_cxx2b:INTERNAL=OFF +//Qt feature: cxx2c (from target Qt6::Core) +QT_FEATURE_cxx2c:INTERNAL=OFF +//Qt feature: datestring (from target Qt6::Core) +QT_FEATURE_datestring:INTERNAL=ON +//Qt feature: datetimeparser (from target Qt6::Core) +QT_FEATURE_datetimeparser:INTERNAL=ON +//Qt feature: dbus (from target Qt6::Core) +QT_FEATURE_dbus:INTERNAL=ON +//Qt feature: dbus_linked (from target Qt6::Core) +QT_FEATURE_dbus_linked:INTERNAL=ON +//Qt feature: debug (from target Qt6::Core) +QT_FEATURE_debug:INTERNAL=OFF +//Qt feature: debug_and_release (from target Qt6::Core) +QT_FEATURE_debug_and_release:INTERNAL=OFF +//Qt feature: developer_build (from target Qt6::Core) +QT_FEATURE_developer_build:INTERNAL=OFF +//Qt feature: dladdr (from target Qt6::Core) +QT_FEATURE_dladdr:INTERNAL=ON +//Qt feature: dlopen (from target Qt6::Core) +QT_FEATURE_dlopen:INTERNAL=ON +//Qt feature: doc_snippets (from target Qt6::Core) +QT_FEATURE_doc_snippets:INTERNAL=OFF +//Qt feature: doubleconversion (from target Qt6::Core) +QT_FEATURE_doubleconversion:INTERNAL=ON +//Qt feature: dup3 (from target Qt6::Core) +QT_FEATURE_dup3:INTERNAL=ON +//Qt feature: easingcurve (from target Qt6::Core) +QT_FEATURE_easingcurve:INTERNAL=ON +//Qt feature: elf_private_full_version (from target Qt6::Core) +QT_FEATURE_elf_private_full_version:INTERNAL=OFF +//Qt feature: enable_new_dtags (from target Qt6::Core) +QT_FEATURE_enable_new_dtags:INTERNAL=ON +//Qt feature: etw (from target Qt6::Core) +QT_FEATURE_etw:INTERNAL=OFF +//Qt feature: f16c (from target Qt6::Core) +QT_FEATURE_f16c:INTERNAL=ON +//Qt feature: filesystemiterator (from target Qt6::Core) +QT_FEATURE_filesystemiterator:INTERNAL=ON +//Qt feature: filesystemwatcher (from target Qt6::Core) +QT_FEATURE_filesystemwatcher:INTERNAL=ON +//Qt feature: force_asserts (from target Qt6::Core) +QT_FEATURE_force_asserts:INTERNAL=OFF +//Qt feature: force_bundled_libs (from target Qt6::Core) +QT_FEATURE_force_bundled_libs:INTERNAL=OFF +//Qt feature: force_debug_info (from target Qt6::Core) +QT_FEATURE_force_debug_info:INTERNAL=ON +//Qt feature: force_system_libs (from target Qt6::Core) +QT_FEATURE_force_system_libs:INTERNAL=OFF +//Qt feature: forkfd_pidfd (from target Qt6::Core) +QT_FEATURE_forkfd_pidfd:INTERNAL=ON +//Qt feature: framework (from target Qt6::Core) +QT_FEATURE_framework:INTERNAL=OFF +//Qt feature: futimens (from target Qt6::Core) +QT_FEATURE_futimens:INTERNAL=ON +//Qt feature: future (from target Qt6::Core) +QT_FEATURE_future:INTERNAL=ON +//Qt feature: gc_binaries (from target Qt6::Core) +QT_FEATURE_gc_binaries:INTERNAL=OFF +//Qt feature: gestures (from target Qt6::Core) +QT_FEATURE_gestures:INTERNAL=ON +//Qt feature: getauxval (from target Qt6::Core) +QT_FEATURE_getauxval:INTERNAL=ON +//Qt feature: getentropy (from target Qt6::Core) +QT_FEATURE_getentropy:INTERNAL=ON +//Qt feature: glib (from target Qt6::Core) +QT_FEATURE_glib:INTERNAL=ON +//Qt feature: glibc_fortify_source (from target Qt6::Core) +QT_FEATURE_glibc_fortify_source:INTERNAL=ON +//Qt feature: gui (from target Qt6::Core) +QT_FEATURE_gui:INTERNAL=ON +//Qt feature: hijricalendar (from target Qt6::Core) +QT_FEATURE_hijricalendar:INTERNAL=ON +//Qt feature: icu (from target Qt6::Core) +QT_FEATURE_icu:INTERNAL=ON +//Qt feature: identityproxymodel (from target Qt6::Core) +QT_FEATURE_identityproxymodel:INTERNAL=ON +//Qt feature: inotify (from target Qt6::Core) +QT_FEATURE_inotify:INTERNAL=ON +//Qt feature: intelcet (from target Qt6::Core) +QT_FEATURE_intelcet:INTERNAL=ON +//Qt feature: islamiccivilcalendar (from target Qt6::Core) +QT_FEATURE_islamiccivilcalendar:INTERNAL=ON +//Qt feature: itemmodel (from target Qt6::Core) +QT_FEATURE_itemmodel:INTERNAL=ON +//Qt feature: jalalicalendar (from target Qt6::Core) +QT_FEATURE_jalalicalendar:INTERNAL=ON +//Qt feature: jemalloc (from target Qt6::Core) +QT_FEATURE_jemalloc:INTERNAL=OFF +//Qt feature: journald (from target Qt6::Core) +QT_FEATURE_journald:INTERNAL=OFF +//Qt feature: largefile (from target Qt6::Core) +QT_FEATURE_largefile:INTERNAL=ON +//Qt feature: lasx (from target Qt6::Core) +QT_FEATURE_lasx:INTERNAL=OFF +//Qt feature: libcpp_hardening (from target Qt6::Core) +QT_FEATURE_libcpp_hardening:INTERNAL=OFF +//Qt feature: library (from target Qt6::Core) +QT_FEATURE_library:INTERNAL=ON +//Qt feature: libstdcpp_assertions (from target Qt6::Core) +QT_FEATURE_libstdcpp_assertions:INTERNAL=ON +//Qt feature: libudev (from target Qt6::Core) +QT_FEATURE_libudev:INTERNAL=OFF +//Qt feature: linkat (from target Qt6::Core) +QT_FEATURE_linkat:INTERNAL=ON +//Qt feature: localtime_r (from target Qt6::Core) +QT_FEATURE_localtime_r:INTERNAL=ON +//Qt feature: localtime_s (from target Qt6::Core) +QT_FEATURE_localtime_s:INTERNAL=OFF +//Qt feature: lsx (from target Qt6::Core) +QT_FEATURE_lsx:INTERNAL=OFF +//Qt feature: lttng (from target Qt6::Core) +QT_FEATURE_lttng:INTERNAL=OFF +//Qt feature: memmem (from target Qt6::Core) +QT_FEATURE_memmem:INTERNAL=ON +//Qt feature: memrchr (from target Qt6::Core) +QT_FEATURE_memrchr:INTERNAL=ON +//Qt feature: mimetype (from target Qt6::Core) +QT_FEATURE_mimetype:INTERNAL=ON +//Qt feature: mimetype_database (from target Qt6::Core) +QT_FEATURE_mimetype_database:INTERNAL=ON +//Qt feature: mips_dsp (from target Qt6::Core) +QT_FEATURE_mips_dsp:INTERNAL=OFF +//Qt feature: mips_dspr2 (from target Qt6::Core) +QT_FEATURE_mips_dspr2:INTERNAL=OFF +//Qt feature: neon (from target Qt6::Core) +QT_FEATURE_neon:INTERNAL=OFF +//Qt feature: network (from target Qt6::Core) +QT_FEATURE_network:INTERNAL=ON +//Qt feature: no_direct_extern_access (from target Qt6::Core) +QT_FEATURE_no_direct_extern_access:INTERNAL=OFF +//Qt feature: openssl (from target Qt6::Core) +QT_FEATURE_openssl:INTERNAL=ON +//Qt feature: openssl_hash (from target Qt6::Core) +QT_FEATURE_openssl_hash:INTERNAL=OFF +//Qt feature: openssl_linked (from target Qt6::Core) +QT_FEATURE_openssl_linked:INTERNAL=OFF +//Qt feature: opensslv11 (from target Qt6::Core) +QT_FEATURE_opensslv11:INTERNAL=OFF +//Qt feature: opensslv30 (from target Qt6::Core) +QT_FEATURE_opensslv30:INTERNAL=ON +//Qt feature: pcre2 (from target Qt6::Core) +QT_FEATURE_pcre2:INTERNAL=ON +//Qt feature: permissions (from target Qt6::Core) +QT_FEATURE_permissions:INTERNAL=ON +//Qt feature: pkg_config (from target Qt6::Core) +QT_FEATURE_pkg_config:INTERNAL=ON +//Qt feature: plugin_manifest (from target Qt6::Core) +QT_FEATURE_plugin_manifest:INTERNAL=ON +//Qt feature: poll_exit_on_error (from target Qt6::Core) +QT_FEATURE_poll_exit_on_error:INTERNAL=OFF +//Qt feature: poll_poll (from target Qt6::Core) +QT_FEATURE_poll_poll:INTERNAL=OFF +//Qt feature: poll_pollts (from target Qt6::Core) +QT_FEATURE_poll_pollts:INTERNAL=OFF +//Qt feature: poll_ppoll (from target Qt6::Core) +QT_FEATURE_poll_ppoll:INTERNAL=ON +//Qt feature: poll_select (from target Qt6::Core) +QT_FEATURE_poll_select:INTERNAL=OFF +//Qt feature: posix_fallocate (from target Qt6::Core) +QT_FEATURE_posix_fallocate:INTERNAL=ON +//Qt feature: posix_sem (from target Qt6::Core) +QT_FEATURE_posix_sem:INTERNAL=ON +//Qt feature: posix_shm (from target Qt6::Core) +QT_FEATURE_posix_shm:INTERNAL=ON +//Qt feature: printsupport (from target Qt6::Core) +QT_FEATURE_printsupport:INTERNAL=ON +//Qt feature: private_tests (from target Qt6::Core) +QT_FEATURE_private_tests:INTERNAL=OFF +//Qt feature: process (from target Qt6::Core) +QT_FEATURE_process:INTERNAL=ON +//Qt feature: processenvironment (from target Qt6::Core) +QT_FEATURE_processenvironment:INTERNAL=ON +//Qt feature: proxymodel (from target Qt6::Core) +QT_FEATURE_proxymodel:INTERNAL=ON +//Qt feature: pthread_clockjoin (from target Qt6::Core) +QT_FEATURE_pthread_clockjoin:INTERNAL=OFF +//Qt feature: pthread_condattr_setclock (from target Qt6::Core) +QT_FEATURE_pthread_condattr_setclock:INTERNAL=ON +//Qt feature: pthread_timedjoin (from target Qt6::Core) +QT_FEATURE_pthread_timedjoin:INTERNAL=ON +//Qt feature: qqnx_pps (from target Qt6::Core) +QT_FEATURE_qqnx_pps:INTERNAL=OFF +//Qt feature: rdrnd (from target Qt6::Core) +QT_FEATURE_rdrnd:INTERNAL=ON +//Qt feature: rdseed (from target Qt6::Core) +QT_FEATURE_rdseed:INTERNAL=ON +//Qt feature: reduce_exports (from target Qt6::Core) +QT_FEATURE_reduce_exports:INTERNAL=ON +//Qt feature: reduce_relocations (from target Qt6::Core) +QT_FEATURE_reduce_relocations:INTERNAL=ON +//Qt feature: regularexpression (from target Qt6::Core) +QT_FEATURE_regularexpression:INTERNAL=ON +//Qt feature: relocatable (from target Qt6::Core) +QT_FEATURE_relocatable:INTERNAL=ON +//Qt feature: relro_now_linker (from target Qt6::Core) +QT_FEATURE_relro_now_linker:INTERNAL=ON +//Qt feature: renameat2 (from target Qt6::Core) +QT_FEATURE_renameat2:INTERNAL=ON +//Qt feature: rpath (from target Qt6::Core) +QT_FEATURE_rpath:INTERNAL=ON +//Qt feature: separate_debug_info (from target Qt6::Core) +QT_FEATURE_separate_debug_info:INTERNAL=ON +//Qt feature: settings (from target Qt6::Core) +QT_FEATURE_settings:INTERNAL=ON +//Qt feature: sha3_fast (from target Qt6::Core) +QT_FEATURE_sha3_fast:INTERNAL=ON +//Qt feature: shani (from target Qt6::Core) +QT_FEATURE_shani:INTERNAL=ON +//Qt feature: shared (from target Qt6::Core) +QT_FEATURE_shared:INTERNAL=ON +//Qt feature: sharedmemory (from target Qt6::Core) +QT_FEATURE_sharedmemory:INTERNAL=ON +//Qt feature: shortcut (from target Qt6::Core) +QT_FEATURE_shortcut:INTERNAL=ON +//Qt feature: signaling_nan (from target Qt6::Core) +QT_FEATURE_signaling_nan:INTERNAL=ON +//Qt feature: simulator_and_device (from target Qt6::Core) +QT_FEATURE_simulator_and_device:INTERNAL=OFF +//Qt feature: slog2 (from target Qt6::Core) +QT_FEATURE_slog2:INTERNAL=OFF +//Qt feature: sortfilterproxymodel (from target Qt6::Core) +QT_FEATURE_sortfilterproxymodel:INTERNAL=ON +//Qt feature: sql (from target Qt6::Core) +QT_FEATURE_sql:INTERNAL=ON +//Qt feature: sse2 (from target Qt6::Core) +QT_FEATURE_sse2:INTERNAL=ON +//Qt feature: sse3 (from target Qt6::Core) +QT_FEATURE_sse3:INTERNAL=ON +//Qt feature: sse4_1 (from target Qt6::Core) +QT_FEATURE_sse4_1:INTERNAL=ON +//Qt feature: sse4_2 (from target Qt6::Core) +QT_FEATURE_sse4_2:INTERNAL=ON +//Qt feature: ssse3 (from target Qt6::Core) +QT_FEATURE_ssse3:INTERNAL=ON +//Qt feature: stack_clash_protection (from target Qt6::Core) +QT_FEATURE_stack_clash_protection:INTERNAL=ON +//Qt feature: stack_protector (from target Qt6::Core) +QT_FEATURE_stack_protector:INTERNAL=ON +//Qt feature: static (from target Qt6::Core) +QT_FEATURE_static:INTERNAL=OFF +//Qt feature: std_atomic64 (from target Qt6::Core) +QT_FEATURE_std_atomic64:INTERNAL=ON +//Qt feature: stdlib_libcpp (from target Qt6::Core) +QT_FEATURE_stdlib_libcpp:INTERNAL=OFF +//Qt feature: stringlistmodel (from target Qt6::Core) +QT_FEATURE_stringlistmodel:INTERNAL=ON +//Qt feature: syslog (from target Qt6::Core) +QT_FEATURE_syslog:INTERNAL=OFF +//Qt feature: system_doubleconversion (from target Qt6::Core) +QT_FEATURE_system_doubleconversion:INTERNAL=OFF +//Qt feature: system_libb2 (from target Qt6::Core) +QT_FEATURE_system_libb2:INTERNAL=OFF +//Qt feature: system_pcre2 (from target Qt6::Core) +QT_FEATURE_system_pcre2:INTERNAL=OFF +//Qt feature: system_zlib (from target Qt6::Core) +QT_FEATURE_system_zlib:INTERNAL=ON +//Qt feature: systemsemaphore (from target Qt6::Core) +QT_FEATURE_systemsemaphore:INTERNAL=ON +//Qt feature: sysv_sem (from target Qt6::Core) +QT_FEATURE_sysv_sem:INTERNAL=ON +//Qt feature: sysv_shm (from target Qt6::Core) +QT_FEATURE_sysv_shm:INTERNAL=ON +//Qt feature: temporaryfile (from target Qt6::Core) +QT_FEATURE_temporaryfile:INTERNAL=ON +//Qt feature: test_gui (from target Qt6::Core) +QT_FEATURE_test_gui:INTERNAL=ON +//Qt feature: testlib (from target Qt6::Core) +QT_FEATURE_testlib:INTERNAL=ON +//Qt feature: textdate (from target Qt6::Core) +QT_FEATURE_textdate:INTERNAL=ON +//Qt feature: thread (from target Qt6::Core) +QT_FEATURE_thread:INTERNAL=ON +//Qt feature: threadsafe_cloexec (from target Qt6::Core) +QT_FEATURE_threadsafe_cloexec:INTERNAL=ON +//Qt feature: timezone (from target Qt6::Core) +QT_FEATURE_timezone:INTERNAL=ON +//Qt feature: timezone_locale (from target Qt6::Core) +QT_FEATURE_timezone_locale:INTERNAL=ON +//Qt feature: timezone_tzdb (from target Qt6::Core) +QT_FEATURE_timezone_tzdb:INTERNAL=OFF +//Qt feature: translation (from target Qt6::Core) +QT_FEATURE_translation:INTERNAL=ON +//Qt feature: transposeproxymodel (from target Qt6::Core) +QT_FEATURE_transposeproxymodel:INTERNAL=ON +//Qt feature: trivial_auto_var_init_pattern (from target Qt6::Core) +QT_FEATURE_trivial_auto_var_init_pattern:INTERNAL=OFF +//Qt feature: use_bfd_linker (from target Qt6::Core) +QT_FEATURE_use_bfd_linker:INTERNAL=OFF +//Qt feature: use_gold_linker (from target Qt6::Core) +QT_FEATURE_use_gold_linker:INTERNAL=OFF +//Qt feature: use_lld_linker (from target Qt6::Core) +QT_FEATURE_use_lld_linker:INTERNAL=OFF +//Qt feature: use_mold_linker (from target Qt6::Core) +QT_FEATURE_use_mold_linker:INTERNAL=OFF +//Qt feature: vaes (from target Qt6::Core) +QT_FEATURE_vaes:INTERNAL=ON +//Qt feature: version_tagging (from target Qt6::Core) +QT_FEATURE_version_tagging:INTERNAL=ON +//Qt feature: vxpipedrv (from target Qt6::Core) +QT_FEATURE_vxpipedrv:INTERNAL=OFF +//Qt feature: wasm_exceptions (from target Qt6::Core) +QT_FEATURE_wasm_exceptions:INTERNAL=OFF +//Qt feature: wasm_jspi (from target Qt6::Core) +QT_FEATURE_wasm_jspi:INTERNAL=OFF +//Qt feature: wasm_simd128 (from target Qt6::Core) +QT_FEATURE_wasm_simd128:INTERNAL=OFF +//Qt feature: widgets (from target Qt6::Core) +QT_FEATURE_widgets:INTERNAL=ON +//Qt feature: winsdkicu (from target Qt6::Core) +QT_FEATURE_winsdkicu:INTERNAL=OFF +//Qt feature: x86intrin (from target Qt6::Core) +QT_FEATURE_x86intrin:INTERNAL=ON +//Qt feature: xml (from target Qt6::Core) +QT_FEATURE_xml:INTERNAL=ON +//Qt feature: xmlstream (from target Qt6::Core) +QT_FEATURE_xmlstream:INTERNAL=ON +//Qt feature: xmlstreamreader (from target Qt6::Core) +QT_FEATURE_xmlstreamreader:INTERNAL=ON +//Qt feature: xmlstreamwriter (from target Qt6::Core) +QT_FEATURE_xmlstreamwriter:INTERNAL=ON +//Qt feature: zstd (from target Qt6::Core) +QT_FEATURE_zstd:INTERNAL=ON +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/CMakeFiles/4.3.20260327-g0b4a69d/CMakeCXXCompiler.cmake b/CMakeFiles/4.3.20260327-g0b4a69d/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..143c065 --- /dev/null +++ b/CMakeFiles/4.3.20260327-g0b4a69d/CMakeCXXCompiler.cmake @@ -0,0 +1,102 @@ +set(CMAKE_CXX_COMPILER "/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "15.1.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_COMPILER_APPLE_SYSROOT "") +set(CMAKE_CXX_SIMULATE_VERSION "") +set(CMAKE_CXX_COMPILER_ARCHITECTURE_ID "x86_64") + + + + +set(CMAKE_AR "/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/bin/gcc-ar") +set(CMAKE_RANLIB "/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/bin/gcc-ranlib") +set(CMAKE_LINKER "/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.42) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED TRUE) +set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) +set(CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/opt/gcc-15/include/c++/15.1.0;/opt/gcc-15/include/c++/15.1.0/x86_64-pc-linux-gnu;/opt/gcc-15/include/c++/15.1.0/backward;/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include;/usr/local/include;/opt/gcc-15/include;/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include-fixed;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0;/opt/gcc-15/lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-gnu;/usr/lib64;/opt/gcc-15/lib;/lib;/usr/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +set(CMAKE_CXX_COMPILER_IMPORT_STD_ERROR_MESSAGE "Experimental `import std` support not enabled when detecting toolchain; it must be set before `CXX` is enabled (usually a `project()` call)") +set(CMAKE_CXX_STDLIB_MODULES_JSON "") diff --git a/CMakeFiles/4.3.20260327-g0b4a69d/CMakeDetermineCompilerABI_CXX.bin b/CMakeFiles/4.3.20260327-g0b4a69d/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..b1ba0eb Binary files /dev/null and b/CMakeFiles/4.3.20260327-g0b4a69d/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/CMakeFiles/4.3.20260327-g0b4a69d/CMakeSystem.cmake b/CMakeFiles/4.3.20260327-g0b4a69d/CMakeSystem.cmake new file mode 100644 index 0000000..d9bb08f --- /dev/null +++ b/CMakeFiles/4.3.20260327-g0b4a69d/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.17.0-14-generic") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.17.0-14-generic") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.17.0-14-generic") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.17.0-14-generic") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/CMakeFiles/4.3.20260327-g0b4a69d/CompilerIdCXX/CMakeCXXCompilerId.cpp b/CMakeFiles/4.3.20260327-g0b4a69d/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..b35f567 --- /dev/null +++ b/CMakeFiles/4.3.20260327-g0b4a69d/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,949 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__RENESAS__) +# define COMPILER_ID "Renesas" +/* __RENESAS_VERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__RENESAS_VERSION__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR HEX(__RENESAS_VERSION__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__RENESAS_VERSION__ >> 8 & 0xFF) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__DCC__) && defined(_DIAB_TOOL) +# define COMPILER_ID "Diab" + # define COMPILER_VERSION_MAJOR DEC(__VERSION_MAJOR_NUMBER__) + # define COMPILER_VERSION_MINOR DEC(__VERSION_MINOR_NUMBER__) + # define COMPILER_VERSION_PATCH DEC(__VERSION_ARCH_FEATURE_NUMBER__) + # define COMPILER_VERSION_TWEAK DEC(__VERSION_BUG_FIX_NUMBER__) + + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) || defined(__CPARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__RENESAS__) +# if defined(__CCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__CCRL__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__CCRH__) +# define ARCHITECTURE_ID "RH850" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__) || defined(__RENESAS__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/CMakeFiles/4.3.20260327-g0b4a69d/CompilerIdCXX/a.out b/CMakeFiles/4.3.20260327-g0b4a69d/CompilerIdCXX/a.out new file mode 100755 index 0000000..65bb6df Binary files /dev/null and b/CMakeFiles/4.3.20260327-g0b4a69d/CompilerIdCXX/a.out differ diff --git a/CMakeFiles/CMakeConfigureLog.yaml b/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..759e267 --- /dev/null +++ b/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,4583 @@ + +--- +events: + - + kind: "find-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineSystem.cmake:12 (find_program)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_UNAME" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "uname" + candidate_directories: + - "/home/k4/Qt/6.10.2/gcc_64/bin/" + - "/home/k4/Qt/6.10.2/gcc_64/sbin/" + - "/home/k4/Qt/6.10.2/gcc_64/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/sbin/" + - "/usr/bin/" + - "/sbin/" + - "/bin/" + - "/usr/games/" + - "/usr/local/games/" + - "/snap/bin/" + - "/home/k4/Qt/Tools/Ninja/" + searched_directories: + - "/home/k4/Qt/6.10.2/gcc_64/bin/uname" + - "/home/k4/Qt/6.10.2/gcc_64/sbin/uname" + - "/home/k4/Qt/6.10.2/gcc_64/uname" + - "/usr/local/sbin/uname" + - "/usr/local/bin/uname" + - "/usr/sbin/uname" + found: "/usr/bin/uname" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - + kind: "message-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineSystem.cmake:212 (message)" + - "CMakeLists.txt:2 (project)" + message: | + The system is: Linux - 6.17.0-14-generic - x86_64 + - + kind: "find-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerId.cmake:468 (find_file)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerId.cmake:506 (CMAKE_DETERMINE_COMPILER_ID_WRITE)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake:125 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + mode: "file" + variable: "src_in" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "CMakeCXXCompilerId.cpp.in" + candidate_directories: + - "/usr/local/share/cmake-4.3/Modules/" + found: "/usr/local/share/cmake-4.3/Modules/CMakeCXXCompilerId.cpp.in" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - + kind: "message-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake:125 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /bin/g++ + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/4.3.20260327-g0b4a69d/CompilerIdCXX/a.out + + - + kind: "find-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_AR" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ar" + candidate_directories: + - "/bin/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/sbin/" + - "/usr/bin/" + - "/sbin/" + - "/usr/games/" + - "/usr/local/games/" + - "/snap/bin/" + - "/home/k4/Qt/Tools/Ninja/" + found: "/bin/ar" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - + kind: "find-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_RANLIB" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ranlib" + candidate_directories: + - "/bin/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/sbin/" + - "/usr/bin/" + - "/sbin/" + - "/usr/games/" + - "/usr/local/games/" + - "/snap/bin/" + - "/home/k4/Qt/Tools/Ninja/" + found: "/bin/ranlib" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - + kind: "find-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_STRIP" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "strip" + candidate_directories: + - "/bin/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/sbin/" + - "/usr/bin/" + - "/sbin/" + - "/usr/games/" + - "/usr/local/games/" + - "/snap/bin/" + - "/home/k4/Qt/Tools/Ninja/" + found: "/bin/strip" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - + kind: "find-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_LINKER" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ld" + candidate_directories: + - "/bin/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/sbin/" + - "/usr/bin/" + - "/sbin/" + - "/usr/games/" + - "/usr/local/games/" + - "/snap/bin/" + - "/home/k4/Qt/Tools/Ninja/" + found: "/bin/ld" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - + kind: "find-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_NM" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "nm" + candidate_directories: + - "/bin/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/sbin/" + - "/usr/bin/" + - "/sbin/" + - "/usr/games/" + - "/usr/local/games/" + - "/snap/bin/" + - "/home/k4/Qt/Tools/Ninja/" + found: "/bin/nm" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - + kind: "find-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_OBJDUMP" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "objdump" + candidate_directories: + - "/bin/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/sbin/" + - "/usr/bin/" + - "/sbin/" + - "/usr/games/" + - "/usr/local/games/" + - "/snap/bin/" + - "/home/k4/Qt/Tools/Ninja/" + found: "/bin/objdump" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - + kind: "find-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_OBJCOPY" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "objcopy" + candidate_directories: + - "/bin/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/sbin/" + - "/usr/bin/" + - "/sbin/" + - "/usr/games/" + - "/usr/local/games/" + - "/snap/bin/" + - "/home/k4/Qt/Tools/Ninja/" + found: "/bin/objcopy" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - + kind: "find-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_READELF" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "readelf" + candidate_directories: + - "/bin/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/sbin/" + - "/usr/bin/" + - "/sbin/" + - "/usr/games/" + - "/usr/local/games/" + - "/snap/bin/" + - "/home/k4/Qt/Tools/Ninja/" + found: "/bin/readelf" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - + kind: "find-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_DLLTOOL" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "dlltool" + candidate_directories: + - "/bin/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/sbin/" + - "/usr/bin/" + - "/sbin/" + - "/usr/games/" + - "/usr/local/games/" + - "/snap/bin/" + - "/home/k4/Qt/Tools/Ninja/" + searched_directories: + - "/bin/dlltool" + - "/usr/local/sbin/dlltool" + - "/usr/local/bin/dlltool" + - "/usr/sbin/dlltool" + - "/usr/bin/dlltool" + - "/sbin/dlltool" + - "/usr/games/dlltool" + - "/usr/local/games/dlltool" + - "/snap/bin/dlltool" + - "/home/k4/Qt/Tools/Ninja/dlltool" + found: false + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - + kind: "find-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_ADDR2LINE" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "addr2line" + candidate_directories: + - "/bin/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/sbin/" + - "/usr/bin/" + - "/sbin/" + - "/usr/games/" + - "/usr/local/games/" + - "/snap/bin/" + - "/home/k4/Qt/Tools/Ninja/" + found: "/bin/addr2line" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - + kind: "find-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeFindBinUtils.cmake:243 (find_program)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_TAPI" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "tapi" + candidate_directories: + - "/bin/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/sbin/" + - "/usr/bin/" + - "/sbin/" + - "/usr/games/" + - "/usr/local/games/" + - "/snap/bin/" + - "/home/k4/Qt/Tools/Ninja/" + searched_directories: + - "/bin/tapi" + - "/usr/local/sbin/tapi" + - "/usr/local/bin/tapi" + - "/usr/sbin/tapi" + - "/usr/bin/tapi" + - "/sbin/tapi" + - "/usr/games/tapi" + - "/usr/local/games/tapi" + - "/snap/bin/tapi" + - "/home/k4/Qt/Tools/Ninja/tapi" + found: false + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - + kind: "find-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/Compiler/GNU-FindBinUtils.cmake:18 (find_program)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake:207 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_CXX_COMPILER_AR" + description: "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "gcc-ar-15.1" + - "gcc-ar-15" + - "gcc-ar15" + - "gcc-ar" + candidate_directories: + - "/bin/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/sbin/" + - "/usr/bin/" + - "/sbin/" + - "/usr/games/" + - "/usr/local/games/" + - "/snap/bin/" + - "/home/k4/Qt/Tools/Ninja/" + searched_directories: + - "/bin/gcc-ar-15.1" + - "/usr/local/sbin/gcc-ar-15.1" + - "/usr/local/bin/gcc-ar-15.1" + - "/usr/sbin/gcc-ar-15.1" + - "/usr/bin/gcc-ar-15.1" + - "/sbin/gcc-ar-15.1" + - "/usr/games/gcc-ar-15.1" + - "/usr/local/games/gcc-ar-15.1" + - "/snap/bin/gcc-ar-15.1" + - "/home/k4/Qt/Tools/Ninja/gcc-ar-15.1" + - "/bin/gcc-ar-15" + - "/usr/local/sbin/gcc-ar-15" + - "/usr/local/bin/gcc-ar-15" + - "/usr/sbin/gcc-ar-15" + - "/usr/bin/gcc-ar-15" + - "/sbin/gcc-ar-15" + - "/usr/games/gcc-ar-15" + - "/usr/local/games/gcc-ar-15" + - "/snap/bin/gcc-ar-15" + - "/home/k4/Qt/Tools/Ninja/gcc-ar-15" + - "/bin/gcc-ar15" + - "/usr/local/sbin/gcc-ar15" + - "/usr/local/bin/gcc-ar15" + - "/usr/sbin/gcc-ar15" + - "/usr/bin/gcc-ar15" + - "/sbin/gcc-ar15" + - "/usr/games/gcc-ar15" + - "/usr/local/games/gcc-ar15" + - "/snap/bin/gcc-ar15" + - "/home/k4/Qt/Tools/Ninja/gcc-ar15" + found: "/bin/gcc-ar" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - + kind: "find-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/Compiler/GNU-FindBinUtils.cmake:30 (find_program)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake:207 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_CXX_COMPILER_RANLIB" + description: "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "gcc-ranlib-15.1" + - "gcc-ranlib-15" + - "gcc-ranlib15" + - "gcc-ranlib" + candidate_directories: + - "/bin/" + - "/usr/local/sbin/" + - "/usr/local/bin/" + - "/usr/sbin/" + - "/usr/bin/" + - "/sbin/" + - "/usr/games/" + - "/usr/local/games/" + - "/snap/bin/" + - "/home/k4/Qt/Tools/Ninja/" + searched_directories: + - "/bin/gcc-ranlib-15.1" + - "/usr/local/sbin/gcc-ranlib-15.1" + - "/usr/local/bin/gcc-ranlib-15.1" + - "/usr/sbin/gcc-ranlib-15.1" + - "/usr/bin/gcc-ranlib-15.1" + - "/sbin/gcc-ranlib-15.1" + - "/usr/games/gcc-ranlib-15.1" + - "/usr/local/games/gcc-ranlib-15.1" + - "/snap/bin/gcc-ranlib-15.1" + - "/home/k4/Qt/Tools/Ninja/gcc-ranlib-15.1" + - "/bin/gcc-ranlib-15" + - "/usr/local/sbin/gcc-ranlib-15" + - "/usr/local/bin/gcc-ranlib-15" + - "/usr/sbin/gcc-ranlib-15" + - "/usr/bin/gcc-ranlib-15" + - "/sbin/gcc-ranlib-15" + - "/usr/games/gcc-ranlib-15" + - "/usr/local/games/gcc-ranlib-15" + - "/snap/bin/gcc-ranlib-15" + - "/home/k4/Qt/Tools/Ninja/gcc-ranlib-15" + - "/bin/gcc-ranlib15" + - "/usr/local/sbin/gcc-ranlib15" + - "/usr/local/bin/gcc-ranlib15" + - "/usr/sbin/gcc-ranlib15" + - "/usr/bin/gcc-ranlib15" + - "/sbin/gcc-ranlib15" + - "/usr/games/gcc-ranlib15" + - "/usr/local/games/gcc-ranlib15" + - "/snap/bin/gcc-ranlib15" + - "/home/k4/Qt/Tools/Ninja/gcc-ranlib15" + found: "/bin/gcc-ranlib" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - + kind: "try_compile-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/usr/local/share/cmake-4.3/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/CMakeScratch/TryCompile-pyciBc" + binary: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/CMakeScratch/TryCompile-pyciBc" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_CXX_STDLIB_MODULES_JSON: "" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/CMakeScratch/TryCompile-pyciBc' + + Run Build Command(s): /usr/bin/ninja -v cmTC_4ffc0 + [1/2] /bin/g++ -v -o CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake-4.3/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/bin/g++ + Target: x86_64-pc-linux-gnu + Configured with: ../gcc-15-source/configure --prefix=/opt/gcc-15 --enable-languages=c,c++ --disable-multilib + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 15.1.0 (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4ffc0.dir/' + /opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/local/share/cmake-4.3/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_4ffc0.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccUgkN0s.s + GNU C++17 (GCC) version 15.1.0 (x86_64-pc-linux-gnu) + compiled by GNU C version 15.1.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" + ignoring nonexistent directory "/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include-fixed/x86_64-linux-gnu" + ignoring nonexistent directory "/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../include/c++/15.1.0 + /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../include/c++/15.1.0/x86_64-pc-linux-gnu + /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../include/c++/15.1.0/backward + /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include + /usr/local/include + /opt/gcc-15/include + /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include-fixed + /usr/include/x86_64-linux-gnu + /usr/include + End of search list. + Compiler executable checksum: 99c90b6cc4a0e931f4bb73acceee4d08 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4ffc0.dir/' + as -v --64 -o CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccUgkN0s.s + GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.42 + COMPILER_PATH=/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/:/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/:/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/:/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/:/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/:/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib64/:/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /bin/g++ -v -Wl,-v CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_4ffc0 && : + Using built-in specs. + COLLECT_GCC=/bin/g++ + COLLECT_LTO_WRAPPER=/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: ../gcc-15-source/configure --prefix=/opt/gcc-15 --enable-languages=c,c++ --disable-multilib + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 15.1.0 (GCC) + COMPILER_PATH=/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/:/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/:/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/:/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/:/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/:/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib64/:/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_4ffc0' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_4ffc0.' + /opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/collect2 -plugin /opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/liblto_plugin.so -plugin-opt=/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccP0a3p9.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_4ffc0 /lib/x86_64-linux-gnu/crt1.o /lib/x86_64-linux-gnu/crti.o /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/crtbegin.o -L/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0 -L/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/crtend.o /lib/x86_64-linux-gnu/crtn.o + collect2 version 15.1.0 + /usr/bin/ld -plugin /opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/liblto_plugin.so -plugin-opt=/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccP0a3p9.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_4ffc0 /lib/x86_64-linux-gnu/crt1.o /lib/x86_64-linux-gnu/crti.o /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/crtbegin.o -L/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0 -L/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/crtend.o /lib/x86_64-linux-gnu/crtn.o + GNU ld (GNU Binutils for Ubuntu) 2.42 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_4ffc0' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_4ffc0.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerABI.cmake:217 (message)" + - "/usr/local/share/cmake-4.3/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../include/c++/15.1.0] + add: [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../include/c++/15.1.0/x86_64-pc-linux-gnu] + add: [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../include/c++/15.1.0/backward] + add: [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include] + add: [/usr/local/include] + add: [/opt/gcc-15/include] + add: [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include-fixed] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../include/c++/15.1.0] ==> [/opt/gcc-15/include/c++/15.1.0] + collapse include dir [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../include/c++/15.1.0/x86_64-pc-linux-gnu] ==> [/opt/gcc-15/include/c++/15.1.0/x86_64-pc-linux-gnu] + collapse include dir [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../include/c++/15.1.0/backward] ==> [/opt/gcc-15/include/c++/15.1.0/backward] + collapse include dir [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include] ==> [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/opt/gcc-15/include] ==> [/opt/gcc-15/include] + collapse include dir [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include-fixed] ==> [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include-fixed] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/opt/gcc-15/include/c++/15.1.0;/opt/gcc-15/include/c++/15.1.0/x86_64-pc-linux-gnu;/opt/gcc-15/include/c++/15.1.0/backward;/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include;/usr/local/include;/opt/gcc-15/include;/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include-fixed;/usr/include/x86_64-linux-gnu;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerABI.cmake:253 (message)" + - "/usr/local/share/cmake-4.3/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|"|[0-9]+>[ -]*Build:[ 0-9]+ ms[ ]*)?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/CMakeScratch/TryCompile-pyciBc'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_4ffc0] + ignore line: [[1/2] /bin/g++ -v -o CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake-4.3/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/bin/g++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: ../gcc-15-source/configure --prefix=/opt/gcc-15 --enable-languages=c c++ --disable-multilib] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 15.1.0 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4ffc0.dir/'] + ignore line: [ /opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/local/share/cmake-4.3/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_4ffc0.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccUgkN0s.s] + ignore line: [GNU C++17 (GCC) version 15.1.0 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 15.1.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include-fixed/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../include/c++/15.1.0] + ignore line: [ /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../include/c++/15.1.0/x86_64-pc-linux-gnu] + ignore line: [ /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../include/c++/15.1.0/backward] + ignore line: [ /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include] + ignore line: [ /usr/local/include] + ignore line: [ /opt/gcc-15/include] + ignore line: [ /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include-fixed] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 99c90b6cc4a0e931f4bb73acceee4d08] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4ffc0.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccUgkN0s.s] + ignore line: [GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.42] + ignore line: [COMPILER_PATH=/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/:/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/:/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/:/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/:/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/:/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib64/:/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /bin/g++ -v -Wl -v CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_4ffc0 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: ../gcc-15-source/configure --prefix=/opt/gcc-15 --enable-languages=c c++ --disable-multilib] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 15.1.0 (GCC) ] + ignore line: [COMPILER_PATH=/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/:/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/:/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/:/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/:/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/:/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib64/:/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_4ffc0' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_4ffc0.'] + link line: [ /opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/collect2 -plugin /opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/liblto_plugin.so -plugin-opt=/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccP0a3p9.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_4ffc0 /lib/x86_64-linux-gnu/crt1.o /lib/x86_64-linux-gnu/crti.o /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/crtbegin.o -L/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0 -L/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/crtend.o /lib/x86_64-linux-gnu/crtn.o] + arg [/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccP0a3p9.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-o] ==> ignore + arg [cmTC_4ffc0] ==> ignore + arg [/lib/x86_64-linux-gnu/crt1.o] ==> obj [/lib/x86_64-linux-gnu/crt1.o] + arg [/lib/x86_64-linux-gnu/crti.o] ==> obj [/lib/x86_64-linux-gnu/crti.o] + arg [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/crtbegin.o] ==> obj [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/crtbegin.o] + arg [-L/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0] ==> dir [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0] + arg [-L/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../lib64] ==> dir [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../lib64] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib64] ==> dir [/lib/../lib64] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] + arg [-L/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../..] ==> dir [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/crtend.o] ==> obj [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/crtend.o] + arg [/lib/x86_64-linux-gnu/crtn.o] ==> obj [/lib/x86_64-linux-gnu/crtn.o] + ignore line: [collect2 version 15.1.0] + ignore line: [/usr/bin/ld -plugin /opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/liblto_plugin.so -plugin-opt=/opt/gcc-15/libexec/gcc/x86_64-pc-linux-gnu/15.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccP0a3p9.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_4ffc0 /lib/x86_64-linux-gnu/crt1.o /lib/x86_64-linux-gnu/crti.o /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/crtbegin.o -L/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0 -L/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_4ffc0.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/crtend.o /lib/x86_64-linux-gnu/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse library dir [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0] ==> [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0] + collapse library dir [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../../../lib64] ==> [/opt/gcc-15/lib64] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib64] ==> [/lib64] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64] + collapse library dir [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/../../..] ==> [/opt/gcc-15/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/lib/x86_64-linux-gnu/crt1.o;/lib/x86_64-linux-gnu/crti.o;/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/crtbegin.o;/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/crtend.o;/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0;/opt/gcc-15/lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-gnu;/usr/lib64;/opt/gcc-15/lib;/lib;/usr/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/Internal/CMakeDetermineLinkerId.cmake:38 (message)" + - "/usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerABI.cmake:299 (cmake_determine_linker_id)" + - "/usr/local/share/cmake-4.3/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils for Ubuntu) 2.42 + - + kind: "try_compile-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/local/share/cmake-4.3/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/usr/local/share/cmake-4.3/Modules/FindThreads.cmake:162 (check_cxx_source_compiles)" + - "/usr/local/share/cmake-4.3/Modules/FindThreads.cmake:226 (_threads_check_libc)" + - ".qtcreator/cmake-helper/maintenance_tool_provider.cmake:259 (find_package)" + - "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)" + - "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Dependencies.cmake:38 (_qt_internal_find_third_party_dependencies)" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Config.cmake:180 (include)" + - ".qtcreator/cmake-helper/maintenance_tool_provider.cmake:252 (find_package)" + - "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)" + - "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:20 (find_dependency)" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:42 (include)" + - ".qtcreator/cmake-helper/maintenance_tool_provider.cmake:234 (find_package)" + - "CMakeLists.txt:6 (find_package)" + directories: + source: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/CMakeScratch/TryCompile-BC9HQY" + binary: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/CMakeScratch/TryCompile-BC9HQY" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_STDLIB_MODULES_JSON: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6;/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules;/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/3rdparty/kwin" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CMAKE_HAVE_LIBC_PTHREAD" + cached: true + stdout: | + Change Dir: '/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/CMakeScratch/TryCompile-BC9HQY' + + Run Build Command(s): /usr/bin/ninja -v cmTC_fcc8f + [1/2] /bin/g++ -DCMAKE_HAVE_LIBC_PTHREAD -fPIE -o CMakeFiles/cmTC_fcc8f.dir/src.cxx.o -c /home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/CMakeScratch/TryCompile-BC9HQY/src.cxx + [2/2] : && /bin/g++ CMakeFiles/cmTC_fcc8f.dir/src.cxx.o -o cmTC_fcc8f && : + + exitCode: 0 + - + kind: "find_package-v1" + backtrace: + - ".qtcreator/cmake-helper/maintenance_tool_provider.cmake:252 (find_package)" + - "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)" + - "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:20 (find_dependency)" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:42 (include)" + - ".qtcreator/cmake-helper/maintenance_tool_provider.cmake:234 (find_package)" + - "CMakeLists.txt:6 (find_package)" + name: "Qt6" + configs: + - + filename: "Qt6.cps" + kind: "cps" + - + filename: "qt6.cps" + kind: "cps" + - + filename: "Qt6Config.cmake" + kind: "cmake" + - + filename: "qt6-config.cmake" + kind: "cmake" + version_request: + version: "6.10.2" + version_complete: "6.10.2" + exact: false + settings: + required: "optional" + quiet: true + global: false + policy_scope: true + bypass_provider: true + names: + - "Qt6" + search_paths: + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/.." + - "/home/k4/Qt/6.10.2/gcc_64" + path_suffixes: + - "" + paths: + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true + CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true + CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true + CMAKE_FIND_ROOT_PATH_MODE: "BOTH" + candidates: + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/lib/x86_64-linux-gnu/cps/Qt6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/lib/x86_64-linux-gnu/cps/qt6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/lib/cps/Qt6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/lib/cps/qt6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/share/cps/Qt6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/share/cps/qt6.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DRenderPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DRenderPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DRender/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DRender/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickScene3DPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickScene3DPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickScene3D/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickScene3D/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickScene2DPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickScene2DPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickScene2D/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickScene2D/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickRenderPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickRenderPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickRender/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickRender/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickLogicPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickLogicPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickLogic/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickLogic/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickInputPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickInputPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickInput/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickInput/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickExtrasPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickExtrasPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickExtras/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickExtras/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickAnimationPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickAnimationPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickAnimation/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuickAnimation/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuick/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DQuick/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DLogicPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DLogicPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DLogic/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DLogic/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DInputPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DInputPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DInput/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DInput/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DExtrasPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DExtrasPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DExtras/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DExtras/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DCorePrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DCorePrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DCore/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DCore/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DAnimationPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DAnimationPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DAnimation/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt63DAnimation/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6XmlPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6XmlPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Xml/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Xml/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6XcbQpaPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6XcbQpaPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WlShellIntegrationPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WlShellIntegrationPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WidgetsTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WidgetsTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WidgetsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WidgetsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Widgets/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Widgets/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebViewQuickPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebViewQuickPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebViewQuick/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebViewQuick/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebViewPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebViewPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebView/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebView/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebSocketsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebSocketsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebSockets/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebSockets/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebChannelQuickPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebChannelQuickPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebChannelQuick/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebChannelQuick/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebChannelPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebChannelPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebChannel/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WebChannel/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandScannerTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandScannerTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandGlobalPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandGlobalPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorXdgShellPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorXdgShellPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorXdgShell/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorXdgShell/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorWLShellPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorWLShellPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorWLShell/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorWLShell/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorPresentationTimePrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorPresentationTimePrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorPresentationTime/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorPresentationTime/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorIviapplicationPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorIviapplicationPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorIviapplication/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositorIviapplication/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositor/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandCompositor/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandClientPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandClientPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandClientFeaturesPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandClientFeaturesPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandClient/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6WaylandClient/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6VirtualKeyboardSettingsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6VirtualKeyboardSettingsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6VirtualKeyboardSettings/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6VirtualKeyboardSettings/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6VirtualKeyboardQmlPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6VirtualKeyboardQmlPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6VirtualKeyboardQml/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6VirtualKeyboardQml/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6VirtualKeyboardPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6VirtualKeyboardPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6VirtualKeyboard/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6VirtualKeyboard/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6UiToolsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6UiToolsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6UiTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6UiTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6UiPlugin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6UiPlugin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ToolsTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ToolsTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Tools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Tools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6TextToSpeechPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6TextToSpeechPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6TextToSpeech/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6TextToSpeech/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6TestPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6TestPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6TestInternalsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6TestInternalsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Test/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Test/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SvgWidgets/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SvgWidgets/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SvgPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SvgPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Svg/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Svg/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6StateMachineQmlPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6StateMachineQmlPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6StateMachineQml/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6StateMachineQml/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6StateMachinePrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6StateMachinePrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6StateMachine/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6StateMachine/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SqlPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SqlPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Sql/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Sql/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SpatialAudioPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SpatialAudioPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SpatialAudio/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SpatialAudio/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ShaderToolsTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ShaderToolsTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ShaderToolsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ShaderToolsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ShaderTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ShaderTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SerialPortPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SerialPortPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SerialPort/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SerialPort/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SerialBusPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SerialBusPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SerialBus/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SerialBus/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SensorsQuickPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SensorsQuickPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SensorsQuick/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SensorsQuick/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SensorsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6SensorsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Sensors/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Sensors/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ScxmlTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ScxmlTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ScxmlQmlPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ScxmlQmlPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ScxmlQml/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ScxmlQml/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ScxmlPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ScxmlPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ScxmlGlobalPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ScxmlGlobalPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Scxml/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Scxml/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6RepParser/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6RepParser/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6RemoteObjectsTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6RemoteObjectsTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6RemoteObjectsQmlPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6RemoteObjectsQml/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6RemoteObjectsQml/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6RemoteObjectsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6RemoteObjectsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6RemoteObjects/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6RemoteObjects/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickWidgetsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickWidgetsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickWidgets/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickWidgets/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickVectorImagePrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickVectorImagePrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickVectorImageHelpersPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickVectorImageHelpersPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickVectorImageHelpers/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickVectorImageHelpers/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickVectorImageGeneratorPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickVectorImageGeneratorPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickVectorImage/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickVectorImage/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTimelinePrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTimelinePrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTimelineBlendTreesPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTimelineBlendTreesPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTimelineBlendTrees/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTimelineBlendTrees/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTimeline/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTimeline/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTestUtilsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTestUtilsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTestPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTestPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTest/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTest/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTemplates2Private/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTemplates2Private/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTemplates2/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickTemplates2/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickShapesPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickShapesPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickShapesDesignHelpersPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickShapesDesignHelpersPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickParticlesPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickParticlesPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickLayoutsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickLayoutsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickLayouts/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickLayouts/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickEffectsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickEffectsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickEffects/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickEffects/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickDialogs2UtilsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickDialogs2UtilsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickDialogs2Utils/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickDialogs2Utils/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickDialogs2QuickImplPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickDialogs2QuickImplPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickDialogs2QuickImpl/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickDialogs2Private/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickDialogs2Private/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickDialogs2/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickDialogs2/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControlsTestUtilsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2UniversalStyleImplPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2UniversalStyleImplPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2UniversalStyleImpl/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2UniversalStyleImpl/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2UniversalPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2UniversalPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2Universal/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2Universal/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2Private/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2Private/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2MaterialStyleImplPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2MaterialStyleImplPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2MaterialStyleImpl/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2MaterialStyleImpl/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2MaterialPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2MaterialPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2Material/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2Material/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2ImplPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2ImplPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2Impl/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2Impl/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2ImagineStyleImpl/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2ImagineStyleImpl/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2ImaginePrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2ImaginePrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2Imagine/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2Imagine/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2FusionStyleImplPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2FusionStyleImplPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2FusionStyleImpl/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2FusionStyleImpl/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2FusionPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2FusionPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2Fusion/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2Fusion/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2FluentWinUI3StyleImplPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2FluentWinUI3StyleImplPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2FluentWinUI3StyleImpl/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2FluentWinUI3StyleImpl/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2BasicStyleImplPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2BasicStyleImplPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2BasicStyleImpl/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2BasicStyleImpl/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2BasicPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2BasicPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2Basic/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2Basic/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QuickControls2/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DXrPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DXrPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DXr/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DXr/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DUtilsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DUtilsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DUtils/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DUtils/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DSpatialAudioPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DSpatialAudioPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DRuntimeRenderPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DRuntimeRenderPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DRuntimeRender/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DRuntimeRender/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DPhysicsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DPhysicsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DPhysicsHelpersPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DPhysicsHelpersPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DPhysicsHelpers/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DPhysicsHelpers/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DPhysics/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DPhysics/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DParticlesPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DParticlesPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DParticles/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DParticles/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DParticleEffects/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DParticleEffects/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DIblBakerPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DIblBakerPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DIblBaker/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DIblBaker/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DHelpersPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DHelpersPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DHelpersImplPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DHelpersImplPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DHelpersImpl/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DHelpersImpl/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DHelpers/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DHelpers/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DGlslParserPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DGlslParserPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DEffects/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DEffects/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DAssetUtilsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DAssetUtilsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DAssetUtils/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DAssetUtils/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DAssetImportPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DAssetImportPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DAssetImport/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3DAssetImport/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3D/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick3D/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Quick/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlXmlListModelPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlXmlListModelPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlXmlListModel/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlXmlListModel/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlWorkerScriptPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlWorkerScriptPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlWorkerScript/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlWorkerScript/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlTypeRegistrarPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlTypeRegistrarPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlToolingSettingsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlToolingSettingsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlNetworkPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlNetworkPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlNetwork/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlNetwork/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlModelsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlModelsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlModels/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlModels/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlMetaPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlMetaPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlMeta/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlMeta/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlLocalStoragePrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlLocalStoragePrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlLocalStorage/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlLocalStorage/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlLSPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlLSPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlIntegration/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlIntegration/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlImportScanner/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlImportScanner/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlFormatPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlFormatPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlDomPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlDomPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlDebugPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlDebugPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlCorePrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlCorePrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlCore/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlCore/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlCompilerPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlCompilerPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlCompiler/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlCompiler/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlAssetDownloaderPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlAssetDownloaderPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlAssetDownloader/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QmlAssetDownloader/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Qml/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Qml/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QDocCatchPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QDocCatchPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QDocCatchGeneratorsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QDocCatchGeneratorsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QDocCatchConversionsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6QDocCatchConversionsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufWellKnownTypesPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufWellKnownTypesPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufWellKnownTypes/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufWellKnownTypes/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufQuickPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufQuickPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufQuick/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufQuick/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufQtGuiTypesPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufQtGuiTypesPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufQtGuiTypes/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufQtGuiTypes/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufQtCoreTypesPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufQtCoreTypesPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufQtCoreTypes/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufQtCoreTypes/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ProtobufPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Protobuf/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Protobuf/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6PrintSupportPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6PrintSupportPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6PrintSupport/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6PrintSupport/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6PositioningQuickPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6PositioningQuickPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6PositioningQuick/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6PositioningQuick/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6PositioningPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6PositioningPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Positioning/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Positioning/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6PngPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6PngPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6PacketProtocolPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6PacketProtocolPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6OpenGLWidgets/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6OpenGLWidgets/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6OpenGLPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6OpenGLPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6OpenGL/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6OpenGL/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6NfcPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6NfcPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Nfc/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Nfc/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6NetworkPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6NetworkPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6NetworkAuthPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6NetworkAuthPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6NetworkAuth/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6NetworkAuth/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Network/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Network/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6MultimediaWidgetsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6MultimediaWidgetsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6MultimediaWidgets/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6MultimediaWidgets/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6MultimediaTestLibPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6MultimediaTestLibPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6MultimediaQuickPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6MultimediaQuickPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6MultimediaPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6MultimediaPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Multimedia/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Multimedia/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LottieVectorImageHelpersPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LottieVectorImageHelpersPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LottieVectorImageHelpers/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LottieVectorImageHelpers/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LottieVectorImageGeneratorPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LottieVectorImageGeneratorPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LottieTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LottieTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LottiePrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LottiePrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Lottie/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Lottie/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LocationPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LocationPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Location/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Location/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LinguistTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LinguistTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Linguist/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Linguist/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LanguageServerPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LanguageServerPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsWavefrontMeshPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsWavefrontMeshPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsWavefrontMesh/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsWavefrontMesh/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsSynchronizerPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsSynchronizerPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsSynchronizer/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsSynchronizer/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsSharedImagePrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsSharedImagePrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsSharedImage/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsSharedImage/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsSettingsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsSettingsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsSettings/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsSettings/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsQmlModelsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsQmlModelsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsQmlModels/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsQmlModels/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsPlatformPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsPlatformPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsPlatform/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsPlatform/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsFolderListModelPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsFolderListModelPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsFolderListModel/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsFolderListModel/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsAnimationPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsAnimationPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsAnimation/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6LabsAnimation/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6KmsSupportPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6KmsSupportPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6JsonRpcPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6JsonRpcPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6JpegPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6JpegPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6InputSupportPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6InputSupportPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6HttpServerPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6HttpServerPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6HttpServer/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6HttpServer/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6HostInfo/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6HostInfo/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6HelpPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6HelpPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Help/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Help/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6HarfbuzzPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6HarfbuzzPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GuiTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GuiTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GuiPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GuiPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Gui/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Gui/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GrpcTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GrpcTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GrpcQuickPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GrpcQuickPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GrpcQuick/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GrpcQuick/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GrpcPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GrpcPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Grpc/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Grpc/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GraphsWidgetsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GraphsWidgetsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GraphsWidgets/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GraphsWidgets/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GraphsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6GraphsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Graphs/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Graphs/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6FbSupportPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6FbSupportPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6FFmpegMediaPluginImplPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6FFmpegMediaPluginImplPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ExampleIconsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ExampleIconsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6EglFsKmsSupportPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DeviceDiscoverySupportPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DesignerPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DesignerPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DesignerComponentsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DesignerComponentsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Designer/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Designer/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DataVisualizationQmlPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DataVisualizationQmlPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DataVisualizationQml/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DataVisualizationQml/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DataVisualizationPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DataVisualizationPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DataVisualization/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DataVisualization/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DBusTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DBusTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DBusPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DBusPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DBus/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6DBus/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CorePrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CorePrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core5CompatPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core5CompatPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core5Compat/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core5Compat/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Connectivity/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Connectivity/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Concurrent/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Concurrent/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ChartsQmlPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ChartsQmlPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ChartsQml/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ChartsQml/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ChartsPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6ChartsPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Charts/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Charts/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6BundledResonanceAudio/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6BundledResonanceAudio/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6BundledPhysX/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6BundledPhysX/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6BundledOpenXR/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6BundledOpenXR/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6BundledLibpng/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6BundledLibpng/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6BundledLibjpeg/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6BundledLibjpeg/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6BundledEmbree/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6BundledEmbree/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6BuildInternals/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6BuildInternals/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6BluetoothPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6BluetoothPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Bluetooth/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Bluetooth/qt6-config.cmake" + mode: "config" + reason: "no_exist" + found: + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Config.cmake" + mode: "config" + version: "6.10.2" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr/local" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - + kind: "try_compile-v1" + backtrace: + - "/usr/local/share/cmake-4.3/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/local/share/cmake-4.3/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/FindWrapAtomic.cmake:36 (check_cxx_source_compiles)" + - ".qtcreator/cmake-helper/maintenance_tool_provider.cmake:259 (find_package)" + - "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)" + - "/usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:36 (_qt_internal_find_third_party_dependencies)" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:42 (include)" + - ".qtcreator/cmake-helper/maintenance_tool_provider.cmake:234 (find_package)" + - "CMakeLists.txt:6 (find_package)" + checks: + - "Performing Test HAVE_STDATOMIC" + directories: + source: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/CMakeScratch/TryCompile-PeYBGe" + binary: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/CMakeScratch/TryCompile-PeYBGe" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_STDLIB_MODULES_JSON: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6;/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules;/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/3rdparty/kwin" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STDATOMIC" + cached: true + stdout: | + Change Dir: '/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/CMakeScratch/TryCompile-PeYBGe' + + Run Build Command(s): /usr/bin/ninja -v cmTC_7324e + [1/2] /bin/g++ -DHAVE_STDATOMIC -fPIE -o CMakeFiles/cmTC_7324e.dir/src.cxx.o -c /home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/CMakeScratch/TryCompile-PeYBGe/src.cxx + [2/2] : && /bin/g++ CMakeFiles/cmTC_7324e.dir/src.cxx.o -o cmTC_7324e && : + + exitCode: 0 + - + kind: "find_package-v1" + backtrace: + - ".qtcreator/cmake-helper/maintenance_tool_provider.cmake:252 (find_package)" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:43 (_qt_internal_find_tool_dependencies)" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:42 (include)" + - ".qtcreator/cmake-helper/maintenance_tool_provider.cmake:234 (find_package)" + - "CMakeLists.txt:6 (find_package)" + name: "Qt6CoreTools" + configs: + - + filename: "Qt6CoreTools.cps" + kind: "cps" + - + filename: "qt6coretools.cps" + kind: "cps" + - + filename: "Qt6CoreToolsConfig.cmake" + kind: "cmake" + - + filename: "qt6coretools-config.cmake" + kind: "cmake" + version_request: + version: "6.10.2" + version_complete: "6.10.2" + exact: false + settings: + required: "optional" + quiet: true + global: false + policy_scope: true + bypass_provider: true + names: + - "Qt6CoreTools" + search_paths: + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/.." + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake" + - "/home/k4/Qt/6.10.2/gcc_64" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules" + - "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/3rdparty/kwin" + path_suffixes: + - "" + paths: + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true + CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true + CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true + CMAKE_FIND_ROOT_PATH_MODE: "BOTH" + candidates: + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/lib/x86_64-linux-gnu/cps/Qt6CoreTools.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/lib/x86_64-linux-gnu/cps/qt6coretools.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/lib/cps/Qt6CoreTools.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/lib/cps/qt6coretools.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/share/cps/Qt6CoreTools.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/share/cps/qt6coretools.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + found: + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake" + mode: "config" + version: "6.10.2" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr/local" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - + kind: "find_package-v1" + backtrace: + - ".qtcreator/cmake-helper/maintenance_tool_provider.cmake:234 (find_package)" + - "CMakeLists.txt:6 (find_package)" + name: "Qt6Core" + configs: + - + filename: "Qt6Core.cps" + kind: "cps" + - + filename: "qt6core.cps" + kind: "cps" + - + filename: "Qt6CoreConfig.cmake" + kind: "cmake" + - + filename: "qt6core-config.cmake" + kind: "cmake" + version_request: + exact: false + settings: + required: "optional" + quiet: true + global: false + policy_scope: true + bypass_provider: true + names: + - "Qt6Core" + search_paths: + - "/home/k4/Qt/6.10.2/gcc_64" + path_suffixes: + - "" + paths: + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true + CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true + CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true + CMAKE_FIND_ROOT_PATH_MODE: "BOTH" + candidates: + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/Qt6CoreConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/qt6core-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/lib/x86_64-linux-gnu/cps/Qt6Core.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/lib/x86_64-linux-gnu/cps/qt6core.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/lib/cps/Qt6Core.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/lib/cps/qt6core.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/share/cps/Qt6Core.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/share/cps/qt6core.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/Qt6CoreConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/qt6core-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/x86_64-linux-gnu/cps/Qt6Core.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/x86_64-linux-gnu/cps/qt6core.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cps/Qt6Core.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cps/qt6core.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/share/cps/Qt6Core.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/share/cps/qt6core.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/qt6core-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CorePrivate/Qt6CoreConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CorePrivate/qt6core-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core5CompatPrivate/Qt6CoreConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core5CompatPrivate/qt6core-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core5Compat/Qt6CoreConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core5Compat/qt6core-config.cmake" + mode: "config" + reason: "no_exist" + found: + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake" + mode: "config" + version: "6.10.2" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr/local" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - + kind: "find_package-v1" + backtrace: + - ".qtcreator/cmake-helper/maintenance_tool_provider.cmake:259 (find_package)" + - "/usr/local/share/cmake-4.3/Modules/FindGTest.cmake:345 (find_package)" + - ".qtcreator/cmake-helper/maintenance_tool_provider.cmake:259 (find_package)" + - "tests/CMakeLists.txt:1 (find_package)" + name: "GTest" + configs: + - + filename: "GTest.cps" + kind: "cps" + - + filename: "gtest.cps" + kind: "cps" + - + filename: "GTestConfig.cmake" + kind: "cmake" + - + filename: "gtest-config.cmake" + kind: "cmake" + version_request: + exact: false + settings: + required: "optional" + quiet: true + global: false + policy_scope: true + bypass_provider: true + names: + - "GTest" + path_suffixes: + - "" + paths: + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true + CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true + CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true + CMAKE_FIND_ROOT_PATH_MODE: "BOTH" + candidates: + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/GTestConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/gtest-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/lib/x86_64-linux-gnu/cps/GTest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/lib/x86_64-linux-gnu/cps/gtest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/lib/cps/GTest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/lib/cps/gtest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/share/cps/GTest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/pkgRedirects/share/cps/gtest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/GTestConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/gtest-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/x86_64-linux-gnu/cps/GTest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/x86_64-linux-gnu/cps/gtest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cps/GTest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/lib/cps/gtest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/share/cps/GTest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/home/k4/Qt/6.10.2/gcc_64/share/cps/gtest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/GTestConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/local/gtest-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/usr/local/lib/x86_64-linux-gnu/cps/GTest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/lib/x86_64-linux-gnu/cps/gtest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/lib/cps/GTest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/lib/cps/gtest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/share/cps/GTest.cps" + mode: "cps" + reason: "no_exist" + - + path: "/usr/local/share/cps/gtest.cps" + mode: "cps" + reason: "no_exist" + found: + path: "/usr/local/lib/cmake/GTest/GTestConfig.cmake" + mode: "config" + version: "1.16.0" + search_context: + CMAKE_PREFIX_PATH: + - "/home/k4/Qt/6.10.2/gcc_64" + ENV{PATH}: + - "/usr/local/sbin" + - "/usr/local/bin" + - "/usr/sbin" + - "/usr/bin" + - "/sbin" + - "/bin" + - "/usr/games" + - "/usr/local/games" + - "/snap/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + - "/usr/local/bin" + - "/home/k4/Qt/Tools/Ninja" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/usr/local" + - "/usr" + - "/" + - "/usr/local" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" +... diff --git a/CMakeFiles/InstallScripts.json b/CMakeFiles/InstallScripts.json new file mode 100644 index 0000000..992c5a5 --- /dev/null +++ b/CMakeFiles/InstallScripts.json @@ -0,0 +1,10 @@ +{ + "InstallScripts" : + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/cmake_install.cmake", + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/cmake_install.cmake", + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/cmake_install.cmake", + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/cmake_install.cmake" + ], + "Parallel" : false +} diff --git a/CMakeFiles/TargetDirectories.txt b/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..67405a0 --- /dev/null +++ b/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,20 @@ +/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/test.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/edit_cache.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/rebuild_cache.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/app.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/app_lib.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/test.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/edit_cache.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/rebuild_cache.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/app_autogen_timestamp_deps.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/app_autogen.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/app_lib_autogen_timestamp_deps.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/app_lib_autogen.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/CMakeFiles/ctrl_algo.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/CMakeFiles/test.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/CMakeFiles/edit_cache.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/CMakeFiles/rebuild_cache.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/CMakeFiles/tests.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/CMakeFiles/test.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/CMakeFiles/edit_cache.dir +/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/CMakeFiles/rebuild_cache.dir diff --git a/CMakeFiles/clean_additional.cmake b/CMakeFiles/clean_additional.cmake new file mode 100644 index 0000000..439b644 --- /dev/null +++ b/CMakeFiles/clean_additional.cmake @@ -0,0 +1,13 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "app/CMakeFiles/app_autogen.dir/AutogenUsed.txt" + "app/CMakeFiles/app_autogen.dir/ParseCache.txt" + "app/CMakeFiles/app_lib_autogen.dir/AutogenUsed.txt" + "app/CMakeFiles/app_lib_autogen.dir/ParseCache.txt" + "app/app_autogen" + "app/app_lib_autogen" + ) +endif() diff --git a/CMakeFiles/cmake.check_cache b/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/CMakeFiles/rules.ninja b/CMakeFiles/rules.ninja new file mode 100644 index 0000000..af292a2 --- /dev/null +++ b/CMakeFiles/rules.ninja @@ -0,0 +1,135 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 4.3 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: bbr-algo +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__app_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__app_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__app_lib_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__app_lib_Debug + command = $PRE_LINK && /usr/local/bin/cmake -E rm -f $TARGET_FILE && /bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__ctrl_algo_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX shared library. + +rule CXX_SHARED_LIBRARY_LINKER__ctrl_algo_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /bin/g++ -fPIC $LANGUAGE_COMPILE_FLAGS $ARCH_FLAGS $LINK_FLAGS $SONAME_FLAG$SONAME -o $TARGET_FILE $in $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX shared library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__tests_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__tests_Debug + depfile = $DEP_FILE + deps = gcc + command = $PRE_LINK && /bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/local/bin/cmake --regenerate-during-build -S/home/k4/tmp/bbr-algo/BinderBeispielRegler -B/home/k4/tmp/bbr-algo/BinderBeispielRegler + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /usr/local/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/CMakeLists.txt b/CMakeLists.txt index 01b6493..b82cf92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,13 +9,15 @@ set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) - option(BUILD_TARGET_SOM "TARGET_SOM" OFF) include_directories(app) add_subdirectory(app) +include_directories(controller) +add_subdirectory(controller) + # Ks the 'plant' of the regulatroy system # commented as long as 'MATLAB/extern/include' not avaliable # include_directories(ks) diff --git a/CTestTestfile.cmake b/CTestTestfile.cmake new file mode 100644 index 0000000..30c532a --- /dev/null +++ b/CTestTestfile.cmake @@ -0,0 +1,9 @@ +# CMake generated Testfile for +# Source directory: /home/k4/tmp/bbr-algo/BinderBeispielRegler +# Build directory: /home/k4/tmp/bbr-algo/BinderBeispielRegler +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs("app") +subdirs("controller") +subdirs("tests") diff --git a/Testing/Temporary/CTestCostData.txt b/Testing/Temporary/CTestCostData.txt deleted file mode 100644 index ed97d53..0000000 --- a/Testing/Temporary/CTestCostData.txt +++ /dev/null @@ -1 +0,0 @@ ---- diff --git a/Testing/Temporary/LastTest.log b/Testing/Temporary/LastTest.log deleted file mode 100644 index db26a29..0000000 --- a/Testing/Temporary/LastTest.log +++ /dev/null @@ -1,3 +0,0 @@ -Start testing: Mar 19 16:16 CET ----------------------------------------------------------- -End testing: Mar 19 16:16 CET diff --git a/app/CMakeFiles/app.dir/app_autogen/mocs_compilation.cpp.o b/app/CMakeFiles/app.dir/app_autogen/mocs_compilation.cpp.o new file mode 100644 index 0000000..cbc1a85 Binary files /dev/null and b/app/CMakeFiles/app.dir/app_autogen/mocs_compilation.cpp.o differ diff --git a/app/CMakeFiles/app.dir/main.cpp.o b/app/CMakeFiles/app.dir/main.cpp.o new file mode 100644 index 0000000..8d22819 Binary files /dev/null and b/app/CMakeFiles/app.dir/main.cpp.o differ diff --git a/app/CMakeFiles/app_autogen.dir/AutogenInfo.json b/app/CMakeFiles/app_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..2033f33 --- /dev/null +++ b/app/CMakeFiles/app_autogen.dir/AutogenInfo.json @@ -0,0 +1,87 @@ +{ + "BUILD_DIR" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen", + "CMAKE_BINARY_DIR" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler", + "CMAKE_CURRENT_BINARY_DIR" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app", + "CMAKE_EXECUTABLE" : "/usr/local/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeLists.txt", + "/usr/local/share/cmake-4.3/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/deps", + "DEP_FILE_RULE_NAME" : "app_autogen/timestamp", + "HEADERS" : [], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/include", + "MOC_COMPILATION_FILE" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_QML_DEBUG" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app", + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller", + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/include", + "/home/k4/Qt/6.10.2/gcc_64/include/QtCore", + "/home/k4/Qt/6.10.2/gcc_64/include", + "/home/k4/Qt/6.10.2/gcc_64/mkspecs/linux-g++", + "/opt/gcc-15/include/c++/15.1.0", + "/opt/gcc-15/include/c++/15.1.0/x86_64-pc-linux-gnu", + "/opt/gcc-15/include/c++/15.1.0/backward", + "/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include", + "/usr/local/include", + "/opt/gcc-15/include", + "/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include-fixed", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : + [ + "Q_OBJECT", + "Q_GADGET", + "Q_NAMESPACE", + "Q_NAMESPACE_EXPORT", + "Q_GADGET_EXPORT", + "Q_ENUM_NS" + ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/bin/g++", + "-std=gnu++17", + "-w", + "-dM", + "-E", + "/usr/local/share/cmake-4.3/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 8, + "PARSE_CACHE_FILE" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/app_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/home/k4/Qt/6.10.2/gcc_64/libexec/moc", + "QT_UIC_EXECUTABLE" : "", + "QT_VERSION_MAJOR" : 6, + "QT_VERSION_MINOR" : 10, + "SETTINGS_FILE" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/app_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/main.cpp", "MU", null ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : true, + "VERBOSITY" : 0 +} diff --git a/app/CMakeFiles/app_autogen.dir/AutogenUsed.txt b/app/CMakeFiles/app_autogen.dir/AutogenUsed.txt new file mode 100644 index 0000000..f8078ff --- /dev/null +++ b/app/CMakeFiles/app_autogen.dir/AutogenUsed.txt @@ -0,0 +1 @@ +moc:9b507e62c3541f8d8e4eaadf4d51eecb447668b74870a35487ba071ed07d9709 diff --git a/app/CMakeFiles/app_autogen.dir/ParseCache.txt b/app/CMakeFiles/app_autogen.dir/ParseCache.txt new file mode 100644 index 0000000..baa054a --- /dev/null +++ b/app/CMakeFiles/app_autogen.dir/ParseCache.txt @@ -0,0 +1,2 @@ +# Generated by CMake. Changes will be overwritten. +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/main.cpp diff --git a/app/CMakeFiles/app_lib.dir/Controller.cpp.o b/app/CMakeFiles/app_lib.dir/Controller.cpp.o new file mode 100644 index 0000000..11bd025 Binary files /dev/null and b/app/CMakeFiles/app_lib.dir/Controller.cpp.o differ diff --git a/app/CMakeFiles/app_lib.dir/app_lib_autogen/mocs_compilation.cpp.o b/app/CMakeFiles/app_lib.dir/app_lib_autogen/mocs_compilation.cpp.o new file mode 100644 index 0000000..f7ba80c Binary files /dev/null and b/app/CMakeFiles/app_lib.dir/app_lib_autogen/mocs_compilation.cpp.o differ diff --git a/app/CMakeFiles/app_lib.dir/climate-algorithm.cpp.o b/app/CMakeFiles/app_lib.dir/climate-algorithm.cpp.o new file mode 100644 index 0000000..34d8145 Binary files /dev/null and b/app/CMakeFiles/app_lib.dir/climate-algorithm.cpp.o differ diff --git a/app/CMakeFiles/app_lib.dir/datamodel.cpp.o b/app/CMakeFiles/app_lib.dir/datamodel.cpp.o new file mode 100644 index 0000000..ec5ed97 Binary files /dev/null and b/app/CMakeFiles/app_lib.dir/datamodel.cpp.o differ diff --git a/app/CMakeFiles/app_lib.dir/dataset.cpp.o b/app/CMakeFiles/app_lib.dir/dataset.cpp.o new file mode 100644 index 0000000..2302e47 Binary files /dev/null and b/app/CMakeFiles/app_lib.dir/dataset.cpp.o differ diff --git a/app/CMakeFiles/app_lib.dir/filter.cpp.o b/app/CMakeFiles/app_lib.dir/filter.cpp.o new file mode 100644 index 0000000..3988090 Binary files /dev/null and b/app/CMakeFiles/app_lib.dir/filter.cpp.o differ diff --git a/app/CMakeFiles/app_lib.dir/main.cpp.o b/app/CMakeFiles/app_lib.dir/main.cpp.o new file mode 100644 index 0000000..8d22819 Binary files /dev/null and b/app/CMakeFiles/app_lib.dir/main.cpp.o differ diff --git a/app/CMakeFiles/app_lib.dir/pid.cpp.o b/app/CMakeFiles/app_lib.dir/pid.cpp.o new file mode 100644 index 0000000..9116235 Binary files /dev/null and b/app/CMakeFiles/app_lib.dir/pid.cpp.o differ diff --git a/app/CMakeFiles/app_lib.dir/pwm.cpp.o b/app/CMakeFiles/app_lib.dir/pwm.cpp.o new file mode 100644 index 0000000..21caef9 Binary files /dev/null and b/app/CMakeFiles/app_lib.dir/pwm.cpp.o differ diff --git a/app/CMakeFiles/app_lib_autogen.dir/AutogenInfo.json b/app/CMakeFiles/app_lib_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..582d325 --- /dev/null +++ b/app/CMakeFiles/app_lib_autogen.dir/AutogenInfo.json @@ -0,0 +1,157 @@ +{ + "BUILD_DIR" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen", + "CMAKE_BINARY_DIR" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler", + "CMAKE_CURRENT_BINARY_DIR" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app", + "CMAKE_EXECUTABLE" : "/usr/local/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeLists.txt", + "/usr/local/share/cmake-4.3/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/deps", + "DEP_FILE_RULE_NAME" : "app_lib_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/climate-algorithm.h", + "MU", + "EWIEGA46WW/moc_climate-algorithm.cpp", + null + ], + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/datamodel.h", + "MU", + "EWIEGA46WW/moc_datamodel.cpp", + null + ], + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/dataset.h", + "MU", + "EWIEGA46WW/moc_dataset.cpp", + null + ], + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/filter.h", + "MU", + "EWIEGA46WW/moc_filter.cpp", + null + ], + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pid.h", + "MU", + "EWIEGA46WW/moc_pid.cpp", + null + ], + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pwm.h", + "MU", + "EWIEGA46WW/moc_pwm.cpp", + null + ], + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/text-templates.h", + "MU", + "EWIEGA46WW/moc_text-templates.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include", + "MOC_COMPILATION_FILE" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_QML_DEBUG" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app", + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller", + "/home/k4/Qt/6.10.2/gcc_64/include/QtCore", + "/home/k4/Qt/6.10.2/gcc_64/include", + "/opt/gcc-15/include/c++/15.1.0", + "/opt/gcc-15/include/c++/15.1.0/x86_64-pc-linux-gnu", + "/opt/gcc-15/include/c++/15.1.0/backward", + "/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include", + "/usr/local/include", + "/opt/gcc-15/include", + "/opt/gcc-15/lib/gcc/x86_64-pc-linux-gnu/15.1.0/include-fixed", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : + [ + "Q_OBJECT", + "Q_GADGET", + "Q_NAMESPACE", + "Q_NAMESPACE_EXPORT", + "Q_GADGET_EXPORT", + "Q_ENUM_NS" + ], + "MOC_OPTIONS" : [ "--output-json" ], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/bin/g++", + "-std=gnu++17", + "-w", + "-dM", + "-E", + "/usr/local/share/cmake-4.3/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/mocs_compilation.cpp" + ], + "MULTI_CONFIG" : false, + "PARALLEL" : 8, + "PARSE_CACHE_FILE" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/app_lib_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/home/k4/Qt/6.10.2/gcc_64/libexec/moc", + "QT_UIC_EXECUTABLE" : "", + "QT_VERSION_MAJOR" : 6, + "QT_VERSION_MINOR" : 10, + "SETTINGS_FILE" : "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/app_lib_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/climate-algorithm.cpp", + "MU", + null + ], + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/datamodel.cpp", + "MU", + null + ], + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/dataset.cpp", + "MU", + null + ], + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/filter.cpp", + "MU", + null + ], + [ "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/main.cpp", "MU", null ], + [ "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pid.cpp", "MU", null ], + [ "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pwm.cpp", "MU", null ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : + [ + "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/mocs_compilation.cpp" + ], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : true, + "VERBOSITY" : 0 +} diff --git a/app/CMakeFiles/app_lib_autogen.dir/AutogenUsed.txt b/app/CMakeFiles/app_lib_autogen.dir/AutogenUsed.txt new file mode 100644 index 0000000..5e28ef2 --- /dev/null +++ b/app/CMakeFiles/app_lib_autogen.dir/AutogenUsed.txt @@ -0,0 +1 @@ +moc:eec3a0710a105d745ac38070a58709d5d4d80dc5ecaed2a438e8cb4ba15f1f7a diff --git a/app/CMakeFiles/app_lib_autogen.dir/ParseCache.txt b/app/CMakeFiles/app_lib_autogen.dir/ParseCache.txt new file mode 100644 index 0000000..97322dc --- /dev/null +++ b/app/CMakeFiles/app_lib_autogen.dir/ParseCache.txt @@ -0,0 +1,15 @@ +# Generated by CMake. Changes will be overwritten. +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/datamodel.h +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/datamodel.cpp +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pid.cpp +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pwm.cpp +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/filter.h +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/filter.cpp +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/main.cpp +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pid.h +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/dataset.h +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pwm.h +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/climate-algorithm.cpp +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/text-templates.h +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/dataset.cpp +/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/climate-algorithm.h diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 15c8f84..3109611 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -3,12 +3,16 @@ qt_standard_project_setup() + +include_directories(../controller) + + qt_add_executable(app main.cpp ) qt_add_library(app_lib STATIC + main.cpp filter.h main.cpp filter.cpp - Controller.hpp main.cpp Controller.cpp pwm.h pwm.cpp climate-algorithm.h climate-algorithm.cpp pid.h pid.cpp @@ -25,5 +29,6 @@ target_include_directories(app_lib PRIVATE ${Qt6Core_INCLUDE_DIRS}) # add_executable(app main.cpp filter.cpp) target_link_libraries(app PRIVATE app_lib + ctrl_algo Qt::Core ) diff --git a/app/app b/app/app new file mode 100755 index 0000000..0c64473 Binary files /dev/null and b/app/app differ diff --git a/app/app_autogen/deps b/app/app_autogen/deps new file mode 100644 index 0000000..c164902 --- /dev/null +++ b/app/app_autogen/deps @@ -0,0 +1,5 @@ +app_autogen/timestamp: \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeLists.txt \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/main.cpp \ + /usr/local/share/cmake-4.3/Modules/GNUInstallDirs.cmake \ + /usr/local/bin/cmake diff --git a/app/app_autogen/moc_predefs.h b/app/app_autogen/moc_predefs.h new file mode 100644 index 0000000..78d8c53 --- /dev/null +++ b/app/app_autogen/moc_predefs.h @@ -0,0 +1,473 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __LDBL_MANT_DIG__ 64 +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define __cpp_inheriting_constructors 201511L +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __DEC64X_MAX_EXP__ 6145 +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __STDC_EMBED_EMPTY__ 2 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __DEC64X_EPSILON__ 1E-33D64x +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 15 +#define __GXX_RTTI 1 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __DEC64X_MAX__ 9.999999999999999999999999999999999E6144D64x +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 15 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1020 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "15.1.0" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define __DEC64X_MIN__ 1E-6143D64x +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __cpp_decltype 200707L +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC64X_MANT_DIG__ 34 +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __STDC_EMBED_FOUND__ 1 +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __STDC_EMBED_NOT_FOUND__ 0 +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __DEC64X_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143D64x +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define QT_QML_DEBUG 1 +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __DEC64X_MIN_EXP__ (-6142) +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __GXX_CONSTEXPR_ASM__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __cpp_return_type_deduction 201304L +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 0 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define ARCHITECTURE_ID "x86_64" +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 1 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/app/app_autogen/mocs_compilation.cpp b/app/app_autogen/mocs_compilation.cpp new file mode 100644 index 0000000..bda67f7 --- /dev/null +++ b/app/app_autogen/mocs_compilation.cpp @@ -0,0 +1,3 @@ +// This file is autogenerated. Changes will be overwritten. +// No files found that require moc or the moc files are included +enum some_compilers { need_more_than_nothing }; diff --git a/app/app_autogen/timestamp b/app/app_autogen/timestamp new file mode 100644 index 0000000..e69de29 diff --git a/app/app_lib_autogen/deps b/app/app_lib_autogen/deps new file mode 100644 index 0000000..1673d69 --- /dev/null +++ b/app/app_lib_autogen/deps @@ -0,0 +1,18 @@ +app_lib_autogen/timestamp: \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeLists.txt \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/climate-algorithm.cpp \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/climate-algorithm.h \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/datamodel.cpp \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/datamodel.h \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/dataset.cpp \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/dataset.h \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/filter.cpp \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/filter.h \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/main.cpp \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pid.cpp \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pid.h \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pwm.cpp \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pwm.h \ + /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/text-templates.h \ + /usr/local/share/cmake-4.3/Modules/GNUInstallDirs.cmake \ + /usr/local/bin/cmake diff --git a/app/app_lib_autogen/moc_predefs.h b/app/app_lib_autogen/moc_predefs.h new file mode 100644 index 0000000..cb115cb --- /dev/null +++ b/app/app_lib_autogen/moc_predefs.h @@ -0,0 +1,472 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __LDBL_MANT_DIG__ 64 +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define __cpp_inheriting_constructors 201511L +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __DEC64X_MAX_EXP__ 6145 +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __STDC_EMBED_EMPTY__ 2 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __DEC64X_EPSILON__ 1E-33D64x +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 15 +#define __GXX_RTTI 1 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __DEC64X_MAX__ 9.999999999999999999999999999999999E6144D64x +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 15 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1020 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "15.1.0" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define __DEC64X_MIN__ 1E-6143D64x +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __cpp_decltype 200707L +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC64X_MANT_DIG__ 34 +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __STDC_EMBED_FOUND__ 1 +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __STDC_EMBED_NOT_FOUND__ 0 +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __DEC64X_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143D64x +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define QT_QML_DEBUG 1 +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __DEC64X_MIN_EXP__ (-6142) +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __GXX_CONSTEXPR_ASM__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __cpp_return_type_deduction 201304L +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 0 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define ARCHITECTURE_ID "x86_64" +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 1 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/app/app_lib_autogen/mocs_compilation.cpp b/app/app_lib_autogen/mocs_compilation.cpp new file mode 100644 index 0000000..bda67f7 --- /dev/null +++ b/app/app_lib_autogen/mocs_compilation.cpp @@ -0,0 +1,3 @@ +// This file is autogenerated. Changes will be overwritten. +// No files found that require moc or the moc files are included +enum some_compilers { need_more_than_nothing }; diff --git a/app/app_lib_autogen/timestamp b/app/app_lib_autogen/timestamp new file mode 100644 index 0000000..e69de29 diff --git a/app/cmake_install.cmake b/app/cmake_install.cmake new file mode 100644 index 0000000..87ed31c --- /dev/null +++ b/app/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/k4/tmp/bbr-algo/BinderBeispielRegler/app + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/tmp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/app/datamodel.h b/app/datamodel.h index 3de8c40..ee7afdf 100644 --- a/app/datamodel.h +++ b/app/datamodel.h @@ -1,6 +1,17 @@ #ifndef DATAMODEL_H #define DATAMODEL_H +/* +File: datamodel.h +Description: This is a C++ source file containing definitions for the project's datamodel . +Rev: 0.1 +Created: 20.03.2026 +Author: Uwe Jakobeit +Copyright: Binder GmbH TUT +Purpose: Definitions, constants used by the datamodel are collected here +Notes: [Any relevant details, such as dependencies, usage examples, or known issues.] +*/ + #include "dataset.h" diff --git a/app/libapp_lib.a b/app/libapp_lib.a new file mode 100644 index 0000000..c7d5470 Binary files /dev/null and b/app/libapp_lib.a differ diff --git a/app/main.cpp b/app/main.cpp index 55bdef2..24ec338 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -1,30 +1,58 @@ #include #include +#include +#include +#include + +// evaluate keyboard hits +// return 0 - no keyboard hit detected +// return 1 - keyboard hit detected +int kbhit() { + struct termios oldt, newt; + int ch; + int oldf; + + tcgetattr(STDIN_FILENO, &oldt); + newt = oldt; + newt.c_lflag &= ~(ICANON | ECHO); + tcsetattr(STDIN_FILENO, TCSANOW, &newt); + oldf = fcntl(STDIN_FILENO, F_GETFL, 0); + fcntl(STDIN_FILENO, F_SETFL, oldf | O_NONBLOCK); + + ch = getchar(); + + tcsetattr(STDIN_FILENO, TCSANOW, &oldt); + fcntl(STDIN_FILENO, F_SETFL, oldf); + + if (ch != EOF) { + ungetc(ch, stdin); + return 1; + } + return 0; +} #include "Controller.hpp" + +// entry point for controller app +// no arguments used (yet) +// program stops on any keyboard hit int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); - // Set up code that uses the Qt event loop here. - // Call QCoreApplication::quit() or QCoreApplication::exit() to quit the application. - // A not very useful example would be including - // #include - // near the top of the file and calling - // QTimer::singleShot(5000, &a, &QCoreApplication::quit); - // which quits the application after 5 seconds. - - // If you do not need a running Qt event loop, remove the call - // to QCoreApplication::exec() or use the Non-Qt Plain C++ Application template. - - Controller bbr; - - - qDebug() << "Perform one bbr setp"; - bbr.step(); + Controller bbr; // create controller instance + // loop endlessly until keybord hit + qDebug() << "Press any key to stop ..."; + while(!kbhit()) + { + qDebug() << "Perform bbr setp"; + bbr.step(); + usleep(200000); // 200ms delay + } return 0; + // todo uj 30.03.26 - uncomment if needed // return QCoreApplication::exec(); } diff --git a/app/meta_types/app_lib_json_file_list.txt b/app/meta_types/app_lib_json_file_list.txt new file mode 100644 index 0000000..e69de29 diff --git a/app/meta_types/app_lib_json_file_list.txt.timestamp b/app/meta_types/app_lib_json_file_list.txt.timestamp new file mode 100644 index 0000000..05301cb Binary files /dev/null and b/app/meta_types/app_lib_json_file_list.txt.timestamp differ diff --git a/app/meta_types/qt6app_lib_metatypes.json b/app/meta_types/qt6app_lib_metatypes.json new file mode 100644 index 0000000..0d4f101 --- /dev/null +++ b/app/meta_types/qt6app_lib_metatypes.json @@ -0,0 +1,2 @@ +[ +] diff --git a/app/meta_types/qt6app_lib_metatypes.json.gen b/app/meta_types/qt6app_lib_metatypes.json.gen new file mode 100644 index 0000000..0d4f101 --- /dev/null +++ b/app/meta_types/qt6app_lib_metatypes.json.gen @@ -0,0 +1,2 @@ +[ +] diff --git a/build.ninja b/build.ninja new file mode 100644 index 0000000..79dd2f9 --- /dev/null +++ b/build.ninja @@ -0,0 +1,634 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 4.3 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: bbr-algo +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/k4/tmp/bbr-algo/BinderBeispielRegler/ + +############################################# +# Utility command for test + +build CMakeFiles/test.util: CUSTOM_COMMAND + COMMAND = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler && /usr/local/bin/ctest + DESC = Running tests... + pool = console + restat = 1 + +build test: phony CMakeFiles/test.util + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler && /usr/local/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler && /usr/local/bin/cmake --regenerate-during-build -S/home/k4/tmp/bbr-algo/BinderBeispielRegler -B/home/k4/tmp/bbr-algo/BinderBeispielRegler + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for EXECUTABLE target app + + +############################################# +# Order-only phony target for app + +build cmake_object_order_depends_target_app: phony || app/app_autogen app/app_autogen/mocs_compilation.cpp app/app_autogen/timestamp app/app_autogen_timestamp_deps cmake_object_order_depends_target_app_lib cmake_object_order_depends_target_ctrl_algo + +build app/CMakeFiles/app.dir/app_autogen/mocs_compilation.cpp.o: CXX_COMPILER__app_unscanned_Debug /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_app + CONFIG = Debug + DEFINES = -DQT_CORE_LIB -DQT_QML_DEBUG + DEP_FILE = app/CMakeFiles/app.dir/app_autogen/mocs_compilation.cpp.o.d + FLAGS = -g -std=gnu++17 -fPIE -fdiagnostics-color=always -fPIC + INCLUDES = -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/include -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/../controller -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/include -isystem /home/k4/Qt/6.10.2/gcc_64/include/QtCore -isystem /home/k4/Qt/6.10.2/gcc_64/include -isystem /home/k4/Qt/6.10.2/gcc_64/mkspecs/linux-g++ + OBJECT_DIR = app/CMakeFiles/app.dir + OBJECT_FILE_DIR = app/CMakeFiles/app.dir/app_autogen + TARGET_COMPILE_PDB = app/CMakeFiles/app.dir/ + TARGET_PDB = app/app.pdb + TARGET_SUPPORT_DIR = app/CMakeFiles/app.dir + +build app/CMakeFiles/app.dir/main.cpp.o: CXX_COMPILER__app_unscanned_Debug /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/main.cpp || cmake_object_order_depends_target_app + CONFIG = Debug + DEFINES = -DQT_CORE_LIB -DQT_QML_DEBUG + DEP_FILE = app/CMakeFiles/app.dir/main.cpp.o.d + FLAGS = -g -std=gnu++17 -fPIE -fdiagnostics-color=always -fPIC + INCLUDES = -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/include -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/../controller -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/include -isystem /home/k4/Qt/6.10.2/gcc_64/include/QtCore -isystem /home/k4/Qt/6.10.2/gcc_64/include -isystem /home/k4/Qt/6.10.2/gcc_64/mkspecs/linux-g++ + OBJECT_DIR = app/CMakeFiles/app.dir + OBJECT_FILE_DIR = app/CMakeFiles/app.dir + TARGET_COMPILE_PDB = app/CMakeFiles/app.dir/ + TARGET_PDB = app/app.pdb + TARGET_SUPPORT_DIR = app/CMakeFiles/app.dir + + +# ============================================================================= +# Link build statements for EXECUTABLE target app + + +############################################# +# Link the executable app/app + +build app/app: CXX_EXECUTABLE_LINKER__app_Debug app/CMakeFiles/app.dir/app_autogen/mocs_compilation.cpp.o app/CMakeFiles/app.dir/main.cpp.o | app/libapp_lib.a controller/libctrl_algo.so /home/k4/Qt/6.10.2/gcc_64/lib/libQt6Core.so.6.10.2 || app/app_autogen app/app_autogen_timestamp_deps app/libapp_lib.a controller/libctrl_algo.so + CONFIG = Debug + DEP_FILE = app/CMakeFiles/app.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=app/CMakeFiles/app.dir/link.d + LINK_LIBRARIES = -Wl,-rpath,/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller:/home/k4/Qt/6.10.2/gcc_64/lib app/libapp_lib.a controller/libctrl_algo.so /home/k4/Qt/6.10.2/gcc_64/lib/libQt6Core.so.6.10.2 + OBJECT_DIR = app/CMakeFiles/app.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = app/CMakeFiles/app.dir/ + TARGET_FILE = app/app + TARGET_PDB = app/app.pdb + TARGET_SUPPORT_DIR = app/CMakeFiles/app.dir + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target app_lib + + +############################################# +# Order-only phony target for app_lib + +build cmake_object_order_depends_target_app_lib: phony || app/app_lib_autogen app/app_lib_autogen/mocs_compilation.cpp app/app_lib_autogen/timestamp app/app_lib_autogen_timestamp_deps app/meta_types/app_lib_json_file_list.txt app/meta_types/app_lib_json_file_list.txt.timestamp app/meta_types/qt6app_lib_metatypes.json app/meta_types/qt6app_lib_metatypes.json.gen + +build app/CMakeFiles/app_lib.dir/app_lib_autogen/mocs_compilation.cpp.o: CXX_COMPILER__app_lib_unscanned_Debug /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_app_lib + CONFIG = Debug + DEFINES = -DQT_QML_DEBUG + DEP_FILE = app/CMakeFiles/app_lib.dir/app_lib_autogen/mocs_compilation.cpp.o.d + FLAGS = -g -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/../controller -I/home/k4/Qt/6.10.2/gcc_64/include/QtCore -I/home/k4/Qt/6.10.2/gcc_64/include + OBJECT_DIR = app/CMakeFiles/app_lib.dir + OBJECT_FILE_DIR = app/CMakeFiles/app_lib.dir/app_lib_autogen + TARGET_COMPILE_PDB = app/CMakeFiles/app_lib.dir/app_lib.pdb + TARGET_PDB = app/libapp_lib.pdb + TARGET_SUPPORT_DIR = app/CMakeFiles/app_lib.dir + +build app/CMakeFiles/app_lib.dir/main.cpp.o: CXX_COMPILER__app_lib_unscanned_Debug /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/main.cpp || cmake_object_order_depends_target_app_lib + CONFIG = Debug + DEFINES = -DQT_QML_DEBUG + DEP_FILE = app/CMakeFiles/app_lib.dir/main.cpp.o.d + FLAGS = -g -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/../controller -I/home/k4/Qt/6.10.2/gcc_64/include/QtCore -I/home/k4/Qt/6.10.2/gcc_64/include + OBJECT_DIR = app/CMakeFiles/app_lib.dir + OBJECT_FILE_DIR = app/CMakeFiles/app_lib.dir + TARGET_COMPILE_PDB = app/CMakeFiles/app_lib.dir/app_lib.pdb + TARGET_PDB = app/libapp_lib.pdb + TARGET_SUPPORT_DIR = app/CMakeFiles/app_lib.dir + +build app/CMakeFiles/app_lib.dir/filter.cpp.o: CXX_COMPILER__app_lib_unscanned_Debug /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/filter.cpp || cmake_object_order_depends_target_app_lib + CONFIG = Debug + DEFINES = -DQT_QML_DEBUG + DEP_FILE = app/CMakeFiles/app_lib.dir/filter.cpp.o.d + FLAGS = -g -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/../controller -I/home/k4/Qt/6.10.2/gcc_64/include/QtCore -I/home/k4/Qt/6.10.2/gcc_64/include + OBJECT_DIR = app/CMakeFiles/app_lib.dir + OBJECT_FILE_DIR = app/CMakeFiles/app_lib.dir + TARGET_COMPILE_PDB = app/CMakeFiles/app_lib.dir/app_lib.pdb + TARGET_PDB = app/libapp_lib.pdb + TARGET_SUPPORT_DIR = app/CMakeFiles/app_lib.dir + +build app/CMakeFiles/app_lib.dir/pwm.cpp.o: CXX_COMPILER__app_lib_unscanned_Debug /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pwm.cpp || cmake_object_order_depends_target_app_lib + CONFIG = Debug + DEFINES = -DQT_QML_DEBUG + DEP_FILE = app/CMakeFiles/app_lib.dir/pwm.cpp.o.d + FLAGS = -g -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/../controller -I/home/k4/Qt/6.10.2/gcc_64/include/QtCore -I/home/k4/Qt/6.10.2/gcc_64/include + OBJECT_DIR = app/CMakeFiles/app_lib.dir + OBJECT_FILE_DIR = app/CMakeFiles/app_lib.dir + TARGET_COMPILE_PDB = app/CMakeFiles/app_lib.dir/app_lib.pdb + TARGET_PDB = app/libapp_lib.pdb + TARGET_SUPPORT_DIR = app/CMakeFiles/app_lib.dir + +build app/CMakeFiles/app_lib.dir/climate-algorithm.cpp.o: CXX_COMPILER__app_lib_unscanned_Debug /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/climate-algorithm.cpp || cmake_object_order_depends_target_app_lib + CONFIG = Debug + DEFINES = -DQT_QML_DEBUG + DEP_FILE = app/CMakeFiles/app_lib.dir/climate-algorithm.cpp.o.d + FLAGS = -g -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/../controller -I/home/k4/Qt/6.10.2/gcc_64/include/QtCore -I/home/k4/Qt/6.10.2/gcc_64/include + OBJECT_DIR = app/CMakeFiles/app_lib.dir + OBJECT_FILE_DIR = app/CMakeFiles/app_lib.dir + TARGET_COMPILE_PDB = app/CMakeFiles/app_lib.dir/app_lib.pdb + TARGET_PDB = app/libapp_lib.pdb + TARGET_SUPPORT_DIR = app/CMakeFiles/app_lib.dir + +build app/CMakeFiles/app_lib.dir/pid.cpp.o: CXX_COMPILER__app_lib_unscanned_Debug /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/pid.cpp || cmake_object_order_depends_target_app_lib + CONFIG = Debug + DEFINES = -DQT_QML_DEBUG + DEP_FILE = app/CMakeFiles/app_lib.dir/pid.cpp.o.d + FLAGS = -g -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/../controller -I/home/k4/Qt/6.10.2/gcc_64/include/QtCore -I/home/k4/Qt/6.10.2/gcc_64/include + OBJECT_DIR = app/CMakeFiles/app_lib.dir + OBJECT_FILE_DIR = app/CMakeFiles/app_lib.dir + TARGET_COMPILE_PDB = app/CMakeFiles/app_lib.dir/app_lib.pdb + TARGET_PDB = app/libapp_lib.pdb + TARGET_SUPPORT_DIR = app/CMakeFiles/app_lib.dir + +build app/CMakeFiles/app_lib.dir/datamodel.cpp.o: CXX_COMPILER__app_lib_unscanned_Debug /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/datamodel.cpp || cmake_object_order_depends_target_app_lib + CONFIG = Debug + DEFINES = -DQT_QML_DEBUG + DEP_FILE = app/CMakeFiles/app_lib.dir/datamodel.cpp.o.d + FLAGS = -g -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/../controller -I/home/k4/Qt/6.10.2/gcc_64/include/QtCore -I/home/k4/Qt/6.10.2/gcc_64/include + OBJECT_DIR = app/CMakeFiles/app_lib.dir + OBJECT_FILE_DIR = app/CMakeFiles/app_lib.dir + TARGET_COMPILE_PDB = app/CMakeFiles/app_lib.dir/app_lib.pdb + TARGET_PDB = app/libapp_lib.pdb + TARGET_SUPPORT_DIR = app/CMakeFiles/app_lib.dir + +build app/CMakeFiles/app_lib.dir/dataset.cpp.o: CXX_COMPILER__app_lib_unscanned_Debug /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/dataset.cpp || cmake_object_order_depends_target_app_lib + CONFIG = Debug + DEFINES = -DQT_QML_DEBUG + DEP_FILE = app/CMakeFiles/app_lib.dir/dataset.cpp.o.d + FLAGS = -g -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/../controller -I/home/k4/Qt/6.10.2/gcc_64/include/QtCore -I/home/k4/Qt/6.10.2/gcc_64/include + OBJECT_DIR = app/CMakeFiles/app_lib.dir + OBJECT_FILE_DIR = app/CMakeFiles/app_lib.dir + TARGET_COMPILE_PDB = app/CMakeFiles/app_lib.dir/app_lib.pdb + TARGET_PDB = app/libapp_lib.pdb + TARGET_SUPPORT_DIR = app/CMakeFiles/app_lib.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target app_lib + + +############################################# +# Link the static library app/libapp_lib.a + +build app/libapp_lib.a: CXX_STATIC_LIBRARY_LINKER__app_lib_Debug app/CMakeFiles/app_lib.dir/app_lib_autogen/mocs_compilation.cpp.o app/CMakeFiles/app_lib.dir/main.cpp.o app/CMakeFiles/app_lib.dir/filter.cpp.o app/CMakeFiles/app_lib.dir/pwm.cpp.o app/CMakeFiles/app_lib.dir/climate-algorithm.cpp.o app/CMakeFiles/app_lib.dir/pid.cpp.o app/CMakeFiles/app_lib.dir/datamodel.cpp.o app/CMakeFiles/app_lib.dir/dataset.cpp.o || app/app_lib_autogen app/app_lib_autogen_timestamp_deps + CONFIG = Debug + LANGUAGE_COMPILE_FLAGS = -g + OBJECT_DIR = app/CMakeFiles/app_lib.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = app/CMakeFiles/app_lib.dir/app_lib.pdb + TARGET_FILE = app/libapp_lib.a + TARGET_PDB = app/libapp_lib.pdb + TARGET_SUPPORT_DIR = app/CMakeFiles/app_lib.dir + + +############################################# +# Utility command for test + +build app/CMakeFiles/test.util: CUSTOM_COMMAND + COMMAND = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler/app && /usr/local/bin/ctest + DESC = Running tests... + pool = console + restat = 1 + +build app/test: phony app/CMakeFiles/test.util + + +############################################# +# Utility command for edit_cache + +build app/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler/app && /usr/local/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build app/edit_cache: phony app/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build app/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler/app && /usr/local/bin/cmake --regenerate-during-build -S/home/k4/tmp/bbr-algo/BinderBeispielRegler -B/home/k4/tmp/bbr-algo/BinderBeispielRegler + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build app/rebuild_cache: phony app/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for app_autogen_timestamp_deps + +build app/app_autogen_timestamp_deps: phony app/libapp_lib.a controller/libctrl_algo.so + + +############################################# +# Utility command for app_autogen + +build app/app_autogen: phony app/CMakeFiles/app_autogen app/app_autogen/timestamp app/app_autogen/mocs_compilation.cpp app/app_autogen_timestamp_deps + + +############################################# +# Utility command for app_lib_autogen_timestamp_deps + +build app/app_lib_autogen_timestamp_deps: phony + + +############################################# +# Utility command for app_lib_autogen + +build app/app_lib_autogen: phony app/CMakeFiles/app_lib_autogen app/app_lib_autogen/timestamp app/app_lib_autogen/mocs_compilation.cpp app/app_lib_autogen_timestamp_deps + + +############################################# +# Custom command for app/app_autogen/timestamp + +build app/app_autogen/timestamp app/app_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}app/app_autogen/timestamp ${cmake_ninja_workdir}app/app_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /home/k4/Qt/6.10.2/gcc_64/libexec/moc || app/app_autogen_timestamp_deps app/app_lib_autogen app/app_lib_autogen_timestamp_deps app/libapp_lib.a controller/libctrl_algo.so + COMMAND = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler/app && /usr/local/bin/cmake -E cmake_autogen /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/app_autogen.dir/AutogenInfo.json Debug && /usr/local/bin/cmake -E touch /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/timestamp && /usr/local/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /home/k4/tmp/bbr-algo/BinderBeispielRegler /home/k4/tmp/bbr-algo/BinderBeispielRegler/app /home/k4/tmp/bbr-algo/BinderBeispielRegler /home/k4/tmp/bbr-algo/BinderBeispielRegler/app /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_autogen/deps /home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/d/5b47cd4673d9f6fa99ff935b3f3fed0a2939beb716c8e11654d4fbb3e4c18448.d + DESC = Automatic MOC and UIC for target app + depfile = CMakeFiles/d/5b47cd4673d9f6fa99ff935b3f3fed0a2939beb716c8e11654d4fbb3e4c18448.d + deps = gcc + restat = 1 + + +############################################# +# Custom command for app/meta_types/qt6app_lib_metatypes.json.gen + +build app/meta_types/qt6app_lib_metatypes.json.gen app/meta_types/qt6app_lib_metatypes.json | ${cmake_ninja_workdir}app/meta_types/qt6app_lib_metatypes.json.gen ${cmake_ninja_workdir}app/meta_types/qt6app_lib_metatypes.json: CUSTOM_COMMAND /home/k4/Qt/6.10.2/gcc_64/libexec/moc app/meta_types/app_lib_json_file_list.txt || app/app_lib_autogen app/app_lib_autogen_timestamp_deps + COMMAND = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler/app && /home/k4/Qt/6.10.2/gcc_64/libexec/moc -o /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/meta_types/qt6app_lib_metatypes.json.gen --collect-json @/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/meta_types/app_lib_json_file_list.txt && /usr/local/bin/cmake -E copy_if_different /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/meta_types/qt6app_lib_metatypes.json.gen /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/meta_types/qt6app_lib_metatypes.json + DESC = Running moc --collect-json for target app_lib + restat = 1 + + +############################################# +# Custom command for app/app_lib_autogen/timestamp + +build app/app_lib_autogen/timestamp app/app_lib_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}app/app_lib_autogen/timestamp ${cmake_ninja_workdir}app/app_lib_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /home/k4/Qt/6.10.2/gcc_64/libexec/moc || app/app_lib_autogen_timestamp_deps + COMMAND = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler/app && /usr/local/bin/cmake -E cmake_autogen /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/app_lib_autogen.dir/AutogenInfo.json Debug && /usr/local/bin/cmake -E touch /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/timestamp && /usr/local/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /home/k4/tmp/bbr-algo/BinderBeispielRegler /home/k4/tmp/bbr-algo/BinderBeispielRegler/app /home/k4/tmp/bbr-algo/BinderBeispielRegler /home/k4/tmp/bbr-algo/BinderBeispielRegler/app /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/deps /home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeFiles/d/34448903ba26cebb50854c25460b8ae1c44de91d40a96db31ecd15f88ec731ce.d + DESC = Automatic MOC and UIC for target app_lib + depfile = CMakeFiles/d/34448903ba26cebb50854c25460b8ae1c44de91d40a96db31ecd15f88ec731ce.d + deps = gcc + restat = 1 + + +############################################# +# Custom command for app/meta_types/app_lib_json_file_list.txt + +build app/meta_types/app_lib_json_file_list.txt app/meta_types/app_lib_json_file_list.txt.timestamp | ${cmake_ninja_workdir}app/meta_types/app_lib_json_file_list.txt ${cmake_ninja_workdir}app/meta_types/app_lib_json_file_list.txt.timestamp: CUSTOM_COMMAND /home/k4/Qt/6.10.2/gcc_64/libexec/cmake_automoc_parser app/app_lib_autogen/timestamp || app/app_lib_autogen app/app_lib_autogen_timestamp_deps + COMMAND = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler/app && /home/k4/Qt/6.10.2/gcc_64/libexec/cmake_automoc_parser --cmake-autogen-cache-file /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/app_lib_autogen.dir/ParseCache.txt --cmake-autogen-info-file /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/CMakeFiles/app_lib_autogen.dir/AutogenInfo.json --output-file-path /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/meta_types/app_lib_json_file_list.txt --timestamp-file-path /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/meta_types/app_lib_json_file_list.txt.timestamp --cmake-autogen-include-dir-path /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/app_lib_autogen/include + DESC = Running AUTOMOC file extraction for target app_lib + restat = 1 + + +############################################# +# Phony custom command for app/CMakeFiles/app_autogen + +build app/CMakeFiles/app_autogen | ${cmake_ninja_workdir}app/CMakeFiles/app_autogen: phony app/app_autogen/timestamp || app/app_autogen_timestamp_deps app/app_lib_autogen app/app_lib_autogen_timestamp_deps app/libapp_lib.a controller/libctrl_algo.so + + +############################################# +# Phony custom command for app/CMakeFiles/app_lib_autogen + +build app/CMakeFiles/app_lib_autogen | ${cmake_ninja_workdir}app/CMakeFiles/app_lib_autogen: phony app/app_lib_autogen/timestamp || app/app_lib_autogen_timestamp_deps + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for SHARED_LIBRARY target ctrl_algo + + +############################################# +# Order-only phony target for ctrl_algo + +build cmake_object_order_depends_target_ctrl_algo: phony || . + +build controller/CMakeFiles/ctrl_algo.dir/Controller.cpp.o: CXX_COMPILER__ctrl_algo_unscanned_Debug /home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/Controller.cpp || cmake_object_order_depends_target_ctrl_algo + CONFIG = Debug + DEFINES = -DQT_QML_DEBUG -Dctrl_algo_EXPORTS + DEP_FILE = controller/CMakeFiles/ctrl_algo.dir/Controller.cpp.o.d + FLAGS = -g -std=gnu++17 -fPIC -fdiagnostics-color=always + INCLUDES = -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/. -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/include + OBJECT_DIR = controller/CMakeFiles/ctrl_algo.dir + OBJECT_FILE_DIR = controller/CMakeFiles/ctrl_algo.dir + TARGET_COMPILE_PDB = controller/CMakeFiles/ctrl_algo.dir/ + TARGET_PDB = controller/libctrl_algo.pdb + TARGET_SUPPORT_DIR = controller/CMakeFiles/ctrl_algo.dir + + +# ============================================================================= +# Link build statements for SHARED_LIBRARY target ctrl_algo + + +############################################# +# Link the shared library controller/libctrl_algo.so + +build controller/libctrl_algo.so: CXX_SHARED_LIBRARY_LINKER__ctrl_algo_Debug controller/CMakeFiles/ctrl_algo.dir/Controller.cpp.o + CONFIG = Debug + DEP_FILE = controller/CMakeFiles/ctrl_algo.dir/link.d + LANGUAGE_COMPILE_FLAGS = -g + LINK_FLAGS = -shared -Wl,--dependency-file=controller/CMakeFiles/ctrl_algo.dir/link.d + OBJECT_DIR = controller/CMakeFiles/ctrl_algo.dir + POST_BUILD = : + PRE_LINK = : + SONAME = libctrl_algo.so + SONAME_FLAG = -Wl,-soname, + TARGET_COMPILE_PDB = controller/CMakeFiles/ctrl_algo.dir/ + TARGET_FILE = controller/libctrl_algo.so + TARGET_PDB = controller/libctrl_algo.pdb + TARGET_SUPPORT_DIR = controller/CMakeFiles/ctrl_algo.dir + + +############################################# +# Utility command for test + +build controller/CMakeFiles/test.util: CUSTOM_COMMAND + COMMAND = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler/controller && /usr/local/bin/ctest + DESC = Running tests... + pool = console + restat = 1 + +build controller/test: phony controller/CMakeFiles/test.util + + +############################################# +# Utility command for edit_cache + +build controller/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler/controller && /usr/local/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build controller/edit_cache: phony controller/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build controller/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler/controller && /usr/local/bin/cmake --regenerate-during-build -S/home/k4/tmp/bbr-algo/BinderBeispielRegler -B/home/k4/tmp/bbr-algo/BinderBeispielRegler + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build controller/rebuild_cache: phony controller/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/k4/tmp/bbr-algo/BinderBeispielRegler/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for EXECUTABLE target tests + + +############################################# +# Order-only phony target for tests + +build cmake_object_order_depends_target_tests: phony || cmake_object_order_depends_target_app_lib + +build tests/CMakeFiles/tests.dir/filter-test.cpp.o: CXX_COMPILER__tests_unscanned_Debug /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/filter-test.cpp || cmake_object_order_depends_target_tests + CONFIG = Debug + DEFINES = -DQT_QML_DEBUG + DEP_FILE = tests/CMakeFiles/tests.dir/filter-test.cpp.o.d + FLAGS = -g -std=gnu++17 -fPIE -fdiagnostics-color=always + INCLUDES = -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/app -I/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller + OBJECT_DIR = tests/CMakeFiles/tests.dir + OBJECT_FILE_DIR = tests/CMakeFiles/tests.dir + TARGET_COMPILE_PDB = tests/CMakeFiles/tests.dir/ + TARGET_PDB = tests/tests.pdb + TARGET_SUPPORT_DIR = tests/CMakeFiles/tests.dir + + +# ============================================================================= +# Link build statements for EXECUTABLE target tests + + +############################################# +# Link the executable tests/tests + +build tests/tests tests/tests[1]_tests.cmake | ${cmake_ninja_workdir}tests/tests[1]_tests.cmake: CXX_EXECUTABLE_LINKER__tests_Debug tests/CMakeFiles/tests.dir/filter-test.cpp.o | /usr/local/lib/libgtest_main.a app/libapp_lib.a /usr/local/lib/libgtest.a || app/libapp_lib.a + CONFIG = Debug + DEP_FILE = tests/CMakeFiles/tests.dir/link.d + FLAGS = -g + LINK_FLAGS = -Wl,--dependency-file=tests/CMakeFiles/tests.dir/link.d + LINK_LIBRARIES = /usr/local/lib/libgtest_main.a app/libapp_lib.a /usr/local/lib/libgtest.a + OBJECT_DIR = tests/CMakeFiles/tests.dir + POST_BUILD = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests && /usr/local/bin/cmake -D TEST_TARGET=tests -D TEST_EXECUTABLE=/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/tests -D TEST_EXECUTOR= -D TEST_WORKING_DIR=/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests -D TEST_EXTRA_ARGS= -D TEST_PROPERTIES= -D TEST_PREFIX= -D TEST_SUFFIX= -D TEST_FILTER= -D NO_PRETTY_TYPES=FALSE -D NO_PRETTY_VALUES=FALSE -D LIST_SEPARATOR= -D TEST_LIST=tests_TESTS -D CTEST_FILE=/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/tests[1]_tests.cmake -D TEST_DISCOVERY_TIMEOUT=5 -D TEST_DISCOVERY_EXTRA_ARGS= -D TEST_XML_OUTPUT_DIR= -P /usr/local/share/cmake-4.3/Modules/GoogleTestAddTests.cmake + PRE_LINK = : + RESTAT = 1 + TARGET_COMPILE_PDB = tests/CMakeFiles/tests.dir/ + TARGET_FILE = tests/tests + TARGET_PDB = tests/tests.pdb + TARGET_SUPPORT_DIR = tests/CMakeFiles/tests.dir + + +############################################# +# Utility command for test + +build tests/CMakeFiles/test.util: CUSTOM_COMMAND + COMMAND = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests && /usr/local/bin/ctest + DESC = Running tests... + pool = console + restat = 1 + +build tests/test: phony tests/CMakeFiles/test.util + + +############################################# +# Utility command for edit_cache + +build tests/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests && /usr/local/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build tests/edit_cache: phony tests/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build tests/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests && /usr/local/bin/cmake --regenerate-during-build -S/home/k4/tmp/bbr-algo/BinderBeispielRegler -B/home/k4/tmp/bbr-algo/BinderBeispielRegler + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build tests/rebuild_cache: phony tests/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Target aliases. + +build app: phony app/app + +build app_autogen: phony app/app_autogen + +build app_autogen_timestamp_deps: phony app/app_autogen_timestamp_deps + +build app_lib: phony app/libapp_lib.a + +build app_lib_autogen: phony app/app_lib_autogen + +build app_lib_autogen_timestamp_deps: phony app/app_lib_autogen_timestamp_deps + +build ctrl_algo: phony controller/libctrl_algo.so + +build libapp_lib.a: phony app/libapp_lib.a + +build libctrl_algo.so: phony controller/libctrl_algo.so + +build tests: phony tests/tests + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/k4/tmp/bbr-algo/BinderBeispielRegler + +build all: phony app/all controller/all tests/all + +# ============================================================================= + +############################################# +# Folder: /home/k4/tmp/bbr-algo/BinderBeispielRegler/app + +build app/all: phony app/app app/libapp_lib.a + +# ============================================================================= + +############################################# +# Folder: /home/k4/tmp/bbr-algo/BinderBeispielRegler/controller + +build controller/all: phony controller/libctrl_algo.so + +# ============================================================================= + +############################################# +# Folder: /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests + +build tests/all: phony tests/tests + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja /home/k4/tmp/bbr-algo/BinderBeispielRegler/cmake_install.cmake /home/k4/tmp/bbr-algo/BinderBeispielRegler/app/cmake_install.cmake /home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/cmake_install.cmake /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/cmake_install.cmake /home/k4/tmp/bbr-algo/BinderBeispielRegler/CTestTestfile.cmake /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/CTestTestfile.cmake: RERUN_CMAKE | .qtcreator/cmake-helper/maintenance_tool_provider.cmake .qtcreator/cmake-helper/package-manager.cmake .qtcreator/cmake-helper/qtcreator-project.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/FindWrapAtomic.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Config.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6ConfigExtras.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6ConfigVersion.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Dependencies.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Targets.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtFeature.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtFeatureCommon.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtInstallPaths.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicAndroidHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicAppleHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicCMakeEarlyPolicyHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicGitHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicPluginHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicPluginHelpers_v2.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomCommonGenerationHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomCycloneDXHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomDocumentNamespaceHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomGenerationCycloneDXHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomQtEntityHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicTargetHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicTestHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicToolHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicWindowsHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake /usr/local/lib/cmake/GTest/GTestConfig.cmake /usr/local/lib/cmake/GTest/GTestConfigVersion.cmake /usr/local/lib/cmake/GTest/GTestTargets-noconfig.cmake /usr/local/lib/cmake/GTest/GTestTargets.cmake /usr/local/share/cmake-4.3/Modules/CMakeCXXCompiler.cmake.in /usr/local/share/cmake-4.3/Modules/CMakeCXXCompilerABI.cpp /usr/local/share/cmake-4.3/Modules/CMakeCXXInformation.cmake /usr/local/share/cmake-4.3/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/local/share/cmake-4.3/Modules/CMakeCommonLanguageInclude.cmake /usr/local/share/cmake-4.3/Modules/CMakeCompilerIdDetection.cmake /usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake /usr/local/share/cmake-4.3/Modules/CMakeDetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerABI.cmake /usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerId.cmake /usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerSupport.cmake /usr/local/share/cmake-4.3/Modules/CMakeDetermineSystem.cmake /usr/local/share/cmake-4.3/Modules/CMakeFindBinUtils.cmake /usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake /usr/local/share/cmake-4.3/Modules/CMakeGenericSystem.cmake /usr/local/share/cmake-4.3/Modules/CMakeInitializeConfigs.cmake /usr/local/share/cmake-4.3/Modules/CMakeLanguageInformation.cmake /usr/local/share/cmake-4.3/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/local/share/cmake-4.3/Modules/CMakeParseImplicitLinkInfo.cmake /usr/local/share/cmake-4.3/Modules/CMakeParseLibraryArchitecture.cmake /usr/local/share/cmake-4.3/Modules/CMakeSystem.cmake.in /usr/local/share/cmake-4.3/Modules/CMakeSystemSpecificInformation.cmake /usr/local/share/cmake-4.3/Modules/CMakeSystemSpecificInitialize.cmake /usr/local/share/cmake-4.3/Modules/CMakeTestCXXCompiler.cmake /usr/local/share/cmake-4.3/Modules/CMakeTestCompilerCommon.cmake /usr/local/share/cmake-4.3/Modules/CheckCXXCompilerFlag.cmake /usr/local/share/cmake-4.3/Modules/CheckCXXSourceCompiles.cmake /usr/local/share/cmake-4.3/Modules/CheckIncludeFileCXX.cmake /usr/local/share/cmake-4.3/Modules/CheckLibraryExists.cmake /usr/local/share/cmake-4.3/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Diab-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/GNU-CXX-CXXImportStd.cmake /usr/local/share/cmake-4.3/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/GNU-CXX.cmake /usr/local/share/cmake-4.3/Modules/Compiler/GNU-FindBinUtils.cmake /usr/local/share/cmake-4.3/Modules/Compiler/GNU.cmake /usr/local/share/cmake-4.3/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/local/share/cmake-4.3/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Renesas-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/TI-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/FindGTest.cmake /usr/local/share/cmake-4.3/Modules/FindPackageHandleStandardArgs.cmake /usr/local/share/cmake-4.3/Modules/FindPackageMessage.cmake /usr/local/share/cmake-4.3/Modules/FindThreads.cmake /usr/local/share/cmake-4.3/Modules/GNUInstallDirs.cmake /usr/local/share/cmake-4.3/Modules/GoogleTest.cmake /usr/local/share/cmake-4.3/Modules/Internal/CMakeCXXLinkerInformation.cmake /usr/local/share/cmake-4.3/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/local/share/cmake-4.3/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/local/share/cmake-4.3/Modules/Internal/CMakeInspectCXXLinker.cmake /usr/local/share/cmake-4.3/Modules/Internal/CheckCompilerFlag.cmake /usr/local/share/cmake-4.3/Modules/Internal/CheckFlagCommonConfig.cmake /usr/local/share/cmake-4.3/Modules/Internal/CheckSourceCompiles.cmake /usr/local/share/cmake-4.3/Modules/Internal/FeatureTesting.cmake /usr/local/share/cmake-4.3/Modules/Linker/GNU-CXX.cmake /usr/local/share/cmake-4.3/Modules/Linker/GNU.cmake /usr/local/share/cmake-4.3/Modules/Platform/Linker/GNU.cmake /usr/local/share/cmake-4.3/Modules/Platform/Linker/Linux-GNU-CXX.cmake /usr/local/share/cmake-4.3/Modules/Platform/Linker/Linux-GNU.cmake /usr/local/share/cmake-4.3/Modules/Platform/Linux-Determine-CXX.cmake /usr/local/share/cmake-4.3/Modules/Platform/Linux-GNU-CXX.cmake /usr/local/share/cmake-4.3/Modules/Platform/Linux-GNU.cmake /usr/local/share/cmake-4.3/Modules/Platform/Linux-Initialize.cmake /usr/local/share/cmake-4.3/Modules/Platform/Linux.cmake /usr/local/share/cmake-4.3/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/4.3.20260327-g0b4a69d/CMakeCXXCompiler.cmake CMakeFiles/4.3.20260327-g0b4a69d/CMakeSystem.cmake CMakeLists.txt app/CMakeLists.txt controller/CMakeLists.txt tests/CMakeLists.txt + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build .qtcreator/cmake-helper/maintenance_tool_provider.cmake .qtcreator/cmake-helper/package-manager.cmake .qtcreator/cmake-helper/qtcreator-project.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/FindWrapAtomic.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Config.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6ConfigExtras.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6ConfigVersion.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Dependencies.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6Targets.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtFeature.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtFeatureCommon.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtInstallPaths.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicAndroidHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicAppleHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicCMakeEarlyPolicyHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicGitHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicPluginHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicPluginHelpers_v2.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomCommonGenerationHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomCycloneDXHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomDocumentNamespaceHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomGenerationCycloneDXHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomQtEntityHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicTargetHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicTestHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicToolHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6/QtPublicWindowsHelpers.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake /home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake /usr/local/lib/cmake/GTest/GTestConfig.cmake /usr/local/lib/cmake/GTest/GTestConfigVersion.cmake /usr/local/lib/cmake/GTest/GTestTargets-noconfig.cmake /usr/local/lib/cmake/GTest/GTestTargets.cmake /usr/local/share/cmake-4.3/Modules/CMakeCXXCompiler.cmake.in /usr/local/share/cmake-4.3/Modules/CMakeCXXCompilerABI.cpp /usr/local/share/cmake-4.3/Modules/CMakeCXXInformation.cmake /usr/local/share/cmake-4.3/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/local/share/cmake-4.3/Modules/CMakeCommonLanguageInclude.cmake /usr/local/share/cmake-4.3/Modules/CMakeCompilerIdDetection.cmake /usr/local/share/cmake-4.3/Modules/CMakeDetermineCXXCompiler.cmake /usr/local/share/cmake-4.3/Modules/CMakeDetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerABI.cmake /usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerId.cmake /usr/local/share/cmake-4.3/Modules/CMakeDetermineCompilerSupport.cmake /usr/local/share/cmake-4.3/Modules/CMakeDetermineSystem.cmake /usr/local/share/cmake-4.3/Modules/CMakeFindBinUtils.cmake /usr/local/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake /usr/local/share/cmake-4.3/Modules/CMakeGenericSystem.cmake /usr/local/share/cmake-4.3/Modules/CMakeInitializeConfigs.cmake /usr/local/share/cmake-4.3/Modules/CMakeLanguageInformation.cmake /usr/local/share/cmake-4.3/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/local/share/cmake-4.3/Modules/CMakeParseImplicitLinkInfo.cmake /usr/local/share/cmake-4.3/Modules/CMakeParseLibraryArchitecture.cmake /usr/local/share/cmake-4.3/Modules/CMakeSystem.cmake.in /usr/local/share/cmake-4.3/Modules/CMakeSystemSpecificInformation.cmake /usr/local/share/cmake-4.3/Modules/CMakeSystemSpecificInitialize.cmake /usr/local/share/cmake-4.3/Modules/CMakeTestCXXCompiler.cmake /usr/local/share/cmake-4.3/Modules/CMakeTestCompilerCommon.cmake /usr/local/share/cmake-4.3/Modules/CheckCXXCompilerFlag.cmake /usr/local/share/cmake-4.3/Modules/CheckCXXSourceCompiles.cmake /usr/local/share/cmake-4.3/Modules/CheckIncludeFileCXX.cmake /usr/local/share/cmake-4.3/Modules/CheckLibraryExists.cmake /usr/local/share/cmake-4.3/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Diab-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/GNU-CXX-CXXImportStd.cmake /usr/local/share/cmake-4.3/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/GNU-CXX.cmake /usr/local/share/cmake-4.3/Modules/Compiler/GNU-FindBinUtils.cmake /usr/local/share/cmake-4.3/Modules/Compiler/GNU.cmake /usr/local/share/cmake-4.3/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/local/share/cmake-4.3/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Renesas-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/TI-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/local/share/cmake-4.3/Modules/FindGTest.cmake /usr/local/share/cmake-4.3/Modules/FindPackageHandleStandardArgs.cmake /usr/local/share/cmake-4.3/Modules/FindPackageMessage.cmake /usr/local/share/cmake-4.3/Modules/FindThreads.cmake /usr/local/share/cmake-4.3/Modules/GNUInstallDirs.cmake /usr/local/share/cmake-4.3/Modules/GoogleTest.cmake /usr/local/share/cmake-4.3/Modules/Internal/CMakeCXXLinkerInformation.cmake /usr/local/share/cmake-4.3/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/local/share/cmake-4.3/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/local/share/cmake-4.3/Modules/Internal/CMakeInspectCXXLinker.cmake /usr/local/share/cmake-4.3/Modules/Internal/CheckCompilerFlag.cmake /usr/local/share/cmake-4.3/Modules/Internal/CheckFlagCommonConfig.cmake /usr/local/share/cmake-4.3/Modules/Internal/CheckSourceCompiles.cmake /usr/local/share/cmake-4.3/Modules/Internal/FeatureTesting.cmake /usr/local/share/cmake-4.3/Modules/Linker/GNU-CXX.cmake /usr/local/share/cmake-4.3/Modules/Linker/GNU.cmake /usr/local/share/cmake-4.3/Modules/Platform/Linker/GNU.cmake /usr/local/share/cmake-4.3/Modules/Platform/Linker/Linux-GNU-CXX.cmake /usr/local/share/cmake-4.3/Modules/Platform/Linker/Linux-GNU.cmake /usr/local/share/cmake-4.3/Modules/Platform/Linux-Determine-CXX.cmake /usr/local/share/cmake-4.3/Modules/Platform/Linux-GNU-CXX.cmake /usr/local/share/cmake-4.3/Modules/Platform/Linux-GNU.cmake /usr/local/share/cmake-4.3/Modules/Platform/Linux-Initialize.cmake /usr/local/share/cmake-4.3/Modules/Platform/Linux.cmake /usr/local/share/cmake-4.3/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/4.3.20260327-g0b4a69d/CMakeCXXCompiler.cmake CMakeFiles/4.3.20260327-g0b4a69d/CMakeSystem.cmake CMakeLists.txt app/CMakeLists.txt controller/CMakeLists.txt tests/CMakeLists.txt: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/cmake_install.cmake b/cmake_install.cmake new file mode 100644 index 0000000..db630dd --- /dev/null +++ b/cmake_install.cmake @@ -0,0 +1,81 @@ +# Install script for directory: /home/k4/tmp/bbr-algo/BinderBeispielRegler + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/tmp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/k4/tmp/bbr-algo/BinderBeispielRegler/app/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/k4/tmp/bbr-algo/BinderBeispielRegler/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/k4/tmp/bbr-algo/BinderBeispielRegler/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/controller/CMakeFiles/ctrl_algo.dir/Controller.cpp.o b/controller/CMakeFiles/ctrl_algo.dir/Controller.cpp.o new file mode 100644 index 0000000..5a3a89b Binary files /dev/null and b/controller/CMakeFiles/ctrl_algo.dir/Controller.cpp.o differ diff --git a/controller/CMakeLists.txt b/controller/CMakeLists.txt new file mode 100644 index 0000000..c088460 --- /dev/null +++ b/controller/CMakeLists.txt @@ -0,0 +1,19 @@ + +include_directories(.) + + +# Define a shared library +add_library(ctrl_algo SHARED + Controller.cpp + Controller.h +) + +# Propagate include paths to projects linking against this library +target_include_directories(ctrl_algo PUBLIC + $ + $ +) + +# Link an executable to the library +# add_executable(app src/main.cpp) +# target_link_libraries(app PRIVATE math_utils) diff --git a/app/Controller.cpp b/controller/Controller.cpp similarity index 100% rename from app/Controller.cpp rename to controller/Controller.cpp diff --git a/controller/Controller.h b/controller/Controller.h new file mode 100644 index 0000000..e69de29 diff --git a/app/Controller.hpp b/controller/Controller.hpp similarity index 100% rename from app/Controller.hpp rename to controller/Controller.hpp diff --git a/controller/cmake_install.cmake b/controller/cmake_install.cmake new file mode 100644 index 0000000..4934e24 --- /dev/null +++ b/controller/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/k4/tmp/bbr-algo/BinderBeispielRegler/controller + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/tmp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/k4/tmp/bbr-algo/BinderBeispielRegler/controller/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/controller/libctrl_algo.so b/controller/libctrl_algo.so new file mode 100755 index 0000000..8f8a7d8 Binary files /dev/null and b/controller/libctrl_algo.so differ diff --git a/localbuild.sh b/localbuild.sh new file mode 100755 index 0000000..aa2a3e6 --- /dev/null +++ b/localbuild.sh @@ -0,0 +1,20 @@ +#!/bin/sh + +# Remove old cmake build contents to start fresh like ci would do +rm -r build + +# enable CMake to find Qt6 +Qt6Dir=$HOME/Qt/6.10.2/lib/cmake +# project configuration +cmake -S . -B build -DCMAKE_BUILD_TYPE=Release +#build executable +make -j$(nproc) --directory=build + +echo "" +echo "" +echo "------------------------" +echo "run with './build/app/app'" +echo "------------------------" +echo "" +echo "" + diff --git a/qtcsettings.cmake b/qtcsettings.cmake new file mode 100644 index 0000000..434bd7a --- /dev/null +++ b/qtcsettings.cmake @@ -0,0 +1,14 @@ +# This file is managed by Qt Creator, do not edit! + +set("CMAKE_BUILD_TYPE" "Debug" CACHE "STRING" "" FORCE) +set("CMAKE_COLOR_DIAGNOSTICS" "ON" CACHE "BOOL" "" FORCE) +set("CMAKE_CXX_COMPILER" "/bin/g++" CACHE "FILEPATH" "" FORCE) +set("CMAKE_C_COMPILER" "/bin/gcc" CACHE "FILEPATH" "" FORCE) +set("CMAKE_GENERATOR" "Ninja" CACHE "STRING" "" FORCE) +set("CMAKE_MAKE_PROGRAM" "/usr/bin/ninja" CACHE "STRING" "" FORCE) +set("CMAKE_PREFIX_PATH" "/home/k4/Qt/6.10.2/gcc_64" CACHE "PATH" "" FORCE) +set("CMAKE_PROJECT_INCLUDE_BEFORE" "/home/k4/tmp/bbr-algo/BinderBeispielRegler/.qtcreator/cmake-helper/qtcreator-project.cmake" CACHE "FILEPATH" "" FORCE) +set("QT_CREATOR_ENABLE_MAINTENANCE_TOOL_PROVIDER" "ON" CACHE "BOOL" "" FORCE) +set("QT_CREATOR_ENABLE_PACKAGE_MANAGER_SETUP" "ON" CACHE "BOOL" "" FORCE) +set("QT_ENABLE_QML_DEBUG" "ON" CACHE "BOOL" "" FORCE) +set("QT_QMAKE_EXECUTABLE" "/home/k4/Qt/6.10.2/gcc_64/bin/qmake" CACHE "FILEPATH" "" FORCE) \ No newline at end of file diff --git a/tests/CMakeFiles/tests.dir/filter-test.cpp.o b/tests/CMakeFiles/tests.dir/filter-test.cpp.o new file mode 100644 index 0000000..f2fa7e2 Binary files /dev/null and b/tests/CMakeFiles/tests.dir/filter-test.cpp.o differ diff --git a/tests/CTestTestfile.cmake b/tests/CTestTestfile.cmake new file mode 100644 index 0000000..7bc91e3 --- /dev/null +++ b/tests/CTestTestfile.cmake @@ -0,0 +1,7 @@ +# CMake generated Testfile for +# Source directory: /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests +# Build directory: /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +include("/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/tests[1]_include.cmake") diff --git a/tests/cmake_install.cmake b/tests/cmake_install.cmake new file mode 100644 index 0000000..53fb49d --- /dev/null +++ b/tests/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/tmp") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/tests/cmake_test_discovery_59830ebc3a.json b/tests/cmake_test_discovery_59830ebc3a.json new file mode 100644 index 0000000..3b6c069 --- /dev/null +++ b/tests/cmake_test_discovery_59830ebc3a.json @@ -0,0 +1,27 @@ +{ + "tests": 3, + "name": "AllTests", + "testsuites": [ + { + "name": "PT1FilterTest", + "tests": 3, + "testsuite": [ + { + "name": "InitialOutputIsZero", + "file": "\/home\/k4\/tmp\/bbr-algo\/BinderBeispielRegler\/tests\/filter-test.cpp", + "line": 6 + }, + { + "name": "StepResponse", + "file": "\/home\/k4\/tmp\/bbr-algo\/BinderBeispielRegler\/tests\/filter-test.cpp", + "line": 11 + }, + { + "name": "FilterFactorEffect", + "file": "\/home\/k4\/tmp\/bbr-algo\/BinderBeispielRegler\/tests\/filter-test.cpp", + "line": 20 + } + ] + } + ] +} diff --git a/tests/tests b/tests/tests new file mode 100755 index 0000000..a1f44d0 Binary files /dev/null and b/tests/tests differ diff --git a/tests/tests[1]_include.cmake b/tests/tests[1]_include.cmake new file mode 100644 index 0000000..dd88243 --- /dev/null +++ b/tests/tests[1]_include.cmake @@ -0,0 +1,5 @@ +if(EXISTS "/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/tests[1]_tests.cmake") + include("/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/tests[1]_tests.cmake") +else() + add_test(tests_NOT_BUILT tests_NOT_BUILT) +endif() diff --git a/tests/tests[1]_tests.cmake b/tests/tests[1]_tests.cmake new file mode 100644 index 0000000..f7d6f63 --- /dev/null +++ b/tests/tests[1]_tests.cmake @@ -0,0 +1,25 @@ +add_test([=[PT1FilterTest.InitialOutputIsZero]=] /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/tests [==[--gtest_filter=PT1FilterTest.InitialOutputIsZero]==] --gtest_also_run_disabled_tests) +set_tests_properties([=[PT1FilterTest.InitialOutputIsZero]=] + PROPERTIES + + DEF_SOURCE_LINE [==[/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/filter-test.cpp:6]==] + WORKING_DIRECTORY [==[/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests]==] + SKIP_REGULAR_EXPRESSION [==[\[ SKIPPED \]]==] +) +add_test([=[PT1FilterTest.StepResponse]=] /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/tests [==[--gtest_filter=PT1FilterTest.StepResponse]==] --gtest_also_run_disabled_tests) +set_tests_properties([=[PT1FilterTest.StepResponse]=] + PROPERTIES + + DEF_SOURCE_LINE [==[/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/filter-test.cpp:11]==] + WORKING_DIRECTORY [==[/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests]==] + SKIP_REGULAR_EXPRESSION [==[\[ SKIPPED \]]==] +) +add_test([=[PT1FilterTest.FilterFactorEffect]=] /home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/tests [==[--gtest_filter=PT1FilterTest.FilterFactorEffect]==] --gtest_also_run_disabled_tests) +set_tests_properties([=[PT1FilterTest.FilterFactorEffect]=] + PROPERTIES + + DEF_SOURCE_LINE [==[/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests/filter-test.cpp:20]==] + WORKING_DIRECTORY [==[/home/k4/tmp/bbr-algo/BinderBeispielRegler/tests]==] + SKIP_REGULAR_EXPRESSION [==[\[ SKIPPED \]]==] +) +set( tests_TESTS PT1FilterTest.InitialOutputIsZero PT1FilterTest.StepResponse PT1FilterTest.FilterFactorEffect)