diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4a0b530..0000000 --- a/.gitignore +++ /dev/null @@ -1,74 +0,0 @@ -# This file is used to ignore files which are generated -# ---------------------------------------------------------------------------- - -*~ -*.autosave -*.a -*.core -*.moc -*.o -*.obj -*.orig -*.rej -*.so -*.so.* -*_pch.h.cpp -*_resource.rc -*.qm -.#* -*.*# -core -!core/ -tags -.DS_Store -.directory -*.debug -Makefile* -*.prl -*.app -moc_*.cpp -ui_*.h -qrc_*.cpp -Thumbs.db -*.res -*.rc -/.qmake.cache -/.qmake.stash - -# qtcreator generated files -*.pro.user* -CMakeLists.txt.user* - -# xemacs temporary files -*.flc - -# Vim temporary files -.*.swp - -# Visual Studio generated files -*.ib_pdb_index -*.idb -*.ilk -*.pdb -*.sln -*.suo -*.vcproj -*vcproj.*.*.user -*.ncb -*.sdf -*.opensdf -*.vcxproj -*vcxproj.* - -# MinGW generated files -*.Debug -*.Release - -# Python byte code -*.pyc - -# Binaries -# -------- -*.dll -*.exe - diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index bcae334..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,38 +0,0 @@ -cmake_minimum_required(VERSION 3.16) - -project(Condottiere VERSION 0.1 LANGUAGES CXX) - -set(CMAKE_AUTOMOC ON) -set(CMAKE_CXX_STANDARD_REQUIRED ON) - -find_package(Qt6 6.2 COMPONENTS Quick REQUIRED) - -qt_add_executable(appCondottiere - main.cpp -) - -qt_add_qml_module(appCondottiere - URI Condottiere - VERSION 1.0 - QML_FILES main.qml - SOURCES inc/card/bishop.h inc/card/card.h inc/card/drummer.h inc/card/heroine.h inc/card/purplecard.h inc/card/scarecrow.h inc/card/season.h inc/card/spring.h inc/card/spy.h inc/card/turncoat.h inc/card/winter.h inc/card/yellowcard.h inc/marker/battlemarker.h inc/marker/favormarker.h inc/marker/marker.h inc/marker/playermarker.h inc/enumcolor.h inc/game.h inc/gameboard.h inc/player.h inc/state.h inc/userinterface.h src/card/bishop.cpp src/card/card.cpp src/card/drummer.cpp src/card/heroine.cpp src/card/purplecard.cpp src/card/scarecrow.cpp src/card/season.cpp src/card/spring.cpp src/card/spy.cpp src/card/turncoat.cpp src/card/winter.cpp src/card/yellowcard.cpp src/marker/battlemarker.cpp src/marker/favormarker.cpp src/marker/marker.cpp src/marker/playermarker.cpp src/game.cpp src/gameboard.cpp src/main.cpp src/player.cpp src/state.cpp src/userinterface.cpp -) - -# Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1. -# If you are developing for iOS or macOS you should consider setting an -# explicit, fixed bundle identifier manually though. -set_target_properties(appCondottiere PROPERTIES -# MACOSX_BUNDLE_GUI_IDENTIFIER com.example.appCondottiere - MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION} - MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} - MACOSX_BUNDLE TRUE - WIN32_EXECUTABLE TRUE -) - -target_link_libraries(appCondottiere - PRIVATE Qt6::Quick) - -include(GNUInstallDirs) -install(TARGETS appCondottiere - BUNDLE DESTINATION . - LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) diff --git a/README.md b/README.md deleted file mode 100644 index b873252..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Condottiere -
- -The final project of advanced programming course of **Bu-ali Sina** University of Iran \ No newline at end of file diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/query/cache-v2 b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/query/cache-v2 deleted file mode 100644 index e69de29..0000000 diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/query/cmakeFiles-v1 b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/query/cmakeFiles-v1 deleted file mode 100644 index e69de29..0000000 diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/query/codemodel-v2 b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/query/codemodel-v2 deleted file mode 100644 index e69de29..0000000 diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/cache-v2-530254a6bc6692fd6210.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/cache-v2-530254a6bc6692fd6210.json deleted file mode 100644 index 2fda7bb..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/cache-v2-530254a6bc6692fd6210.json +++ /dev/null @@ -1,6139 +0,0 @@ -{ - "entries" : - [ - { - "name" : "CMAKE_ADDR2LINE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/mingw1120_64/bin/addr2line.exe" - }, - { - "name" : "CMAKE_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/mingw1120_64/bin/ar.exe" - }, - { - "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" : "c:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug" - }, - { - "name" : "CMAKE_CACHE_MAJOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Major version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "3" - }, - { - "name" : "CMAKE_CACHE_MINOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Minor version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "29" - }, - { - "name" : "CMAKE_CACHE_PATCH_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Patch version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "3" - }, - { - "name" : "CMAKE_COLOR_DIAGNOSTICS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable colored diagnostics throughout." - } - ], - "type" : "BOOL", - "value" : "1" - }, - { - "name" : "CMAKE_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake executable." - } - ], - "type" : "INTERNAL", - "value" : "C:/Qt/Tools/CMake_64/bin/cmake.exe" - }, - { - "name" : "CMAKE_CPACK_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to cpack program executable." - } - ], - "type" : "INTERNAL", - "value" : "C:/Qt/Tools/CMake_64/bin/cpack.exe" - }, - { - "name" : "CMAKE_CTEST_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to ctest program executable." - } - ], - "type" : "INTERNAL", - "value" : "C:/Qt/Tools/CMake_64/bin/ctest.exe" - }, - { - "name" : "CMAKE_CXX_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "CXX compiler" - } - ], - "type" : "STRING", - "value" : "C:/Qt/Tools/mingw1120_64/bin/g++.exe" - }, - { - "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" : "C:/Qt/Tools/mingw1120_64/bin/gcc-ar.exe" - }, - { - "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" : "C:/Qt/Tools/mingw1120_64/bin/gcc-ranlib.exe" - }, - { - "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" : "-DQT_QML_DEBUG" - }, - { - "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_INIT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "STRING", - "value" : "-DQT_QML_DEBUG" - }, - { - "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" : ".obj" - }, - { - "name" : "CMAKE_CXX_STANDARD_LIBRARIES", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Libraries linked by default with all C++ applications." - } - ], - "type" : "STRING", - "value" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32" - }, - { - "name" : "CMAKE_C_COMPILER", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/mingw1120_64/bin/gcc.exe" - }, - { - "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" : "C:/Qt/Tools/mingw1120_64/bin/dlltool.exe" - }, - { - "name" : "CMAKE_EDIT_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to cache edit program executable." - } - ], - "type" : "INTERNAL", - "value" : "C:/Qt/Tools/CMake_64/bin/cmake-gui.exe" - }, - { - "name" : "CMAKE_EXECUTABLE_FORMAT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Executable file format" - } - ], - "type" : "INTERNAL", - "value" : "Unknown" - }, - { - "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_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" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/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_GNUtoMS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Convert GNU import libraries to MS format (requires Visual Studio)" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "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" : "C:/Users/mnah/Documents/Univercity/Condottiere" - }, - { - "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" : "C:/Program Files (x86)/Condottiere" - }, - { - "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_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" : "C:/Qt/Tools/mingw1120_64/bin/ld.exe" - }, - { - "name" : "CMAKE_MAKE_PROGRAM", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Program used to build from build.ninja files." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/Ninja/ninja.exe" - }, - { - "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" : "C:/Qt/Tools/mingw1120_64/bin/nm.exe" - }, - { - "name" : "CMAKE_NUMBER_OF_MAKEFILES", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "number of local generators" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_OBJCOPY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/mingw1120_64/bin/objcopy.exe" - }, - { - "name" : "CMAKE_OBJDUMP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/mingw1120_64/bin/objdump.exe" - }, - { - "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" : "C:/Qt/6.7.2/mingw_64" - }, - { - "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" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/auto-setup.cmake" - }, - { - "name" : "CMAKE_PROJECT_NAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "Condottiere" - }, - { - "name" : "CMAKE_PROJECT_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "0.1" - }, - { - "name" : "CMAKE_PROJECT_VERSION_MAJOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "0" - }, - { - "name" : "CMAKE_PROJECT_VERSION_MINOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "1" - }, - { - "name" : "CMAKE_PROJECT_VERSION_PATCH", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_VERSION_TWEAK", - "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" : "C:/Qt/Tools/mingw1120_64/bin/ranlib.exe" - }, - { - "name" : "CMAKE_RC_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "RC compiler" - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/mingw1120_64/bin/windres.exe" - }, - { - "name" : "CMAKE_RC_COMPILER_WORKS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_RC_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_RC_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_RC_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_RC_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_RC_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_READELF", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/mingw1120_64/bin/readelf.exe" - }, - { - "name" : "CMAKE_ROOT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake installation." - } - ], - "type" : "INTERNAL", - "value" : "C:/Qt/Tools/CMake_64/share/cmake-3.29" - }, - { - "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 linker 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 linker 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 linker 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 linker 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 linker 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" : "C:/Qt/Tools/mingw1120_64/bin/strip.exe" - }, - { - "name" : "CMAKE_TAPI", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "CMAKE_TAPI-NOTFOUND" - }, - { - "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" : "Condottiere_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug" - }, - { - "name" : "Condottiere_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "ON" - }, - { - "name" : "Condottiere_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/mnah/Documents/Univercity/Condottiere" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding Threads" - } - ], - "type" : "INTERNAL", - "value" : "[TRUE][v()]" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_WrapAtomic", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding WrapAtomic" - } - ], - "type" : "INTERNAL", - "value" : "[1][v()]" - }, - { - "name" : "HAVE_STDATOMIC", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Test HAVE_STDATOMIC" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "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_SKIP_PACKAGE_MANAGER_SETUP", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Skip Qt Creator's package manager auto-setup" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_accessibility", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: accessibility (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_accessibility_atspi_bridge", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: accessibility_atspi_bridge (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_action", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: action (from target Qt6::Gui)" - } - ], - "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_alloca", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: alloca (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_alloca_h", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: alloca_h (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_alloca_malloc_h", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: alloca_malloc_h (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_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" : "OFF" - }, - { - "name" : "QT_FEATURE_brotli", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: brotli (from target Qt6::Network)" - } - ], - "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_clipboard", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: clipboard (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_clock_gettime", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: clock_gettime (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_clock_monotonic", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: clock_monotonic (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_close_range", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: close_range (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_colornames", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: colornames (from target Qt6::Gui)" - } - ], - "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_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_cssparser", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: cssparser (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_ctf", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: ctf (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_cursor", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: cursor (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "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_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_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" : "OFF" - }, - { - "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_desktopservices", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: desktopservices (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_developer_build", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: developer_build (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_direct2d", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: direct2d (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_direct2d1_1", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: direct2d1_1 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_directfb", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: directfb (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_directwrite", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: directwrite (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_directwrite3", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: directwrite3 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_dladdr", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: dladdr (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_dlopen", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: dlopen (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_dnslookup", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: dnslookup (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_doubleconversion", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: doubleconversion (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_draganddrop", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: draganddrop (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_drm_atomic", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: drm_atomic (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_dtls", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: dtls (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_dynamicgl", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: dynamicgl (from target Qt6::Gui)" - } - ], - "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_egl", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: egl (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_egl_x11", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: egl_x11 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_brcm", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_brcm (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_egldevice", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_egldevice (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_gbm", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_gbm (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_mali", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_mali (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_openwfd", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_openwfd (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_rcar", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_rcar (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_viv", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_viv (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_viv_wl", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_viv_wl (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_vsp2", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_vsp2 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_x11", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_x11 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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_etw", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: etw (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_evdev", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: evdev (from target Qt6::Gui)" - } - ], - "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_filesystemmodel", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: filesystemmodel (from target Qt6::Gui)" - } - ], - "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_fontconfig", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: fontconfig (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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_debug_info", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: force_debug_info (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_forkfd_pidfd", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: forkfd_pidfd (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_framework", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: framework (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_freetype", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: freetype (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_futimens", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: futimens (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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" : "OFF" - }, - { - "name" : "QT_FEATURE_getentropy", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: getentropy (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_getifaddrs", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: getifaddrs (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_gif", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: gif (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_glib", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: glib (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_graphicsframecapture", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: graphicsframecapture (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_gssapi", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: gssapi (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_gui", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: gui (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_harfbuzz", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: harfbuzz (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_highdpiscaling", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: highdpiscaling (from target Qt6::Gui)" - } - ], - "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_http", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: http (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_ico", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: ico (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_icu", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: icu (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_identityproxymodel", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: identityproxymodel (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_im", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: im (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_image_heuristic_mask", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: image_heuristic_mask (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_image_text", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: image_text (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_imageformat_bmp", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: imageformat_bmp (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_imageformat_jpeg", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: imageformat_jpeg (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_imageformat_png", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: imageformat_png (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_imageformat_ppm", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: imageformat_ppm (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_imageformat_xbm", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: imageformat_xbm (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_imageformat_xpm", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: imageformat_xpm (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_imageformatplugin", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: imageformatplugin (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_imageio_text_loading", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: imageio_text_loading (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_inotify", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: inotify (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_integrityfb", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: integrityfb (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_integrityhid", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: integrityhid (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_intelcet", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: intelcet (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_ipv6ifname", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: ipv6ifname (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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_journald", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: journald (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_jpeg", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: jpeg (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_kms", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: kms (from target Qt6::Gui)" - } - ], - "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_libinput", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: libinput (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_libinput_axis_api", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: libinput_axis_api (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_libinput_hires_wheel_support", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: libinput_hires_wheel_support (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_libproxy", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: libproxy (from target Qt6::Network)" - } - ], - "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_libresolv", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: libresolv (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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" : "OFF" - }, - { - "name" : "QT_FEATURE_linux_netlink", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: linux_netlink (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_linuxfb", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: linuxfb (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_localserver", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: localserver (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_lttng", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: lttng (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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_movie", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: movie (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_mtdev", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: mtdev (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_multiprocess", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: multiprocess (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "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_networkdiskcache", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: networkdiskcache (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_networkinterface", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: networkinterface (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_networklistmanager", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: networklistmanager (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_networkproxy", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: networkproxy (from target Qt6::Network)" - } - ], - "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_no_pkg_config", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: no_pkg_config (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_ocsp", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: ocsp (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_opengl", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: opengl (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_opengles2", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: opengles2 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_opengles3", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: opengles3 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_opengles31", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: opengles31 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_opengles32", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: opengles32 (from target Qt6::Gui)" - } - ], - "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_openvg", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: openvg (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_pcre2", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: pcre2 (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_pdf", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: pdf (from target Qt6::Gui)" - } - ], - "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_picture", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: picture (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_pkg_config", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: pkg_config (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_plugin_manifest", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: plugin_manifest (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_png", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: png (from target Qt6::Gui)" - } - ], - "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" : "OFF" - }, - { - "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" : "OFF" - }, - { - "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" : "OFF" - }, - { - "name" : "QT_FEATURE_precompile_header", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: precompile_header (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_publicsuffix_qt", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: publicsuffix_qt (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_publicsuffix_system", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: publicsuffix_system (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_qml_animation", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_animation (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_debug", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_debug (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_delegate_model", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_delegate_model (from target Qt6::QmlModels)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_itemmodel", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_itemmodel (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_jit", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_jit (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_list_model", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_list_model (from target Qt6::QmlModels)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_locale", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_locale (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_network", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_network (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_object_model", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_object_model (from target Qt6::QmlModels)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_preview", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_preview (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_profiler", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_profiler (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_python", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_python (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_ssl", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_ssl (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_table_model", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_table_model (from target Qt6::QmlModels)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_worker_script", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_worker_script (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_xml_http_request", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_xml_http_request (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_xmllistmodel", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_xmllistmodel (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qqnx_imf", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qqnx_imf (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_qqnx_pps", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qqnx_pps (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_quick_animatedimage", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_animatedimage (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_canvas", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_canvas (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_designer", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_designer (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_draganddrop", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_draganddrop (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_flipable", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_flipable (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_gridview", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_gridview (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_itemview", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_itemview (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_listview", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_listview (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_particles", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_particles (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_path", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_path (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_pathview", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_pathview (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_pixmap_cache_threaded_download", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_pixmap_cache_threaded_download (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_positioners", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_positioners (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_repeater", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_repeater (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_shadereffect", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_shadereffect (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_sprite", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_sprite (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_tableview", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_tableview (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_treeview", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_treeview (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_viewtransitions", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_viewtransitions (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_raster_64bit", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: raster_64bit (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_raster_fp", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: raster_fp (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "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" : "OFF" - }, - { - "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_renameat2", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: renameat2 (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_res_setservers", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: res_setservers (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_rpath", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: rpath (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_schannel", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: schannel (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_sctp", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: sctp (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_securetransport", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: securetransport (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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_sessionmanager", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: sessionmanager (from target Qt6::Gui)" - } - ], - "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_socks5", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: socks5 (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "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_ssl", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: ssl (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_sspi", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: sspi (from target Qt6::Network)" - } - ], - "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_protector_strong", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: stack_protector_strong (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_standarditemmodel", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: standarditemmodel (from target Qt6::Gui)" - } - ], - "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_freetype", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: system_freetype (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_system_harfbuzz", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: system_harfbuzz (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_system_jpeg", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: system_jpeg (from target Qt6::Gui)" - } - ], - "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_png", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: system_png (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_system_proxies", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: system_proxies (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_system_textmarkdownreader", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: system_textmarkdownreader (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_system_xcb_xinput", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: system_xcb_xinput (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_system_zlib", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: system_zlib (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_systemsemaphore", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: systemsemaphore (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_systemtrayicon", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: systemtrayicon (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_sysv_sem", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: sysv_sem (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_sysv_shm", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: sysv_shm (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_tabletevent", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: tabletevent (from target Qt6::Gui)" - } - ], - "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_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_texthtmlparser", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: texthtmlparser (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_textmarkdownreader", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: textmarkdownreader (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_textmarkdownwriter", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: textmarkdownwriter (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_textodfwriter", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: textodfwriter (from target Qt6::Gui)" - } - ], - "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_timezone", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: timezone (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_topleveldomain", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: topleveldomain (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "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_tslib", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: tslib (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_tuiotouch", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: tuiotouch (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_udpsocket", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: udpsocket (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_undocommand", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: undocommand (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_undogroup", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: undogroup (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_undostack", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: undostack (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "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_validator", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: validator (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_vkgen", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: vkgen (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_vkkhrdisplay", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: vkkhrdisplay (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_vnc", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: vnc (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_vsp2", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: vsp2 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_vulkan", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: vulkan (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "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_simd128", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: wasm_simd128 (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_wayland", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: wayland (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_whatsthis", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: whatsthis (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_wheelevent", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: wheelevent (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_widgets", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: widgets (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_x86intrin", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: x86intrin (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_xcb", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xcb (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xcb_egl_plugin", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xcb_egl_plugin (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xcb_glx", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xcb_glx (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xcb_glx_plugin", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xcb_glx_plugin (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xcb_native_painting", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xcb_native_painting (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xcb_sm", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xcb_sm (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xcb_xlib", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xcb_xlib (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xkbcommon", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xkbcommon (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xkbcommon_x11", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xkbcommon_x11 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xlib", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xlib (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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_xrender", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xrender (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_zstd", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: zstd (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_QMAKE_EXECUTABLE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/6.7.2/mingw_64/bin/qmake.exe" - }, - { - "name" : "QT_TOOL_COMMAND_WRAPPER_PATH", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to the wrapper of the tool commands" - } - ], - "type" : "INTERNAL", - "value" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/bin/qt_setup_tool_path.bat" - }, - { - "name" : "Qt6CoreTools_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6CoreTools." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools" - }, - { - "name" : "Qt6Core_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6Core." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core" - }, - { - "name" : "Qt6EntryPointPrivate_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6EntryPointPrivate." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate" - }, - { - "name" : "Qt6GuiTools_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6GuiTools." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools" - }, - { - "name" : "Qt6Gui_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6Gui." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui" - }, - { - "name" : "Qt6Network_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6Network." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network" - }, - { - "name" : "Qt6OpenGL_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6OpenGL." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL" - }, - { - "name" : "Qt6QmlBuiltins_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QmlBuiltins." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins" - }, - { - "name" : "Qt6QmlCompilerPlusPrivate_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QmlCompilerPlusPrivate." - } - ], - "type" : "PATH", - "value" : "Qt6QmlCompilerPlusPrivate_DIR-NOTFOUND" - }, - { - "name" : "Qt6QmlIntegration_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QmlIntegration." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration" - }, - { - "name" : "Qt6QmlModels_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QmlModels." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels" - }, - { - "name" : "Qt6QmlTools_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QmlTools." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools" - }, - { - "name" : "Qt6Qml_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6Qml." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml" - }, - { - "name" : "Qt6QuickTools_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QuickTools." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools" - }, - { - "name" : "Qt6Quick_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6Quick." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick" - }, - { - "name" : "Qt6ZlibPrivate_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6ZlibPrivate." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate" - }, - { - "name" : "Qt6_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6" - }, - { - "name" : "Vulkan_GLSLANG_VALIDATOR_EXECUTABLE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-NOTFOUND" - }, - { - "name" : "Vulkan_GLSLC_EXECUTABLE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "Vulkan_GLSLC_EXECUTABLE-NOTFOUND" - }, - { - "name" : "Vulkan_INCLUDE_DIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "Vulkan_INCLUDE_DIR-NOTFOUND" - }, - { - "name" : "Vulkan_LIBRARY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "Vulkan_LIBRARY-NOTFOUND" - }, - { - "name" : "WINDEPLOYQT_EXECUTABLE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/6.7.2/mingw_64/bin/windeployqt.exe" - }, - { - "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "linker supports push/pop state" - } - ], - "type" : "INTERNAL", - "value" : "TRUE" - }, - { - "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CMAKE_INSTALL_PREFIX during last run" - } - ], - "type" : "INTERNAL", - "value" : "C:/Program Files (x86)/Condottiere" - }, - { - "name" : "__qt_qml_macros_module_base_dir", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml" - } - ], - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/cmakeFiles-v1-b6b181743fe9b95deeae.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/cmakeFiles-v1-b6b181743fe9b95deeae.json deleted file mode 100644 index 4a7d901..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/cmakeFiles-v1-b6b181743fe9b95deeae.json +++ /dev/null @@ -1,3243 +0,0 @@ -{ - "inputs" : - [ - { - "path" : "CMakeLists.txt" - }, - { - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/auto-setup.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeSystem.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeNinjaFindMake.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeSystemSpecificInitialize.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-Initialize.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCXXCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-Determine-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCompilerIdDetection.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/ADSP-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/ARMCC-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/ARMClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/AppleClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Borland-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Cray-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/CrayClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GHS-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IAR-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Intel-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/MSVC-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/NVHPC-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/OrangeC-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/PGI-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/PathScale-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/SCO-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/TI-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/TIClang-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Tasking-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Watcom-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindBinUtils.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GNU-FindBinUtils.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompiler.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeCXXCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeSystemSpecificInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeGenericSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeInitializeConfigs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/WindowsPaths.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GNU-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-GNU-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineRCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeRCCompiler.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeRCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeRCInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-windres.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestRCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCommonLanguageInclude.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestCompilerCommon.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CMakeDetermineLinkerId.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeParseImplicitIncludeInfo.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeParseImplicitLinkInfo.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeParseLibraryArchitecture.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestCompilerCommon.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompileFeatures.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/FeatureTesting.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompiler.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeCXXCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-GNU-CXX-ABI.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Config.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6ConfigExtras.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Targets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6VersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtFeature.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckFlagCommonConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtFeatureCommon.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicAppleHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicPluginHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicTargetHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicTestHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicToolHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Dependencies.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindThreads.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckLibraryExists.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckIncludeFileCXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/FindWrapAtomic.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointMinGW32Target.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/QtInstallPaths.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindVulkan.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkPlugins.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigExtras.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlFindQmlscInternal.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlPlugins.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Config.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2AdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Config.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindVulkan.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickPlugins.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigureFileTemplate.in" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlModuleDirMappingTemplate.qrc.in" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigureFileTemplate.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6qmldirTemplate.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_conf.cmake" - } - ], - "kind" : "cmakeFiles", - "paths" : - { - "build" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug", - "source" : "C:/Users/mnah/Documents/Univercity/Condottiere" - }, - "version" : - { - "major" : 1, - "minor" : 0 - } -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-f97fcc5b1c4803485a0f.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-f97fcc5b1c4803485a0f.json deleted file mode 100644 index 0d6e48a..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-f97fcc5b1c4803485a0f.json +++ /dev/null @@ -1,169 +0,0 @@ -{ - "configurations" : - [ - { - "directories" : - [ - { - "build" : ".", - "hasInstallRule" : true, - "jsonFile" : "directory-.-Debug-2ca796478c6b6a783469.json", - "minimumCMakeVersion" : - { - "string" : "3.16" - }, - "projectIndex" : 0, - "source" : ".", - "targetIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12 - ] - } - ], - "name" : "Debug", - "projects" : - [ - { - "directoryIndexes" : - [ - 0 - ], - "name" : "Condottiere", - "targetIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12 - ] - } - ], - "targets" : - [ - { - "directoryIndex" : 0, - "id" : "all_qmllint::@6890427a1f51a3e7e1df", - "jsonFile" : "target-all_qmllint-Debug-412c45bbd5d95cf391f2.json", - "name" : "all_qmllint", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "all_qmllint_json::@6890427a1f51a3e7e1df", - "jsonFile" : "target-all_qmllint_json-Debug-2a0749ef8c174270ff34.json", - "name" : "all_qmllint_json", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "all_qmllint_module::@6890427a1f51a3e7e1df", - "jsonFile" : "target-all_qmllint_module-Debug-e6d979d68d0cbbe152ed.json", - "name" : "all_qmllint_module", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df", - "jsonFile" : "target-all_qmltyperegistrations-Debug-deecd919b4ed7b268862.json", - "name" : "all_qmltyperegistrations", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere-Debug-03991d16a85f7a977f10.json", - "name" : "appCondottiere", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere_autogen::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere_autogen-Debug-fe16e63409d1a702ee71.json", - "name" : "appCondottiere_autogen", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere_autogen_timestamp_deps::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere_autogen_timestamp_deps-Debug-85512a6b9e76324ba89b.json", - "name" : "appCondottiere_autogen_timestamp_deps", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere_qmlimportscan::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere_qmlimportscan-Debug-44140a6f8e31699dfe7c.json", - "name" : "appCondottiere_qmlimportscan", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere_qmllint::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere_qmllint-Debug-9b506857f33b9f19c1d7.json", - "name" : "appCondottiere_qmllint", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere_qmllint_json::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere_qmllint_json-Debug-be3cb7c9cf82bda59b60.json", - "name" : "appCondottiere_qmllint_json", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere_qmllint_module::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere_qmllint_module-Debug-fee246f04a7d780371cc.json", - "name" : "appCondottiere_qmllint_module", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere_qmltyperegistration::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere_qmltyperegistration-Debug-87d7880c1c50ba84f2ac.json", - "name" : "appCondottiere_qmltyperegistration", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere_tooling::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere_tooling-Debug-77548d5ad09d561b7b08.json", - "name" : "appCondottiere_tooling", - "projectIndex" : 0 - } - ] - } - ], - "kind" : "codemodel", - "paths" : - { - "build" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug", - "source" : "C:/Users/mnah/Documents/Univercity/Condottiere" - }, - "version" : - { - "major" : 2, - "minor" : 7 - } -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-2ca796478c6b6a783469.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-2ca796478c6b6a783469.json deleted file mode 100644 index 865e007..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-2ca796478c6b6a783469.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install" - ], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 35, - "parent" : 0 - } - ] - }, - "installers" : - [ - { - "backtrace" : 1, - "component" : "Unspecified", - "destination" : "bin", - "paths" : - [ - "appCondottiere.exe" - ], - "targetId" : "appCondottiere::@6890427a1f51a3e7e1df", - "targetIndex" : 4, - "type" : "target" - } - ], - "paths" : - { - "build" : ".", - "source" : "." - } -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2024-07-03T12-13-05-0844.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2024-07-03T12-13-05-0844.json deleted file mode 100644 index 0a61b6d..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2024-07-03T12-13-05-0844.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Ninja" - }, - "paths" : - { - "cmake" : "C:/Qt/Tools/CMake_64/bin/cmake.exe", - "cpack" : "C:/Qt/Tools/CMake_64/bin/cpack.exe", - "ctest" : "C:/Qt/Tools/CMake_64/bin/ctest.exe", - "root" : "C:/Qt/Tools/CMake_64/share/cmake-3.29" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 29, - "patch" : 3, - "string" : "3.29.3", - "suffix" : "" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-f97fcc5b1c4803485a0f.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 7 - } - }, - { - "jsonFile" : "cache-v2-530254a6bc6692fd6210.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-b6b181743fe9b95deeae.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-530254a6bc6692fd6210.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-b6b181743fe9b95deeae.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-f97fcc5b1c4803485a0f.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 7 - } - } - } -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-all_qmllint-Debug-412c45bbd5d95cf391f2.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-all_qmllint-Debug-412c45bbd5d95cf391f2.json deleted file mode 100644 index d83a5ce..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-all_qmllint-Debug-412c45bbd5d95cf391f2.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "backtrace" : 6, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_add_all_qmllint_target", - "_qt_internal_target_enable_qmllint", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module", - "add_dependencies" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 5, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 3, - "file" : 0, - "line" : 647, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 2553, - "parent" : 3 - }, - { - "command" : 1, - "file" : 0, - "line" : 1052, - "parent" : 4 - }, - { - "command" : 0, - "file" : 0, - "line" : 1145, - "parent" : 5 - }, - { - "command" : 6, - "file" : 0, - "line" : 1148, - "parent" : 5 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 7, - "id" : "appCondottiere_qmllint::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "/QmlLinter" - }, - "id" : "all_qmllint::@6890427a1f51a3e7e1df", - "name" : "all_qmllint", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-all_qmllint_json-Debug-2a0749ef8c174270ff34.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-all_qmllint_json-Debug-2a0749ef8c174270ff34.json deleted file mode 100644 index f781a07..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-all_qmllint_json-Debug-2a0749ef8c174270ff34.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "backtrace" : 6, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_add_all_qmllint_target", - "_qt_internal_target_enable_qmllint", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module", - "add_dependencies" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 5, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 3, - "file" : 0, - "line" : 647, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 2553, - "parent" : 3 - }, - { - "command" : 1, - "file" : 0, - "line" : 1054, - "parent" : 4 - }, - { - "command" : 0, - "file" : 0, - "line" : 1145, - "parent" : 5 - }, - { - "command" : 6, - "file" : 0, - "line" : 1148, - "parent" : 5 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 7, - "id" : "appCondottiere_qmllint_json::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "/QmlLinter" - }, - "id" : "all_qmllint_json::@6890427a1f51a3e7e1df", - "name" : "all_qmllint_json", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-all_qmllint_module-Debug-e6d979d68d0cbbe152ed.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-all_qmllint_module-Debug-e6d979d68d0cbbe152ed.json deleted file mode 100644 index eeff5f1..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-all_qmllint_module-Debug-e6d979d68d0cbbe152ed.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "backtrace" : 6, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_add_all_qmllint_target", - "_qt_internal_target_enable_qmllint", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module", - "add_dependencies" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 5, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 3, - "file" : 0, - "line" : 647, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 2553, - "parent" : 3 - }, - { - "command" : 1, - "file" : 0, - "line" : 1056, - "parent" : 4 - }, - { - "command" : 0, - "file" : 0, - "line" : 1145, - "parent" : 5 - }, - { - "command" : 6, - "file" : 0, - "line" : 1148, - "parent" : 5 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 7, - "id" : "appCondottiere_qmllint_module::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "/QmlLinter" - }, - "id" : "all_qmllint_module::@6890427a1f51a3e7e1df", - "name" : "all_qmllint_module", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-all_qmltyperegistrations-Debug-deecd919b4ed7b268862.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-all_qmltyperegistrations-Debug-deecd919b4ed7b268862.json deleted file mode 100644 index 8f52b0e..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-all_qmltyperegistrations-Debug-deecd919b4ed7b268862.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "backtrace" : 4, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_qml_type_registration", - "qt6_add_qml_module", - "qt_add_qml_module", - "add_dependencies" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 1, - "file" : 0, - "line" : 541, - "parent" : 2 - }, - { - "command" : 0, - "file" : 0, - "line" : 3046, - "parent" : 3 - }, - { - "command" : 4, - "file" : 0, - "line" : 3049, - "parent" : 3 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 5, - "id" : "appCondottiere_qmltyperegistration::@6890427a1f51a3e7e1df" - } - ], - "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df", - "name" : "all_qmltyperegistrations", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere-Debug-03991d16a85f7a977f10.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere-Debug-03991d16a85f7a977f10.json deleted file mode 100644 index 21b9bd5..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere-Debug-03991d16a85f7a977f10.json +++ /dev/null @@ -1,1381 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "appCondottiere.exe" - }, - { - "path" : "appCondottiere.pdb" - } - ], - "backtrace" : 4, - "backtraceGraph" : - { - "commands" : - [ - "add_executable", - "_qt_internal_create_executable", - "qt6_add_executable", - "qt_add_executable", - "install", - "target_link_libraries", - "set_target_properties", - "include", - "find_package", - "qt6_add_qml_module", - "qt_add_qml_module", - "find_dependency", - "_qt_internal_find_qt_dependencies", - "add_dependencies", - "_qt_internal_scan_qml_imports", - "_qt_internal_generate_deploy_qml_imports_script", - "cmake_language", - "_qt_internal_finalize_executable", - "qt6_finalize_target", - "qt6_target_qml_sources", - "target_include_directories", - "_qt_internal_qml_type_registration", - "target_sources", - "qt6_extract_metatypes", - "set_source_files_properties", - "__qt_propagate_generated_resource", - "_qt_internal_process_resource", - "qt6_add_resources", - "_qt_internal_target_enable_qmlcachegen", - "_qt_internal_expose_deferred_files_to_ide" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake", - "CMakeLists.txt", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Config.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:743:EVAL" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 10, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 869, - "parent" : 1 - }, - { - "command" : 1, - "file" : 0, - "line" : 575, - "parent" : 2 - }, - { - "command" : 0, - "file" : 0, - "line" : 629, - "parent" : 3 - }, - { - "command" : 4, - "file" : 1, - "line" : 35, - "parent" : 0 - }, - { - "command" : 5, - "file" : 1, - "line" : 31, - "parent" : 0 - }, - { - "command" : 8, - "file" : 1, - "line" : 8, - "parent" : 0 - }, - { - "file" : 4, - "parent" : 7 - }, - { - "command" : 8, - "file" : 4, - "line" : 169, - "parent" : 8 - }, - { - "file" : 3, - "parent" : 9 - }, - { - "command" : 7, - "file" : 3, - "line" : 55, - "parent" : 10 - }, - { - "file" : 2, - "parent" : 11 - }, - { - "command" : 6, - "file" : 2, - "line" : 61, - "parent" : 12 - }, - { - "command" : 10, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 9, - "file" : 5, - "line" : 780, - "parent" : 14 - }, - { - "command" : 5, - "file" : 5, - "line" : 392, - "parent" : 15 - }, - { - "command" : 7, - "file" : 3, - "line" : 43, - "parent" : 10 - }, - { - "file" : 10, - "parent" : 17 - }, - { - "command" : 12, - "file" : 10, - "line" : 42, - "parent" : 18 - }, - { - "command" : 11, - "file" : 9, - "line" : 111, - "parent" : 19 - }, - { - "command" : 8, - "file" : 8, - "line" : 76, - "parent" : 20 - }, - { - "file" : 7, - "parent" : 21 - }, - { - "command" : 7, - "file" : 7, - "line" : 56, - "parent" : 22 - }, - { - "file" : 6, - "parent" : 23 - }, - { - "command" : 6, - "file" : 6, - "line" : 61, - "parent" : 24 - }, - { - "command" : 7, - "file" : 7, - "line" : 44, - "parent" : 22 - }, - { - "file" : 13, - "parent" : 26 - }, - { - "command" : 12, - "file" : 13, - "line" : 42, - "parent" : 27 - }, - { - "command" : 11, - "file" : 9, - "line" : 111, - "parent" : 28 - }, - { - "command" : 8, - "file" : 8, - "line" : 76, - "parent" : 29 - }, - { - "file" : 12, - "parent" : 30 - }, - { - "command" : 7, - "file" : 12, - "line" : 60, - "parent" : 31 - }, - { - "file" : 11, - "parent" : 32 - }, - { - "command" : 6, - "file" : 11, - "line" : 61, - "parent" : 33 - }, - { - "command" : 7, - "file" : 12, - "line" : 55, - "parent" : 31 - }, - { - "file" : 14, - "parent" : 35 - }, - { - "command" : 6, - "file" : 14, - "line" : 61, - "parent" : 36 - }, - { - "command" : 11, - "file" : 9, - "line" : 111, - "parent" : 19 - }, - { - "command" : 8, - "file" : 8, - "line" : 76, - "parent" : 38 - }, - { - "file" : 16, - "parent" : 39 - }, - { - "command" : 7, - "file" : 16, - "line" : 60, - "parent" : 40 - }, - { - "file" : 15, - "parent" : 41 - }, - { - "command" : 6, - "file" : 15, - "line" : 61, - "parent" : 42 - }, - { - "command" : 11, - "file" : 9, - "line" : 111, - "parent" : 19 - }, - { - "command" : 8, - "file" : 8, - "line" : 76, - "parent" : 44 - }, - { - "file" : 18, - "parent" : 45 - }, - { - "command" : 7, - "file" : 18, - "line" : 60, - "parent" : 46 - }, - { - "file" : 17, - "parent" : 47 - }, - { - "command" : 6, - "file" : 17, - "line" : 61, - "parent" : 48 - }, - { - "command" : 5, - "file" : 0, - "line" : 576, - "parent" : 2 - }, - { - "command" : 11, - "file" : 9, - "line" : 111, - "parent" : 19 - }, - { - "command" : 8, - "file" : 8, - "line" : 76, - "parent" : 51 - }, - { - "file" : 20, - "parent" : 52 - }, - { - "command" : 7, - "file" : 20, - "line" : 57, - "parent" : 53 - }, - { - "file" : 19, - "parent" : 54 - }, - { - "command" : 6, - "file" : 19, - "line" : 61, - "parent" : 55 - }, - { - "command" : 7, - "file" : 20, - "line" : 45, - "parent" : 53 - }, - { - "file" : 23, - "parent" : 57 - }, - { - "command" : 12, - "file" : 23, - "line" : 42, - "parent" : 58 - }, - { - "command" : 11, - "file" : 9, - "line" : 111, - "parent" : 59 - }, - { - "command" : 8, - "file" : 8, - "line" : 76, - "parent" : 60 - }, - { - "file" : 22, - "parent" : 61 - }, - { - "command" : 7, - "file" : 22, - "line" : 55, - "parent" : 62 - }, - { - "file" : 21, - "parent" : 63 - }, - { - "command" : 6, - "file" : 21, - "line" : 61, - "parent" : 64 - }, - { - "command" : 7, - "file" : 18, - "line" : 55, - "parent" : 46 - }, - { - "file" : 24, - "parent" : 66 - }, - { - "command" : 6, - "file" : 24, - "line" : 61, - "parent" : 67 - }, - { - "file" : 1, - "line" : -1, - "parent" : 0 - }, - { - "command" : 18, - "file" : 25, - "line" : 1, - "parent" : 69 - }, - { - "command" : 17, - "file" : 0, - "line" : 774, - "parent" : 70 - }, - { - "command" : 16, - "file" : 0, - "line" : 678, - "parent" : 71 - }, - { - "command" : 15, - "file" : 0, - "line" : 678, - "parent" : 72 - }, - { - "command" : 14, - "file" : 5, - "line" : 3545, - "parent" : 73 - }, - { - "command" : 13, - "file" : 5, - "line" : 3350, - "parent" : 74 - }, - { - "command" : 19, - "file" : 5, - "line" : 647, - "parent" : 15 - }, - { - "command" : 13, - "file" : 5, - "line" : 2751, - "parent" : 76 - }, - { - "command" : 21, - "file" : 5, - "line" : 541, - "parent" : 15 - }, - { - "command" : 20, - "file" : 5, - "line" : 3078, - "parent" : 78 - }, - { - "command" : 20, - "file" : 5, - "line" : 3103, - "parent" : 78 - }, - { - "command" : 23, - "file" : 5, - "line" : 2903, - "parent" : 78 - }, - { - "command" : 22, - "file" : 0, - "line" : 1415, - "parent" : 81 - }, - { - "command" : 22, - "file" : 5, - "line" : 3069, - "parent" : 78 - }, - { - "command" : 24, - "file" : 5, - "line" : 3093, - "parent" : 78 - }, - { - "command" : 27, - "file" : 5, - "line" : 590, - "parent" : 15 - }, - { - "command" : 26, - "file" : 0, - "line" : 337, - "parent" : 85 - }, - { - "command" : 25, - "file" : 0, - "line" : 2390, - "parent" : 86 - }, - { - "command" : 22, - "file" : 0, - "line" : 2004, - "parent" : 87 - }, - { - "command" : 22, - "file" : 5, - "line" : 2535, - "parent" : 76 - }, - { - "command" : 28, - "file" : 5, - "line" : 2639, - "parent" : 76 - }, - { - "command" : 22, - "file" : 5, - "line" : 1248, - "parent" : 90 - }, - { - "command" : 22, - "file" : 5, - "line" : 2687, - "parent" : 76 - }, - { - "command" : 27, - "file" : 5, - "line" : 2770, - "parent" : 76 - }, - { - "command" : 26, - "file" : 0, - "line" : 337, - "parent" : 93 - }, - { - "command" : 25, - "file" : 0, - "line" : 2390, - "parent" : 94 - }, - { - "command" : 22, - "file" : 0, - "line" : 2004, - "parent" : 95 - }, - { - "command" : 29, - "file" : 0, - "line" : 768, - "parent" : 70 - }, - { - "command" : 22, - "file" : 0, - "line" : 2117, - "parent" : 97 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-DQT_QML_DEBUG -g -fdiagnostics-color=always" - } - ], - "defines" : - [ - { - "backtrace" : 50, - "define" : "MINGW_HAS_SECURE_API=1" - }, - { - "backtrace" : 50, - "define" : "QT_CORE_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_GUI_LIB" - }, - { - "backtrace" : 50, - "define" : "QT_NEEDS_QMAIN" - }, - { - "backtrace" : 16, - "define" : "QT_NETWORK_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_OPENGL_LIB" - }, - { - "backtrace" : 16, - "define" : "QT_QMLBUILTINS_LIB" - }, - { - "backtrace" : 16, - "define" : "QT_QMLINTEGRATION_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_QMLMODELS_LIB" - }, - { - "backtrace" : 16, - "define" : "QT_QML_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_QUICK_LIB" - }, - { - "backtrace" : 50, - "define" : "UNICODE" - }, - { - "backtrace" : 50, - "define" : "WIN32" - }, - { - "backtrace" : 50, - "define" : "WIN64" - }, - { - "backtrace" : 50, - "define" : "_ENABLE_EXTENDED_ALIGNED_STORAGE" - }, - { - "backtrace" : 50, - "define" : "_UNICODE" - }, - { - "backtrace" : 50, - "define" : "_WIN64" - } - ], - "includes" : - [ - { - "backtrace" : 0, - "path" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include" - }, - { - "backtrace" : 79, - "path" : "C:/Users/mnah/Documents/Univercity/Condottiere" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtCore" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQml" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtNetwork" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQuick" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtGui" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlModels" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtOpenGL" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 0, - 1, - 4, - 6, - 7, - 8 - ] - }, - { - "compileCommandFragments" : - [ - { - "fragment" : "-DQT_QML_DEBUG -g -fdiagnostics-color=always" - }, - { - "backtrace" : 84, - "fragment" : "-Wa,-mbig-obj" - } - ], - "defines" : - [ - { - "backtrace" : 50, - "define" : "MINGW_HAS_SECURE_API=1" - }, - { - "backtrace" : 50, - "define" : "QT_CORE_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_GUI_LIB" - }, - { - "backtrace" : 50, - "define" : "QT_NEEDS_QMAIN" - }, - { - "backtrace" : 16, - "define" : "QT_NETWORK_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_OPENGL_LIB" - }, - { - "backtrace" : 16, - "define" : "QT_QMLBUILTINS_LIB" - }, - { - "backtrace" : 16, - "define" : "QT_QMLINTEGRATION_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_QMLMODELS_LIB" - }, - { - "backtrace" : 16, - "define" : "QT_QML_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_QUICK_LIB" - }, - { - "backtrace" : 50, - "define" : "UNICODE" - }, - { - "backtrace" : 50, - "define" : "WIN32" - }, - { - "backtrace" : 50, - "define" : "WIN64" - }, - { - "backtrace" : 50, - "define" : "_ENABLE_EXTENDED_ALIGNED_STORAGE" - }, - { - "backtrace" : 50, - "define" : "_UNICODE" - }, - { - "backtrace" : 50, - "define" : "_WIN64" - } - ], - "includes" : - [ - { - "backtrace" : 0, - "path" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include" - }, - { - "backtrace" : 79, - "path" : "C:/Users/mnah/Documents/Univercity/Condottiere" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtCore" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQml" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtNetwork" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQuick" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtGui" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlModels" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtOpenGL" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 3 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 75, - "id" : "appCondottiere_qmlimportscan::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 77, - "id" : "appCondottiere_tooling::@6890427a1f51a3e7e1df" - }, - { - "id" : "appCondottiere_autogen_timestamp_deps::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 0, - "id" : "appCondottiere_autogen::@6890427a1f51a3e7e1df" - } - ], - "id" : "appCondottiere::@6890427a1f51a3e7e1df", - "install" : - { - "destinations" : - [ - { - "backtrace" : 5, - "path" : "bin" - } - ], - "prefix" : - { - "path" : "C:/Program Files (x86)/Condottiere" - } - }, - "link" : - { - "commandFragments" : - [ - { - "fragment" : "-DQT_QML_DEBUG -g", - "role" : "flags" - }, - { - "fragment" : "-mwindows", - "role" : "flags" - }, - { - "backtrace" : 6, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6Quick.a", - "role" : "libraries" - }, - { - "backtrace" : 13, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6QmlModels.a", - "role" : "libraries" - }, - { - "backtrace" : 16, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6Qml.a", - "role" : "libraries" - }, - { - "backtrace" : 25, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6QmlBuiltins.a", - "role" : "libraries" - }, - { - "backtrace" : 34, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6Network.a", - "role" : "libraries" - }, - { - "backtrace" : 37, - "fragment" : "-lws2_32", - "role" : "libraries" - }, - { - "backtrace" : 43, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6OpenGL.a", - "role" : "libraries" - }, - { - "backtrace" : 49, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6Gui.a", - "role" : "libraries" - }, - { - "backtrace" : 50, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6Core.a", - "role" : "libraries" - }, - { - "backtrace" : 56, - "fragment" : "-lmpr", - "role" : "libraries" - }, - { - "backtrace" : 56, - "fragment" : "-luserenv", - "role" : "libraries" - }, - { - "backtrace" : 65, - "fragment" : "-lmingw32", - "role" : "libraries" - }, - { - "backtrace" : 65, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6EntryPoint.a", - "role" : "libraries" - }, - { - "backtrace" : 25, - "fragment" : "-lshell32", - "role" : "libraries" - }, - { - "backtrace" : 68, - "fragment" : "-ld3d11", - "role" : "libraries" - }, - { - "backtrace" : 68, - "fragment" : "-ldxgi", - "role" : "libraries" - }, - { - "backtrace" : 68, - "fragment" : "-ldxguid", - "role" : "libraries" - }, - { - "backtrace" : 68, - "fragment" : "-ld3d12", - "role" : "libraries" - }, - { - "backtrace" : 13, - "fragment" : "-luser32", - "role" : "libraries" - }, - { - "fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32", - "role" : "libraries" - } - ], - "language" : "CXX" - }, - "name" : "appCondottiere", - "nameOnDisk" : "appCondottiere.exe", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0, - 1, - 3, - 4, - 6, - 7, - 8 - ] - }, - { - "name" : "", - "sourceIndexes" : - [ - 2, - 5, - 9, - 10, - 11, - 12, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ] - } - ], - "sources" : - [ - { - "backtrace" : 0, - "compileGroupIndex" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/mocs_compilation.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 4, - "compileGroupIndex" : 0, - "path" : "main.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 82, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/meta_types/qt6appcondottiere_debug_metatypes.json.gen", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 83, - "compileGroupIndex" : 1, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appcondottiere_qmltyperegistrations.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 88, - "compileGroupIndex" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Condottiere.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "path" : "main.qml", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 91, - "compileGroupIndex" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_qmlcache_loader.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 92, - "compileGroupIndex" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_main_qml.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 96, - "compileGroupIndex" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appCondottiere_raw_qml_0.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 98, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Condottiere.qrc", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 98, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/qmldir", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 98, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/appCondottiere_raw_qml_0.qrc", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/timestamp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/meta_types/qt6appcondottiere_debug_metatypes.json.gen.rule", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appcondottiere_qmltyperegistrations.cpp.rule", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Condottiere.cpp.rule", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_qmlcache_loader.cpp.rule", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_main_qml.cpp.rule", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appCondottiere_raw_qml_0.cpp.rule", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/timestamp.rule", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/meta_types/appCondottiere_json_file_list.txt.rule", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 50, - "path" : "C:/Qt/6.7.2/mingw_64/metatypes/qt6core_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 16, - "path" : "C:/Qt/6.7.2/mingw_64/metatypes/qt6qml_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 16, - "path" : "C:/Qt/6.7.2/mingw_64/metatypes/qt6qmlbuiltins_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 16, - "path" : "C:/Qt/6.7.2/mingw_64/metatypes/qt6network_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 6, - "path" : "C:/Qt/6.7.2/mingw_64/metatypes/qt6quick_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 6, - "path" : "C:/Qt/6.7.2/mingw_64/metatypes/qt6gui_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 6, - "path" : "C:/Qt/6.7.2/mingw_64/metatypes/qt6qmlmodels_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 6, - "path" : "C:/Qt/6.7.2/mingw_64/metatypes/qt6opengl_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 1 - } - ], - "type" : "EXECUTABLE" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_autogen-Debug-fe16e63409d1a702ee71.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_autogen-Debug-fe16e63409d1a702ee71.json deleted file mode 100644 index c85137b..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_autogen-Debug-fe16e63409d1a702ee71.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "backtrace" : 0, - "backtraceGraph" : - { - "commands" : [], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - } - ] - }, - "dependencies" : - [ - { - "id" : "appCondottiere_autogen_timestamp_deps::@6890427a1f51a3e7e1df" - } - ], - "id" : "appCondottiere_autogen::@6890427a1f51a3e7e1df", - "isGeneratorProvided" : true, - "name" : "appCondottiere_autogen", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1, - 2 - ] - } - ], - "sources" : - [ - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_autogen", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_autogen.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/timestamp.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_autogen_timestamp_deps-Debug-85512a6b9e76324ba89b.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_autogen_timestamp_deps-Debug-85512a6b9e76324ba89b.json deleted file mode 100644 index d9b2db4..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_autogen_timestamp_deps-Debug-85512a6b9e76324ba89b.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "backtrace" : 0, - "backtraceGraph" : - { - "commands" : [], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 0, - "id" : "appCondottiere_qmlimportscan::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 0, - "id" : "appCondottiere_tooling::@6890427a1f51a3e7e1df" - } - ], - "id" : "appCondottiere_autogen_timestamp_deps::@6890427a1f51a3e7e1df", - "isGeneratorProvided" : true, - "name" : "appCondottiere_autogen_timestamp_deps", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_qmlimportscan-Debug-44140a6f8e31699dfe7c.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_qmlimportscan-Debug-44140a6f8e31699dfe7c.json deleted file mode 100644 index 5fa20c2..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_qmlimportscan-Debug-44140a6f8e31699dfe7c.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "backtrace" : 7, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_scan_qml_imports", - "_qt_internal_generate_deploy_qml_imports_script", - "cmake_language", - "_qt_internal_finalize_executable", - "qt6_finalize_target" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:743:EVAL", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 3 - }, - { - "file" : 3, - "line" : -1, - "parent" : 0 - }, - { - "command" : 5, - "file" : 2, - "line" : 1, - "parent" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 774, - "parent" : 2 - }, - { - "command" : 3, - "file" : 1, - "line" : 678, - "parent" : 3 - }, - { - "command" : 2, - "file" : 1, - "line" : 678, - "parent" : 4 - }, - { - "command" : 1, - "file" : 0, - "line" : 3545, - "parent" : 5 - }, - { - "command" : 0, - "file" : 0, - "line" : 3348, - "parent" : 6 - } - ] - }, - "id" : "appCondottiere_qmlimportscan::@6890427a1f51a3e7e1df", - "name" : "appCondottiere_qmlimportscan", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1, - 2 - ] - } - ], - "sources" : - [ - { - "backtrace" : 7, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmlimportscan", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmlimportscan.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_build.cmake.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_qmllint-Debug-9b506857f33b9f19c1d7.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_qmllint-Debug-9b506857f33b9f19c1d7.json deleted file mode 100644 index 4a44195..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_qmllint-Debug-9b506857f33b9f19c1d7.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "backtrace" : 5, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_target_enable_qmllint", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 647, - "parent" : 2 - }, - { - "command" : 1, - "file" : 0, - "line" : 2553, - "parent" : 3 - }, - { - "command" : 0, - "file" : 0, - "line" : 971, - "parent" : 4 - } - ] - }, - "dependencies" : - [ - { - "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "/QmlLinter" - }, - "id" : "appCondottiere_qmllint::@6890427a1f51a3e7e1df", - "name" : "appCondottiere_qmllint", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 5, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmllint", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmllint.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_qmllint_json-Debug-be3cb7c9cf82bda59b60.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_qmllint_json-Debug-be3cb7c9cf82bda59b60.json deleted file mode 100644 index 4a7415d..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_qmllint_json-Debug-be3cb7c9cf82bda59b60.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "backtrace" : 5, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_target_enable_qmllint", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 647, - "parent" : 2 - }, - { - "command" : 1, - "file" : 0, - "line" : 2553, - "parent" : 3 - }, - { - "command" : 0, - "file" : 0, - "line" : 998, - "parent" : 4 - } - ] - }, - "dependencies" : - [ - { - "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "/QmlLinter" - }, - "id" : "appCondottiere_qmllint_json::@6890427a1f51a3e7e1df", - "name" : "appCondottiere_qmllint_json", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 5, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmllint_json", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmllint_json.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_qmllint_module-Debug-fee246f04a7d780371cc.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_qmllint_module-Debug-fee246f04a7d780371cc.json deleted file mode 100644 index c66dd91..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_qmllint_module-Debug-fee246f04a7d780371cc.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "backtrace" : 5, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_target_enable_qmllint", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 647, - "parent" : 2 - }, - { - "command" : 1, - "file" : 0, - "line" : 2553, - "parent" : 3 - }, - { - "command" : 0, - "file" : 0, - "line" : 1036, - "parent" : 4 - } - ] - }, - "dependencies" : - [ - { - "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "/QmlLinter" - }, - "id" : "appCondottiere_qmllint_module::@6890427a1f51a3e7e1df", - "name" : "appCondottiere_qmllint_module", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 5, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmllint_module", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmllint_module.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_qmltyperegistration-Debug-87d7880c1c50ba84f2ac.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_qmltyperegistration-Debug-87d7880c1c50ba84f2ac.json deleted file mode 100644 index 2ebd2f1..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_qmltyperegistration-Debug-87d7880c1c50ba84f2ac.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "backtrace" : 4, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_qml_type_registration", - "qt6_add_qml_module", - "qt_add_qml_module" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 1, - "file" : 0, - "line" : 541, - "parent" : 2 - }, - { - "command" : 0, - "file" : 0, - "line" : 3039, - "parent" : 3 - } - ] - }, - "id" : "appCondottiere_qmltyperegistration::@6890427a1f51a3e7e1df", - "name" : "appCondottiere_qmltyperegistration", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1, - 2 - ] - } - ], - "sources" : - [ - { - "backtrace" : 4, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmltyperegistration", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmltyperegistration.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appcondottiere_qmltyperegistrations.cpp.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_tooling-Debug-77548d5ad09d561b7b08.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_tooling-Debug-77548d5ad09d561b7b08.json deleted file mode 100644 index d992edd..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appCondottiere_tooling-Debug-77548d5ad09d561b7b08.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "backtrace" : 4, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module", - "target_sources" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 1, - "file" : 0, - "line" : 647, - "parent" : 2 - }, - { - "command" : 0, - "file" : 0, - "line" : 2750, - "parent" : 3 - }, - { - "command" : 4, - "file" : 0, - "line" : 2753, - "parent" : 3 - } - ] - }, - "id" : "appCondottiere_tooling::@6890427a1f51a3e7e1df", - "name" : "appCondottiere_tooling", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 5, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/main.qml", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/main.qml.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "INTERFACE_LIBRARY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/cache-v2-530254a6bc6692fd6210.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/cache-v2-530254a6bc6692fd6210.json deleted file mode 100644 index 2fda7bb..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/cache-v2-530254a6bc6692fd6210.json +++ /dev/null @@ -1,6139 +0,0 @@ -{ - "entries" : - [ - { - "name" : "CMAKE_ADDR2LINE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/mingw1120_64/bin/addr2line.exe" - }, - { - "name" : "CMAKE_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/mingw1120_64/bin/ar.exe" - }, - { - "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" : "c:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug" - }, - { - "name" : "CMAKE_CACHE_MAJOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Major version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "3" - }, - { - "name" : "CMAKE_CACHE_MINOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Minor version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "29" - }, - { - "name" : "CMAKE_CACHE_PATCH_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Patch version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "3" - }, - { - "name" : "CMAKE_COLOR_DIAGNOSTICS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable colored diagnostics throughout." - } - ], - "type" : "BOOL", - "value" : "1" - }, - { - "name" : "CMAKE_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake executable." - } - ], - "type" : "INTERNAL", - "value" : "C:/Qt/Tools/CMake_64/bin/cmake.exe" - }, - { - "name" : "CMAKE_CPACK_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to cpack program executable." - } - ], - "type" : "INTERNAL", - "value" : "C:/Qt/Tools/CMake_64/bin/cpack.exe" - }, - { - "name" : "CMAKE_CTEST_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to ctest program executable." - } - ], - "type" : "INTERNAL", - "value" : "C:/Qt/Tools/CMake_64/bin/ctest.exe" - }, - { - "name" : "CMAKE_CXX_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "CXX compiler" - } - ], - "type" : "STRING", - "value" : "C:/Qt/Tools/mingw1120_64/bin/g++.exe" - }, - { - "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" : "C:/Qt/Tools/mingw1120_64/bin/gcc-ar.exe" - }, - { - "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" : "C:/Qt/Tools/mingw1120_64/bin/gcc-ranlib.exe" - }, - { - "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" : "-DQT_QML_DEBUG" - }, - { - "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_INIT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "STRING", - "value" : "-DQT_QML_DEBUG" - }, - { - "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" : ".obj" - }, - { - "name" : "CMAKE_CXX_STANDARD_LIBRARIES", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Libraries linked by default with all C++ applications." - } - ], - "type" : "STRING", - "value" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32" - }, - { - "name" : "CMAKE_C_COMPILER", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/mingw1120_64/bin/gcc.exe" - }, - { - "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" : "C:/Qt/Tools/mingw1120_64/bin/dlltool.exe" - }, - { - "name" : "CMAKE_EDIT_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to cache edit program executable." - } - ], - "type" : "INTERNAL", - "value" : "C:/Qt/Tools/CMake_64/bin/cmake-gui.exe" - }, - { - "name" : "CMAKE_EXECUTABLE_FORMAT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Executable file format" - } - ], - "type" : "INTERNAL", - "value" : "Unknown" - }, - { - "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_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" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/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_GNUtoMS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Convert GNU import libraries to MS format (requires Visual Studio)" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "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" : "C:/Users/mnah/Documents/Univercity/Condottiere" - }, - { - "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" : "C:/Program Files (x86)/Condottiere" - }, - { - "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_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" : "C:/Qt/Tools/mingw1120_64/bin/ld.exe" - }, - { - "name" : "CMAKE_MAKE_PROGRAM", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Program used to build from build.ninja files." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/Ninja/ninja.exe" - }, - { - "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" : "C:/Qt/Tools/mingw1120_64/bin/nm.exe" - }, - { - "name" : "CMAKE_NUMBER_OF_MAKEFILES", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "number of local generators" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_OBJCOPY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/mingw1120_64/bin/objcopy.exe" - }, - { - "name" : "CMAKE_OBJDUMP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/mingw1120_64/bin/objdump.exe" - }, - { - "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" : "C:/Qt/6.7.2/mingw_64" - }, - { - "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" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/auto-setup.cmake" - }, - { - "name" : "CMAKE_PROJECT_NAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "Condottiere" - }, - { - "name" : "CMAKE_PROJECT_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "0.1" - }, - { - "name" : "CMAKE_PROJECT_VERSION_MAJOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "0" - }, - { - "name" : "CMAKE_PROJECT_VERSION_MINOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "1" - }, - { - "name" : "CMAKE_PROJECT_VERSION_PATCH", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_VERSION_TWEAK", - "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" : "C:/Qt/Tools/mingw1120_64/bin/ranlib.exe" - }, - { - "name" : "CMAKE_RC_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "RC compiler" - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/mingw1120_64/bin/windres.exe" - }, - { - "name" : "CMAKE_RC_COMPILER_WORKS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_RC_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_RC_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_RC_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_RC_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_RC_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_READELF", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/mingw1120_64/bin/readelf.exe" - }, - { - "name" : "CMAKE_ROOT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake installation." - } - ], - "type" : "INTERNAL", - "value" : "C:/Qt/Tools/CMake_64/share/cmake-3.29" - }, - { - "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 linker 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 linker 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 linker 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 linker 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 linker 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" : "C:/Qt/Tools/mingw1120_64/bin/strip.exe" - }, - { - "name" : "CMAKE_TAPI", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "CMAKE_TAPI-NOTFOUND" - }, - { - "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" : "Condottiere_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug" - }, - { - "name" : "Condottiere_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "ON" - }, - { - "name" : "Condottiere_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/mnah/Documents/Univercity/Condottiere" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding Threads" - } - ], - "type" : "INTERNAL", - "value" : "[TRUE][v()]" - }, - { - "name" : "FIND_PACKAGE_MESSAGE_DETAILS_WrapAtomic", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Details about finding WrapAtomic" - } - ], - "type" : "INTERNAL", - "value" : "[1][v()]" - }, - { - "name" : "HAVE_STDATOMIC", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Test HAVE_STDATOMIC" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "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_SKIP_PACKAGE_MANAGER_SETUP", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Skip Qt Creator's package manager auto-setup" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_accessibility", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: accessibility (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_accessibility_atspi_bridge", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: accessibility_atspi_bridge (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_action", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: action (from target Qt6::Gui)" - } - ], - "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_alloca", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: alloca (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_alloca_h", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: alloca_h (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_alloca_malloc_h", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: alloca_malloc_h (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_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" : "OFF" - }, - { - "name" : "QT_FEATURE_brotli", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: brotli (from target Qt6::Network)" - } - ], - "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_clipboard", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: clipboard (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_clock_gettime", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: clock_gettime (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_clock_monotonic", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: clock_monotonic (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_close_range", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: close_range (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_colornames", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: colornames (from target Qt6::Gui)" - } - ], - "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_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_cssparser", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: cssparser (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_ctf", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: ctf (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_cursor", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: cursor (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "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_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_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" : "OFF" - }, - { - "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_desktopservices", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: desktopservices (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_developer_build", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: developer_build (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_direct2d", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: direct2d (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_direct2d1_1", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: direct2d1_1 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_directfb", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: directfb (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_directwrite", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: directwrite (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_directwrite3", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: directwrite3 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_dladdr", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: dladdr (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_dlopen", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: dlopen (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_dnslookup", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: dnslookup (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_doubleconversion", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: doubleconversion (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_draganddrop", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: draganddrop (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_drm_atomic", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: drm_atomic (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_dtls", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: dtls (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_dynamicgl", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: dynamicgl (from target Qt6::Gui)" - } - ], - "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_egl", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: egl (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_egl_x11", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: egl_x11 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_brcm", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_brcm (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_egldevice", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_egldevice (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_gbm", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_gbm (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_mali", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_mali (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_openwfd", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_openwfd (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_rcar", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_rcar (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_viv", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_viv (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_viv_wl", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_viv_wl (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_vsp2", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_vsp2 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_eglfs_x11", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: eglfs_x11 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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_etw", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: etw (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_evdev", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: evdev (from target Qt6::Gui)" - } - ], - "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_filesystemmodel", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: filesystemmodel (from target Qt6::Gui)" - } - ], - "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_fontconfig", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: fontconfig (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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_debug_info", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: force_debug_info (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_forkfd_pidfd", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: forkfd_pidfd (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_framework", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: framework (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_freetype", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: freetype (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_futimens", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: futimens (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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" : "OFF" - }, - { - "name" : "QT_FEATURE_getentropy", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: getentropy (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_getifaddrs", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: getifaddrs (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_gif", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: gif (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_glib", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: glib (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_graphicsframecapture", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: graphicsframecapture (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_gssapi", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: gssapi (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_gui", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: gui (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_harfbuzz", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: harfbuzz (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_highdpiscaling", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: highdpiscaling (from target Qt6::Gui)" - } - ], - "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_http", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: http (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_ico", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: ico (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_icu", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: icu (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_identityproxymodel", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: identityproxymodel (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_im", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: im (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_image_heuristic_mask", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: image_heuristic_mask (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_image_text", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: image_text (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_imageformat_bmp", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: imageformat_bmp (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_imageformat_jpeg", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: imageformat_jpeg (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_imageformat_png", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: imageformat_png (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_imageformat_ppm", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: imageformat_ppm (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_imageformat_xbm", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: imageformat_xbm (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_imageformat_xpm", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: imageformat_xpm (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_imageformatplugin", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: imageformatplugin (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_imageio_text_loading", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: imageio_text_loading (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_inotify", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: inotify (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_integrityfb", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: integrityfb (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_integrityhid", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: integrityhid (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_intelcet", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: intelcet (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_ipv6ifname", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: ipv6ifname (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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_journald", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: journald (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_jpeg", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: jpeg (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_kms", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: kms (from target Qt6::Gui)" - } - ], - "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_libinput", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: libinput (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_libinput_axis_api", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: libinput_axis_api (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_libinput_hires_wheel_support", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: libinput_hires_wheel_support (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_libproxy", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: libproxy (from target Qt6::Network)" - } - ], - "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_libresolv", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: libresolv (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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" : "OFF" - }, - { - "name" : "QT_FEATURE_linux_netlink", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: linux_netlink (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_linuxfb", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: linuxfb (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_localserver", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: localserver (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_lttng", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: lttng (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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_movie", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: movie (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_mtdev", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: mtdev (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_multiprocess", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: multiprocess (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "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_networkdiskcache", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: networkdiskcache (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_networkinterface", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: networkinterface (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_networklistmanager", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: networklistmanager (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_networkproxy", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: networkproxy (from target Qt6::Network)" - } - ], - "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_no_pkg_config", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: no_pkg_config (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_ocsp", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: ocsp (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_opengl", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: opengl (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_opengles2", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: opengles2 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_opengles3", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: opengles3 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_opengles31", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: opengles31 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_opengles32", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: opengles32 (from target Qt6::Gui)" - } - ], - "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_openvg", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: openvg (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_pcre2", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: pcre2 (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_pdf", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: pdf (from target Qt6::Gui)" - } - ], - "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_picture", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: picture (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_pkg_config", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: pkg_config (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_plugin_manifest", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: plugin_manifest (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_png", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: png (from target Qt6::Gui)" - } - ], - "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" : "OFF" - }, - { - "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" : "OFF" - }, - { - "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" : "OFF" - }, - { - "name" : "QT_FEATURE_precompile_header", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: precompile_header (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_publicsuffix_qt", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: publicsuffix_qt (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_publicsuffix_system", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: publicsuffix_system (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_qml_animation", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_animation (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_debug", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_debug (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_delegate_model", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_delegate_model (from target Qt6::QmlModels)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_itemmodel", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_itemmodel (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_jit", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_jit (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_list_model", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_list_model (from target Qt6::QmlModels)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_locale", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_locale (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_network", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_network (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_object_model", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_object_model (from target Qt6::QmlModels)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_preview", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_preview (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_profiler", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_profiler (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_python", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_python (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_ssl", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_ssl (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_table_model", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_table_model (from target Qt6::QmlModels)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_worker_script", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_worker_script (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_xml_http_request", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_xml_http_request (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qml_xmllistmodel", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qml_xmllistmodel (from target Qt6::Qml)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_qqnx_imf", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qqnx_imf (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_qqnx_pps", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: qqnx_pps (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_quick_animatedimage", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_animatedimage (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_canvas", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_canvas (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_designer", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_designer (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_draganddrop", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_draganddrop (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_flipable", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_flipable (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_gridview", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_gridview (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_itemview", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_itemview (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_listview", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_listview (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_particles", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_particles (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_path", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_path (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_pathview", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_pathview (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_pixmap_cache_threaded_download", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_pixmap_cache_threaded_download (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_positioners", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_positioners (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_repeater", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_repeater (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_shadereffect", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_shadereffect (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_sprite", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_sprite (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_tableview", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_tableview (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_treeview", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_treeview (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_quick_viewtransitions", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: quick_viewtransitions (from target Qt6::Quick)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_raster_64bit", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: raster_64bit (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_raster_fp", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: raster_fp (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "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" : "OFF" - }, - { - "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_renameat2", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: renameat2 (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_res_setservers", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: res_setservers (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_rpath", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: rpath (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_schannel", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: schannel (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_sctp", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: sctp (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_securetransport", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: securetransport (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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_sessionmanager", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: sessionmanager (from target Qt6::Gui)" - } - ], - "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_socks5", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: socks5 (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "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_ssl", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: ssl (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_sspi", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: sspi (from target Qt6::Network)" - } - ], - "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_protector_strong", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: stack_protector_strong (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_standarditemmodel", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: standarditemmodel (from target Qt6::Gui)" - } - ], - "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_freetype", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: system_freetype (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_system_harfbuzz", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: system_harfbuzz (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_system_jpeg", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: system_jpeg (from target Qt6::Gui)" - } - ], - "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_png", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: system_png (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_system_proxies", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: system_proxies (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_system_textmarkdownreader", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: system_textmarkdownreader (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_system_xcb_xinput", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: system_xcb_xinput (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_system_zlib", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: system_zlib (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_systemsemaphore", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: systemsemaphore (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_systemtrayicon", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: systemtrayicon (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_sysv_sem", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: sysv_sem (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_sysv_shm", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: sysv_shm (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_tabletevent", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: tabletevent (from target Qt6::Gui)" - } - ], - "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_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_texthtmlparser", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: texthtmlparser (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_textmarkdownreader", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: textmarkdownreader (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_textmarkdownwriter", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: textmarkdownwriter (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_textodfwriter", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: textodfwriter (from target Qt6::Gui)" - } - ], - "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_timezone", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: timezone (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_topleveldomain", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: topleveldomain (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "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_tslib", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: tslib (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_tuiotouch", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: tuiotouch (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_udpsocket", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: udpsocket (from target Qt6::Network)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_undocommand", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: undocommand (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_undogroup", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: undogroup (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_undostack", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: undostack (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "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_validator", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: validator (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_vkgen", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: vkgen (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_vkkhrdisplay", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: vkkhrdisplay (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_vnc", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: vnc (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_vsp2", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: vsp2 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_vulkan", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: vulkan (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "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_simd128", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: wasm_simd128 (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_wayland", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: wayland (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_whatsthis", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: whatsthis (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_wheelevent", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: wheelevent (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_widgets", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: widgets (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_x86intrin", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: x86intrin (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_xcb", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xcb (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xcb_egl_plugin", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xcb_egl_plugin (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xcb_glx", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xcb_glx (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xcb_glx_plugin", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xcb_glx_plugin (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xcb_native_painting", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xcb_native_painting (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xcb_sm", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xcb_sm (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xcb_xlib", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xcb_xlib (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xkbcommon", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xkbcommon (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xkbcommon_x11", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xkbcommon_x11 (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_xlib", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xlib (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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_xrender", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: xrender (from target Qt6::Gui)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_zstd", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: zstd (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_QMAKE_EXECUTABLE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/6.7.2/mingw_64/bin/qmake.exe" - }, - { - "name" : "QT_TOOL_COMMAND_WRAPPER_PATH", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to the wrapper of the tool commands" - } - ], - "type" : "INTERNAL", - "value" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/bin/qt_setup_tool_path.bat" - }, - { - "name" : "Qt6CoreTools_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6CoreTools." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools" - }, - { - "name" : "Qt6Core_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6Core." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core" - }, - { - "name" : "Qt6EntryPointPrivate_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6EntryPointPrivate." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate" - }, - { - "name" : "Qt6GuiTools_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6GuiTools." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools" - }, - { - "name" : "Qt6Gui_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6Gui." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui" - }, - { - "name" : "Qt6Network_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6Network." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network" - }, - { - "name" : "Qt6OpenGL_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6OpenGL." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL" - }, - { - "name" : "Qt6QmlBuiltins_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QmlBuiltins." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins" - }, - { - "name" : "Qt6QmlCompilerPlusPrivate_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QmlCompilerPlusPrivate." - } - ], - "type" : "PATH", - "value" : "Qt6QmlCompilerPlusPrivate_DIR-NOTFOUND" - }, - { - "name" : "Qt6QmlIntegration_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QmlIntegration." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration" - }, - { - "name" : "Qt6QmlModels_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QmlModels." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels" - }, - { - "name" : "Qt6QmlTools_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QmlTools." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools" - }, - { - "name" : "Qt6Qml_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6Qml." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml" - }, - { - "name" : "Qt6QuickTools_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QuickTools." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools" - }, - { - "name" : "Qt6Quick_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6Quick." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick" - }, - { - "name" : "Qt6ZlibPrivate_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6ZlibPrivate." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate" - }, - { - "name" : "Qt6_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6" - }, - { - "name" : "Vulkan_GLSLANG_VALIDATOR_EXECUTABLE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-NOTFOUND" - }, - { - "name" : "Vulkan_GLSLC_EXECUTABLE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "Vulkan_GLSLC_EXECUTABLE-NOTFOUND" - }, - { - "name" : "Vulkan_INCLUDE_DIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a file." - } - ], - "type" : "PATH", - "value" : "Vulkan_INCLUDE_DIR-NOTFOUND" - }, - { - "name" : "Vulkan_LIBRARY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a library." - } - ], - "type" : "FILEPATH", - "value" : "Vulkan_LIBRARY-NOTFOUND" - }, - { - "name" : "WINDEPLOYQT_EXECUTABLE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/6.7.2/mingw_64/bin/windeployqt.exe" - }, - { - "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "linker supports push/pop state" - } - ], - "type" : "INTERNAL", - "value" : "TRUE" - }, - { - "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CMAKE_INSTALL_PREFIX during last run" - } - ], - "type" : "INTERNAL", - "value" : "C:/Program Files (x86)/Condottiere" - }, - { - "name" : "__qt_qml_macros_module_base_dir", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml" - } - ], - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/cmakeFiles-v1-7d11f7e4c348d956b14c.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/cmakeFiles-v1-7d11f7e4c348d956b14c.json deleted file mode 100644 index c8a62ab..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/cmakeFiles-v1-7d11f7e4c348d956b14c.json +++ /dev/null @@ -1,2899 +0,0 @@ -{ - "inputs" : - [ - { - "path" : "CMakeLists.txt" - }, - { - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/auto-setup.cmake" - }, - { - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeSystemSpecificInitialize.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-Initialize.cmake" - }, - { - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeCXXCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeSystemSpecificInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeGenericSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeInitializeConfigs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/WindowsPaths.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GNU-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-GNU-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-GNU.cmake" - }, - { - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeRCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeRCInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-windres.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-GNU-CXX-ABI.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCommonLanguageInclude.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Config.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6ConfigExtras.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Targets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6VersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtFeature.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckFlagCommonConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtFeatureCommon.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicAppleHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicPluginHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicTargetHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicTestHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicToolHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Dependencies.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindThreads.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckLibraryExists.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckIncludeFileCXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/FindWrapAtomic.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointMinGW32Target.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/QtInstallPaths.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindVulkan.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkPlugins.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigExtras.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlFindQmlscInternal.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlPlugins.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Config.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2AdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Config.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindVulkan.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickPlugins.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigureFileTemplate.in" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlModuleDirMappingTemplate.qrc.in" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigureFileTemplate.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6qmldirTemplate.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_conf.cmake" - } - ], - "kind" : "cmakeFiles", - "paths" : - { - "build" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug", - "source" : "C:/Users/mnah/Documents/Univercity/Condottiere" - }, - "version" : - { - "major" : 1, - "minor" : 0 - } -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/codemodel-v2-6fc0c0b52c92ee919eed.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/codemodel-v2-6fc0c0b52c92ee919eed.json deleted file mode 100644 index 7d1a698..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/codemodel-v2-6fc0c0b52c92ee919eed.json +++ /dev/null @@ -1,169 +0,0 @@ -{ - "configurations" : - [ - { - "directories" : - [ - { - "build" : ".", - "hasInstallRule" : true, - "jsonFile" : "directory-.-Debug-e90b00a7f00e26855205.json", - "minimumCMakeVersion" : - { - "string" : "3.16" - }, - "projectIndex" : 0, - "source" : ".", - "targetIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12 - ] - } - ], - "name" : "Debug", - "projects" : - [ - { - "directoryIndexes" : - [ - 0 - ], - "name" : "Condottiere", - "targetIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12 - ] - } - ], - "targets" : - [ - { - "directoryIndex" : 0, - "id" : "all_qmllint::@6890427a1f51a3e7e1df", - "jsonFile" : "target-all_qmllint-Debug-412c45bbd5d95cf391f2.json", - "name" : "all_qmllint", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "all_qmllint_json::@6890427a1f51a3e7e1df", - "jsonFile" : "target-all_qmllint_json-Debug-2a0749ef8c174270ff34.json", - "name" : "all_qmllint_json", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "all_qmllint_module::@6890427a1f51a3e7e1df", - "jsonFile" : "target-all_qmllint_module-Debug-e6d979d68d0cbbe152ed.json", - "name" : "all_qmllint_module", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df", - "jsonFile" : "target-all_qmltyperegistrations-Debug-deecd919b4ed7b268862.json", - "name" : "all_qmltyperegistrations", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere-Debug-dea2ed92e09643e90386.json", - "name" : "appCondottiere", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere_autogen::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere_autogen-Debug-fe16e63409d1a702ee71.json", - "name" : "appCondottiere_autogen", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere_autogen_timestamp_deps::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere_autogen_timestamp_deps-Debug-8e3072cf3a345078a618.json", - "name" : "appCondottiere_autogen_timestamp_deps", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere_qmlimportscan::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere_qmlimportscan-Debug-44140a6f8e31699dfe7c.json", - "name" : "appCondottiere_qmlimportscan", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere_qmllint::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere_qmllint-Debug-9b506857f33b9f19c1d7.json", - "name" : "appCondottiere_qmllint", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere_qmllint_json::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere_qmllint_json-Debug-be3cb7c9cf82bda59b60.json", - "name" : "appCondottiere_qmllint_json", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere_qmllint_module::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere_qmllint_module-Debug-fee246f04a7d780371cc.json", - "name" : "appCondottiere_qmllint_module", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere_qmltyperegistration::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere_qmltyperegistration-Debug-87d7880c1c50ba84f2ac.json", - "name" : "appCondottiere_qmltyperegistration", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appCondottiere_tooling::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appCondottiere_tooling-Debug-77548d5ad09d561b7b08.json", - "name" : "appCondottiere_tooling", - "projectIndex" : 0 - } - ] - } - ], - "kind" : "codemodel", - "paths" : - { - "build" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug", - "source" : "C:/Users/mnah/Documents/Univercity/Condottiere" - }, - "version" : - { - "major" : 2, - "minor" : 7 - } -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/directory-.-Debug-e90b00a7f00e26855205.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/directory-.-Debug-e90b00a7f00e26855205.json deleted file mode 100644 index 5b5140f..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/directory-.-Debug-e90b00a7f00e26855205.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install" - ], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 36, - "parent" : 0 - } - ] - }, - "installers" : - [ - { - "backtrace" : 1, - "component" : "Unspecified", - "destination" : "bin", - "paths" : - [ - "appCondottiere.exe" - ], - "targetId" : "appCondottiere::@6890427a1f51a3e7e1df", - "targetIndex" : 4, - "type" : "target" - } - ], - "paths" : - { - "build" : ".", - "source" : "." - } -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/index-2024-07-03T12-20-20-0803.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/index-2024-07-03T12-20-20-0803.json deleted file mode 100644 index f1d1f4c..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/index-2024-07-03T12-20-20-0803.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Ninja" - }, - "paths" : - { - "cmake" : "C:/Qt/Tools/CMake_64/bin/cmake.exe", - "cpack" : "C:/Qt/Tools/CMake_64/bin/cpack.exe", - "ctest" : "C:/Qt/Tools/CMake_64/bin/ctest.exe", - "root" : "C:/Qt/Tools/CMake_64/share/cmake-3.29" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 29, - "patch" : 3, - "string" : "3.29.3", - "suffix" : "" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-6fc0c0b52c92ee919eed.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 7 - } - }, - { - "jsonFile" : "cache-v2-530254a6bc6692fd6210.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-7d11f7e4c348d956b14c.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-530254a6bc6692fd6210.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-7d11f7e4c348d956b14c.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-6fc0c0b52c92ee919eed.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 7 - } - } - } -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint-Debug-412c45bbd5d95cf391f2.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint-Debug-412c45bbd5d95cf391f2.json deleted file mode 100644 index d83a5ce..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint-Debug-412c45bbd5d95cf391f2.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "backtrace" : 6, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_add_all_qmllint_target", - "_qt_internal_target_enable_qmllint", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module", - "add_dependencies" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 5, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 3, - "file" : 0, - "line" : 647, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 2553, - "parent" : 3 - }, - { - "command" : 1, - "file" : 0, - "line" : 1052, - "parent" : 4 - }, - { - "command" : 0, - "file" : 0, - "line" : 1145, - "parent" : 5 - }, - { - "command" : 6, - "file" : 0, - "line" : 1148, - "parent" : 5 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 7, - "id" : "appCondottiere_qmllint::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "/QmlLinter" - }, - "id" : "all_qmllint::@6890427a1f51a3e7e1df", - "name" : "all_qmllint", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint_json-Debug-2a0749ef8c174270ff34.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint_json-Debug-2a0749ef8c174270ff34.json deleted file mode 100644 index f781a07..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint_json-Debug-2a0749ef8c174270ff34.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "backtrace" : 6, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_add_all_qmllint_target", - "_qt_internal_target_enable_qmllint", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module", - "add_dependencies" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 5, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 3, - "file" : 0, - "line" : 647, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 2553, - "parent" : 3 - }, - { - "command" : 1, - "file" : 0, - "line" : 1054, - "parent" : 4 - }, - { - "command" : 0, - "file" : 0, - "line" : 1145, - "parent" : 5 - }, - { - "command" : 6, - "file" : 0, - "line" : 1148, - "parent" : 5 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 7, - "id" : "appCondottiere_qmllint_json::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "/QmlLinter" - }, - "id" : "all_qmllint_json::@6890427a1f51a3e7e1df", - "name" : "all_qmllint_json", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint_module-Debug-e6d979d68d0cbbe152ed.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint_module-Debug-e6d979d68d0cbbe152ed.json deleted file mode 100644 index eeff5f1..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint_module-Debug-e6d979d68d0cbbe152ed.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "backtrace" : 6, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_add_all_qmllint_target", - "_qt_internal_target_enable_qmllint", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module", - "add_dependencies" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 5, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 3, - "file" : 0, - "line" : 647, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 2553, - "parent" : 3 - }, - { - "command" : 1, - "file" : 0, - "line" : 1056, - "parent" : 4 - }, - { - "command" : 0, - "file" : 0, - "line" : 1145, - "parent" : 5 - }, - { - "command" : 6, - "file" : 0, - "line" : 1148, - "parent" : 5 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 7, - "id" : "appCondottiere_qmllint_module::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "/QmlLinter" - }, - "id" : "all_qmllint_module::@6890427a1f51a3e7e1df", - "name" : "all_qmllint_module", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmltyperegistrations-Debug-deecd919b4ed7b268862.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmltyperegistrations-Debug-deecd919b4ed7b268862.json deleted file mode 100644 index 8f52b0e..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmltyperegistrations-Debug-deecd919b4ed7b268862.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "backtrace" : 4, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_qml_type_registration", - "qt6_add_qml_module", - "qt_add_qml_module", - "add_dependencies" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 1, - "file" : 0, - "line" : 541, - "parent" : 2 - }, - { - "command" : 0, - "file" : 0, - "line" : 3046, - "parent" : 3 - }, - { - "command" : 4, - "file" : 0, - "line" : 3049, - "parent" : 3 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 5, - "id" : "appCondottiere_qmltyperegistration::@6890427a1f51a3e7e1df" - } - ], - "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df", - "name" : "all_qmltyperegistrations", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere-Debug-dea2ed92e09643e90386.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere-Debug-dea2ed92e09643e90386.json deleted file mode 100644 index 22bda2b..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere-Debug-dea2ed92e09643e90386.json +++ /dev/null @@ -1,1701 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "appCondottiere.exe" - }, - { - "path" : "appCondottiere.pdb" - } - ], - "backtrace" : 4, - "backtraceGraph" : - { - "commands" : - [ - "add_executable", - "_qt_internal_create_executable", - "qt6_add_executable", - "qt_add_executable", - "install", - "target_link_libraries", - "set_target_properties", - "include", - "find_package", - "qt6_add_qml_module", - "qt_add_qml_module", - "find_dependency", - "_qt_internal_find_qt_dependencies", - "add_dependencies", - "qt6_target_qml_sources", - "_qt_internal_scan_qml_imports", - "_qt_internal_generate_deploy_qml_imports_script", - "cmake_language", - "_qt_internal_finalize_executable", - "qt6_finalize_target", - "target_include_directories", - "_qt_internal_qml_type_registration", - "target_sources", - "qt6_extract_metatypes", - "set_source_files_properties", - "__qt_propagate_generated_resource", - "_qt_internal_process_resource", - "qt6_add_resources", - "_qt_internal_target_enable_qmlcachegen", - "_qt_internal_expose_deferred_files_to_ide" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake", - "CMakeLists.txt", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Config.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:743:EVAL" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 10, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 869, - "parent" : 1 - }, - { - "command" : 1, - "file" : 0, - "line" : 575, - "parent" : 2 - }, - { - "command" : 0, - "file" : 0, - "line" : 629, - "parent" : 3 - }, - { - "command" : 4, - "file" : 1, - "line" : 36, - "parent" : 0 - }, - { - "command" : 5, - "file" : 1, - "line" : 32, - "parent" : 0 - }, - { - "command" : 8, - "file" : 1, - "line" : 8, - "parent" : 0 - }, - { - "file" : 4, - "parent" : 7 - }, - { - "command" : 8, - "file" : 4, - "line" : 169, - "parent" : 8 - }, - { - "file" : 3, - "parent" : 9 - }, - { - "command" : 7, - "file" : 3, - "line" : 55, - "parent" : 10 - }, - { - "file" : 2, - "parent" : 11 - }, - { - "command" : 6, - "file" : 2, - "line" : 61, - "parent" : 12 - }, - { - "command" : 10, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 9, - "file" : 5, - "line" : 780, - "parent" : 14 - }, - { - "command" : 5, - "file" : 5, - "line" : 392, - "parent" : 15 - }, - { - "command" : 7, - "file" : 3, - "line" : 43, - "parent" : 10 - }, - { - "file" : 10, - "parent" : 17 - }, - { - "command" : 12, - "file" : 10, - "line" : 42, - "parent" : 18 - }, - { - "command" : 11, - "file" : 9, - "line" : 111, - "parent" : 19 - }, - { - "command" : 8, - "file" : 8, - "line" : 76, - "parent" : 20 - }, - { - "file" : 7, - "parent" : 21 - }, - { - "command" : 7, - "file" : 7, - "line" : 56, - "parent" : 22 - }, - { - "file" : 6, - "parent" : 23 - }, - { - "command" : 6, - "file" : 6, - "line" : 61, - "parent" : 24 - }, - { - "command" : 7, - "file" : 7, - "line" : 44, - "parent" : 22 - }, - { - "file" : 13, - "parent" : 26 - }, - { - "command" : 12, - "file" : 13, - "line" : 42, - "parent" : 27 - }, - { - "command" : 11, - "file" : 9, - "line" : 111, - "parent" : 28 - }, - { - "command" : 8, - "file" : 8, - "line" : 76, - "parent" : 29 - }, - { - "file" : 12, - "parent" : 30 - }, - { - "command" : 7, - "file" : 12, - "line" : 60, - "parent" : 31 - }, - { - "file" : 11, - "parent" : 32 - }, - { - "command" : 6, - "file" : 11, - "line" : 61, - "parent" : 33 - }, - { - "command" : 7, - "file" : 12, - "line" : 55, - "parent" : 31 - }, - { - "file" : 14, - "parent" : 35 - }, - { - "command" : 6, - "file" : 14, - "line" : 61, - "parent" : 36 - }, - { - "command" : 11, - "file" : 9, - "line" : 111, - "parent" : 19 - }, - { - "command" : 8, - "file" : 8, - "line" : 76, - "parent" : 38 - }, - { - "file" : 16, - "parent" : 39 - }, - { - "command" : 7, - "file" : 16, - "line" : 60, - "parent" : 40 - }, - { - "file" : 15, - "parent" : 41 - }, - { - "command" : 6, - "file" : 15, - "line" : 61, - "parent" : 42 - }, - { - "command" : 11, - "file" : 9, - "line" : 111, - "parent" : 19 - }, - { - "command" : 8, - "file" : 8, - "line" : 76, - "parent" : 44 - }, - { - "file" : 18, - "parent" : 45 - }, - { - "command" : 7, - "file" : 18, - "line" : 60, - "parent" : 46 - }, - { - "file" : 17, - "parent" : 47 - }, - { - "command" : 6, - "file" : 17, - "line" : 61, - "parent" : 48 - }, - { - "command" : 5, - "file" : 0, - "line" : 576, - "parent" : 2 - }, - { - "command" : 11, - "file" : 9, - "line" : 111, - "parent" : 19 - }, - { - "command" : 8, - "file" : 8, - "line" : 76, - "parent" : 51 - }, - { - "file" : 20, - "parent" : 52 - }, - { - "command" : 7, - "file" : 20, - "line" : 57, - "parent" : 53 - }, - { - "file" : 19, - "parent" : 54 - }, - { - "command" : 6, - "file" : 19, - "line" : 61, - "parent" : 55 - }, - { - "command" : 7, - "file" : 20, - "line" : 45, - "parent" : 53 - }, - { - "file" : 23, - "parent" : 57 - }, - { - "command" : 12, - "file" : 23, - "line" : 42, - "parent" : 58 - }, - { - "command" : 11, - "file" : 9, - "line" : 111, - "parent" : 59 - }, - { - "command" : 8, - "file" : 8, - "line" : 76, - "parent" : 60 - }, - { - "file" : 22, - "parent" : 61 - }, - { - "command" : 7, - "file" : 22, - "line" : 55, - "parent" : 62 - }, - { - "file" : 21, - "parent" : 63 - }, - { - "command" : 6, - "file" : 21, - "line" : 61, - "parent" : 64 - }, - { - "command" : 7, - "file" : 18, - "line" : 55, - "parent" : 46 - }, - { - "file" : 24, - "parent" : 66 - }, - { - "command" : 6, - "file" : 24, - "line" : 61, - "parent" : 67 - }, - { - "command" : 14, - "file" : 5, - "line" : 647, - "parent" : 15 - }, - { - "command" : 13, - "file" : 5, - "line" : 2751, - "parent" : 69 - }, - { - "file" : 1, - "line" : -1, - "parent" : 0 - }, - { - "command" : 19, - "file" : 25, - "line" : 1, - "parent" : 71 - }, - { - "command" : 18, - "file" : 0, - "line" : 774, - "parent" : 72 - }, - { - "command" : 17, - "file" : 0, - "line" : 678, - "parent" : 73 - }, - { - "command" : 16, - "file" : 0, - "line" : 678, - "parent" : 74 - }, - { - "command" : 15, - "file" : 5, - "line" : 3545, - "parent" : 75 - }, - { - "command" : 13, - "file" : 5, - "line" : 3350, - "parent" : 76 - }, - { - "command" : 21, - "file" : 5, - "line" : 541, - "parent" : 15 - }, - { - "command" : 20, - "file" : 5, - "line" : 3078, - "parent" : 78 - }, - { - "command" : 20, - "file" : 5, - "line" : 3103, - "parent" : 78 - }, - { - "command" : 23, - "file" : 5, - "line" : 2903, - "parent" : 78 - }, - { - "command" : 22, - "file" : 0, - "line" : 1415, - "parent" : 81 - }, - { - "command" : 22, - "file" : 5, - "line" : 3069, - "parent" : 78 - }, - { - "command" : 24, - "file" : 5, - "line" : 3093, - "parent" : 78 - }, - { - "command" : 27, - "file" : 5, - "line" : 590, - "parent" : 15 - }, - { - "command" : 26, - "file" : 0, - "line" : 337, - "parent" : 85 - }, - { - "command" : 25, - "file" : 0, - "line" : 2390, - "parent" : 86 - }, - { - "command" : 22, - "file" : 0, - "line" : 2004, - "parent" : 87 - }, - { - "command" : 22, - "file" : 5, - "line" : 637, - "parent" : 15 - }, - { - "command" : 22, - "file" : 5, - "line" : 2535, - "parent" : 69 - }, - { - "command" : 28, - "file" : 5, - "line" : 2639, - "parent" : 69 - }, - { - "command" : 22, - "file" : 5, - "line" : 1248, - "parent" : 91 - }, - { - "command" : 22, - "file" : 5, - "line" : 2687, - "parent" : 69 - }, - { - "command" : 27, - "file" : 5, - "line" : 2770, - "parent" : 69 - }, - { - "command" : 26, - "file" : 0, - "line" : 337, - "parent" : 94 - }, - { - "command" : 25, - "file" : 0, - "line" : 2390, - "parent" : 95 - }, - { - "command" : 22, - "file" : 0, - "line" : 2004, - "parent" : 96 - }, - { - "command" : 29, - "file" : 0, - "line" : 768, - "parent" : 72 - }, - { - "command" : 22, - "file" : 0, - "line" : 2117, - "parent" : 98 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-DQT_QML_DEBUG -g -fdiagnostics-color=always" - } - ], - "defines" : - [ - { - "backtrace" : 50, - "define" : "MINGW_HAS_SECURE_API=1" - }, - { - "backtrace" : 50, - "define" : "QT_CORE_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_GUI_LIB" - }, - { - "backtrace" : 50, - "define" : "QT_NEEDS_QMAIN" - }, - { - "backtrace" : 16, - "define" : "QT_NETWORK_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_OPENGL_LIB" - }, - { - "backtrace" : 16, - "define" : "QT_QMLBUILTINS_LIB" - }, - { - "backtrace" : 16, - "define" : "QT_QMLINTEGRATION_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_QMLMODELS_LIB" - }, - { - "backtrace" : 16, - "define" : "QT_QML_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_QUICK_LIB" - }, - { - "backtrace" : 50, - "define" : "UNICODE" - }, - { - "backtrace" : 50, - "define" : "WIN32" - }, - { - "backtrace" : 50, - "define" : "WIN64" - }, - { - "backtrace" : 50, - "define" : "_ENABLE_EXTENDED_ALIGNED_STORAGE" - }, - { - "backtrace" : 50, - "define" : "_UNICODE" - }, - { - "backtrace" : 50, - "define" : "_WIN64" - } - ], - "includes" : - [ - { - "backtrace" : 0, - "path" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include" - }, - { - "backtrace" : 79, - "path" : "C:/Users/mnah/Documents/Univercity/Condottiere" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtCore" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQml" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtNetwork" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQuick" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtGui" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlModels" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtOpenGL" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 0, - 1, - 4, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 37, - 38, - 39, - 40, - 41, - 42, - 43, - 44, - 45, - 46, - 47, - 48, - 50, - 51, - 52 - ] - }, - { - "compileCommandFragments" : - [ - { - "fragment" : "-DQT_QML_DEBUG -g -fdiagnostics-color=always" - }, - { - "backtrace" : 84, - "fragment" : "-Wa,-mbig-obj" - } - ], - "defines" : - [ - { - "backtrace" : 50, - "define" : "MINGW_HAS_SECURE_API=1" - }, - { - "backtrace" : 50, - "define" : "QT_CORE_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_GUI_LIB" - }, - { - "backtrace" : 50, - "define" : "QT_NEEDS_QMAIN" - }, - { - "backtrace" : 16, - "define" : "QT_NETWORK_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_OPENGL_LIB" - }, - { - "backtrace" : 16, - "define" : "QT_QMLBUILTINS_LIB" - }, - { - "backtrace" : 16, - "define" : "QT_QMLINTEGRATION_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_QMLMODELS_LIB" - }, - { - "backtrace" : 16, - "define" : "QT_QML_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_QUICK_LIB" - }, - { - "backtrace" : 50, - "define" : "UNICODE" - }, - { - "backtrace" : 50, - "define" : "WIN32" - }, - { - "backtrace" : 50, - "define" : "WIN64" - }, - { - "backtrace" : 50, - "define" : "_ENABLE_EXTENDED_ALIGNED_STORAGE" - }, - { - "backtrace" : 50, - "define" : "_UNICODE" - }, - { - "backtrace" : 50, - "define" : "_WIN64" - } - ], - "includes" : - [ - { - "backtrace" : 0, - "path" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include" - }, - { - "backtrace" : 79, - "path" : "C:/Users/mnah/Documents/Univercity/Condottiere" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtCore" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQml" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration" - }, - { - "backtrace" : 80, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtNetwork" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQuick" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtGui" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtQmlModels" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.7.2/mingw_64/include/QtOpenGL" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 3 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 70, - "id" : "appCondottiere_tooling::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 77, - "id" : "appCondottiere_qmlimportscan::@6890427a1f51a3e7e1df" - }, - { - "id" : "appCondottiere_autogen_timestamp_deps::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 0, - "id" : "appCondottiere_autogen::@6890427a1f51a3e7e1df" - } - ], - "id" : "appCondottiere::@6890427a1f51a3e7e1df", - "install" : - { - "destinations" : - [ - { - "backtrace" : 5, - "path" : "bin" - } - ], - "prefix" : - { - "path" : "C:/Program Files (x86)/Condottiere" - } - }, - "link" : - { - "commandFragments" : - [ - { - "fragment" : "-DQT_QML_DEBUG -g", - "role" : "flags" - }, - { - "fragment" : "-mwindows", - "role" : "flags" - }, - { - "backtrace" : 6, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6Quick.a", - "role" : "libraries" - }, - { - "backtrace" : 13, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6QmlModels.a", - "role" : "libraries" - }, - { - "backtrace" : 16, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6Qml.a", - "role" : "libraries" - }, - { - "backtrace" : 25, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6QmlBuiltins.a", - "role" : "libraries" - }, - { - "backtrace" : 34, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6Network.a", - "role" : "libraries" - }, - { - "backtrace" : 37, - "fragment" : "-lws2_32", - "role" : "libraries" - }, - { - "backtrace" : 43, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6OpenGL.a", - "role" : "libraries" - }, - { - "backtrace" : 49, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6Gui.a", - "role" : "libraries" - }, - { - "backtrace" : 50, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6Core.a", - "role" : "libraries" - }, - { - "backtrace" : 56, - "fragment" : "-lmpr", - "role" : "libraries" - }, - { - "backtrace" : 56, - "fragment" : "-luserenv", - "role" : "libraries" - }, - { - "backtrace" : 65, - "fragment" : "-lmingw32", - "role" : "libraries" - }, - { - "backtrace" : 65, - "fragment" : "C:\\Qt\\6.7.2\\mingw_64\\lib\\libQt6EntryPoint.a", - "role" : "libraries" - }, - { - "backtrace" : 25, - "fragment" : "-lshell32", - "role" : "libraries" - }, - { - "backtrace" : 68, - "fragment" : "-ld3d11", - "role" : "libraries" - }, - { - "backtrace" : 68, - "fragment" : "-ldxgi", - "role" : "libraries" - }, - { - "backtrace" : 68, - "fragment" : "-ldxguid", - "role" : "libraries" - }, - { - "backtrace" : 68, - "fragment" : "-ld3d12", - "role" : "libraries" - }, - { - "backtrace" : 13, - "fragment" : "-luser32", - "role" : "libraries" - }, - { - "fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32", - "role" : "libraries" - } - ], - "language" : "CXX" - }, - "name" : "appCondottiere", - "nameOnDisk" : "appCondottiere.exe", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0, - 1, - 3, - 4, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 37, - 38, - 39, - 40, - 41, - 42, - 43, - 44, - 45, - 46, - 47, - 48, - 50, - 51, - 52 - ] - }, - { - "name" : "", - "sourceIndexes" : - [ - 2, - 49, - 53, - 54, - 55, - 56, - 65, - 66, - 67, - 68, - 69, - 70, - 71, - 72 - ] - }, - { - "name" : "Header Files", - "sourceIndexes" : - [ - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 57, - 58, - 59, - 60, - 61, - 62, - 63, - 64 - ] - } - ], - "sources" : - [ - { - "backtrace" : 0, - "compileGroupIndex" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/mocs_compilation.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 4, - "compileGroupIndex" : 0, - "path" : "main.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 82, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/meta_types/qt6appcondottiere_debug_metatypes.json.gen", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 83, - "compileGroupIndex" : 1, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appcondottiere_qmltyperegistrations.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 88, - "compileGroupIndex" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Condottiere.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "path" : "inc/card/bishop.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/card/card.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/card/drummer.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/card/heroine.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/card/purplecard.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/card/scarecrow.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/card/season.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/card/spring.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/card/spy.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/card/turncoat.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/card/winter.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/card/yellowcard.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/marker/battlemarker.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/marker/favormarker.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/marker/marker.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/marker/playermarker.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/enumcolor.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/game.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/gameboard.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/player.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/state.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "path" : "inc/userinterface.h", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/card/bishop.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/card/card.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/card/drummer.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/card/heroine.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/card/purplecard.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/card/scarecrow.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/card/season.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/card/spring.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/card/spy.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/card/turncoat.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/card/winter.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/card/yellowcard.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/marker/battlemarker.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/marker/favormarker.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/marker/marker.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/marker/playermarker.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/game.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/gameboard.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/main.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/player.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/state.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "path" : "src/userinterface.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 90, - "path" : "main.qml", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 92, - "compileGroupIndex" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_qmlcache_loader.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 93, - "compileGroupIndex" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_main_qml.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 97, - "compileGroupIndex" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appCondottiere_raw_qml_0.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 99, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Condottiere.qrc", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 99, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/qmldir", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 99, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/appCondottiere_raw_qml_0.qrc", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/timestamp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/meta_types/qt6appcondottiere_debug_metatypes.json.gen.rule", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appcondottiere_qmltyperegistrations.cpp.rule", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Condottiere.cpp.rule", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_qmlcache_loader.cpp.rule", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_main_qml.cpp.rule", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appCondottiere_raw_qml_0.cpp.rule", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/timestamp.rule", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/meta_types/appCondottiere_json_file_list.txt.rule", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 50, - "path" : "C:/Qt/6.7.2/mingw_64/metatypes/qt6core_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 16, - "path" : "C:/Qt/6.7.2/mingw_64/metatypes/qt6qml_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 16, - "path" : "C:/Qt/6.7.2/mingw_64/metatypes/qt6qmlbuiltins_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 16, - "path" : "C:/Qt/6.7.2/mingw_64/metatypes/qt6network_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 6, - "path" : "C:/Qt/6.7.2/mingw_64/metatypes/qt6quick_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 6, - "path" : "C:/Qt/6.7.2/mingw_64/metatypes/qt6gui_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 6, - "path" : "C:/Qt/6.7.2/mingw_64/metatypes/qt6qmlmodels_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 6, - "path" : "C:/Qt/6.7.2/mingw_64/metatypes/qt6opengl_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 1 - } - ], - "type" : "EXECUTABLE" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_autogen-Debug-fe16e63409d1a702ee71.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_autogen-Debug-fe16e63409d1a702ee71.json deleted file mode 100644 index c85137b..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_autogen-Debug-fe16e63409d1a702ee71.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "backtrace" : 0, - "backtraceGraph" : - { - "commands" : [], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - } - ] - }, - "dependencies" : - [ - { - "id" : "appCondottiere_autogen_timestamp_deps::@6890427a1f51a3e7e1df" - } - ], - "id" : "appCondottiere_autogen::@6890427a1f51a3e7e1df", - "isGeneratorProvided" : true, - "name" : "appCondottiere_autogen", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1, - 2 - ] - } - ], - "sources" : - [ - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_autogen", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_autogen.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/timestamp.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_autogen_timestamp_deps-Debug-8e3072cf3a345078a618.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_autogen_timestamp_deps-Debug-8e3072cf3a345078a618.json deleted file mode 100644 index 5e90186..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_autogen_timestamp_deps-Debug-8e3072cf3a345078a618.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "backtrace" : 0, - "backtraceGraph" : - { - "commands" : [], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 0, - "id" : "appCondottiere_tooling::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 0, - "id" : "appCondottiere_qmlimportscan::@6890427a1f51a3e7e1df" - } - ], - "id" : "appCondottiere_autogen_timestamp_deps::@6890427a1f51a3e7e1df", - "isGeneratorProvided" : true, - "name" : "appCondottiere_autogen_timestamp_deps", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_qmlimportscan-Debug-44140a6f8e31699dfe7c.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_qmlimportscan-Debug-44140a6f8e31699dfe7c.json deleted file mode 100644 index 5fa20c2..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_qmlimportscan-Debug-44140a6f8e31699dfe7c.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "backtrace" : 7, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_scan_qml_imports", - "_qt_internal_generate_deploy_qml_imports_script", - "cmake_language", - "_qt_internal_finalize_executable", - "qt6_finalize_target" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:743:EVAL", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 3 - }, - { - "file" : 3, - "line" : -1, - "parent" : 0 - }, - { - "command" : 5, - "file" : 2, - "line" : 1, - "parent" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 774, - "parent" : 2 - }, - { - "command" : 3, - "file" : 1, - "line" : 678, - "parent" : 3 - }, - { - "command" : 2, - "file" : 1, - "line" : 678, - "parent" : 4 - }, - { - "command" : 1, - "file" : 0, - "line" : 3545, - "parent" : 5 - }, - { - "command" : 0, - "file" : 0, - "line" : 3348, - "parent" : 6 - } - ] - }, - "id" : "appCondottiere_qmlimportscan::@6890427a1f51a3e7e1df", - "name" : "appCondottiere_qmlimportscan", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1, - 2 - ] - } - ], - "sources" : - [ - { - "backtrace" : 7, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmlimportscan", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmlimportscan.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_build.cmake.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_qmllint-Debug-9b506857f33b9f19c1d7.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_qmllint-Debug-9b506857f33b9f19c1d7.json deleted file mode 100644 index 4a44195..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_qmllint-Debug-9b506857f33b9f19c1d7.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "backtrace" : 5, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_target_enable_qmllint", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 647, - "parent" : 2 - }, - { - "command" : 1, - "file" : 0, - "line" : 2553, - "parent" : 3 - }, - { - "command" : 0, - "file" : 0, - "line" : 971, - "parent" : 4 - } - ] - }, - "dependencies" : - [ - { - "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "/QmlLinter" - }, - "id" : "appCondottiere_qmllint::@6890427a1f51a3e7e1df", - "name" : "appCondottiere_qmllint", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 5, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmllint", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmllint.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_qmllint_json-Debug-be3cb7c9cf82bda59b60.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_qmllint_json-Debug-be3cb7c9cf82bda59b60.json deleted file mode 100644 index 4a7415d..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_qmllint_json-Debug-be3cb7c9cf82bda59b60.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "backtrace" : 5, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_target_enable_qmllint", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 647, - "parent" : 2 - }, - { - "command" : 1, - "file" : 0, - "line" : 2553, - "parent" : 3 - }, - { - "command" : 0, - "file" : 0, - "line" : 998, - "parent" : 4 - } - ] - }, - "dependencies" : - [ - { - "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "/QmlLinter" - }, - "id" : "appCondottiere_qmllint_json::@6890427a1f51a3e7e1df", - "name" : "appCondottiere_qmllint_json", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 5, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmllint_json", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmllint_json.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_qmllint_module-Debug-fee246f04a7d780371cc.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_qmllint_module-Debug-fee246f04a7d780371cc.json deleted file mode 100644 index c66dd91..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_qmllint_module-Debug-fee246f04a7d780371cc.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "backtrace" : 5, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_target_enable_qmllint", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 647, - "parent" : 2 - }, - { - "command" : 1, - "file" : 0, - "line" : 2553, - "parent" : 3 - }, - { - "command" : 0, - "file" : 0, - "line" : 1036, - "parent" : 4 - } - ] - }, - "dependencies" : - [ - { - "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "/QmlLinter" - }, - "id" : "appCondottiere_qmllint_module::@6890427a1f51a3e7e1df", - "name" : "appCondottiere_qmllint_module", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 5, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmllint_module", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmllint_module.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_qmltyperegistration-Debug-87d7880c1c50ba84f2ac.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_qmltyperegistration-Debug-87d7880c1c50ba84f2ac.json deleted file mode 100644 index 2ebd2f1..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_qmltyperegistration-Debug-87d7880c1c50ba84f2ac.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "backtrace" : 4, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_qml_type_registration", - "qt6_add_qml_module", - "qt_add_qml_module" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 1, - "file" : 0, - "line" : 541, - "parent" : 2 - }, - { - "command" : 0, - "file" : 0, - "line" : 3039, - "parent" : 3 - } - ] - }, - "id" : "appCondottiere_qmltyperegistration::@6890427a1f51a3e7e1df", - "name" : "appCondottiere_qmltyperegistration", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1, - 2 - ] - } - ], - "sources" : - [ - { - "backtrace" : 4, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmltyperegistration", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmltyperegistration.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appcondottiere_qmltyperegistrations.cpp.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_tooling-Debug-77548d5ad09d561b7b08.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_tooling-Debug-77548d5ad09d561b7b08.json deleted file mode 100644 index d992edd..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appCondottiere_tooling-Debug-77548d5ad09d561b7b08.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "backtrace" : 4, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module", - "target_sources" - ], - "files" : - [ - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 14, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 780, - "parent" : 1 - }, - { - "command" : 1, - "file" : 0, - "line" : 647, - "parent" : 2 - }, - { - "command" : 0, - "file" : 0, - "line" : 2750, - "parent" : 3 - }, - { - "command" : 4, - "file" : 0, - "line" : 2753, - "parent" : 3 - } - ] - }, - "id" : "appCondottiere_tooling::@6890427a1f51a3e7e1df", - "name" : "appCondottiere_tooling", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 5, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/main.qml", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/main.qml.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "INTERFACE_LIBRARY" -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/QtDeploySupport.cmake b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/QtDeploySupport.cmake deleted file mode 100644 index 6e0bf29..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/QtDeploySupport.cmake +++ /dev/null @@ -1,70 +0,0 @@ -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 "") -endif() - -# These are internal implementation details. They may be removed at any time. -set(__QT_DEPLOY_SYSTEM_NAME "Windows") -set(__QT_DEPLOY_IS_SHARED_LIBS_BUILD "ON") -set(__QT_DEPLOY_TOOL "C:/Qt/6.7.2/mingw_64/bin/windeployqt.exe") -set(__QT_DEPLOY_IMPL_DIR "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt") -set(__QT_DEPLOY_VERBOSE "") -set(__QT_CMAKE_EXPORT_NAMESPACE "Qt6") -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 "C:/Qt/6.7.2/mingw_64") -set(__QT_DEPLOY_QT_INSTALL_BINS "bin") -set(__QT_DEPLOY_QT_INSTALL_DATA ".") -set(__QT_DEPLOY_QT_INSTALL_LIBEXECS "./bin") -set(__QT_DEPLOY_QT_INSTALL_PLUGINS "./plugins") -set(__QT_DEPLOY_QT_INSTALL_TRANSLATIONS "./translations") -set(__QT_DEPLOY_TARGET_QT_PATHS_PATH "C:/Qt/6.7.2/mingw_64/bin/qtpaths6.exe") -set(__QT_DEPLOY_PLUGINS "") -set(__QT_DEPLOY_MUST_ADJUST_PLUGINS_RPATH "") -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 - "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/QtDeployTargets.cmake" - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreDeploySupport.cmake" - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlDeploySupport.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/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/QtDeployTargets.cmake b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/QtDeployTargets.cmake deleted file mode 100644 index 6fc141f..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/QtDeployTargets.cmake +++ /dev/null @@ -1,3 +0,0 @@ -set(__QT_DEPLOY_TARGET_appCondottiere_FILE C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere.exe) -set(__QT_DEPLOY_TARGET_appCondottiere_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_appCondottiere_RUNTIME_DLLS C:/Qt/6.7.2/mingw_64/bin/Qt6Quick.dll;C:/Qt/6.7.2/mingw_64/bin/Qt6QmlModels.dll;C:/Qt/6.7.2/mingw_64/bin/Qt6Qml.dll;C:/Qt/6.7.2/mingw_64/bin/Qt6Network.dll;C:/Qt/6.7.2/mingw_64/bin/Qt6OpenGL.dll;C:/Qt/6.7.2/mingw_64/bin/Qt6Gui.dll;C:/Qt/6.7.2/mingw_64/bin/Qt6Core.dll) diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/bin/qt_setup_tool_path.bat b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/bin/qt_setup_tool_path.bat deleted file mode 100644 index 63ab228..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/bin/qt_setup_tool_path.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -set PATH=C:\Qt\6.7.2\mingw_64\bin;%PATH% -%* \ No newline at end of file diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/deploy_qml_imports/appCondottiere.cmake b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/deploy_qml_imports/appCondottiere.cmake deleted file mode 100644 index be0239a..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/deploy_qml_imports/appCondottiere.cmake +++ /dev/null @@ -1,20 +0,0 @@ -# Auto-generated deploy QML imports script for target "appCondottiere". -# Do not edit, all changes will be lost. -# This file should only be included by qt6_deploy_qml_imports(). - -set(__qt_opts ) -if(arg_NO_QT_IMPORTS) - list(APPEND __qt_opts NO_QT_IMPORTS) -endif() - -_qt_internal_deploy_qml_imports_for_target( - ${__qt_opts} - IMPORTS_FILE "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_build.cmake" - PLUGINS_FOUND __qt_internal_plugins_found - QML_DIR "${arg_QML_DIR}" - PLUGINS_DIR "${arg_PLUGINS_DIR}" -) - -if(arg_PLUGINS_FOUND) - set(${arg_PLUGINS_FOUND} "${__qt_internal_plugins_found}" PARENT_SCOPE) -endif() diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_build.rsp b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_build.rsp deleted file mode 100644 index 8601859..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_build.rsp +++ /dev/null @@ -1,14 +0,0 @@ --rootPath -C:/Users/mnah/Documents/Univercity/Condottiere --cmake-output --output-file -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_build.cmake --importPath -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere --importPath -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug --importPath -C:/Qt/6.7.2/mingw_64/./qml --qrcFiles -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Condottiere.qrc -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/appCondottiere_raw_qml_0.qrc \ No newline at end of file diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_conf.cmake b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_conf.cmake deleted file mode 100644 index 335d9b4..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_conf.cmake +++ /dev/null @@ -1,8 +0,0 @@ -set(qml_import_scanner_imports_count 6) -set(qml_import_scanner_import_0 "CLASSNAME;QtQuick2Plugin;LINKTARGET;Qt6::qtquick2plugin;NAME;QtQuick;PATH;C:/Qt/6.7.2/mingw_64/qml/QtQuick;PLUGIN;qtquick2plugin;PLUGINISOPTIONAL;;PREFER;:/qt-project.org/imports/QtQuick/;RELATIVEPATH;QtQuick;TYPE;module;") -set(qml_import_scanner_import_1 "CLASSNAME;QtQmlMetaPlugin;LINKTARGET;Qt6::QmlMeta;NAME;QtQml;PATH;C:/Qt/6.7.2/mingw_64/qml/QtQml;PLUGIN;qmlmetaplugin;PLUGINISOPTIONAL;;PREFER;:/qt-project.org/imports/QtQml/;RELATIVEPATH;QtQml;TYPE;module;") -set(qml_import_scanner_import_2 "CLASSNAME;QtQmlPlugin;LINKTARGET;Qt6::qmlplugin;NAME;QtQml.Base;PATH;C:/Qt/6.7.2/mingw_64/qml/QtQml/Base;PLUGIN;qmlplugin;PLUGINISOPTIONAL;;PREFER;:/qt-project.org/imports/QtQml/Base/;RELATIVEPATH;QtQml/Base;TYPE;module;") -set(qml_import_scanner_import_3 "CLASSNAME;QtQmlModelsPlugin;LINKTARGET;Qt6::modelsplugin;NAME;QtQml.Models;PATH;C:/Qt/6.7.2/mingw_64/qml/QtQml/Models;PLUGIN;modelsplugin;PLUGINISOPTIONAL;;PREFER;:/qt-project.org/imports/QtQml/Models/;RELATIVEPATH;QtQml/Models;TYPE;module;") -set(qml_import_scanner_import_4 "CLASSNAME;QtQmlWorkerScriptPlugin;LINKTARGET;Qt6::workerscriptplugin;NAME;QtQml.WorkerScript;PATH;C:/Qt/6.7.2/mingw_64/qml/QtQml/WorkerScript;PLUGIN;workerscriptplugin;PLUGINISOPTIONAL;;PREFER;:/qt-project.org/imports/QtQml/WorkerScript/;RELATIVEPATH;QtQml/WorkerScript;TYPE;module;") -set(qml_import_scanner_import_5 "NAME;QML;TYPE;module;") - diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_conf.rsp b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_conf.rsp deleted file mode 100644 index 0cb5b4e..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_conf.rsp +++ /dev/null @@ -1,14 +0,0 @@ --rootPath -C:/Users/mnah/Documents/Univercity/Condottiere --cmake-output --output-file -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_conf.cmake --importPath -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere --importPath -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug --importPath -C:/Qt/6.7.2/mingw_64/./qml --qrcFiles -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Condottiere.qrc -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/appCondottiere_raw_qml_0.qrc \ No newline at end of file diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/appCondottiere_raw_qml_0.qrc b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/appCondottiere_raw_qml_0.qrc deleted file mode 100644 index e75cf1c..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/appCondottiere_raw_qml_0.qrc +++ /dev/null @@ -1,6 +0,0 @@ - - - C:/Users/mnah/Documents/Univercity/Condottiere/main.qml - - - diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Condottiere.qrc b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Condottiere.qrc deleted file mode 100644 index 1afcc4a..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Condottiere.qrc +++ /dev/null @@ -1,6 +0,0 @@ - - - C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/qmldir - - - diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/LICENSE.conan b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/LICENSE.conan deleted file mode 100644 index 541f5a3..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/LICENSE.conan +++ /dev/null @@ -1,21 +0,0 @@ -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/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/auto-setup.cmake b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/auto-setup.cmake deleted file mode 100644 index 628b69c..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/auto-setup.cmake +++ /dev/null @@ -1,269 +0,0 @@ -# -# 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() - -if (EXISTS "${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") - include("${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") -endif() - -if (QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP) - return() -endif() -option(QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP "Skip Qt Creator's package manager auto-setup" OFF) - -# 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() - -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() - - # 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) - 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") - - 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/") - - 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} - -g CMakeDeps) - 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) - - find_program(vcpkg_program vcpkg $ENV{VCPKG_ROOT} ${CMAKE_SOURCE_DIR}/vcpkg) - 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 (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() - - if (VCPKG_TARGET_TRIPLET) - set(vcpkg_triplet ${VCPKG_TARGET_TRIPLET}) - else() - if (WIN32) - set(vcpkg_triplet x64-mingw-static) - if (CMAKE_CXX_COMPILER MATCHES ".*/(.*)/cl.exe") - set(vcpkg_triplet ${CMAKE_MATCH_1}-windows) - endif() - elseif(APPLE) - set(vcpkg_triplet x64-osx) - else() - set(vcpkg_triplet x64-linux) - endif() - endif() - - file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " - set(VCPKG_TARGET_TRIPLET ${vcpkg_triplet}) - 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/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/conan.cmake b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/conan.cmake deleted file mode 100644 index 4f5f67e..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/conan.cmake +++ /dev/null @@ -1,1026 +0,0 @@ -# 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 1940) - 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/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/conan_provider.cmake b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/conan_provider.cmake deleted file mode 100644 index e5fa9ce..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/conan_provider.cmake +++ /dev/null @@ -1,655 +0,0 @@ -# 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() - - if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x") - 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/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_qml_loader_file_list.rsp b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_qml_loader_file_list.rsp deleted file mode 100644 index 16c1c0e..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_qml_loader_file_list.rsp +++ /dev/null @@ -1,5 +0,0 @@ ---resource -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Condottiere.qrc ---resource -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/appCondottiere_raw_qml_0.qrc -/Condottiere/main.qml diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmllint/appCondottiere.rsp b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmllint/appCondottiere.rsp deleted file mode 100644 index aec7ee9..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmllint/appCondottiere.rsp +++ /dev/null @@ -1,10 +0,0 @@ ---bare --I -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug --I -C:/Qt/6.7.2/mingw_64/./qml ---resource -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Condottiere.qrc ---resource -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/appCondottiere_raw_qml_0.qrc -C:/Users/mnah/Documents/Univercity/Condottiere/main.qml diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmllint/appCondottiere_json.rsp b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmllint/appCondottiere_json.rsp deleted file mode 100644 index 0576af9..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmllint/appCondottiere_json.rsp +++ /dev/null @@ -1,12 +0,0 @@ ---bare --I -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug --I -C:/Qt/6.7.2/mingw_64/./qml ---resource -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Condottiere.qrc ---resource -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/appCondottiere_raw_qml_0.qrc -C:/Users/mnah/Documents/Univercity/Condottiere/main.qml ---json -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_qmllint.json diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmllint/appCondottiere_module.rsp b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmllint/appCondottiere_module.rsp deleted file mode 100644 index 23b5e6c..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmllint/appCondottiere_module.rsp +++ /dev/null @@ -1,10 +0,0 @@ --I -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug --I -C:/Qt/6.7.2/mingw_64/./qml ---resource -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Condottiere.qrc ---resource -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/appCondottiere_raw_qml_0.qrc ---module -Condottiere diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeCache.txt b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeCache.txt deleted file mode 100644 index 1488012..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeCache.txt +++ /dev/null @@ -1,1274 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: c:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug -# It was generated by CMake: C:/Qt/Tools/CMake_64/bin/cmake.exe -# 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 -######################## - -//Path to a program. -CMAKE_ADDR2LINE:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/addr2line.exe - -//Path to a program. -CMAKE_AR:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/ar.exe - -//No help, variable specified on the command line. -CMAKE_BUILD_TYPE:STRING=Debug - -//Enable colored diagnostics throughout. -CMAKE_COLOR_DIAGNOSTICS:BOOL=1 - -//CXX compiler -CMAKE_CXX_COMPILER:STRING=C:/Qt/Tools/mingw1120_64/bin/g++.exe - -//A wrapper around 'ar' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_CXX_COMPILER_AR:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/gcc-ar.exe - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/gcc-ranlib.exe - -//Flags used by the CXX compiler during all build types. -CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG - -//Flags used by the CXX compiler during DEBUG builds. -CMAKE_CXX_FLAGS_DEBUG:STRING=-g - -//No help, variable specified on the command line. -CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG - -//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=.obj - -//Libraries linked by default with all C++ applications. -CMAKE_CXX_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 - -//No help, variable specified on the command line. -CMAKE_C_COMPILER:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/gcc.exe - -CMAKE_C_OUTPUT_EXTENSION:STRING= - -//Path to a program. -CMAKE_DLLTOOL:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/dlltool.exe - -//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 compile commands during generation. -CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= - -//Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/pkgRedirects - -//No help, variable specified on the command line. -CMAKE_GENERATOR:STRING=Ninja - -//Convert GNU import libraries to MS format (requires Visual Studio) -CMAKE_GNUtoMS:BOOL=OFF - -//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=C:/Program Files (x86)/Condottiere - -//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=C:/Qt/Tools/mingw1120_64/bin/ld.exe - -//Program used to build from build.ninja files. -CMAKE_MAKE_PROGRAM:FILEPATH=C:/Qt/Tools/Ninja/ninja.exe - -//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=C:/Qt/Tools/mingw1120_64/bin/nm.exe - -//Path to a program. -CMAKE_OBJCOPY:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/objcopy.exe - -//Path to a program. -CMAKE_OBJDUMP:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/objdump.exe - -//No help, variable specified on the command line. -CMAKE_PREFIX_PATH:PATH=C:/Qt/6.7.2/mingw_64 - -//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=C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/auto-setup.cmake - -//Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=Condottiere - -//Value Computed by CMake -CMAKE_PROJECT_VERSION:STATIC=0.1 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MINOR:STATIC=1 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_PATCH:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_TWEAK:STATIC= - -//Path to a program. -CMAKE_RANLIB:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/ranlib.exe - -//RC compiler -CMAKE_RC_COMPILER:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/windres.exe - -//Flags for Windows Resource Compiler during all build types. -CMAKE_RC_FLAGS:STRING= - -//Flags for Windows Resource Compiler during DEBUG builds. -CMAKE_RC_FLAGS_DEBUG:STRING= - -//Flags for Windows Resource Compiler during MINSIZEREL builds. -CMAKE_RC_FLAGS_MINSIZEREL:STRING= - -//Flags for Windows Resource Compiler during RELEASE builds. -CMAKE_RC_FLAGS_RELEASE:STRING= - -//Flags for Windows Resource Compiler during RELWITHDEBINFO builds. -CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_READELF:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/readelf.exe - -//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 linker during the creation of static libraries -// during all build types. -CMAKE_STATIC_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of static libraries -// during DEBUG builds. -CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of static libraries -// during MINSIZEREL builds. -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELEASE builds. -CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELWITHDEBINFO builds. -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_STRIP:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/strip.exe - -//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 - -//Value Computed by CMake -Condottiere_BINARY_DIR:STATIC=C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug - -//Value Computed by CMake -Condottiere_IS_TOP_LEVEL:STATIC=ON - -//Value Computed by CMake -Condottiere_SOURCE_DIR:STATIC=C:/Users/mnah/Documents/Univercity/Condottiere - -//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= - -//Skip Qt Creator's package manager auto-setup -QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF - -//No help, variable specified on the command line. -QT_QMAKE_EXECUTABLE:FILEPATH=C:/Qt/6.7.2/mingw_64/bin/qmake.exe - -//The directory containing a CMake configuration file for Qt6CoreTools. -Qt6CoreTools_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools - -//The directory containing a CMake configuration file for Qt6Core. -Qt6Core_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core - -//The directory containing a CMake configuration file for Qt6EntryPointPrivate. -Qt6EntryPointPrivate_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate - -//The directory containing a CMake configuration file for Qt6GuiTools. -Qt6GuiTools_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools - -//The directory containing a CMake configuration file for Qt6Gui. -Qt6Gui_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui - -//The directory containing a CMake configuration file for Qt6Network. -Qt6Network_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network - -//The directory containing a CMake configuration file for Qt6OpenGL. -Qt6OpenGL_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL - -//The directory containing a CMake configuration file for Qt6QmlBuiltins. -Qt6QmlBuiltins_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins - -//The directory containing a CMake configuration file for Qt6QmlCompilerPlusPrivate. -Qt6QmlCompilerPlusPrivate_DIR:PATH=Qt6QmlCompilerPlusPrivate_DIR-NOTFOUND - -//The directory containing a CMake configuration file for Qt6QmlIntegration. -Qt6QmlIntegration_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration - -//The directory containing a CMake configuration file for Qt6QmlModels. -Qt6QmlModels_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels - -//The directory containing a CMake configuration file for Qt6QmlTools. -Qt6QmlTools_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools - -//The directory containing a CMake configuration file for Qt6Qml. -Qt6Qml_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml - -//The directory containing a CMake configuration file for Qt6QuickTools. -Qt6QuickTools_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools - -//The directory containing a CMake configuration file for Qt6Quick. -Qt6Quick_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick - -//The directory containing a CMake configuration file for Qt6ZlibPrivate. -Qt6ZlibPrivate_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate - -//The directory containing a CMake configuration file for Qt6. -Qt6_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6 - -//Path to a program. -Vulkan_GLSLANG_VALIDATOR_EXECUTABLE:FILEPATH=Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-NOTFOUND - -//Path to a program. -Vulkan_GLSLC_EXECUTABLE:FILEPATH=Vulkan_GLSLC_EXECUTABLE-NOTFOUND - -//Path to a file. -Vulkan_INCLUDE_DIR:PATH=Vulkan_INCLUDE_DIR-NOTFOUND - -//Path to a library. -Vulkan_LIBRARY:FILEPATH=Vulkan_LIBRARY-NOTFOUND - -//Path to a program. -WINDEPLOYQT_EXECUTABLE:FILEPATH=C:/Qt/6.7.2/mingw_64/bin/windeployqt.exe - - -######################## -# 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=c:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug -//Major version of cmake used to create the current loaded cache -CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 -//Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=29 -//Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 -//Path to CMake executable. -CMAKE_COMMAND:INTERNAL=C:/Qt/Tools/CMake_64/bin/cmake.exe -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=C:/Qt/Tools/CMake_64/bin/cpack.exe -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=C:/Qt/Tools/CMake_64/bin/ctest.exe -//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_CXX_STANDARD_LIBRARIES -CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_DLLTOOL -CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 -//Path to cache edit program executable. -CMAKE_EDIT_COMMAND:INTERNAL=C:/Qt/Tools/CMake_64/bin/cmake-gui.exe -//Executable file format -CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown -//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_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=C:/Users/mnah/Documents/Univercity/Condottiere -//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 -//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR -CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_LINKER -CMAKE_LINKER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MAKE_PROGRAM -CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 -//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=1 -//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_RC_COMPILER -CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 -CMAKE_RC_COMPILER_WORKS:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RC_FLAGS -CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG -CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL -CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE -CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO -CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_READELF -CMAKE_READELF-ADVANCED:INTERNAL=1 -//Path to CMake installation. -CMAKE_ROOT:INTERNAL=C:/Qt/Tools/CMake_64/share/cmake-3.29 -//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 -//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE -CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 -//Details about finding Threads -FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] -//Details about finding WrapAtomic -FIND_PACKAGE_MESSAGE_DETAILS_WrapAtomic:INTERNAL=[1][v()] -//Test HAVE_STDATOMIC -HAVE_STDATOMIC:INTERNAL=1 -//Qt feature: accessibility (from target Qt6::Gui) -QT_FEATURE_accessibility:INTERNAL=ON -//Qt feature: accessibility_atspi_bridge (from target Qt6::Gui) -QT_FEATURE_accessibility_atspi_bridge:INTERNAL=OFF -//Qt feature: action (from target Qt6::Gui) -QT_FEATURE_action:INTERNAL=ON -//Qt feature: aesni (from target Qt6::Core) -QT_FEATURE_aesni:INTERNAL=ON -//Qt feature: alloca (from target Qt6::Core) -QT_FEATURE_alloca:INTERNAL=ON -//Qt feature: alloca_h (from target Qt6::Core) -QT_FEATURE_alloca_h:INTERNAL=OFF -//Qt feature: alloca_malloc_h (from target Qt6::Core) -QT_FEATURE_alloca_malloc_h: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: 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=OFF -//Qt feature: brotli (from target Qt6::Network) -QT_FEATURE_brotli: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: clipboard (from target Qt6::Gui) -QT_FEATURE_clipboard:INTERNAL=ON -//Qt feature: clock_gettime (from target Qt6::Core) -QT_FEATURE_clock_gettime:INTERNAL=OFF -//Qt feature: clock_monotonic (from target Qt6::Core) -QT_FEATURE_clock_monotonic:INTERNAL=OFF -//Qt feature: close_range (from target Qt6::Core) -QT_FEATURE_close_range:INTERNAL=OFF -//Qt feature: colornames (from target Qt6::Gui) -QT_FEATURE_colornames: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: 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: cssparser (from target Qt6::Gui) -QT_FEATURE_cssparser:INTERNAL=ON -//Qt feature: ctf (from target Qt6::Core) -QT_FEATURE_ctf:INTERNAL=OFF -//Qt feature: cursor (from target Qt6::Gui) -QT_FEATURE_cursor:INTERNAL=ON -//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: cxx2a (from target Qt6::Core) -QT_FEATURE_cxx2a:INTERNAL=OFF -//Qt feature: cxx2b (from target Qt6::Core) -QT_FEATURE_cxx2b: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=OFF -//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: desktopservices (from target Qt6::Gui) -QT_FEATURE_desktopservices:INTERNAL=ON -//Qt feature: developer_build (from target Qt6::Core) -QT_FEATURE_developer_build:INTERNAL=OFF -//Qt feature: direct2d (from target Qt6::Gui) -QT_FEATURE_direct2d:INTERNAL=ON -//Qt feature: direct2d1_1 (from target Qt6::Gui) -QT_FEATURE_direct2d1_1:INTERNAL=ON -//Qt feature: directfb (from target Qt6::Gui) -QT_FEATURE_directfb:INTERNAL=OFF -//Qt feature: directwrite (from target Qt6::Gui) -QT_FEATURE_directwrite:INTERNAL=ON -//Qt feature: directwrite3 (from target Qt6::Gui) -QT_FEATURE_directwrite3:INTERNAL=ON -//Qt feature: dladdr (from target Qt6::Core) -QT_FEATURE_dladdr:INTERNAL=OFF -//Qt feature: dlopen (from target Qt6::Core) -QT_FEATURE_dlopen:INTERNAL=OFF -//Qt feature: dnslookup (from target Qt6::Network) -QT_FEATURE_dnslookup:INTERNAL=ON -//Qt feature: doubleconversion (from target Qt6::Core) -QT_FEATURE_doubleconversion:INTERNAL=ON -//Qt feature: draganddrop (from target Qt6::Gui) -QT_FEATURE_draganddrop:INTERNAL=ON -//Qt feature: drm_atomic (from target Qt6::Gui) -QT_FEATURE_drm_atomic:INTERNAL=OFF -//Qt feature: dtls (from target Qt6::Network) -QT_FEATURE_dtls:INTERNAL=ON -//Qt feature: dynamicgl (from target Qt6::Gui) -QT_FEATURE_dynamicgl:INTERNAL=ON -//Qt feature: easingcurve (from target Qt6::Core) -QT_FEATURE_easingcurve:INTERNAL=ON -//Qt feature: egl (from target Qt6::Gui) -QT_FEATURE_egl:INTERNAL=OFF -//Qt feature: egl_x11 (from target Qt6::Gui) -QT_FEATURE_egl_x11:INTERNAL=OFF -//Qt feature: eglfs (from target Qt6::Gui) -QT_FEATURE_eglfs:INTERNAL=OFF -//Qt feature: eglfs_brcm (from target Qt6::Gui) -QT_FEATURE_eglfs_brcm:INTERNAL=OFF -//Qt feature: eglfs_egldevice (from target Qt6::Gui) -QT_FEATURE_eglfs_egldevice:INTERNAL=OFF -//Qt feature: eglfs_gbm (from target Qt6::Gui) -QT_FEATURE_eglfs_gbm:INTERNAL=OFF -//Qt feature: eglfs_mali (from target Qt6::Gui) -QT_FEATURE_eglfs_mali:INTERNAL=OFF -//Qt feature: eglfs_openwfd (from target Qt6::Gui) -QT_FEATURE_eglfs_openwfd:INTERNAL=OFF -//Qt feature: eglfs_rcar (from target Qt6::Gui) -QT_FEATURE_eglfs_rcar:INTERNAL=OFF -//Qt feature: eglfs_viv (from target Qt6::Gui) -QT_FEATURE_eglfs_viv:INTERNAL=OFF -//Qt feature: eglfs_viv_wl (from target Qt6::Gui) -QT_FEATURE_eglfs_viv_wl:INTERNAL=OFF -//Qt feature: eglfs_vsp2 (from target Qt6::Gui) -QT_FEATURE_eglfs_vsp2:INTERNAL=OFF -//Qt feature: eglfs_x11 (from target Qt6::Gui) -QT_FEATURE_eglfs_x11:INTERNAL=OFF -//Qt feature: elf_private_full_version (from target Qt6::Core) -QT_FEATURE_elf_private_full_version:INTERNAL=OFF -//Qt feature: etw (from target Qt6::Core) -QT_FEATURE_etw:INTERNAL=OFF -//Qt feature: evdev (from target Qt6::Gui) -QT_FEATURE_evdev: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: filesystemmodel (from target Qt6::Gui) -QT_FEATURE_filesystemmodel:INTERNAL=ON -//Qt feature: filesystemwatcher (from target Qt6::Core) -QT_FEATURE_filesystemwatcher:INTERNAL=ON -//Qt feature: fontconfig (from target Qt6::Gui) -QT_FEATURE_fontconfig:INTERNAL=OFF -//Qt feature: force_asserts (from target Qt6::Core) -QT_FEATURE_force_asserts:INTERNAL=OFF -//Qt feature: force_debug_info (from target Qt6::Core) -QT_FEATURE_force_debug_info:INTERNAL=ON -//Qt feature: forkfd_pidfd (from target Qt6::Core) -QT_FEATURE_forkfd_pidfd:INTERNAL=OFF -//Qt feature: framework (from target Qt6::Core) -QT_FEATURE_framework:INTERNAL=OFF -//Qt feature: freetype (from target Qt6::Gui) -QT_FEATURE_freetype:INTERNAL=ON -//Qt feature: futimens (from target Qt6::Core) -QT_FEATURE_futimens:INTERNAL=OFF -//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=OFF -//Qt feature: getentropy (from target Qt6::Core) -QT_FEATURE_getentropy:INTERNAL=OFF -//Qt feature: getifaddrs (from target Qt6::Network) -QT_FEATURE_getifaddrs:INTERNAL=OFF -//Qt feature: gif (from target Qt6::Gui) -QT_FEATURE_gif:INTERNAL=ON -//Qt feature: glib (from target Qt6::Core) -QT_FEATURE_glib:INTERNAL=OFF -//Qt feature: graphicsframecapture (from target Qt6::Gui) -QT_FEATURE_graphicsframecapture:INTERNAL=OFF -//Qt feature: gssapi (from target Qt6::Network) -QT_FEATURE_gssapi:INTERNAL=OFF -//Qt feature: gui (from target Qt6::Core) -QT_FEATURE_gui:INTERNAL=ON -//Qt feature: harfbuzz (from target Qt6::Gui) -QT_FEATURE_harfbuzz:INTERNAL=ON -//Qt feature: highdpiscaling (from target Qt6::Gui) -QT_FEATURE_highdpiscaling:INTERNAL=ON -//Qt feature: hijricalendar (from target Qt6::Core) -QT_FEATURE_hijricalendar:INTERNAL=ON -//Qt feature: http (from target Qt6::Network) -QT_FEATURE_http:INTERNAL=ON -//Qt feature: ico (from target Qt6::Gui) -QT_FEATURE_ico:INTERNAL=ON -//Qt feature: icu (from target Qt6::Core) -QT_FEATURE_icu:INTERNAL=OFF -//Qt feature: identityproxymodel (from target Qt6::Core) -QT_FEATURE_identityproxymodel:INTERNAL=ON -//Qt feature: im (from target Qt6::Gui) -QT_FEATURE_im:INTERNAL=ON -//Qt feature: image_heuristic_mask (from target Qt6::Gui) -QT_FEATURE_image_heuristic_mask:INTERNAL=ON -//Qt feature: image_text (from target Qt6::Gui) -QT_FEATURE_image_text:INTERNAL=ON -//Qt feature: imageformat_bmp (from target Qt6::Gui) -QT_FEATURE_imageformat_bmp:INTERNAL=ON -//Qt feature: imageformat_jpeg (from target Qt6::Gui) -QT_FEATURE_imageformat_jpeg:INTERNAL=ON -//Qt feature: imageformat_png (from target Qt6::Gui) -QT_FEATURE_imageformat_png:INTERNAL=ON -//Qt feature: imageformat_ppm (from target Qt6::Gui) -QT_FEATURE_imageformat_ppm:INTERNAL=ON -//Qt feature: imageformat_xbm (from target Qt6::Gui) -QT_FEATURE_imageformat_xbm:INTERNAL=ON -//Qt feature: imageformat_xpm (from target Qt6::Gui) -QT_FEATURE_imageformat_xpm:INTERNAL=ON -//Qt feature: imageformatplugin (from target Qt6::Gui) -QT_FEATURE_imageformatplugin:INTERNAL=ON -//Qt feature: imageio_text_loading (from target Qt6::Gui) -QT_FEATURE_imageio_text_loading:INTERNAL=ON -//Qt feature: inotify (from target Qt6::Core) -QT_FEATURE_inotify:INTERNAL=OFF -//Qt feature: integrityfb (from target Qt6::Gui) -QT_FEATURE_integrityfb:INTERNAL=OFF -//Qt feature: integrityhid (from target Qt6::Gui) -QT_FEATURE_integrityhid:INTERNAL=OFF -//Qt feature: intelcet (from target Qt6::Core) -QT_FEATURE_intelcet:INTERNAL=OFF -//Qt feature: ipv6ifname (from target Qt6::Network) -QT_FEATURE_ipv6ifname:INTERNAL=OFF -//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: journald (from target Qt6::Core) -QT_FEATURE_journald:INTERNAL=OFF -//Qt feature: jpeg (from target Qt6::Gui) -QT_FEATURE_jpeg:INTERNAL=ON -//Qt feature: kms (from target Qt6::Gui) -QT_FEATURE_kms:INTERNAL=OFF -//Qt feature: largefile (from target Qt6::Core) -QT_FEATURE_largefile:INTERNAL=ON -//Qt feature: libinput (from target Qt6::Gui) -QT_FEATURE_libinput:INTERNAL=OFF -//Qt feature: libinput_axis_api (from target Qt6::Gui) -QT_FEATURE_libinput_axis_api:INTERNAL=OFF -//Qt feature: libinput_hires_wheel_support (from target Qt6::Gui) -QT_FEATURE_libinput_hires_wheel_support:INTERNAL=OFF -//Qt feature: libproxy (from target Qt6::Network) -QT_FEATURE_libproxy:INTERNAL=OFF -//Qt feature: library (from target Qt6::Core) -QT_FEATURE_library:INTERNAL=ON -//Qt feature: libresolv (from target Qt6::Network) -QT_FEATURE_libresolv:INTERNAL=OFF -//Qt feature: libudev (from target Qt6::Core) -QT_FEATURE_libudev:INTERNAL=OFF -//Qt feature: linkat (from target Qt6::Core) -QT_FEATURE_linkat:INTERNAL=OFF -//Qt feature: linux_netlink (from target Qt6::Network) -QT_FEATURE_linux_netlink:INTERNAL=OFF -//Qt feature: linuxfb (from target Qt6::Gui) -QT_FEATURE_linuxfb:INTERNAL=OFF -//Qt feature: localserver (from target Qt6::Network) -QT_FEATURE_localserver:INTERNAL=ON -//Qt feature: lttng (from target Qt6::Core) -QT_FEATURE_lttng:INTERNAL=OFF -//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: movie (from target Qt6::Gui) -QT_FEATURE_movie:INTERNAL=ON -//Qt feature: mtdev (from target Qt6::Gui) -QT_FEATURE_mtdev:INTERNAL=OFF -//Qt feature: multiprocess (from target Qt6::Gui) -QT_FEATURE_multiprocess:INTERNAL=ON -//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: networkdiskcache (from target Qt6::Network) -QT_FEATURE_networkdiskcache:INTERNAL=ON -//Qt feature: networkinterface (from target Qt6::Network) -QT_FEATURE_networkinterface:INTERNAL=ON -//Qt feature: networklistmanager (from target Qt6::Network) -QT_FEATURE_networklistmanager:INTERNAL=ON -//Qt feature: networkproxy (from target Qt6::Network) -QT_FEATURE_networkproxy:INTERNAL=ON -//Qt feature: no_direct_extern_access (from target Qt6::Core) -QT_FEATURE_no_direct_extern_access:INTERNAL=OFF -//Qt feature: no_pkg_config (from target Qt6::Core) -QT_FEATURE_no_pkg_config:INTERNAL=ON -//Qt feature: ocsp (from target Qt6::Network) -QT_FEATURE_ocsp:INTERNAL=ON -//Qt feature: opengl (from target Qt6::Gui) -QT_FEATURE_opengl:INTERNAL=ON -//Qt feature: opengles2 (from target Qt6::Gui) -QT_FEATURE_opengles2:INTERNAL=OFF -//Qt feature: opengles3 (from target Qt6::Gui) -QT_FEATURE_opengles3:INTERNAL=OFF -//Qt feature: opengles31 (from target Qt6::Gui) -QT_FEATURE_opengles31:INTERNAL=OFF -//Qt feature: opengles32 (from target Qt6::Gui) -QT_FEATURE_opengles32: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: openvg (from target Qt6::Gui) -QT_FEATURE_openvg:INTERNAL=OFF -//Qt feature: pcre2 (from target Qt6::Core) -QT_FEATURE_pcre2:INTERNAL=ON -//Qt feature: pdf (from target Qt6::Gui) -QT_FEATURE_pdf:INTERNAL=ON -//Qt feature: permissions (from target Qt6::Core) -QT_FEATURE_permissions:INTERNAL=ON -//Qt feature: picture (from target Qt6::Gui) -QT_FEATURE_picture:INTERNAL=ON -//Qt feature: pkg_config (from target Qt6::Core) -QT_FEATURE_pkg_config:INTERNAL=OFF -//Qt feature: plugin_manifest (from target Qt6::Core) -QT_FEATURE_plugin_manifest:INTERNAL=ON -//Qt feature: png (from target Qt6::Gui) -QT_FEATURE_png: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=OFF -//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=OFF -//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=OFF -//Qt feature: precompile_header (from target Qt6::Core) -QT_FEATURE_precompile_header: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: publicsuffix_qt (from target Qt6::Network) -QT_FEATURE_publicsuffix_qt:INTERNAL=ON -//Qt feature: publicsuffix_system (from target Qt6::Network) -QT_FEATURE_publicsuffix_system:INTERNAL=OFF -//Qt feature: qml_animation (from target Qt6::Qml) -QT_FEATURE_qml_animation:INTERNAL=ON -//Qt feature: qml_debug (from target Qt6::Qml) -QT_FEATURE_qml_debug:INTERNAL=ON -//Qt feature: qml_delegate_model (from target Qt6::QmlModels) -QT_FEATURE_qml_delegate_model:INTERNAL=ON -//Qt feature: qml_itemmodel (from target Qt6::Qml) -QT_FEATURE_qml_itemmodel:INTERNAL=ON -//Qt feature: qml_jit (from target Qt6::Qml) -QT_FEATURE_qml_jit:INTERNAL=ON -//Qt feature: qml_list_model (from target Qt6::QmlModels) -QT_FEATURE_qml_list_model:INTERNAL=ON -//Qt feature: qml_locale (from target Qt6::Qml) -QT_FEATURE_qml_locale:INTERNAL=ON -//Qt feature: qml_network (from target Qt6::Qml) -QT_FEATURE_qml_network:INTERNAL=ON -//Qt feature: qml_object_model (from target Qt6::QmlModels) -QT_FEATURE_qml_object_model:INTERNAL=ON -//Qt feature: qml_preview (from target Qt6::Qml) -QT_FEATURE_qml_preview:INTERNAL=ON -//Qt feature: qml_profiler (from target Qt6::Qml) -QT_FEATURE_qml_profiler:INTERNAL=ON -//Qt feature: qml_python (from target Qt6::Qml) -QT_FEATURE_qml_python:INTERNAL=ON -//Qt feature: qml_ssl (from target Qt6::Qml) -QT_FEATURE_qml_ssl:INTERNAL=ON -//Qt feature: qml_table_model (from target Qt6::QmlModels) -QT_FEATURE_qml_table_model:INTERNAL=ON -//Qt feature: qml_worker_script (from target Qt6::Qml) -QT_FEATURE_qml_worker_script:INTERNAL=ON -//Qt feature: qml_xml_http_request (from target Qt6::Qml) -QT_FEATURE_qml_xml_http_request:INTERNAL=ON -//Qt feature: qml_xmllistmodel (from target Qt6::Qml) -QT_FEATURE_qml_xmllistmodel:INTERNAL=ON -//Qt feature: qqnx_imf (from target Qt6::Gui) -QT_FEATURE_qqnx_imf:INTERNAL=OFF -//Qt feature: qqnx_pps (from target Qt6::Core) -QT_FEATURE_qqnx_pps:INTERNAL=OFF -//Qt feature: quick_animatedimage (from target Qt6::Quick) -QT_FEATURE_quick_animatedimage:INTERNAL=ON -//Qt feature: quick_canvas (from target Qt6::Quick) -QT_FEATURE_quick_canvas:INTERNAL=ON -//Qt feature: quick_designer (from target Qt6::Quick) -QT_FEATURE_quick_designer:INTERNAL=ON -//Qt feature: quick_draganddrop (from target Qt6::Quick) -QT_FEATURE_quick_draganddrop:INTERNAL=ON -//Qt feature: quick_flipable (from target Qt6::Quick) -QT_FEATURE_quick_flipable:INTERNAL=ON -//Qt feature: quick_gridview (from target Qt6::Quick) -QT_FEATURE_quick_gridview:INTERNAL=ON -//Qt feature: quick_itemview (from target Qt6::Quick) -QT_FEATURE_quick_itemview:INTERNAL=ON -//Qt feature: quick_listview (from target Qt6::Quick) -QT_FEATURE_quick_listview:INTERNAL=ON -//Qt feature: quick_particles (from target Qt6::Quick) -QT_FEATURE_quick_particles:INTERNAL=ON -//Qt feature: quick_path (from target Qt6::Quick) -QT_FEATURE_quick_path:INTERNAL=ON -//Qt feature: quick_pathview (from target Qt6::Quick) -QT_FEATURE_quick_pathview:INTERNAL=ON -//Qt feature: quick_pixmap_cache_threaded_download (from target -// Qt6::Quick) -QT_FEATURE_quick_pixmap_cache_threaded_download:INTERNAL=ON -//Qt feature: quick_positioners (from target Qt6::Quick) -QT_FEATURE_quick_positioners:INTERNAL=ON -//Qt feature: quick_repeater (from target Qt6::Quick) -QT_FEATURE_quick_repeater:INTERNAL=ON -//Qt feature: quick_shadereffect (from target Qt6::Quick) -QT_FEATURE_quick_shadereffect:INTERNAL=ON -//Qt feature: quick_sprite (from target Qt6::Quick) -QT_FEATURE_quick_sprite:INTERNAL=ON -//Qt feature: quick_tableview (from target Qt6::Quick) -QT_FEATURE_quick_tableview:INTERNAL=ON -//Qt feature: quick_treeview (from target Qt6::Quick) -QT_FEATURE_quick_treeview:INTERNAL=ON -//Qt feature: quick_viewtransitions (from target Qt6::Quick) -QT_FEATURE_quick_viewtransitions:INTERNAL=ON -//Qt feature: raster_64bit (from target Qt6::Gui) -QT_FEATURE_raster_64bit:INTERNAL=ON -//Qt feature: raster_fp (from target Qt6::Gui) -QT_FEATURE_raster_fp:INTERNAL=ON -//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=OFF -//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: renameat2 (from target Qt6::Core) -QT_FEATURE_renameat2:INTERNAL=OFF -//Qt feature: res_setservers (from target Qt6::Network) -QT_FEATURE_res_setservers:INTERNAL=OFF -//Qt feature: rpath (from target Qt6::Core) -QT_FEATURE_rpath:INTERNAL=OFF -//Qt feature: schannel (from target Qt6::Network) -QT_FEATURE_schannel:INTERNAL=ON -//Qt feature: sctp (from target Qt6::Network) -QT_FEATURE_sctp:INTERNAL=OFF -//Qt feature: securetransport (from target Qt6::Network) -QT_FEATURE_securetransport:INTERNAL=OFF -//Qt feature: separate_debug_info (from target Qt6::Core) -QT_FEATURE_separate_debug_info:INTERNAL=ON -//Qt feature: sessionmanager (from target Qt6::Gui) -QT_FEATURE_sessionmanager: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: socks5 (from target Qt6::Network) -QT_FEATURE_socks5:INTERNAL=ON -//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: ssl (from target Qt6::Network) -QT_FEATURE_ssl:INTERNAL=ON -//Qt feature: sspi (from target Qt6::Network) -QT_FEATURE_sspi:INTERNAL=ON -//Qt feature: ssse3 (from target Qt6::Core) -QT_FEATURE_ssse3:INTERNAL=ON -//Qt feature: stack_protector_strong (from target Qt6::Core) -QT_FEATURE_stack_protector_strong:INTERNAL=OFF -//Qt feature: standarditemmodel (from target Qt6::Gui) -QT_FEATURE_standarditemmodel: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_freetype (from target Qt6::Gui) -QT_FEATURE_system_freetype:INTERNAL=OFF -//Qt feature: system_harfbuzz (from target Qt6::Gui) -QT_FEATURE_system_harfbuzz:INTERNAL=OFF -//Qt feature: system_jpeg (from target Qt6::Gui) -QT_FEATURE_system_jpeg: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_png (from target Qt6::Gui) -QT_FEATURE_system_png:INTERNAL=OFF -//Qt feature: system_proxies (from target Qt6::Network) -QT_FEATURE_system_proxies:INTERNAL=ON -//Qt feature: system_textmarkdownreader (from target Qt6::Gui) -QT_FEATURE_system_textmarkdownreader:INTERNAL=OFF -//Qt feature: system_xcb_xinput (from target Qt6::Gui) -QT_FEATURE_system_xcb_xinput:INTERNAL=OFF -//Qt feature: system_zlib (from target Qt6::Core) -QT_FEATURE_system_zlib:INTERNAL=OFF -//Qt feature: systemsemaphore (from target Qt6::Core) -QT_FEATURE_systemsemaphore:INTERNAL=ON -//Qt feature: systemtrayicon (from target Qt6::Gui) -QT_FEATURE_systemtrayicon:INTERNAL=ON -//Qt feature: sysv_sem (from target Qt6::Core) -QT_FEATURE_sysv_sem:INTERNAL=OFF -//Qt feature: sysv_shm (from target Qt6::Core) -QT_FEATURE_sysv_shm:INTERNAL=OFF -//Qt feature: tabletevent (from target Qt6::Gui) -QT_FEATURE_tabletevent:INTERNAL=ON -//Qt feature: temporaryfile (from target Qt6::Core) -QT_FEATURE_temporaryfile: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: texthtmlparser (from target Qt6::Gui) -QT_FEATURE_texthtmlparser:INTERNAL=ON -//Qt feature: textmarkdownreader (from target Qt6::Gui) -QT_FEATURE_textmarkdownreader:INTERNAL=ON -//Qt feature: textmarkdownwriter (from target Qt6::Gui) -QT_FEATURE_textmarkdownwriter:INTERNAL=ON -//Qt feature: textodfwriter (from target Qt6::Gui) -QT_FEATURE_textodfwriter:INTERNAL=ON -//Qt feature: thread (from target Qt6::Core) -QT_FEATURE_thread:INTERNAL=ON -//Qt feature: timezone (from target Qt6::Core) -QT_FEATURE_timezone:INTERNAL=ON -//Qt feature: topleveldomain (from target Qt6::Network) -QT_FEATURE_topleveldomain:INTERNAL=ON -//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: tslib (from target Qt6::Gui) -QT_FEATURE_tslib:INTERNAL=OFF -//Qt feature: tuiotouch (from target Qt6::Gui) -QT_FEATURE_tuiotouch:INTERNAL=ON -//Qt feature: udpsocket (from target Qt6::Network) -QT_FEATURE_udpsocket:INTERNAL=ON -//Qt feature: undocommand (from target Qt6::Gui) -QT_FEATURE_undocommand:INTERNAL=ON -//Qt feature: undogroup (from target Qt6::Gui) -QT_FEATURE_undogroup:INTERNAL=ON -//Qt feature: undostack (from target Qt6::Gui) -QT_FEATURE_undostack:INTERNAL=ON -//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: validator (from target Qt6::Gui) -QT_FEATURE_validator:INTERNAL=ON -//Qt feature: vkgen (from target Qt6::Gui) -QT_FEATURE_vkgen:INTERNAL=ON -//Qt feature: vkkhrdisplay (from target Qt6::Gui) -QT_FEATURE_vkkhrdisplay:INTERNAL=OFF -//Qt feature: vnc (from target Qt6::Gui) -QT_FEATURE_vnc:INTERNAL=OFF -//Qt feature: vsp2 (from target Qt6::Gui) -QT_FEATURE_vsp2:INTERNAL=OFF -//Qt feature: vulkan (from target Qt6::Gui) -QT_FEATURE_vulkan:INTERNAL=ON -//Qt feature: wasm_exceptions (from target Qt6::Core) -QT_FEATURE_wasm_exceptions:INTERNAL=OFF -//Qt feature: wasm_simd128 (from target Qt6::Core) -QT_FEATURE_wasm_simd128:INTERNAL=OFF -//Qt feature: wayland (from target Qt6::Gui) -QT_FEATURE_wayland:INTERNAL=OFF -//Qt feature: whatsthis (from target Qt6::Gui) -QT_FEATURE_whatsthis:INTERNAL=ON -//Qt feature: wheelevent (from target Qt6::Gui) -QT_FEATURE_wheelevent:INTERNAL=ON -//Qt feature: widgets (from target Qt6::Core) -QT_FEATURE_widgets:INTERNAL=ON -//Qt feature: x86intrin (from target Qt6::Core) -QT_FEATURE_x86intrin:INTERNAL=ON -//Qt feature: xcb (from target Qt6::Gui) -QT_FEATURE_xcb:INTERNAL=OFF -//Qt feature: xcb_egl_plugin (from target Qt6::Gui) -QT_FEATURE_xcb_egl_plugin:INTERNAL=OFF -//Qt feature: xcb_glx (from target Qt6::Gui) -QT_FEATURE_xcb_glx:INTERNAL=OFF -//Qt feature: xcb_glx_plugin (from target Qt6::Gui) -QT_FEATURE_xcb_glx_plugin:INTERNAL=OFF -//Qt feature: xcb_native_painting (from target Qt6::Gui) -QT_FEATURE_xcb_native_painting:INTERNAL=OFF -//Qt feature: xcb_sm (from target Qt6::Gui) -QT_FEATURE_xcb_sm:INTERNAL=OFF -//Qt feature: xcb_xlib (from target Qt6::Gui) -QT_FEATURE_xcb_xlib:INTERNAL=OFF -//Qt feature: xkbcommon (from target Qt6::Gui) -QT_FEATURE_xkbcommon:INTERNAL=OFF -//Qt feature: xkbcommon_x11 (from target Qt6::Gui) -QT_FEATURE_xkbcommon_x11:INTERNAL=OFF -//Qt feature: xlib (from target Qt6::Gui) -QT_FEATURE_xlib:INTERNAL=OFF -//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: xrender (from target Qt6::Gui) -QT_FEATURE_xrender:INTERNAL=OFF -//Qt feature: zstd (from target Qt6::Core) -QT_FEATURE_zstd:INTERNAL=OFF -//Path to the wrapper of the tool commands -QT_TOOL_COMMAND_WRAPPER_PATH:INTERNAL=C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/bin/qt_setup_tool_path.bat -//ADVANCED property for variable: Vulkan_GLSLANG_VALIDATOR_EXECUTABLE -Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: Vulkan_GLSLC_EXECUTABLE -Vulkan_GLSLC_EXECUTABLE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: Vulkan_INCLUDE_DIR -Vulkan_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: Vulkan_LIBRARY -Vulkan_LIBRARY-ADVANCED:INTERNAL=1 -//linker supports push/pop state -_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE -//CMAKE_INSTALL_PREFIX during last run -_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/Program Files (x86)/Condottiere -__qt_qml_macros_module_base_dir:INTERNAL=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml - diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeCache.txt.prev b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeCache.txt.prev deleted file mode 100644 index 1488012..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeCache.txt.prev +++ /dev/null @@ -1,1274 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: c:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug -# It was generated by CMake: C:/Qt/Tools/CMake_64/bin/cmake.exe -# 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 -######################## - -//Path to a program. -CMAKE_ADDR2LINE:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/addr2line.exe - -//Path to a program. -CMAKE_AR:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/ar.exe - -//No help, variable specified on the command line. -CMAKE_BUILD_TYPE:STRING=Debug - -//Enable colored diagnostics throughout. -CMAKE_COLOR_DIAGNOSTICS:BOOL=1 - -//CXX compiler -CMAKE_CXX_COMPILER:STRING=C:/Qt/Tools/mingw1120_64/bin/g++.exe - -//A wrapper around 'ar' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_CXX_COMPILER_AR:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/gcc-ar.exe - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/gcc-ranlib.exe - -//Flags used by the CXX compiler during all build types. -CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG - -//Flags used by the CXX compiler during DEBUG builds. -CMAKE_CXX_FLAGS_DEBUG:STRING=-g - -//No help, variable specified on the command line. -CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG - -//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=.obj - -//Libraries linked by default with all C++ applications. -CMAKE_CXX_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 - -//No help, variable specified on the command line. -CMAKE_C_COMPILER:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/gcc.exe - -CMAKE_C_OUTPUT_EXTENSION:STRING= - -//Path to a program. -CMAKE_DLLTOOL:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/dlltool.exe - -//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 compile commands during generation. -CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= - -//Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/pkgRedirects - -//No help, variable specified on the command line. -CMAKE_GENERATOR:STRING=Ninja - -//Convert GNU import libraries to MS format (requires Visual Studio) -CMAKE_GNUtoMS:BOOL=OFF - -//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=C:/Program Files (x86)/Condottiere - -//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=C:/Qt/Tools/mingw1120_64/bin/ld.exe - -//Program used to build from build.ninja files. -CMAKE_MAKE_PROGRAM:FILEPATH=C:/Qt/Tools/Ninja/ninja.exe - -//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=C:/Qt/Tools/mingw1120_64/bin/nm.exe - -//Path to a program. -CMAKE_OBJCOPY:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/objcopy.exe - -//Path to a program. -CMAKE_OBJDUMP:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/objdump.exe - -//No help, variable specified on the command line. -CMAKE_PREFIX_PATH:PATH=C:/Qt/6.7.2/mingw_64 - -//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=C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/auto-setup.cmake - -//Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=Condottiere - -//Value Computed by CMake -CMAKE_PROJECT_VERSION:STATIC=0.1 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MINOR:STATIC=1 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_PATCH:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_TWEAK:STATIC= - -//Path to a program. -CMAKE_RANLIB:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/ranlib.exe - -//RC compiler -CMAKE_RC_COMPILER:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/windres.exe - -//Flags for Windows Resource Compiler during all build types. -CMAKE_RC_FLAGS:STRING= - -//Flags for Windows Resource Compiler during DEBUG builds. -CMAKE_RC_FLAGS_DEBUG:STRING= - -//Flags for Windows Resource Compiler during MINSIZEREL builds. -CMAKE_RC_FLAGS_MINSIZEREL:STRING= - -//Flags for Windows Resource Compiler during RELEASE builds. -CMAKE_RC_FLAGS_RELEASE:STRING= - -//Flags for Windows Resource Compiler during RELWITHDEBINFO builds. -CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_READELF:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/readelf.exe - -//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 linker during the creation of static libraries -// during all build types. -CMAKE_STATIC_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of static libraries -// during DEBUG builds. -CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of static libraries -// during MINSIZEREL builds. -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELEASE builds. -CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELWITHDEBINFO builds. -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_STRIP:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/strip.exe - -//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 - -//Value Computed by CMake -Condottiere_BINARY_DIR:STATIC=C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug - -//Value Computed by CMake -Condottiere_IS_TOP_LEVEL:STATIC=ON - -//Value Computed by CMake -Condottiere_SOURCE_DIR:STATIC=C:/Users/mnah/Documents/Univercity/Condottiere - -//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= - -//Skip Qt Creator's package manager auto-setup -QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF - -//No help, variable specified on the command line. -QT_QMAKE_EXECUTABLE:FILEPATH=C:/Qt/6.7.2/mingw_64/bin/qmake.exe - -//The directory containing a CMake configuration file for Qt6CoreTools. -Qt6CoreTools_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools - -//The directory containing a CMake configuration file for Qt6Core. -Qt6Core_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core - -//The directory containing a CMake configuration file for Qt6EntryPointPrivate. -Qt6EntryPointPrivate_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate - -//The directory containing a CMake configuration file for Qt6GuiTools. -Qt6GuiTools_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools - -//The directory containing a CMake configuration file for Qt6Gui. -Qt6Gui_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui - -//The directory containing a CMake configuration file for Qt6Network. -Qt6Network_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network - -//The directory containing a CMake configuration file for Qt6OpenGL. -Qt6OpenGL_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL - -//The directory containing a CMake configuration file for Qt6QmlBuiltins. -Qt6QmlBuiltins_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins - -//The directory containing a CMake configuration file for Qt6QmlCompilerPlusPrivate. -Qt6QmlCompilerPlusPrivate_DIR:PATH=Qt6QmlCompilerPlusPrivate_DIR-NOTFOUND - -//The directory containing a CMake configuration file for Qt6QmlIntegration. -Qt6QmlIntegration_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration - -//The directory containing a CMake configuration file for Qt6QmlModels. -Qt6QmlModels_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels - -//The directory containing a CMake configuration file for Qt6QmlTools. -Qt6QmlTools_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools - -//The directory containing a CMake configuration file for Qt6Qml. -Qt6Qml_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml - -//The directory containing a CMake configuration file for Qt6QuickTools. -Qt6QuickTools_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools - -//The directory containing a CMake configuration file for Qt6Quick. -Qt6Quick_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick - -//The directory containing a CMake configuration file for Qt6ZlibPrivate. -Qt6ZlibPrivate_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate - -//The directory containing a CMake configuration file for Qt6. -Qt6_DIR:PATH=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6 - -//Path to a program. -Vulkan_GLSLANG_VALIDATOR_EXECUTABLE:FILEPATH=Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-NOTFOUND - -//Path to a program. -Vulkan_GLSLC_EXECUTABLE:FILEPATH=Vulkan_GLSLC_EXECUTABLE-NOTFOUND - -//Path to a file. -Vulkan_INCLUDE_DIR:PATH=Vulkan_INCLUDE_DIR-NOTFOUND - -//Path to a library. -Vulkan_LIBRARY:FILEPATH=Vulkan_LIBRARY-NOTFOUND - -//Path to a program. -WINDEPLOYQT_EXECUTABLE:FILEPATH=C:/Qt/6.7.2/mingw_64/bin/windeployqt.exe - - -######################## -# 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=c:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug -//Major version of cmake used to create the current loaded cache -CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 -//Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=29 -//Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 -//Path to CMake executable. -CMAKE_COMMAND:INTERNAL=C:/Qt/Tools/CMake_64/bin/cmake.exe -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=C:/Qt/Tools/CMake_64/bin/cpack.exe -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=C:/Qt/Tools/CMake_64/bin/ctest.exe -//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_CXX_STANDARD_LIBRARIES -CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_DLLTOOL -CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 -//Path to cache edit program executable. -CMAKE_EDIT_COMMAND:INTERNAL=C:/Qt/Tools/CMake_64/bin/cmake-gui.exe -//Executable file format -CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown -//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_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=C:/Users/mnah/Documents/Univercity/Condottiere -//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 -//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR -CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_LINKER -CMAKE_LINKER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MAKE_PROGRAM -CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 -//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=1 -//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_RC_COMPILER -CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 -CMAKE_RC_COMPILER_WORKS:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RC_FLAGS -CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG -CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL -CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE -CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO -CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_READELF -CMAKE_READELF-ADVANCED:INTERNAL=1 -//Path to CMake installation. -CMAKE_ROOT:INTERNAL=C:/Qt/Tools/CMake_64/share/cmake-3.29 -//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 -//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE -CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 -//Details about finding Threads -FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] -//Details about finding WrapAtomic -FIND_PACKAGE_MESSAGE_DETAILS_WrapAtomic:INTERNAL=[1][v()] -//Test HAVE_STDATOMIC -HAVE_STDATOMIC:INTERNAL=1 -//Qt feature: accessibility (from target Qt6::Gui) -QT_FEATURE_accessibility:INTERNAL=ON -//Qt feature: accessibility_atspi_bridge (from target Qt6::Gui) -QT_FEATURE_accessibility_atspi_bridge:INTERNAL=OFF -//Qt feature: action (from target Qt6::Gui) -QT_FEATURE_action:INTERNAL=ON -//Qt feature: aesni (from target Qt6::Core) -QT_FEATURE_aesni:INTERNAL=ON -//Qt feature: alloca (from target Qt6::Core) -QT_FEATURE_alloca:INTERNAL=ON -//Qt feature: alloca_h (from target Qt6::Core) -QT_FEATURE_alloca_h:INTERNAL=OFF -//Qt feature: alloca_malloc_h (from target Qt6::Core) -QT_FEATURE_alloca_malloc_h: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: 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=OFF -//Qt feature: brotli (from target Qt6::Network) -QT_FEATURE_brotli: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: clipboard (from target Qt6::Gui) -QT_FEATURE_clipboard:INTERNAL=ON -//Qt feature: clock_gettime (from target Qt6::Core) -QT_FEATURE_clock_gettime:INTERNAL=OFF -//Qt feature: clock_monotonic (from target Qt6::Core) -QT_FEATURE_clock_monotonic:INTERNAL=OFF -//Qt feature: close_range (from target Qt6::Core) -QT_FEATURE_close_range:INTERNAL=OFF -//Qt feature: colornames (from target Qt6::Gui) -QT_FEATURE_colornames: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: 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: cssparser (from target Qt6::Gui) -QT_FEATURE_cssparser:INTERNAL=ON -//Qt feature: ctf (from target Qt6::Core) -QT_FEATURE_ctf:INTERNAL=OFF -//Qt feature: cursor (from target Qt6::Gui) -QT_FEATURE_cursor:INTERNAL=ON -//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: cxx2a (from target Qt6::Core) -QT_FEATURE_cxx2a:INTERNAL=OFF -//Qt feature: cxx2b (from target Qt6::Core) -QT_FEATURE_cxx2b: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=OFF -//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: desktopservices (from target Qt6::Gui) -QT_FEATURE_desktopservices:INTERNAL=ON -//Qt feature: developer_build (from target Qt6::Core) -QT_FEATURE_developer_build:INTERNAL=OFF -//Qt feature: direct2d (from target Qt6::Gui) -QT_FEATURE_direct2d:INTERNAL=ON -//Qt feature: direct2d1_1 (from target Qt6::Gui) -QT_FEATURE_direct2d1_1:INTERNAL=ON -//Qt feature: directfb (from target Qt6::Gui) -QT_FEATURE_directfb:INTERNAL=OFF -//Qt feature: directwrite (from target Qt6::Gui) -QT_FEATURE_directwrite:INTERNAL=ON -//Qt feature: directwrite3 (from target Qt6::Gui) -QT_FEATURE_directwrite3:INTERNAL=ON -//Qt feature: dladdr (from target Qt6::Core) -QT_FEATURE_dladdr:INTERNAL=OFF -//Qt feature: dlopen (from target Qt6::Core) -QT_FEATURE_dlopen:INTERNAL=OFF -//Qt feature: dnslookup (from target Qt6::Network) -QT_FEATURE_dnslookup:INTERNAL=ON -//Qt feature: doubleconversion (from target Qt6::Core) -QT_FEATURE_doubleconversion:INTERNAL=ON -//Qt feature: draganddrop (from target Qt6::Gui) -QT_FEATURE_draganddrop:INTERNAL=ON -//Qt feature: drm_atomic (from target Qt6::Gui) -QT_FEATURE_drm_atomic:INTERNAL=OFF -//Qt feature: dtls (from target Qt6::Network) -QT_FEATURE_dtls:INTERNAL=ON -//Qt feature: dynamicgl (from target Qt6::Gui) -QT_FEATURE_dynamicgl:INTERNAL=ON -//Qt feature: easingcurve (from target Qt6::Core) -QT_FEATURE_easingcurve:INTERNAL=ON -//Qt feature: egl (from target Qt6::Gui) -QT_FEATURE_egl:INTERNAL=OFF -//Qt feature: egl_x11 (from target Qt6::Gui) -QT_FEATURE_egl_x11:INTERNAL=OFF -//Qt feature: eglfs (from target Qt6::Gui) -QT_FEATURE_eglfs:INTERNAL=OFF -//Qt feature: eglfs_brcm (from target Qt6::Gui) -QT_FEATURE_eglfs_brcm:INTERNAL=OFF -//Qt feature: eglfs_egldevice (from target Qt6::Gui) -QT_FEATURE_eglfs_egldevice:INTERNAL=OFF -//Qt feature: eglfs_gbm (from target Qt6::Gui) -QT_FEATURE_eglfs_gbm:INTERNAL=OFF -//Qt feature: eglfs_mali (from target Qt6::Gui) -QT_FEATURE_eglfs_mali:INTERNAL=OFF -//Qt feature: eglfs_openwfd (from target Qt6::Gui) -QT_FEATURE_eglfs_openwfd:INTERNAL=OFF -//Qt feature: eglfs_rcar (from target Qt6::Gui) -QT_FEATURE_eglfs_rcar:INTERNAL=OFF -//Qt feature: eglfs_viv (from target Qt6::Gui) -QT_FEATURE_eglfs_viv:INTERNAL=OFF -//Qt feature: eglfs_viv_wl (from target Qt6::Gui) -QT_FEATURE_eglfs_viv_wl:INTERNAL=OFF -//Qt feature: eglfs_vsp2 (from target Qt6::Gui) -QT_FEATURE_eglfs_vsp2:INTERNAL=OFF -//Qt feature: eglfs_x11 (from target Qt6::Gui) -QT_FEATURE_eglfs_x11:INTERNAL=OFF -//Qt feature: elf_private_full_version (from target Qt6::Core) -QT_FEATURE_elf_private_full_version:INTERNAL=OFF -//Qt feature: etw (from target Qt6::Core) -QT_FEATURE_etw:INTERNAL=OFF -//Qt feature: evdev (from target Qt6::Gui) -QT_FEATURE_evdev: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: filesystemmodel (from target Qt6::Gui) -QT_FEATURE_filesystemmodel:INTERNAL=ON -//Qt feature: filesystemwatcher (from target Qt6::Core) -QT_FEATURE_filesystemwatcher:INTERNAL=ON -//Qt feature: fontconfig (from target Qt6::Gui) -QT_FEATURE_fontconfig:INTERNAL=OFF -//Qt feature: force_asserts (from target Qt6::Core) -QT_FEATURE_force_asserts:INTERNAL=OFF -//Qt feature: force_debug_info (from target Qt6::Core) -QT_FEATURE_force_debug_info:INTERNAL=ON -//Qt feature: forkfd_pidfd (from target Qt6::Core) -QT_FEATURE_forkfd_pidfd:INTERNAL=OFF -//Qt feature: framework (from target Qt6::Core) -QT_FEATURE_framework:INTERNAL=OFF -//Qt feature: freetype (from target Qt6::Gui) -QT_FEATURE_freetype:INTERNAL=ON -//Qt feature: futimens (from target Qt6::Core) -QT_FEATURE_futimens:INTERNAL=OFF -//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=OFF -//Qt feature: getentropy (from target Qt6::Core) -QT_FEATURE_getentropy:INTERNAL=OFF -//Qt feature: getifaddrs (from target Qt6::Network) -QT_FEATURE_getifaddrs:INTERNAL=OFF -//Qt feature: gif (from target Qt6::Gui) -QT_FEATURE_gif:INTERNAL=ON -//Qt feature: glib (from target Qt6::Core) -QT_FEATURE_glib:INTERNAL=OFF -//Qt feature: graphicsframecapture (from target Qt6::Gui) -QT_FEATURE_graphicsframecapture:INTERNAL=OFF -//Qt feature: gssapi (from target Qt6::Network) -QT_FEATURE_gssapi:INTERNAL=OFF -//Qt feature: gui (from target Qt6::Core) -QT_FEATURE_gui:INTERNAL=ON -//Qt feature: harfbuzz (from target Qt6::Gui) -QT_FEATURE_harfbuzz:INTERNAL=ON -//Qt feature: highdpiscaling (from target Qt6::Gui) -QT_FEATURE_highdpiscaling:INTERNAL=ON -//Qt feature: hijricalendar (from target Qt6::Core) -QT_FEATURE_hijricalendar:INTERNAL=ON -//Qt feature: http (from target Qt6::Network) -QT_FEATURE_http:INTERNAL=ON -//Qt feature: ico (from target Qt6::Gui) -QT_FEATURE_ico:INTERNAL=ON -//Qt feature: icu (from target Qt6::Core) -QT_FEATURE_icu:INTERNAL=OFF -//Qt feature: identityproxymodel (from target Qt6::Core) -QT_FEATURE_identityproxymodel:INTERNAL=ON -//Qt feature: im (from target Qt6::Gui) -QT_FEATURE_im:INTERNAL=ON -//Qt feature: image_heuristic_mask (from target Qt6::Gui) -QT_FEATURE_image_heuristic_mask:INTERNAL=ON -//Qt feature: image_text (from target Qt6::Gui) -QT_FEATURE_image_text:INTERNAL=ON -//Qt feature: imageformat_bmp (from target Qt6::Gui) -QT_FEATURE_imageformat_bmp:INTERNAL=ON -//Qt feature: imageformat_jpeg (from target Qt6::Gui) -QT_FEATURE_imageformat_jpeg:INTERNAL=ON -//Qt feature: imageformat_png (from target Qt6::Gui) -QT_FEATURE_imageformat_png:INTERNAL=ON -//Qt feature: imageformat_ppm (from target Qt6::Gui) -QT_FEATURE_imageformat_ppm:INTERNAL=ON -//Qt feature: imageformat_xbm (from target Qt6::Gui) -QT_FEATURE_imageformat_xbm:INTERNAL=ON -//Qt feature: imageformat_xpm (from target Qt6::Gui) -QT_FEATURE_imageformat_xpm:INTERNAL=ON -//Qt feature: imageformatplugin (from target Qt6::Gui) -QT_FEATURE_imageformatplugin:INTERNAL=ON -//Qt feature: imageio_text_loading (from target Qt6::Gui) -QT_FEATURE_imageio_text_loading:INTERNAL=ON -//Qt feature: inotify (from target Qt6::Core) -QT_FEATURE_inotify:INTERNAL=OFF -//Qt feature: integrityfb (from target Qt6::Gui) -QT_FEATURE_integrityfb:INTERNAL=OFF -//Qt feature: integrityhid (from target Qt6::Gui) -QT_FEATURE_integrityhid:INTERNAL=OFF -//Qt feature: intelcet (from target Qt6::Core) -QT_FEATURE_intelcet:INTERNAL=OFF -//Qt feature: ipv6ifname (from target Qt6::Network) -QT_FEATURE_ipv6ifname:INTERNAL=OFF -//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: journald (from target Qt6::Core) -QT_FEATURE_journald:INTERNAL=OFF -//Qt feature: jpeg (from target Qt6::Gui) -QT_FEATURE_jpeg:INTERNAL=ON -//Qt feature: kms (from target Qt6::Gui) -QT_FEATURE_kms:INTERNAL=OFF -//Qt feature: largefile (from target Qt6::Core) -QT_FEATURE_largefile:INTERNAL=ON -//Qt feature: libinput (from target Qt6::Gui) -QT_FEATURE_libinput:INTERNAL=OFF -//Qt feature: libinput_axis_api (from target Qt6::Gui) -QT_FEATURE_libinput_axis_api:INTERNAL=OFF -//Qt feature: libinput_hires_wheel_support (from target Qt6::Gui) -QT_FEATURE_libinput_hires_wheel_support:INTERNAL=OFF -//Qt feature: libproxy (from target Qt6::Network) -QT_FEATURE_libproxy:INTERNAL=OFF -//Qt feature: library (from target Qt6::Core) -QT_FEATURE_library:INTERNAL=ON -//Qt feature: libresolv (from target Qt6::Network) -QT_FEATURE_libresolv:INTERNAL=OFF -//Qt feature: libudev (from target Qt6::Core) -QT_FEATURE_libudev:INTERNAL=OFF -//Qt feature: linkat (from target Qt6::Core) -QT_FEATURE_linkat:INTERNAL=OFF -//Qt feature: linux_netlink (from target Qt6::Network) -QT_FEATURE_linux_netlink:INTERNAL=OFF -//Qt feature: linuxfb (from target Qt6::Gui) -QT_FEATURE_linuxfb:INTERNAL=OFF -//Qt feature: localserver (from target Qt6::Network) -QT_FEATURE_localserver:INTERNAL=ON -//Qt feature: lttng (from target Qt6::Core) -QT_FEATURE_lttng:INTERNAL=OFF -//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: movie (from target Qt6::Gui) -QT_FEATURE_movie:INTERNAL=ON -//Qt feature: mtdev (from target Qt6::Gui) -QT_FEATURE_mtdev:INTERNAL=OFF -//Qt feature: multiprocess (from target Qt6::Gui) -QT_FEATURE_multiprocess:INTERNAL=ON -//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: networkdiskcache (from target Qt6::Network) -QT_FEATURE_networkdiskcache:INTERNAL=ON -//Qt feature: networkinterface (from target Qt6::Network) -QT_FEATURE_networkinterface:INTERNAL=ON -//Qt feature: networklistmanager (from target Qt6::Network) -QT_FEATURE_networklistmanager:INTERNAL=ON -//Qt feature: networkproxy (from target Qt6::Network) -QT_FEATURE_networkproxy:INTERNAL=ON -//Qt feature: no_direct_extern_access (from target Qt6::Core) -QT_FEATURE_no_direct_extern_access:INTERNAL=OFF -//Qt feature: no_pkg_config (from target Qt6::Core) -QT_FEATURE_no_pkg_config:INTERNAL=ON -//Qt feature: ocsp (from target Qt6::Network) -QT_FEATURE_ocsp:INTERNAL=ON -//Qt feature: opengl (from target Qt6::Gui) -QT_FEATURE_opengl:INTERNAL=ON -//Qt feature: opengles2 (from target Qt6::Gui) -QT_FEATURE_opengles2:INTERNAL=OFF -//Qt feature: opengles3 (from target Qt6::Gui) -QT_FEATURE_opengles3:INTERNAL=OFF -//Qt feature: opengles31 (from target Qt6::Gui) -QT_FEATURE_opengles31:INTERNAL=OFF -//Qt feature: opengles32 (from target Qt6::Gui) -QT_FEATURE_opengles32: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: openvg (from target Qt6::Gui) -QT_FEATURE_openvg:INTERNAL=OFF -//Qt feature: pcre2 (from target Qt6::Core) -QT_FEATURE_pcre2:INTERNAL=ON -//Qt feature: pdf (from target Qt6::Gui) -QT_FEATURE_pdf:INTERNAL=ON -//Qt feature: permissions (from target Qt6::Core) -QT_FEATURE_permissions:INTERNAL=ON -//Qt feature: picture (from target Qt6::Gui) -QT_FEATURE_picture:INTERNAL=ON -//Qt feature: pkg_config (from target Qt6::Core) -QT_FEATURE_pkg_config:INTERNAL=OFF -//Qt feature: plugin_manifest (from target Qt6::Core) -QT_FEATURE_plugin_manifest:INTERNAL=ON -//Qt feature: png (from target Qt6::Gui) -QT_FEATURE_png: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=OFF -//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=OFF -//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=OFF -//Qt feature: precompile_header (from target Qt6::Core) -QT_FEATURE_precompile_header: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: publicsuffix_qt (from target Qt6::Network) -QT_FEATURE_publicsuffix_qt:INTERNAL=ON -//Qt feature: publicsuffix_system (from target Qt6::Network) -QT_FEATURE_publicsuffix_system:INTERNAL=OFF -//Qt feature: qml_animation (from target Qt6::Qml) -QT_FEATURE_qml_animation:INTERNAL=ON -//Qt feature: qml_debug (from target Qt6::Qml) -QT_FEATURE_qml_debug:INTERNAL=ON -//Qt feature: qml_delegate_model (from target Qt6::QmlModels) -QT_FEATURE_qml_delegate_model:INTERNAL=ON -//Qt feature: qml_itemmodel (from target Qt6::Qml) -QT_FEATURE_qml_itemmodel:INTERNAL=ON -//Qt feature: qml_jit (from target Qt6::Qml) -QT_FEATURE_qml_jit:INTERNAL=ON -//Qt feature: qml_list_model (from target Qt6::QmlModels) -QT_FEATURE_qml_list_model:INTERNAL=ON -//Qt feature: qml_locale (from target Qt6::Qml) -QT_FEATURE_qml_locale:INTERNAL=ON -//Qt feature: qml_network (from target Qt6::Qml) -QT_FEATURE_qml_network:INTERNAL=ON -//Qt feature: qml_object_model (from target Qt6::QmlModels) -QT_FEATURE_qml_object_model:INTERNAL=ON -//Qt feature: qml_preview (from target Qt6::Qml) -QT_FEATURE_qml_preview:INTERNAL=ON -//Qt feature: qml_profiler (from target Qt6::Qml) -QT_FEATURE_qml_profiler:INTERNAL=ON -//Qt feature: qml_python (from target Qt6::Qml) -QT_FEATURE_qml_python:INTERNAL=ON -//Qt feature: qml_ssl (from target Qt6::Qml) -QT_FEATURE_qml_ssl:INTERNAL=ON -//Qt feature: qml_table_model (from target Qt6::QmlModels) -QT_FEATURE_qml_table_model:INTERNAL=ON -//Qt feature: qml_worker_script (from target Qt6::Qml) -QT_FEATURE_qml_worker_script:INTERNAL=ON -//Qt feature: qml_xml_http_request (from target Qt6::Qml) -QT_FEATURE_qml_xml_http_request:INTERNAL=ON -//Qt feature: qml_xmllistmodel (from target Qt6::Qml) -QT_FEATURE_qml_xmllistmodel:INTERNAL=ON -//Qt feature: qqnx_imf (from target Qt6::Gui) -QT_FEATURE_qqnx_imf:INTERNAL=OFF -//Qt feature: qqnx_pps (from target Qt6::Core) -QT_FEATURE_qqnx_pps:INTERNAL=OFF -//Qt feature: quick_animatedimage (from target Qt6::Quick) -QT_FEATURE_quick_animatedimage:INTERNAL=ON -//Qt feature: quick_canvas (from target Qt6::Quick) -QT_FEATURE_quick_canvas:INTERNAL=ON -//Qt feature: quick_designer (from target Qt6::Quick) -QT_FEATURE_quick_designer:INTERNAL=ON -//Qt feature: quick_draganddrop (from target Qt6::Quick) -QT_FEATURE_quick_draganddrop:INTERNAL=ON -//Qt feature: quick_flipable (from target Qt6::Quick) -QT_FEATURE_quick_flipable:INTERNAL=ON -//Qt feature: quick_gridview (from target Qt6::Quick) -QT_FEATURE_quick_gridview:INTERNAL=ON -//Qt feature: quick_itemview (from target Qt6::Quick) -QT_FEATURE_quick_itemview:INTERNAL=ON -//Qt feature: quick_listview (from target Qt6::Quick) -QT_FEATURE_quick_listview:INTERNAL=ON -//Qt feature: quick_particles (from target Qt6::Quick) -QT_FEATURE_quick_particles:INTERNAL=ON -//Qt feature: quick_path (from target Qt6::Quick) -QT_FEATURE_quick_path:INTERNAL=ON -//Qt feature: quick_pathview (from target Qt6::Quick) -QT_FEATURE_quick_pathview:INTERNAL=ON -//Qt feature: quick_pixmap_cache_threaded_download (from target -// Qt6::Quick) -QT_FEATURE_quick_pixmap_cache_threaded_download:INTERNAL=ON -//Qt feature: quick_positioners (from target Qt6::Quick) -QT_FEATURE_quick_positioners:INTERNAL=ON -//Qt feature: quick_repeater (from target Qt6::Quick) -QT_FEATURE_quick_repeater:INTERNAL=ON -//Qt feature: quick_shadereffect (from target Qt6::Quick) -QT_FEATURE_quick_shadereffect:INTERNAL=ON -//Qt feature: quick_sprite (from target Qt6::Quick) -QT_FEATURE_quick_sprite:INTERNAL=ON -//Qt feature: quick_tableview (from target Qt6::Quick) -QT_FEATURE_quick_tableview:INTERNAL=ON -//Qt feature: quick_treeview (from target Qt6::Quick) -QT_FEATURE_quick_treeview:INTERNAL=ON -//Qt feature: quick_viewtransitions (from target Qt6::Quick) -QT_FEATURE_quick_viewtransitions:INTERNAL=ON -//Qt feature: raster_64bit (from target Qt6::Gui) -QT_FEATURE_raster_64bit:INTERNAL=ON -//Qt feature: raster_fp (from target Qt6::Gui) -QT_FEATURE_raster_fp:INTERNAL=ON -//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=OFF -//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: renameat2 (from target Qt6::Core) -QT_FEATURE_renameat2:INTERNAL=OFF -//Qt feature: res_setservers (from target Qt6::Network) -QT_FEATURE_res_setservers:INTERNAL=OFF -//Qt feature: rpath (from target Qt6::Core) -QT_FEATURE_rpath:INTERNAL=OFF -//Qt feature: schannel (from target Qt6::Network) -QT_FEATURE_schannel:INTERNAL=ON -//Qt feature: sctp (from target Qt6::Network) -QT_FEATURE_sctp:INTERNAL=OFF -//Qt feature: securetransport (from target Qt6::Network) -QT_FEATURE_securetransport:INTERNAL=OFF -//Qt feature: separate_debug_info (from target Qt6::Core) -QT_FEATURE_separate_debug_info:INTERNAL=ON -//Qt feature: sessionmanager (from target Qt6::Gui) -QT_FEATURE_sessionmanager: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: socks5 (from target Qt6::Network) -QT_FEATURE_socks5:INTERNAL=ON -//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: ssl (from target Qt6::Network) -QT_FEATURE_ssl:INTERNAL=ON -//Qt feature: sspi (from target Qt6::Network) -QT_FEATURE_sspi:INTERNAL=ON -//Qt feature: ssse3 (from target Qt6::Core) -QT_FEATURE_ssse3:INTERNAL=ON -//Qt feature: stack_protector_strong (from target Qt6::Core) -QT_FEATURE_stack_protector_strong:INTERNAL=OFF -//Qt feature: standarditemmodel (from target Qt6::Gui) -QT_FEATURE_standarditemmodel: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_freetype (from target Qt6::Gui) -QT_FEATURE_system_freetype:INTERNAL=OFF -//Qt feature: system_harfbuzz (from target Qt6::Gui) -QT_FEATURE_system_harfbuzz:INTERNAL=OFF -//Qt feature: system_jpeg (from target Qt6::Gui) -QT_FEATURE_system_jpeg: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_png (from target Qt6::Gui) -QT_FEATURE_system_png:INTERNAL=OFF -//Qt feature: system_proxies (from target Qt6::Network) -QT_FEATURE_system_proxies:INTERNAL=ON -//Qt feature: system_textmarkdownreader (from target Qt6::Gui) -QT_FEATURE_system_textmarkdownreader:INTERNAL=OFF -//Qt feature: system_xcb_xinput (from target Qt6::Gui) -QT_FEATURE_system_xcb_xinput:INTERNAL=OFF -//Qt feature: system_zlib (from target Qt6::Core) -QT_FEATURE_system_zlib:INTERNAL=OFF -//Qt feature: systemsemaphore (from target Qt6::Core) -QT_FEATURE_systemsemaphore:INTERNAL=ON -//Qt feature: systemtrayicon (from target Qt6::Gui) -QT_FEATURE_systemtrayicon:INTERNAL=ON -//Qt feature: sysv_sem (from target Qt6::Core) -QT_FEATURE_sysv_sem:INTERNAL=OFF -//Qt feature: sysv_shm (from target Qt6::Core) -QT_FEATURE_sysv_shm:INTERNAL=OFF -//Qt feature: tabletevent (from target Qt6::Gui) -QT_FEATURE_tabletevent:INTERNAL=ON -//Qt feature: temporaryfile (from target Qt6::Core) -QT_FEATURE_temporaryfile: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: texthtmlparser (from target Qt6::Gui) -QT_FEATURE_texthtmlparser:INTERNAL=ON -//Qt feature: textmarkdownreader (from target Qt6::Gui) -QT_FEATURE_textmarkdownreader:INTERNAL=ON -//Qt feature: textmarkdownwriter (from target Qt6::Gui) -QT_FEATURE_textmarkdownwriter:INTERNAL=ON -//Qt feature: textodfwriter (from target Qt6::Gui) -QT_FEATURE_textodfwriter:INTERNAL=ON -//Qt feature: thread (from target Qt6::Core) -QT_FEATURE_thread:INTERNAL=ON -//Qt feature: timezone (from target Qt6::Core) -QT_FEATURE_timezone:INTERNAL=ON -//Qt feature: topleveldomain (from target Qt6::Network) -QT_FEATURE_topleveldomain:INTERNAL=ON -//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: tslib (from target Qt6::Gui) -QT_FEATURE_tslib:INTERNAL=OFF -//Qt feature: tuiotouch (from target Qt6::Gui) -QT_FEATURE_tuiotouch:INTERNAL=ON -//Qt feature: udpsocket (from target Qt6::Network) -QT_FEATURE_udpsocket:INTERNAL=ON -//Qt feature: undocommand (from target Qt6::Gui) -QT_FEATURE_undocommand:INTERNAL=ON -//Qt feature: undogroup (from target Qt6::Gui) -QT_FEATURE_undogroup:INTERNAL=ON -//Qt feature: undostack (from target Qt6::Gui) -QT_FEATURE_undostack:INTERNAL=ON -//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: validator (from target Qt6::Gui) -QT_FEATURE_validator:INTERNAL=ON -//Qt feature: vkgen (from target Qt6::Gui) -QT_FEATURE_vkgen:INTERNAL=ON -//Qt feature: vkkhrdisplay (from target Qt6::Gui) -QT_FEATURE_vkkhrdisplay:INTERNAL=OFF -//Qt feature: vnc (from target Qt6::Gui) -QT_FEATURE_vnc:INTERNAL=OFF -//Qt feature: vsp2 (from target Qt6::Gui) -QT_FEATURE_vsp2:INTERNAL=OFF -//Qt feature: vulkan (from target Qt6::Gui) -QT_FEATURE_vulkan:INTERNAL=ON -//Qt feature: wasm_exceptions (from target Qt6::Core) -QT_FEATURE_wasm_exceptions:INTERNAL=OFF -//Qt feature: wasm_simd128 (from target Qt6::Core) -QT_FEATURE_wasm_simd128:INTERNAL=OFF -//Qt feature: wayland (from target Qt6::Gui) -QT_FEATURE_wayland:INTERNAL=OFF -//Qt feature: whatsthis (from target Qt6::Gui) -QT_FEATURE_whatsthis:INTERNAL=ON -//Qt feature: wheelevent (from target Qt6::Gui) -QT_FEATURE_wheelevent:INTERNAL=ON -//Qt feature: widgets (from target Qt6::Core) -QT_FEATURE_widgets:INTERNAL=ON -//Qt feature: x86intrin (from target Qt6::Core) -QT_FEATURE_x86intrin:INTERNAL=ON -//Qt feature: xcb (from target Qt6::Gui) -QT_FEATURE_xcb:INTERNAL=OFF -//Qt feature: xcb_egl_plugin (from target Qt6::Gui) -QT_FEATURE_xcb_egl_plugin:INTERNAL=OFF -//Qt feature: xcb_glx (from target Qt6::Gui) -QT_FEATURE_xcb_glx:INTERNAL=OFF -//Qt feature: xcb_glx_plugin (from target Qt6::Gui) -QT_FEATURE_xcb_glx_plugin:INTERNAL=OFF -//Qt feature: xcb_native_painting (from target Qt6::Gui) -QT_FEATURE_xcb_native_painting:INTERNAL=OFF -//Qt feature: xcb_sm (from target Qt6::Gui) -QT_FEATURE_xcb_sm:INTERNAL=OFF -//Qt feature: xcb_xlib (from target Qt6::Gui) -QT_FEATURE_xcb_xlib:INTERNAL=OFF -//Qt feature: xkbcommon (from target Qt6::Gui) -QT_FEATURE_xkbcommon:INTERNAL=OFF -//Qt feature: xkbcommon_x11 (from target Qt6::Gui) -QT_FEATURE_xkbcommon_x11:INTERNAL=OFF -//Qt feature: xlib (from target Qt6::Gui) -QT_FEATURE_xlib:INTERNAL=OFF -//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: xrender (from target Qt6::Gui) -QT_FEATURE_xrender:INTERNAL=OFF -//Qt feature: zstd (from target Qt6::Core) -QT_FEATURE_zstd:INTERNAL=OFF -//Path to the wrapper of the tool commands -QT_TOOL_COMMAND_WRAPPER_PATH:INTERNAL=C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/bin/qt_setup_tool_path.bat -//ADVANCED property for variable: Vulkan_GLSLANG_VALIDATOR_EXECUTABLE -Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: Vulkan_GLSLC_EXECUTABLE -Vulkan_GLSLC_EXECUTABLE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: Vulkan_INCLUDE_DIR -Vulkan_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: Vulkan_LIBRARY -Vulkan_LIBRARY-ADVANCED:INTERNAL=1 -//linker supports push/pop state -_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE -//CMAKE_INSTALL_PREFIX during last run -_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/Program Files (x86)/Condottiere -__qt_qml_macros_module_base_dir:INTERNAL=C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml - diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeCXXCompiler.cmake b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeCXXCompiler.cmake deleted file mode 100644 index a43f2eb..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,92 +0,0 @@ -set(CMAKE_CXX_COMPILER "C:/Qt/Tools/mingw1120_64/bin/g++.exe") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "GNU") -set(CMAKE_CXX_COMPILER_VERSION "11.2.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_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") -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_CXX_PLATFORM_ID "MinGW") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") -set(CMAKE_CXX_SIMULATE_VERSION "") - - - - -set(CMAKE_AR "C:/Qt/Tools/mingw1120_64/bin/ar.exe") -set(CMAKE_CXX_COMPILER_AR "C:/Qt/Tools/mingw1120_64/bin/gcc-ar.exe") -set(CMAKE_RANLIB "C:/Qt/Tools/mingw1120_64/bin/ranlib.exe") -set(CMAKE_CXX_COMPILER_RANLIB "C:/Qt/Tools/mingw1120_64/bin/gcc-ranlib.exe") -set(CMAKE_LINKER "C:/Qt/Tools/mingw1120_64/bin/ld.exe") -set(CMAKE_LINKER_LINK "") -set(CMAKE_LINKER_LLD "") -set(CMAKE_CXX_COMPILER_LINKER "../src/gcc-11.2.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64 --enable-host-shared --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev3, Built by MinGW-W64 project' --with-bugurl=https:/sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/bin/ld.exe") -set(CMAKE_CXX_COMPILER_LINKER_ID "") -set(CMAKE_CXX_COMPILER_LINKER_VERSION ) -set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT ) -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 FALSE) - -# Save compiler ABI information. -set(CMAKE_CXX_SIZEOF_DATA_PTR "8") -set(CMAKE_CXX_COMPILER_ABI "") -set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") - -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 "") -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 "C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++;C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32;C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward;C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include;C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed;C:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/include") -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;mingw32;gcc_s;gcc;moldname;mingwex;kernel32;pthread;advapi32;shell32;user32;kernel32;iconv;mingw32;gcc_s;gcc;moldname;mingwex;kernel32") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0;C:/Qt/Tools/mingw1120_64/lib/gcc;C:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/lib;C:/Qt/Tools/mingw1120_64/lib") -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") -set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeDetermineCompilerABI_CXX.bin b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100644 index 98a03ba..0000000 Binary files a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeRCCompiler.cmake b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeRCCompiler.cmake deleted file mode 100644 index 4e5064e..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeRCCompiler.cmake +++ /dev/null @@ -1,6 +0,0 @@ -set(CMAKE_RC_COMPILER "C:/Qt/Tools/mingw1120_64/bin/windres.exe") -set(CMAKE_RC_COMPILER_ARG1 "") -set(CMAKE_RC_COMPILER_LOADED 1) -set(CMAKE_RC_SOURCE_FILE_EXTENSIONS rc;RC) -set(CMAKE_RC_OUTPUT_EXTENSION .obj) -set(CMAKE_RC_COMPILER_ENV_VAR "RC") diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeSystem.cmake b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeSystem.cmake deleted file mode 100644 index 9c49cbb..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Windows-10.0.22631") -set(CMAKE_HOST_SYSTEM_NAME "Windows") -set(CMAKE_HOST_SYSTEM_VERSION "10.0.22631") -set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") - - - -set(CMAKE_SYSTEM "Windows-10.0.22631") -set(CMAKE_SYSTEM_NAME "Windows") -set(CMAKE_SYSTEM_VERSION "10.0.22631") -set(CMAKE_SYSTEM_PROCESSOR "AMD64") - -set(CMAKE_CROSSCOMPILING "FALSE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CompilerIdCXX/CMakeCXXCompilerId.cpp deleted file mode 100644 index 9a5e8f8..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ /dev/null @@ -1,878 +0,0 @@ -/* 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__) - - -#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(__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 - - -/* 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__) -# 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 - -#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 "]"; - - - -#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L -# if defined(__INTEL_CXX11_MODE__) -# if defined(__cpp_aggregate_nsdmi) -# define CXX_STD 201402L -# else -# define CXX_STD 201103L -# endif -# else -# define CXX_STD 199711L -# endif -#elif defined(_MSC_VER) && defined(_MSVC_LANG) -# define CXX_STD _MSVC_LANG -#else -# define CXX_STD __cplusplus -#endif - -const char* info_language_standard_default = "INFO" ":" "standard_default[" -#if CXX_STD > 202002L - "23" -#elif CXX_STD > 201703L - "20" -#elif CXX_STD >= 201703L - "17" -#elif CXX_STD >= 201402L - "14" -#elif CXX_STD >= 201103L - "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(__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 -#ifdef COMPILER_VERSION_INTERNAL - 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/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/CMakeConfigureLog.yaml b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/CMakeConfigureLog.yaml deleted file mode 100644 index 50fc08c..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/CMakeConfigureLog.yaml +++ /dev/null @@ -1,412 +0,0 @@ - ---- -events: - - - kind: "message-v1" - backtrace: - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake:205 (message)" - - "CMakeLists.txt:3 (project)" - message: | - The system is: Windows - 10.0.22631 - AMD64 - - - kind: "message-v1" - backtrace: - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" - - "CMakeLists.txt:3 (project)" - message: | - Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. - Compiler: C:/Qt/Tools/mingw1120_64/bin/g++.exe - Build flags: -DQT_QML_DEBUG - Id flags: - - The output was: - 0 - - - Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe" - - The CXX compiler identification is GNU, found in: - C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CompilerIdCXX/a.exe - - - - kind: "try_compile-v1" - backtrace: - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:67 (try_compile)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:3 (project)" - checks: - - "Detecting CXX compiler ABI info" - directories: - source: "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-edsufh" - binary: "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-edsufh" - cmakeVariables: - CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_CXX_SCAN_FOR_MODULES: "OFF" - CMAKE_EXE_LINKER_FLAGS: "" - buildResult: - variable: "CMAKE_CXX_ABI_COMPILED" - cached: true - stdout: | - Change Dir: 'C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-edsufh' - - Run Build Command(s): C:/Qt/Tools/Ninja/ninja.exe -v cmTC_51696 - [1/2] C:\\Qt\\Tools\\mingw1120_64\\bin\\g++.exe -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp - Using built-in specs. - COLLECT_GCC=C:\\Qt\\Tools\\mingw1120_64\\bin\\g++.exe - Target: x86_64-w64-mingw32 - Configured with: ../../../src/gcc-11.2.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64 --enable-host-shared --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev3, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/bin/ld.exe --with-boot-ldflags=' -Wl,--disable-dynamicbase -static-libstdc++ -static-libgcc' - Thread model: posix - Supported LTO compression algorithms: zlib - gcc version 11.2.0 (x86_64-posix-seh-rev3, Built by MinGW-W64 project) - COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_51696.dir/' - C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/cc1plus.exe -quiet -v -iprefix C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/ -D_REENTRANT -D QT_QML_DEBUG C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_51696.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=core2 -march=nocona -version -fdiagnostics-color=always -o C:\\Users\\mnah\\AppData\\Local\\Temp\\ccNRATU6.s - GNU C++17 (x86_64-posix-seh-rev3, Built by MinGW-W64 project) version 11.2.0 (x86_64-w64-mingw32) - compiled by GNU C version 11.2.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 duplicate directory "C:/Qt/Tools/mingw1120_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++" - ignoring duplicate directory "C:/Qt/Tools/mingw1120_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32" - ignoring duplicate directory "C:/Qt/Tools/mingw1120_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward" - ignoring duplicate directory "C:/Qt/Tools/mingw1120_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/11.2.0/include" - ignoring nonexistent directory "D:/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64D:/a/_temp/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../include" - ignoring duplicate directory "C:/Qt/Tools/mingw1120_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed" - ignoring duplicate directory "C:/Qt/Tools/mingw1120_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/include" - ignoring nonexistent directory "D:/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/mingw/include" - #include "..." search starts here: - #include <...> search starts here: - C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++ - C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32 - C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward - C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include - C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed - C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/include - End of search list. - GNU C++17 (x86_64-posix-seh-rev3, Built by MinGW-W64 project) version 11.2.0 (x86_64-w64-mingw32) - compiled by GNU C version 11.2.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 - Compiler executable checksum: d7afaace9697386afb994a04753f738f - COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_51696.dir/' - C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\mnah\\AppData\\Local\\Temp\\ccNRATU6.s - GNU assembler version 2.37 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.37 - COMPILER_PATH=C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/;C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/;C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/ - LIBRARY_PATH=C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/;C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/;C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../lib/;C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/;C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../\x0d - COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.'\x0d - [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Qt\\Tools\\mingw1120_64\\bin\\g++.exe -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_51696.exe -Wl,--out-implib,libcmTC_51696.dll.a -Wl,--major-image-version,0,--minor-image-version,0 && cd ." - Using built-in specs. - COLLECT_GCC=C:\\Qt\\Tools\\mingw1120_64\\bin\\g++.exe - COLLECT_LTO_WRAPPER=C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/lto-wrapper.exe - Target: x86_64-w64-mingw32 - Configured with: ../../../src/gcc-11.2.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64 --enable-host-shared --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev3, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/bin/ld.exe --with-boot-ldflags=' -Wl,--disable-dynamicbase -static-libstdc++ -static-libgcc' - Thread model: posix - Supported LTO compression algorithms: zlib - gcc version 11.2.0 (x86_64-posix-seh-rev3, Built by MinGW-W64 project) - COMPILER_PATH=C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/;C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/;C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/ - LIBRARY_PATH=C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/;C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/;C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../lib/;C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/;C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../ - COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_51696.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'cmTC_51696.' - C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/collect2.exe -plugin C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/liblto_plugin.dll -plugin-opt=C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\mnah\\AppData\\Local\\Temp\\ccpp8FFk.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lkernel32 --sysroot=D:/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64 -m i386pep -Bdynamic -o cmTC_51696.exe C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/crtbegin.o -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0 -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../lib -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../.. -v CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.obj --out-implib libcmTC_51696.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lkernel32 -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lkernel32 C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/crtend.o - collect2 version 11.2.0 - C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe -plugin C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/liblto_plugin.dll -plugin-opt=C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\mnah\\AppData\\Local\\Temp\\ccpp8FFk.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lkernel32 --sysroot=D:/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64 -m i386pep -Bdynamic -o cmTC_51696.exe C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/crtbegin.o -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0 -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../lib -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../.. -v CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.obj --out-implib libcmTC_51696.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lkernel32 -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lkernel32 C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/crtend.o\x0d - GNU ld (GNU Binutils) 2.37\x0d - COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_51696.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'cmTC_51696.'\x0d - - exitCode: 0 - - - kind: "message-v1" - backtrace: - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:137 (message)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:3 (project)" - message: | - Parsed CXX implicit include dir info: rv=done - found start of include info - found start of implicit include info - add: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++] - add: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32] - add: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward] - add: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include] - add: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed] - add: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/include] - end of search list found - collapse include dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++] ==> [C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++] - collapse include dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32] ==> [C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32] - collapse include dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward] ==> [C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward] - collapse include dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include] ==> [C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include] - collapse include dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed] ==> [C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed] - collapse include dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/include] ==> [C:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/include] - implicit include dirs: [C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++;C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32;C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward;C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include;C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed;C:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/include] - - - - - kind: "message-v1" - backtrace: - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:173 (message)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:3 (project)" - message: | - Parsed CXX implicit link information: - link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] - linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] - ignore line: [Change Dir: 'C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-edsufh'] - ignore line: [] - ignore line: [Run Build Command(s): C:/Qt/Tools/Ninja/ninja.exe -v cmTC_51696] - ignore line: [[1/2] C:\\Qt\\Tools\\mingw1120_64\\bin\\g++.exe -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=C:\\Qt\\Tools\\mingw1120_64\\bin\\g++.exe] - ignore line: [Target: x86_64-w64-mingw32] - ignore line: [Configured with: ../../../src/gcc-11.2.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64 --enable-host-shared --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev3, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/bin/ld.exe --with-boot-ldflags=' -Wl,--disable-dynamicbase -static-libstdc++ -static-libgcc'] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib] - ignore line: [gcc version 11.2.0 (x86_64-posix-seh-rev3 Built by MinGW-W64 project) ] - ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_51696.dir/'] - ignore line: [ C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/cc1plus.exe -quiet -v -iprefix C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/ -D_REENTRANT -D QT_QML_DEBUG C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_51696.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=core2 -march=nocona -version -fdiagnostics-color=always -o C:\\Users\\mnah\\AppData\\Local\\Temp\\ccNRATU6.s] - ignore line: [GNU C++17 (x86_64-posix-seh-rev3 Built by MinGW-W64 project) version 11.2.0 (x86_64-w64-mingw32)] - ignore line: [ compiled by GNU C version 11.2.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 duplicate directory "C:/Qt/Tools/mingw1120_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++"] - ignore line: [ignoring duplicate directory "C:/Qt/Tools/mingw1120_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32"] - ignore line: [ignoring duplicate directory "C:/Qt/Tools/mingw1120_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward"] - ignore line: [ignoring duplicate directory "C:/Qt/Tools/mingw1120_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/11.2.0/include"] - ignore line: [ignoring nonexistent directory "D:/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64D:/a/_temp/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../include"] - ignore line: [ignoring duplicate directory "C:/Qt/Tools/mingw1120_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed"] - ignore line: [ignoring duplicate directory "C:/Qt/Tools/mingw1120_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/include"] - ignore line: [ignoring nonexistent directory "D:/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/mingw/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++] - ignore line: [ C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32] - ignore line: [ C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward] - ignore line: [ C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include] - ignore line: [ C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed] - ignore line: [ C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/include] - ignore line: [End of search list.] - ignore line: [GNU C++17 (x86_64-posix-seh-rev3 Built by MinGW-W64 project) version 11.2.0 (x86_64-w64-mingw32)] - ignore line: [ compiled by GNU C version 11.2.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: [Compiler executable checksum: d7afaace9697386afb994a04753f738f] - ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_51696.dir/'] - ignore line: [ C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\mnah\\AppData\\Local\\Temp\\ccNRATU6.s] - ignore line: [GNU assembler version 2.37 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.37] - ignore line: [COMPILER_PATH=C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/] - ignore line: [C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/] - ignore line: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/] - ignore line: [LIBRARY_PATH=C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/] - ignore line: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/] - ignore line: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib/] - ignore line: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../lib/] - ignore line: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/] - ignore line: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../\x0d] - ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.'\x0d] - ignore line: [[2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Qt\\Tools\\mingw1120_64\\bin\\g++.exe -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_51696.exe -Wl --out-implib libcmTC_51696.dll.a -Wl --major-image-version 0 --minor-image-version 0 && cd ."] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=C:\\Qt\\Tools\\mingw1120_64\\bin\\g++.exe] - ignore line: [COLLECT_LTO_WRAPPER=C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/lto-wrapper.exe] - ignore line: [Target: x86_64-w64-mingw32] - ignore line: [Configured with: ../../../src/gcc-11.2.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64 --enable-host-shared --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev3, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/bin/ld.exe --with-boot-ldflags=' -Wl,--disable-dynamicbase -static-libstdc++ -static-libgcc'] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib] - ignore line: [gcc version 11.2.0 (x86_64-posix-seh-rev3 Built by MinGW-W64 project) ] - ignore line: [COMPILER_PATH=C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/] - ignore line: [C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/] - ignore line: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/] - ignore line: [LIBRARY_PATH=C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/] - ignore line: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/] - ignore line: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib/] - ignore line: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../lib/] - ignore line: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/] - ignore line: [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../] - ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_51696.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'cmTC_51696.'] - link line: [ C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/collect2.exe -plugin C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/liblto_plugin.dll -plugin-opt=C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\mnah\\AppData\\Local\\Temp\\ccpp8FFk.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lkernel32 --sysroot=D:/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64 -m i386pep -Bdynamic -o cmTC_51696.exe C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/crtbegin.o -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0 -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../lib -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib -LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../.. -v CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.obj --out-implib libcmTC_51696.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lkernel32 -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lkernel32 C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/crtend.o] - arg [C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/collect2.exe] ==> ignore - arg [-plugin] ==> ignore - arg [C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/liblto_plugin.dll] ==> ignore - arg [-plugin-opt=C:/Qt/Tools/mingw1120_64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/lto-wrapper.exe] ==> ignore - arg [-plugin-opt=-fresolution=C:\\Users\\mnah\\AppData\\Local\\Temp\\ccpp8FFk.res] ==> ignore - arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore - arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore - arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore - arg [-plugin-opt=-pass-through=-lkernel32] ==> ignore - arg [-plugin-opt=-pass-through=-lpthread] ==> ignore - arg [-plugin-opt=-pass-through=-ladvapi32] ==> ignore - arg [-plugin-opt=-pass-through=-lshell32] ==> ignore - arg [-plugin-opt=-pass-through=-luser32] ==> ignore - arg [-plugin-opt=-pass-through=-lkernel32] ==> ignore - arg [-plugin-opt=-pass-through=-liconv] ==> ignore - arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore - arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore - arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore - arg [-plugin-opt=-pass-through=-lkernel32] ==> ignore - arg [--sysroot=D:/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64] ==> ignore - arg [-m] ==> ignore - arg [i386pep] ==> ignore - arg [-Bdynamic] ==> search dynamic - arg [-o] ==> ignore - arg [cmTC_51696.exe] ==> ignore - arg [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] ==> obj [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] - arg [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/crtbegin.o] ==> obj [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/crtbegin.o] - arg [-LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0] ==> dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0] - arg [-LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc] ==> dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc] - arg [-LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib] ==> dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib] - arg [-LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../lib] ==> dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../lib] - arg [-LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib] ==> dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib] - arg [-LC:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../..] ==> dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../..] - arg [-v] ==> ignore - arg [CMakeFiles/cmTC_51696.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore - arg [--out-implib] ==> ignore - arg [libcmTC_51696.dll.a] ==> ignore - arg [--major-image-version] ==> ignore - arg [0] ==> ignore - arg [--minor-image-version] ==> ignore - arg [0] ==> ignore - arg [-lstdc++] ==> lib [stdc++] - arg [-lmingw32] ==> lib [mingw32] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [-lmoldname] ==> lib [moldname] - arg [-lmingwex] ==> lib [mingwex] - arg [-lmsvcrt] ==> lib [msvcrt] - arg [-lkernel32] ==> lib [kernel32] - arg [-lpthread] ==> lib [pthread] - arg [-ladvapi32] ==> lib [advapi32] - arg [-lshell32] ==> lib [shell32] - arg [-luser32] ==> lib [user32] - arg [-lkernel32] ==> lib [kernel32] - arg [-liconv] ==> lib [iconv] - arg [-lmingw32] ==> lib [mingw32] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [-lmoldname] ==> lib [moldname] - arg [-lmingwex] ==> lib [mingwex] - arg [-lmsvcrt] ==> lib [msvcrt] - arg [-lkernel32] ==> lib [kernel32] - arg [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/crtend.o] ==> obj [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/crtend.o] - linker tool for 'CXX': ../src/gcc-11.2.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64 --enable-host-shared --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev3, Built by MinGW-W64 project' --with-bugurl=https:/sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/bin/ld.exe - remove lib [msvcrt] - remove lib [msvcrt] - collapse obj [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] ==> [C:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/lib/crt2.o] - collapse obj [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/crtbegin.o] ==> [C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/crtbegin.o] - collapse obj [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/crtend.o] ==> [C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/crtend.o] - collapse library dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0] ==> [C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0] - collapse library dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc] ==> [C:/Qt/Tools/mingw1120_64/lib/gcc] - collapse library dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib] ==> [C:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/lib] - collapse library dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../lib] ==> [C:/Qt/Tools/mingw1120_64/lib] - collapse library dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib] ==> [C:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/lib] - collapse library dir [C:/Qt/Tools/mingw1120_64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../..] ==> [C:/Qt/Tools/mingw1120_64/lib] - implicit libs: [stdc++;mingw32;gcc_s;gcc;moldname;mingwex;kernel32;pthread;advapi32;shell32;user32;kernel32;iconv;mingw32;gcc_s;gcc;moldname;mingwex;kernel32] - implicit objs: [C:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/lib/crt2.o;C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/crtbegin.o;C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/crtend.o] - implicit dirs: [C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0;C:/Qt/Tools/mingw1120_64/lib/gcc;C:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/lib;C:/Qt/Tools/mingw1120_64/lib] - implicit fwks: [] - - - - - kind: "message-v1" - backtrace: - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:210 (cmake_determine_linker_id)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:3 (project)" - message: | - Running the CXX compiler's linker: "../src/gcc-11.2.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64 --enable-host-shared --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev3, Built by MinGW-W64 project' --with-bugurl=https:/sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/bin/ld.exe" "-v" - - - - kind: "message-v1" - backtrace: - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:210 (cmake_determine_linker_id)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:3 (project)" - message: | - Running the CXX compiler's linker: "../src/gcc-11.2.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64 --enable-host-shared --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev3, Built by MinGW-W64 project' --with-bugurl=https:/sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/bin/ld.exe" "-V" - - - - kind: "message-v1" - backtrace: - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:210 (cmake_determine_linker_id)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:3 (project)" - message: | - Running the CXX compiler's linker: "../src/gcc-11.2.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64 --enable-host-shared --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev3, Built by MinGW-W64 project' --with-bugurl=https:/sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/include -I/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/opt/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-zlib-static/lib -L/d/a/mingw-builds/mingw-builds/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/d/a/mingw-builds/mingw-builds/buildroot/x86_64-1120-posix-seh-rt_v9-rev3/mingw64/bin/ld.exe" "--version" - - - - kind: "try_compile-v1" - backtrace: - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindThreads.cmake:99 (CHECK_CXX_SOURCE_COMPILES)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindThreads.cmake:163 (_threads_check_libc)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)" - - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" - - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Dependencies.cmake:27 (_qt_internal_find_third_party_dependencies)" - - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Config.cmake:124 (include)" - - "CMakeLists.txt:8 (find_package)" - checks: - - "Performing Test CMAKE_HAVE_LIBC_PTHREAD" - directories: - source: "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-ymtq1a" - binary: "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-ymtq1a" - cmakeVariables: - CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6;C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules;C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/3rdparty/kwin" - buildResult: - variable: "CMAKE_HAVE_LIBC_PTHREAD" - cached: true - stdout: | - Change Dir: 'C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-ymtq1a' - - Run Build Command(s): C:/Qt/Tools/Ninja/ninja.exe -v cmTC_9dd6b - [1/2] C:\\Qt\\Tools\\mingw1120_64\\bin\\g++.exe -DCMAKE_HAVE_LIBC_PTHREAD -DQT_QML_DEBUG -fdiagnostics-color=always -o CMakeFiles/cmTC_9dd6b.dir/src.cxx.obj -c C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-ymtq1a/src.cxx - [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Qt\\Tools\\mingw1120_64\\bin\\g++.exe -DQT_QML_DEBUG CMakeFiles/cmTC_9dd6b.dir/src.cxx.obj -o cmTC_9dd6b.exe -Wl,--out-implib,libcmTC_9dd6b.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ." - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)" - - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/FindWrapAtomic.cmake:36 (check_cxx_source_compiles)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)" - - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" - - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:33 (_qt_internal_find_third_party_dependencies)" - - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:45 (include)" - - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)" - - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)" - - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:42 (_qt_internal_find_qt_dependencies)" - - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:43 (include)" - - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Config.cmake:169 (find_package)" - - "CMakeLists.txt:8 (find_package)" - checks: - - "Performing Test HAVE_STDATOMIC" - directories: - source: "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-ictd9i" - binary: "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-ictd9i" - cmakeVariables: - CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6;C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules;C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/3rdparty/kwin" - buildResult: - variable: "HAVE_STDATOMIC" - cached: true - stdout: | - Change Dir: 'C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-ictd9i' - - Run Build Command(s): C:/Qt/Tools/Ninja/ninja.exe -v cmTC_92f8a - [1/2] C:\\Qt\\Tools\\mingw1120_64\\bin\\g++.exe -DHAVE_STDATOMIC -DQT_QML_DEBUG -fdiagnostics-color=always -o CMakeFiles/cmTC_92f8a.dir/src.cxx.obj -c C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-ictd9i/src.cxx - [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Qt\\Tools\\mingw1120_64\\bin\\g++.exe -DQT_QML_DEBUG CMakeFiles/cmTC_92f8a.dir/src.cxx.obj -o cmTC_92f8a.exe -Wl,--out-implib,libcmTC_92f8a.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ." - - exitCode: 0 -... diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/TargetDirectories.txt b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/TargetDirectories.txt deleted file mode 100644 index d2626ca..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/TargetDirectories.txt +++ /dev/null @@ -1,19 +0,0 @@ -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmltyperegistration.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/all_qmltyperegistrations.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmllint.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmllint_json.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmllint_module.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/all_qmllint.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/all_qmllint_json.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/all_qmllint_module.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_tooling.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_qmlimportscan.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/edit_cache.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/rebuild_cache.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/list_install_components.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/install.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/install/local.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/install/strip.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_autogen_timestamp_deps.dir -C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_autogen.dir diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_autogen.dir/AutogenInfo.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_autogen.dir/AutogenInfo.json deleted file mode 100644 index 6cb787e..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_autogen.dir/AutogenInfo.json +++ /dev/null @@ -1,1045 +0,0 @@ -{ - "AUTOGEN_COMMAND_LINE_LENGTH_MAX" : 32000, - "BUILD_DIR" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen", - "CMAKE_BINARY_DIR" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug", - "CMAKE_CURRENT_BINARY_DIR" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug", - "CMAKE_CURRENT_SOURCE_DIR" : "C:/Users/mnah/Documents/Univercity/Condottiere", - "CMAKE_EXECUTABLE" : "C:/Qt/Tools/CMake_64/bin/cmake.exe", - "CMAKE_LIST_FILES" : - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/CMakeLists.txt", - "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qtc/package-manager/auto-setup.cmake", - "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeSystem.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeSystemSpecificInitialize.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-Initialize.cmake", - "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeCXXCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeSystemSpecificInformation.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeGenericSystem.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeInitializeConfigs.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/WindowsPaths.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXInformation.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeLanguageInformation.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GNU-CXX.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GNU.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/CMakeCommonCompilerMacros.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-GNU-CXX.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-GNU.cmake", - "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeRCCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeRCInformation.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-windres.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-GNU-CXX-ABI.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCommonLanguageInclude.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Config.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6ConfigExtras.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Targets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6VersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtFeature.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckFlagCommonConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtFeatureCommon.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicAppleHelpers.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicPluginHelpers.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicTargetHelpers.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicTestHelpers.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicToolHelpers.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Dependencies.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindThreads.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckLibraryExists.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckIncludeFileCXX.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/FindWrapAtomic.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointMinGW32Target.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/QtInstallPaths.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindVulkan.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkPlugins.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigExtras.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlFindQmlscInternal.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlPlugins.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Config.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2AdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Config.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfig.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersionImpl.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindVulkan.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets-relwithdebinfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickAdditionalTargetInfo.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickVersionlessTargets.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickPlugins.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigureFileTemplate.in", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlModuleDirMappingTemplate.qrc.in", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigureFileTemplate.in", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake", - "C:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6qmldirTemplate.cmake.in", - "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_conf.cmake" - ], - "CMAKE_SOURCE_DIR" : "C:/Users/mnah/Documents/Univercity/Condottiere", - "CROSS_CONFIG" : false, - "DEP_FILE" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/deps", - "DEP_FILE_RULE_NAME" : "appCondottiere_autogen/timestamp", - "HEADERS" : - [ - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/card/bishop.h", - "Mu", - "EV75SBWRFC/moc_bishop.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/card/card.h", - "Mu", - "EV75SBWRFC/moc_card.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/card/drummer.h", - "Mu", - "EV75SBWRFC/moc_drummer.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/card/heroine.h", - "Mu", - "EV75SBWRFC/moc_heroine.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/card/purplecard.h", - "Mu", - "EV75SBWRFC/moc_purplecard.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/card/scarecrow.h", - "Mu", - "EV75SBWRFC/moc_scarecrow.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/card/season.h", - "Mu", - "EV75SBWRFC/moc_season.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/card/spring.h", - "Mu", - "EV75SBWRFC/moc_spring.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/card/spy.h", - "Mu", - "EV75SBWRFC/moc_spy.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/card/turncoat.h", - "Mu", - "EV75SBWRFC/moc_turncoat.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/card/winter.h", - "Mu", - "EV75SBWRFC/moc_winter.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/card/yellowcard.h", - "Mu", - "EV75SBWRFC/moc_yellowcard.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/enumcolor.h", - "Mu", - "DIG64O274K/moc_enumcolor.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/game.h", - "Mu", - "DIG64O274K/moc_game.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/gameboard.h", - "Mu", - "DIG64O274K/moc_gameboard.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/marker/battlemarker.h", - "Mu", - "YR4O4XTLV6/moc_battlemarker.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/marker/favormarker.h", - "Mu", - "YR4O4XTLV6/moc_favormarker.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/marker/marker.h", - "Mu", - "YR4O4XTLV6/moc_marker.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/marker/playermarker.h", - "Mu", - "YR4O4XTLV6/moc_playermarker.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/player.h", - "Mu", - "DIG64O274K/moc_player.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/state.h", - "Mu", - "DIG64O274K/moc_state.cpp", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/inc/userinterface.h", - "Mu", - "DIG64O274K/moc_userinterface.cpp", - null - ] - ], - "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], - "INCLUDE_DIR" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include", - "MOC_COMPILATION_FILE" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/mocs_compilation.cpp", - "MOC_DEFINITIONS" : - [ - "MINGW_HAS_SECURE_API=1", - "QT_CORE_LIB", - "QT_GUI_LIB", - "QT_NEEDS_QMAIN", - "QT_NETWORK_LIB", - "QT_OPENGL_LIB", - "QT_QMLBUILTINS_LIB", - "QT_QMLINTEGRATION_LIB", - "QT_QMLMODELS_LIB", - "QT_QML_LIB", - "QT_QUICK_LIB", - "UNICODE", - "WIN32", - "WIN64", - "_ENABLE_EXTENDED_ALIGNED_STORAGE", - "_UNICODE", - "_WIN64" - ], - "MOC_DEPEND_FILTERS" : - [ - [ - "Q_PLUGIN_METADATA", - "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" - ] - ], - "MOC_INCLUDES" : - [ - "C:/Users/mnah/Documents/Univercity/Condottiere", - "C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2", - "C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml", - "C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2", - "C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore", - "C:/Qt/6.7.2/mingw_64/include/QtCore", - "C:/Qt/6.7.2/mingw_64/include", - "C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++", - "C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2", - "C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins", - "C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins", - "C:/Qt/6.7.2/mingw_64/include/QtQml", - "C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration", - "C:/Qt/6.7.2/mingw_64/include/QtNetwork", - "C:/Qt/6.7.2/mingw_64/include/QtQuick", - "C:/Qt/6.7.2/mingw_64/include/QtGui", - "C:/Qt/6.7.2/mingw_64/include/QtQmlModels", - "C:/Qt/6.7.2/mingw_64/include/QtOpenGL", - "C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++", - "C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32", - "C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward", - "C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include", - "C:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed", - "C:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/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" : - [ - "C:/Qt/Tools/mingw1120_64/bin/g++.exe", - "-dM", - "-E", - "-c", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp" - ], - "MOC_PREDEFS_FILE" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/moc_predefs.h", - "MOC_RELAXED_MODE" : false, - "MOC_SKIP" : - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appCondottiere_raw_qml_0.cpp", - "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Condottiere.cpp", - "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_main_qml.cpp", - "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_qmlcache_loader.cpp", - "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appcondottiere_qmltyperegistrations.cpp" - ], - "MULTI_CONFIG" : false, - "PARALLEL" : 2, - "PARSE_CACHE_FILE" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_autogen.dir/ParseCache.txt", - "QT_MOC_EXECUTABLE" : "C:/Qt/6.7.2/mingw_64/./bin/moc.exe", - "QT_UIC_EXECUTABLE" : "", - "QT_VERSION_MAJOR" : 6, - "QT_VERSION_MINOR" : 7, - "SETTINGS_FILE" : "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_autogen.dir/AutogenUsed.txt", - "SOURCES" : - [ - [ "C:/Users/mnah/Documents/Univercity/Condottiere/main.cpp", "Mu", null ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/card/bishop.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/card/card.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/card/drummer.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/card/heroine.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/card/purplecard.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/card/scarecrow.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/card/season.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/card/spring.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/card/spy.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/card/turncoat.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/card/winter.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/card/yellowcard.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/game.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/gameboard.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/main.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/marker/battlemarker.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/marker/favormarker.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/marker/marker.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/marker/playermarker.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/player.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/state.cpp", - "Mu", - null - ], - [ - "C:/Users/mnah/Documents/Univercity/Condottiere/src/userinterface.cpp", - "Mu", - null - ] - ], - "USE_BETTER_GRAPH" : false, - "VERBOSITY" : 0 -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/clean_additional.cmake b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/clean_additional.cmake deleted file mode 100644 index 46e7255..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/clean_additional.cmake +++ /dev/null @@ -1,10 +0,0 @@ -# Additional clean files -cmake_minimum_required(VERSION 3.16) - -if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") - file(REMOVE_RECURSE - "CMakeFiles\\appCondottiere_autogen.dir\\AutogenUsed.txt" - "CMakeFiles\\appCondottiere_autogen.dir\\ParseCache.txt" - "appCondottiere_autogen" - ) -endif() diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/cmake.check_cache b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/cmake.check_cache deleted file mode 100644 index 3dccd73..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/cmake.check_cache +++ /dev/null @@ -1 +0,0 @@ -# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/rules.ninja b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/rules.ninja deleted file mode 100644 index 141e64d..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/rules.ninja +++ /dev/null @@ -1,72 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Ninja" Generator, CMake Version 3.29 - -# 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: Condottiere -# Configurations: Debug -# ============================================================================= -# ============================================================================= - -############################################# -# Rule for compiling CXX files. - -rule CXX_COMPILER__appCondottiere_unscanned_Debug - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Qt\Tools\mingw1120_64\bin\g++.exe $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__appCondottiere_Debug - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Qt\Tools\mingw1120_64\bin\g++.exe $FLAGS $LINK_FLAGS $in -o $TARGET_FILE -Wl,--out-implib,$TARGET_IMPLIB -Wl,--major-image-version,0,--minor-image-version,0 $LINK_PATH $LINK_LIBRARIES && $POST_BUILD" - description = Linking CXX executable $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for running custom commands. - -rule CUSTOM_COMMAND - command = $COMMAND - description = $DESC - - -############################################# -# Rule for re-running cmake. - -rule RERUN_CMAKE - command = C:\Qt\Tools\CMake_64\bin\cmake.exe --regenerate-during-build -SC:\Users\mnah\Documents\Univercity\Condottiere -BC:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug - description = Re-running CMake... - generator = 1 - - -############################################# -# Rule for cleaning additional files. - -rule CLEAN_ADDITIONAL - command = C:\Qt\Tools\CMake_64\bin\cmake.exe -DCONFIG=$CONFIG -P CMakeFiles\clean_additional.cmake - description = Cleaning additional files... - - -############################################# -# Rule for cleaning all built files. - -rule CLEAN - command = C:\Qt\Tools\Ninja\ninja.exe $FILE_ARG -t clean $TARGETS - description = Cleaning all built files... - - -############################################# -# Rule for printing all primary targets available. - -rule HELP - command = C:\Qt\Tools\Ninja\ninja.exe -t targets - description = All primary targets available: - diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/appCondottiere_qml_module_dir_map.qrc b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/appCondottiere_qml_module_dir_map.qrc deleted file mode 100644 index b4d13eb..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/appCondottiere_qml_module_dir_map.qrc +++ /dev/null @@ -1,6 +0,0 @@ - - - C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere - - - diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/main.qml b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/main.qml deleted file mode 100644 index 41424f8..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/main.qml +++ /dev/null @@ -1,8 +0,0 @@ -import QtQuick - -Window { - width: 640 - height: 480 - visible: true - title: qsTr("Hello World") -} diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/qmldir b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/qmldir deleted file mode 100644 index 46371f4..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/qmldir +++ /dev/null @@ -1,4 +0,0 @@ -module Condottiere -typeinfo appCondottiere.qmltypes -prefer :/Condottiere/ - diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Testing/Temporary/LastTest.log b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Testing/Temporary/LastTest.log deleted file mode 100644 index e689c02..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Testing/Temporary/LastTest.log +++ /dev/null @@ -1,3 +0,0 @@ -Start testing: Jul 03 15:50 Iran Standard Time ----------------------------------------------------------- -End testing: Jul 03 15:50 Iran Standard Time diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/build.ninja b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/build.ninja deleted file mode 100644 index 727699c..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/build.ninja +++ /dev/null @@ -1,626 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Ninja" Generator, CMake Version 3.29 - -# This file contains all the build statements describing the -# compilation DAG. - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# -# Which is the root file. -# ============================================================================= - -# ============================================================================= -# Project: Condottiere -# 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 = C$:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/ -# ============================================================================= -# Object build statements for EXECUTABLE target appCondottiere - - -############################################# -# Order-only phony target for appCondottiere - -build cmake_object_order_depends_target_appCondottiere: phony || .qt/rcc/qrc_appCondottiere_raw_qml_0.cpp .qt/rcc/qrc_qmake_Condottiere.cpp .rcc/qmlcache/appCondottiere_main_qml.cpp .rcc/qmlcache/appCondottiere_qmlcache_loader.cpp Condottiere/appCondottiere.qmltypes appCondottiere_autogen appCondottiere_autogen/mocs_compilation.cpp appCondottiere_autogen/timestamp appCondottiere_autogen_timestamp_deps appCondottiere_qmlimportscan appCondottiere_tooling appcondottiere_qmltyperegistrations.cpp meta_types/appCondottiere_json_file_list.txt meta_types/appCondottiere_json_file_list.txt.timestamp meta_types/qt6appcondottiere_debug_metatypes.json meta_types/qt6appcondottiere_debug_metatypes.json.gen - -build CMakeFiles/appCondottiere.dir/appCondottiere_autogen/mocs_compilation.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\appCondottiere_autogen\mocs_compilation.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\appCondottiere_autogen - -build CMakeFiles/appCondottiere.dir/main.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/main.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\main.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir - -build CMakeFiles/appCondottiere.dir/appcondottiere_qmltyperegistrations.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appcondottiere_qmltyperegistrations.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\appcondottiere_qmltyperegistrations.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always -Wa,-mbig-obj - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir - -build CMakeFiles/appCondottiere.dir/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Condottiere.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Condottiere.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug\.qt\rcc\qrc_qmake_Condottiere.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug\.qt\rcc - -build CMakeFiles/appCondottiere.dir/src/card/bishop.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/card/bishop.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\card\bishop.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src\card - -build CMakeFiles/appCondottiere.dir/src/card/card.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/card/card.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\card\card.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src\card - -build CMakeFiles/appCondottiere.dir/src/card/drummer.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/card/drummer.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\card\drummer.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src\card - -build CMakeFiles/appCondottiere.dir/src/card/heroine.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/card/heroine.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\card\heroine.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src\card - -build CMakeFiles/appCondottiere.dir/src/card/purplecard.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/card/purplecard.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\card\purplecard.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src\card - -build CMakeFiles/appCondottiere.dir/src/card/scarecrow.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/card/scarecrow.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\card\scarecrow.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src\card - -build CMakeFiles/appCondottiere.dir/src/card/season.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/card/season.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\card\season.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src\card - -build CMakeFiles/appCondottiere.dir/src/card/spring.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/card/spring.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\card\spring.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src\card - -build CMakeFiles/appCondottiere.dir/src/card/spy.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/card/spy.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\card\spy.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src\card - -build CMakeFiles/appCondottiere.dir/src/card/turncoat.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/card/turncoat.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\card\turncoat.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src\card - -build CMakeFiles/appCondottiere.dir/src/card/winter.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/card/winter.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\card\winter.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src\card - -build CMakeFiles/appCondottiere.dir/src/card/yellowcard.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/card/yellowcard.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\card\yellowcard.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src\card - -build CMakeFiles/appCondottiere.dir/src/marker/battlemarker.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/marker/battlemarker.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\marker\battlemarker.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src\marker - -build CMakeFiles/appCondottiere.dir/src/marker/favormarker.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/marker/favormarker.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\marker\favormarker.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src\marker - -build CMakeFiles/appCondottiere.dir/src/marker/marker.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/marker/marker.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\marker\marker.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src\marker - -build CMakeFiles/appCondottiere.dir/src/marker/playermarker.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/marker/playermarker.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\marker\playermarker.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src\marker - -build CMakeFiles/appCondottiere.dir/src/game.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/game.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\game.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src - -build CMakeFiles/appCondottiere.dir/src/gameboard.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/gameboard.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\gameboard.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src - -build CMakeFiles/appCondottiere.dir/src/main.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/main.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\main.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src - -build CMakeFiles/appCondottiere.dir/src/player.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/player.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\player.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src - -build CMakeFiles/appCondottiere.dir/src/state.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/state.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\state.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src - -build CMakeFiles/appCondottiere.dir/src/userinterface.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/src/userinterface.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\src\userinterface.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\src - -build CMakeFiles/appCondottiere.dir/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_qmlcache_loader.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_qmlcache_loader.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug\.rcc\qmlcache\appCondottiere_qmlcache_loader.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug\.rcc\qmlcache - -build CMakeFiles/appCondottiere.dir/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_main_qml.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_main_qml.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug\.rcc\qmlcache\appCondottiere_main_qml.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug\.rcc\qmlcache - -build CMakeFiles/appCondottiere.dir/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appCondottiere_raw_qml_0.cpp.obj: CXX_COMPILER__appCondottiere_unscanned_Debug C$:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appCondottiere_raw_qml_0.cpp || cmake_object_order_depends_target_appCondottiere - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appCondottiere.dir\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug\.qt\rcc\qrc_appCondottiere_raw_qml_0.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include -IC:/Users/mnah/Documents/Univercity/Condottiere -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQml/6.7.2/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtCore/6.7.2/QtCore -isystem C:/Qt/6.7.2/mingw_64/include/QtCore -isystem C:/Qt/6.7.2/mingw_64/include -isystem C:/Qt/6.7.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2 -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins/6.7.2/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlBuiltins -isystem C:/Qt/6.7.2/mingw_64/include/QtQml -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.7.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.7.2/mingw_64/include/QtQuick -isystem C:/Qt/6.7.2/mingw_64/include/QtGui -isystem C:/Qt/6.7.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.7.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appCondottiere.dir - OBJECT_FILE_DIR = CMakeFiles\appCondottiere.dir\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug\.qt\rcc - - -# ============================================================================= -# Link build statements for EXECUTABLE target appCondottiere - - -############################################# -# Link the executable appCondottiere.exe - -build appCondottiere.exe: CXX_EXECUTABLE_LINKER__appCondottiere_Debug CMakeFiles/appCondottiere.dir/appCondottiere_autogen/mocs_compilation.cpp.obj CMakeFiles/appCondottiere.dir/main.cpp.obj CMakeFiles/appCondottiere.dir/appcondottiere_qmltyperegistrations.cpp.obj CMakeFiles/appCondottiere.dir/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Condottiere.cpp.obj CMakeFiles/appCondottiere.dir/src/card/bishop.cpp.obj CMakeFiles/appCondottiere.dir/src/card/card.cpp.obj CMakeFiles/appCondottiere.dir/src/card/drummer.cpp.obj CMakeFiles/appCondottiere.dir/src/card/heroine.cpp.obj CMakeFiles/appCondottiere.dir/src/card/purplecard.cpp.obj CMakeFiles/appCondottiere.dir/src/card/scarecrow.cpp.obj CMakeFiles/appCondottiere.dir/src/card/season.cpp.obj CMakeFiles/appCondottiere.dir/src/card/spring.cpp.obj CMakeFiles/appCondottiere.dir/src/card/spy.cpp.obj CMakeFiles/appCondottiere.dir/src/card/turncoat.cpp.obj CMakeFiles/appCondottiere.dir/src/card/winter.cpp.obj CMakeFiles/appCondottiere.dir/src/card/yellowcard.cpp.obj CMakeFiles/appCondottiere.dir/src/marker/battlemarker.cpp.obj CMakeFiles/appCondottiere.dir/src/marker/favormarker.cpp.obj CMakeFiles/appCondottiere.dir/src/marker/marker.cpp.obj CMakeFiles/appCondottiere.dir/src/marker/playermarker.cpp.obj CMakeFiles/appCondottiere.dir/src/game.cpp.obj CMakeFiles/appCondottiere.dir/src/gameboard.cpp.obj CMakeFiles/appCondottiere.dir/src/main.cpp.obj CMakeFiles/appCondottiere.dir/src/player.cpp.obj CMakeFiles/appCondottiere.dir/src/state.cpp.obj CMakeFiles/appCondottiere.dir/src/userinterface.cpp.obj CMakeFiles/appCondottiere.dir/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_qmlcache_loader.cpp.obj CMakeFiles/appCondottiere.dir/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_main_qml.cpp.obj CMakeFiles/appCondottiere.dir/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appCondottiere_raw_qml_0.cpp.obj | C$:/Qt/6.7.2/mingw_64/lib/libQt6Quick.a C$:/Qt/6.7.2/mingw_64/lib/libQt6QmlModels.a C$:/Qt/6.7.2/mingw_64/lib/libQt6Qml.a C$:/Qt/6.7.2/mingw_64/lib/libQt6QmlBuiltins.a C$:/Qt/6.7.2/mingw_64/lib/libQt6Network.a C$:/Qt/6.7.2/mingw_64/lib/libQt6OpenGL.a C$:/Qt/6.7.2/mingw_64/lib/libQt6Gui.a C$:/Qt/6.7.2/mingw_64/lib/libQt6Core.a C$:/Qt/6.7.2/mingw_64/lib/libQt6EntryPoint.a || appCondottiere_autogen appCondottiere_autogen_timestamp_deps appCondottiere_qmlimportscan appCondottiere_tooling - FLAGS = -DQT_QML_DEBUG -g - LINK_FLAGS = -mwindows - LINK_LIBRARIES = C:/Qt/6.7.2/mingw_64/lib/libQt6Quick.a C:/Qt/6.7.2/mingw_64/lib/libQt6QmlModels.a C:/Qt/6.7.2/mingw_64/lib/libQt6Qml.a C:/Qt/6.7.2/mingw_64/lib/libQt6QmlBuiltins.a C:/Qt/6.7.2/mingw_64/lib/libQt6Network.a -lws2_32 C:/Qt/6.7.2/mingw_64/lib/libQt6OpenGL.a C:/Qt/6.7.2/mingw_64/lib/libQt6Gui.a C:/Qt/6.7.2/mingw_64/lib/libQt6Core.a -lmpr -luserenv -lmingw32 C:/Qt/6.7.2/mingw_64/lib/libQt6EntryPoint.a -lshell32 -ld3d11 -ldxgi -ldxguid -ld3d12 -luser32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 - OBJECT_DIR = CMakeFiles\appCondottiere.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = appCondottiere.exe - TARGET_IMPLIB = libappCondottiere.dll.a - TARGET_PDB = appCondottiere.exe.dbg - - -############################################# -# Utility command for appCondottiere_qmltyperegistration - -build appCondottiere_qmltyperegistration: phony CMakeFiles/appCondottiere_qmltyperegistration appcondottiere_qmltyperegistrations.cpp Condottiere/appCondottiere.qmltypes - - -############################################# -# Utility command for all_qmltyperegistrations - -build all_qmltyperegistrations: phony appCondottiere_qmltyperegistration - - -############################################# -# Utility command for appCondottiere_qmllint - -build appCondottiere_qmllint: phony CMakeFiles/appCondottiere_qmllint all_qmltyperegistrations - - -############################################# -# Utility command for appCondottiere_qmllint_json - -build appCondottiere_qmllint_json: phony CMakeFiles/appCondottiere_qmllint_json all_qmltyperegistrations - - -############################################# -# Utility command for appCondottiere_qmllint_module - -build appCondottiere_qmllint_module: phony CMakeFiles/appCondottiere_qmllint_module all_qmltyperegistrations - - -############################################# -# Utility command for all_qmllint - -build all_qmllint: phony appCondottiere_qmllint - - -############################################# -# Utility command for all_qmllint_json - -build all_qmllint_json: phony appCondottiere_qmllint_json - - -############################################# -# Utility command for all_qmllint_module - -build all_qmllint_module: phony appCondottiere_qmllint_module - - -############################################# -# Utility command for appCondottiere_tooling - -build appCondottiere_tooling: phony Condottiere/main.qml - - -############################################# -# Utility command for appCondottiere_qmlimportscan - -build appCondottiere_qmlimportscan: phony CMakeFiles/appCondottiere_qmlimportscan .qt/qml_imports/appCondottiere_build.cmake - - -############################################# -# Utility command for edit_cache - -build CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug && C:\Qt\Tools\CMake_64\bin\cmake-gui.exe -SC:\Users\mnah\Documents\Univercity\Condottiere -BC:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build edit_cache: phony CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug && C:\Qt\Tools\CMake_64\bin\cmake.exe --regenerate-during-build -SC:\Users\mnah\Documents\Univercity\Condottiere -BC:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build rebuild_cache: phony CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build list_install_components: phony - - -############################################# -# Utility command for install - -build CMakeFiles/install.util: CUSTOM_COMMAND all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug && C:\Qt\Tools\CMake_64\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build install: phony CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build CMakeFiles/install/local.util: CUSTOM_COMMAND all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug && C:\Qt\Tools\CMake_64\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build install/local: phony CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build CMakeFiles/install/strip.util: CUSTOM_COMMAND all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug && C:\Qt\Tools\CMake_64\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build install/strip: phony CMakeFiles/install/strip.util - - -############################################# -# Utility command for appCondottiere_autogen_timestamp_deps - -build appCondottiere_autogen_timestamp_deps: phony appCondottiere_qmlimportscan appCondottiere_tooling - - -############################################# -# Utility command for appCondottiere_autogen - -build appCondottiere_autogen: phony CMakeFiles/appCondottiere_autogen appCondottiere_autogen/timestamp appCondottiere_autogen/mocs_compilation.cpp appCondottiere_autogen_timestamp_deps - - -############################################# -# Custom command for meta_types\qt6appcondottiere_debug_metatypes.json.gen - -build meta_types/qt6appcondottiere_debug_metatypes.json.gen meta_types/qt6appcondottiere_debug_metatypes.json | ${cmake_ninja_workdir}meta_types/qt6appcondottiere_debug_metatypes.json.gen ${cmake_ninja_workdir}meta_types/qt6appcondottiere_debug_metatypes.json: CUSTOM_COMMAND C$:/Qt/6.7.2/mingw_64/./bin/moc.exe meta_types/appCondottiere_json_file_list.txt || appCondottiere_autogen appCondottiere_autogen_timestamp_deps appCondottiere_qmlimportscan appCondottiere_tooling - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug && C:\Qt\6.7.2\mingw_64\.\bin\moc.exe -o C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/meta_types/qt6appcondottiere_debug_metatypes.json.gen --collect-json @C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/meta_types/appCondottiere_json_file_list.txt && C:\Qt\Tools\CMake_64\bin\cmake.exe -E copy_if_different C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/meta_types/qt6appcondottiere_debug_metatypes.json.gen C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/meta_types/qt6appcondottiere_debug_metatypes.json" - DESC = Running moc --collect-json for target appCondottiere - restat = 1 - - -############################################# -# Custom command for appcondottiere_qmltyperegistrations.cpp - -build appcondottiere_qmltyperegistrations.cpp Condottiere/appCondottiere.qmltypes | ${cmake_ninja_workdir}appcondottiere_qmltyperegistrations.cpp ${cmake_ninja_workdir}Condottiere/appCondottiere.qmltypes: CUSTOM_COMMAND qmltypes/appCondottiere_foreign_types.txt meta_types/qt6appcondottiere_debug_metatypes.json C$:/Qt/6.7.2/mingw_64/./bin/qmltyperegistrar.exe C$:/Qt/6.7.2/mingw_64/metatypes/qt6core_relwithdebinfo_metatypes.json C$:/Qt/6.7.2/mingw_64/metatypes/qt6qml_relwithdebinfo_metatypes.json C$:/Qt/6.7.2/mingw_64/metatypes/qt6qmlbuiltins_relwithdebinfo_metatypes.json C$:/Qt/6.7.2/mingw_64/metatypes/qt6network_relwithdebinfo_metatypes.json C$:/Qt/6.7.2/mingw_64/metatypes/qt6quick_relwithdebinfo_metatypes.json C$:/Qt/6.7.2/mingw_64/metatypes/qt6gui_relwithdebinfo_metatypes.json C$:/Qt/6.7.2/mingw_64/metatypes/qt6qmlmodels_relwithdebinfo_metatypes.json C$:/Qt/6.7.2/mingw_64/metatypes/qt6opengl_relwithdebinfo_metatypes.json - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug && C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.7.2/mingw_64/./bin/qmltyperegistrar.exe --generate-qmltypes=C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/appCondottiere.qmltypes --import-name=Condottiere --major-version=1 --minor-version=0 @C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/qmltypes/appCondottiere_foreign_types.txt -o C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appcondottiere_qmltyperegistrations.cpp C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/meta_types/qt6appcondottiere_debug_metatypes.json && C:\Qt\Tools\CMake_64\bin\cmake.exe -E make_directory C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qmltypes && C:\Qt\Tools\CMake_64\bin\cmake.exe -E touch C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qmltypes/appCondottiere.qmltypes" - DESC = Automatic QML type registration for target appCondottiere - restat = 1 - - -############################################# -# Custom command for .qt\rcc\qrc_qmake_Condottiere.cpp - -build .qt/rcc/qrc_qmake_Condottiere.cpp | ${cmake_ninja_workdir}.qt/rcc/qrc_qmake_Condottiere.cpp: CUSTOM_COMMAND Condottiere/qmldir .qt/rcc/qmake_Condottiere.qrc C$:/Qt/6.7.2/mingw_64/./bin/rcc.exe || appCondottiere_autogen appCondottiere_autogen_timestamp_deps appCondottiere_qmlimportscan appCondottiere_tooling - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug && C:\Qt\6.7.2\mingw_64\.\bin\rcc.exe --output C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Condottiere.cpp --name qmake_Condottiere C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Condottiere.qrc --no-zstd" - DESC = Running rcc for resource qmake_Condottiere - restat = 1 - - -############################################# -# Custom command for .rcc\qmlcache\appCondottiere_qmlcache_loader.cpp - -build .rcc/qmlcache/appCondottiere_qmlcache_loader.cpp | ${cmake_ninja_workdir}.rcc/qmlcache/appCondottiere_qmlcache_loader.cpp: CUSTOM_COMMAND C$:/Qt/6.7.2/mingw_64/bin/qmlcachegen.exe .rcc/qmlcache/appCondottiere_qml_loader_file_list.rsp .qt/rcc/qmake_Condottiere.qrc .qt/rcc/appCondottiere_raw_qml_0.qrc || appCondottiere_autogen appCondottiere_autogen_timestamp_deps appCondottiere_qmlimportscan appCondottiere_tooling - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug && C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.7.2/mingw_64/./bin/qmlcachegen.exe --resource-name qmlcache_appCondottiere -o C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_qmlcache_loader.cpp @C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_qml_loader_file_list.rsp" - DESC = Generating .rcc/qmlcache/appCondottiere_qmlcache_loader.cpp - restat = 1 - - -############################################# -# Custom command for .rcc\qmlcache\appCondottiere_main_qml.cpp - -build .rcc/qmlcache/appCondottiere_main_qml.cpp | ${cmake_ninja_workdir}.rcc/qmlcache/appCondottiere_main_qml.cpp: CUSTOM_COMMAND C$:/Qt/6.7.2/mingw_64/bin/qmlcachegen.exe C$:/Users/mnah/Documents/Univercity/Condottiere/main.qml .qt/rcc/qmake_Condottiere.qrc .qt/rcc/appCondottiere_raw_qml_0.qrc Condottiere/appCondottiere.qmltypes Condottiere/qmldir || appCondottiere_autogen appCondottiere_autogen_timestamp_deps appCondottiere_qmlimportscan appCondottiere_tooling - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug && C:\Qt\Tools\CMake_64\bin\cmake.exe -E make_directory C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache && C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.7.2/mingw_64/./bin/qmlcachegen.exe --bare --resource-path /Condottiere/main.qml -I C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug -I C:/Qt/6.7.2/mingw_64/./qml -i C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/qmldir --resource C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Condottiere.qrc --resource C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/appCondottiere_raw_qml_0.qrc -o C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmlcache/appCondottiere_main_qml.cpp C:/Users/mnah/Documents/Univercity/Condottiere/main.qml" - DESC = Generating .rcc/qmlcache/appCondottiere_main_qml.cpp - restat = 1 - - -############################################# -# Custom command for .qt\rcc\qrc_appCondottiere_raw_qml_0.cpp - -build .qt/rcc/qrc_appCondottiere_raw_qml_0.cpp | ${cmake_ninja_workdir}.qt/rcc/qrc_appCondottiere_raw_qml_0.cpp: CUSTOM_COMMAND C$:/Users/mnah/Documents/Univercity/Condottiere/main.qml .qt/rcc/appCondottiere_raw_qml_0.qrc C$:/Qt/6.7.2/mingw_64/./bin/rcc.exe || appCondottiere_autogen appCondottiere_autogen_timestamp_deps appCondottiere_qmlimportscan appCondottiere_tooling - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug && C:\Qt\6.7.2\mingw_64\.\bin\rcc.exe --output C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appCondottiere_raw_qml_0.cpp --name appCondottiere_raw_qml_0 C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/rcc/appCondottiere_raw_qml_0.qrc --no-zstd" - DESC = Running rcc for resource appCondottiere_raw_qml_0 - restat = 1 - - -############################################# -# Custom command for appCondottiere_autogen\timestamp - -build appCondottiere_autogen/timestamp appCondottiere_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}appCondottiere_autogen/timestamp ${cmake_ninja_workdir}appCondottiere_autogen/mocs_compilation.cpp: CUSTOM_COMMAND C$:/Qt/6.7.2/mingw_64/./bin/moc.exe || appCondottiere_autogen_timestamp_deps appCondottiere_qmlimportscan appCondottiere_tooling - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug && C:\Qt\Tools\CMake_64\bin\cmake.exe -E cmake_autogen C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_autogen.dir/AutogenInfo.json Debug && C:\Qt\Tools\CMake_64\bin\cmake.exe -E touch C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/timestamp && C:\Qt\Tools\CMake_64\bin\cmake.exe -E cmake_transform_depfile Ninja gccdepfile C:/Users/mnah/Documents/Univercity/Condottiere C:/Users/mnah/Documents/Univercity/Condottiere C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/deps C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/d/4fe8d35669f4bba4f1d52138d2ece0af7d38eb6cf9ede77f1d3f9656d748c8b2.d" - DESC = Automatic MOC for target appCondottiere - depfile = CMakeFiles\d\4fe8d35669f4bba4f1d52138d2ece0af7d38eb6cf9ede77f1d3f9656d748c8b2.d - deps = gcc - restat = 1 - - -############################################# -# Custom command for meta_types\appCondottiere_json_file_list.txt - -build meta_types/appCondottiere_json_file_list.txt meta_types/appCondottiere_json_file_list.txt.timestamp | ${cmake_ninja_workdir}meta_types/appCondottiere_json_file_list.txt ${cmake_ninja_workdir}meta_types/appCondottiere_json_file_list.txt.timestamp: CUSTOM_COMMAND C$:/Qt/6.7.2/mingw_64/./bin/cmake_automoc_parser.exe appCondottiere_autogen/timestamp || appCondottiere_autogen appCondottiere_autogen_timestamp_deps appCondottiere_qmlimportscan appCondottiere_tooling - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug && C:\Qt\6.7.2\mingw_64\.\bin\cmake_automoc_parser.exe --cmake-autogen-cache-file C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_autogen.dir/ParseCache.txt --cmake-autogen-info-file C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/CMakeFiles/appCondottiere_autogen.dir/AutogenInfo.json --output-file-path C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/meta_types/appCondottiere_json_file_list.txt --timestamp-file-path C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/meta_types/appCondottiere_json_file_list.txt.timestamp --cmake-autogen-include-dir-path C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere_autogen/include" - DESC = Running AUTOMOC file extraction for target appCondottiere - restat = 1 - - -############################################# -# Phony custom command for CMakeFiles\appCondottiere_qmltyperegistration - -build CMakeFiles/appCondottiere_qmltyperegistration | ${cmake_ninja_workdir}CMakeFiles/appCondottiere_qmltyperegistration: phony appcondottiere_qmltyperegistrations.cpp Condottiere/appCondottiere.qmltypes - - -############################################# -# Custom command for CMakeFiles\appCondottiere_qmllint - -build CMakeFiles/appCondottiere_qmllint | ${cmake_ninja_workdir}CMakeFiles/appCondottiere_qmllint: CUSTOM_COMMAND C$:/Qt/6.7.2/mingw_64/bin/qmllint.exe C$:/Users/mnah/Documents/Univercity/Condottiere/main.qml .rcc/qmllint/appCondottiere.rsp || all_qmltyperegistrations appCondottiere_qmltyperegistration - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere && C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.7.2/mingw_64/bin/qmllint.exe @C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmllint/appCondottiere.rsp" - - -############################################# -# Custom command for CMakeFiles\appCondottiere_qmllint_json - -build CMakeFiles/appCondottiere_qmllint_json | ${cmake_ninja_workdir}CMakeFiles/appCondottiere_qmllint_json: CUSTOM_COMMAND C$:/Qt/6.7.2/mingw_64/bin/qmllint.exe C$:/Users/mnah/Documents/Univercity/Condottiere/main.qml .rcc/qmllint/appCondottiere_json.rsp || all_qmltyperegistrations appCondottiere_qmltyperegistration - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere && C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.7.2/mingw_64/bin/qmllint.exe @C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmllint/appCondottiere_json.rsp" - - -############################################# -# Custom command for CMakeFiles\appCondottiere_qmllint_module - -build CMakeFiles/appCondottiere_qmllint_module | ${cmake_ninja_workdir}CMakeFiles/appCondottiere_qmllint_module: CUSTOM_COMMAND C$:/Qt/6.7.2/mingw_64/bin/qmllint.exe C$:/Users/mnah/Documents/Univercity/Condottiere/main.qml .rcc/qmllint/appCondottiere_module.rsp || all_qmltyperegistrations appCondottiere_qmltyperegistration - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere && C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.7.2/mingw_64/bin/qmllint.exe @C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.rcc/qmllint/appCondottiere_module.rsp" - - -############################################# -# Custom command for Condottiere\main.qml - -build Condottiere/main.qml | ${cmake_ninja_workdir}Condottiere/main.qml: CUSTOM_COMMAND C$:/Users/mnah/Documents/Univercity/Condottiere/main.qml - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere && C:\Qt\Tools\CMake_64\bin\cmake.exe -E copy C:/Users/mnah/Documents/Univercity/Condottiere/main.qml C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/main.qml" - DESC = Copying main.qml to C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/Condottiere/main.qml - restat = 1 - - -############################################# -# Phony custom command for CMakeFiles\appCondottiere_qmlimportscan - -build CMakeFiles/appCondottiere_qmlimportscan | ${cmake_ninja_workdir}CMakeFiles/appCondottiere_qmlimportscan: phony .qt/qml_imports/appCondottiere_build.cmake - - -############################################# -# Custom command for .qt\qml_imports\appCondottiere_build.cmake - -build .qt/qml_imports/appCondottiere_build.cmake | ${cmake_ninja_workdir}.qt/qml_imports/appCondottiere_build.cmake: CUSTOM_COMMAND C$:/Qt/6.7.2/mingw_64/bin/qmlimportscanner.exe .qt/rcc/qmake_Condottiere.qrc .qt/rcc/appCondottiere_raw_qml_0.qrc C$:/Users/mnah/Documents/Univercity/Condottiere/main.qml - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\mnah\Documents\Univercity\Condottiere && C:\Users\mnah\Documents\Univercity\Condottiere\build\Desktop_Qt_6_7_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.7.2/mingw_64/./bin/qmlimportscanner.exe @C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/.qt/qml_imports/appCondottiere_build.rsp" - DESC = Running qmlimportscanner for appCondottiere - restat = 1 - - -############################################# -# Phony custom command for CMakeFiles\appCondottiere_autogen - -build CMakeFiles/appCondottiere_autogen | ${cmake_ninja_workdir}CMakeFiles/appCondottiere_autogen: phony appCondottiere_autogen/timestamp || appCondottiere_autogen_timestamp_deps appCondottiere_qmlimportscan appCondottiere_tooling - -# ============================================================================= -# Target aliases. - -build appCondottiere: phony appCondottiere.exe - -# ============================================================================= -# Folder targets. - -# ============================================================================= - -############################################# -# Folder: C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug - -build all: phony appCondottiere.exe appCondottiere_tooling - -# ============================================================================= -# Built-in targets - - -############################################# -# Re-run CMake if any of its inputs changed. - -build build.ninja: RERUN_CMAKE | .qt/qml_imports/appCondottiere_conf.cmake .qtc/package-manager/auto-setup.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigureFileTemplate.in C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/QtInstallPaths.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointMinGW32Target.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkPlugins.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2AdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Config.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigExtras.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlFindQmlscInternal.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlModuleDirMappingTemplate.qrc.in C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlPlugins.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6qmldirTemplate.cmake.in C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickPlugins.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/FindWrapAtomic.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Config.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6ConfigExtras.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Dependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Targets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6VersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtFeature.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtFeatureCommon.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicAppleHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicPluginHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicTargetHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicTestHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicToolHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXInformation.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCommonLanguageInclude.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeGenericSystem.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeInitializeConfigs.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeLanguageInformation.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeRCInformation.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeSystemSpecificInformation.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeSystemSpecificInitialize.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckIncludeFileCXX.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckLibraryExists.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GNU-CXX.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GNU.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindThreads.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindVulkan.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckFlagCommonConfig.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-GNU-CXX-ABI.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-GNU-CXX.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-GNU.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-Initialize.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-windres.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/WindowsPaths.cmake C$:/Users/mnah/Documents/Univercity/Condottiere/CMakeLists.txt CMakeCache.txt CMakeFiles/3.29.3/CMakeCXXCompiler.cmake CMakeFiles/3.29.3/CMakeRCCompiler.cmake CMakeFiles/3.29.3/CMakeSystem.cmake - pool = console - - -############################################# -# A missing CMake input file is not an error. - -build .qt/qml_imports/appCondottiere_conf.cmake .qtc/package-manager/auto-setup.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigureFileTemplate.in C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Core/QtInstallPaths.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointMinGW32Target.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkPlugins.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlBuiltins/Qt6QmlBuiltinsVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlMetaTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2AdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Config.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigExtras.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlFindQmlscInternal.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlModuleDirMappingTemplate.qrc.in C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlPlugins.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Qml/Qt6qmldirTemplate.cmake.in C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickPlugins.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets-relwithdebinfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateAdditionalTargetInfo.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfig.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateVersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/FindWrapAtomic.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Config.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6ConfigExtras.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersion.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Dependencies.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6Targets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/Qt6VersionlessTargets.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtFeature.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtFeatureCommon.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicAppleHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicPluginHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicTargetHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicTestHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicToolHelpers.cmake C$:/Qt/6.7.2/mingw_64/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXInformation.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCommonLanguageInclude.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeGenericSystem.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeInitializeConfigs.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeLanguageInformation.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeRCInformation.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeSystemSpecificInformation.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeSystemSpecificInitialize.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckIncludeFileCXX.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CheckLibraryExists.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GNU-CXX.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GNU.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindPackageMessage.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindThreads.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/FindVulkan.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckFlagCommonConfig.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-GNU-CXX-ABI.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-GNU-CXX.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-GNU.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-Initialize.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-windres.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/WindowsPaths.cmake C$:/Users/mnah/Documents/Univercity/Condottiere/CMakeLists.txt CMakeCache.txt CMakeFiles/3.29.3/CMakeCXXCompiler.cmake CMakeFiles/3.29.3/CMakeRCCompiler.cmake CMakeFiles/3.29.3/CMakeSystem.cmake: 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/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/cmake_install.cmake b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/cmake_install.cmake deleted file mode 100644 index 9e6c788..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: C:/Users/mnah/Documents/Univercity/Condottiere - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/Condottiere") -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() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set default install directory permissions. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Qt/Tools/mingw1120_64/bin/objdump.exe") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/appCondottiere.exe") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/appCondottiere.exe" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/appCondottiere.exe") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "C:/Qt/Tools/mingw1120_64/bin/strip.exe" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/appCondottiere.exe") - endif() - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT) - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") -else() - set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "C:/Users/mnah/Documents/Univercity/Condottiere/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/meta_types/qt6appcondottiere_debug_metatypes.json b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/meta_types/qt6appcondottiere_debug_metatypes.json deleted file mode 100644 index e69de29..0000000 diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/qmltypes/appCondottiere_foreign_types.txt b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/qmltypes/appCondottiere_foreign_types.txt deleted file mode 100644 index 3c4b092..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/qmltypes/appCondottiere_foreign_types.txt +++ /dev/null @@ -1 +0,0 @@ ---foreign-types=C:/Qt/6.7.2/mingw_64/./metatypes/qt6core_relwithdebinfo_metatypes.json,C:/Qt/6.7.2/mingw_64/./metatypes/qt6qml_relwithdebinfo_metatypes.json,C:/Qt/6.7.2/mingw_64/./metatypes/qt6qmlbuiltins_relwithdebinfo_metatypes.json,C:/Qt/6.7.2/mingw_64/./metatypes/qt6network_relwithdebinfo_metatypes.json,C:/Qt/6.7.2/mingw_64/./metatypes/qt6quick_relwithdebinfo_metatypes.json,C:/Qt/6.7.2/mingw_64/./metatypes/qt6gui_relwithdebinfo_metatypes.json,C:/Qt/6.7.2/mingw_64/./metatypes/qt6qmlmodels_relwithdebinfo_metatypes.json,C:/Qt/6.7.2/mingw_64/./metatypes/qt6opengl_relwithdebinfo_metatypes.json \ No newline at end of file diff --git a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/qtcsettings.cmake b/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/qtcsettings.cmake deleted file mode 100644 index 1649748..0000000 --- a/build/Desktop_Qt_6_7_2_MinGW_64_bit-Debug/qtcsettings.cmake +++ /dev/null @@ -1,2 +0,0 @@ -# This file is managed by Qt Creator, do not edit! - diff --git a/data/board/adjacency.txt b/data/board/adjacency.txt new file mode 100644 index 0000000..c5a15d9 --- /dev/null +++ b/data/board/adjacency.txt @@ -0,0 +1,35 @@ +"BELLA" +"CALINE" "PLADACI" "BORGE" + +"PLADACI" +"BELLA" "CALINE" "BORGE" "MORINA" "ROLLO" + +"ROLLO" +"PLADACI" "MORINA" "TALMONE" "ELINIA" + +"ELINIA" +"ROLLO" "TALMONE" + +"CALINE" +"BORGE" "BELLA" "PLADACI" "ENNA" "ATELA" + +"BORGE" +"BELLA" "CALINE" "PLADACI" "ENNA" "MORINA" "DIMASE" "ATELA" "OLIVADI" + +"OLIVADI" +"DIMASE" "BORGE" "MORINA" "ARMENTO" "LIA" + +"ARMENTO" +"LIA" "OLIVADI" "MORINA" "TALMONE" + +"TALMONE" +"ARMENTO" "ROLLO" "MORINA" "ELINIA" + +"ENNA" +"CALINE" "ATELA" "DIMASE" "BORGE" + +"LIA" +"OLIVADI" "ARMENTO" + +"MORINA" +"ARMENTO" "OLIVADI" "PLADACI" "ROLLO" "TALMONE" "BORGE" diff --git a/data/help/BishopHelp.txt b/data/help/BishopHelp.txt new file mode 100644 index 0000000..a8bace3 --- /dev/null +++ b/data/help/BishopHelp.txt @@ -0,0 +1,3 @@ +Bishop help: +When you play a Bishop, check which mercenary has the highest value among all player rows. +Discard all copies of that card from all player rows. diff --git a/data/help/DrummerHelp.txt b/data/help/DrummerHelp.txt new file mode 100644 index 0000000..441e775 --- /dev/null +++ b/data/help/DrummerHelp.txt @@ -0,0 +1,4 @@ +Drummer help: +While you have a Drummer in your row, +double the value of each mercenary in your row. +You can play additional Drummers, but they have no effect. diff --git a/data/help/GameHelp.txt b/data/help/GameHelp.txt new file mode 100644 index 0000000..67c4cd0 --- /dev/null +++ b/data/help/GameHelp.txt @@ -0,0 +1,11 @@ +GAME help: +Place the board in the center of the table2. +Shuffle the remaining cards and deal 10 facedown to each player. +Place the deck facedown near the board3. +Each player chooses a color and takes the six control markers of that color4. +The youngest player takes the battle marker. +He or she initiates the first battle and takes the first turn of the game5. +Player turns are taken in clockwise order starting with the player who initiated the battle. +When you take your turn, you can choose to either play a card or pass. +Playing a card allows you to increase your strength, hinder opponents, or trigger other effects. +There are two types of cards: mercenary and special cards. diff --git a/data/help/HeroineHelp.txt b/data/help/HeroineHelp.txt new file mode 100644 index 0000000..05e05be --- /dev/null +++ b/data/help/HeroineHelp.txt @@ -0,0 +1,2 @@ +Heroine help: +For each Heroine in your row, add 10 to your strength. diff --git a/data/help/ScarecrowHelp.txt b/data/help/ScarecrowHelp.txt new file mode 100644 index 0000000..b126017 --- /dev/null +++ b/data/help/ScarecrowHelp.txt @@ -0,0 +1,2 @@ +Scarecrow help: +Take 1 mercenary from your row back to your hand. diff --git a/data/help/SpringHelp.txt b/data/help/SpringHelp.txt new file mode 100644 index 0000000..6c41d29 --- /dev/null +++ b/data/help/SpringHelp.txt @@ -0,0 +1,5 @@ +Spring help: +While Spring is in play, +check which mercenary has the highest value among all player rows. +Add “3” to the value of all copies of that card in all player rows. +Note that the mercenary affected by Spring can change during the battle. diff --git a/data/help/SpyHelp.txt b/data/help/SpyHelp.txt new file mode 100644 index 0000000..ce322b6 --- /dev/null +++ b/data/help/SpyHelp.txt @@ -0,0 +1,7 @@ +Spy help: +For each Spy in your row, +add 1 to your strength. +Also, after each battle, +the player with the most Spies takes the battle marker instead of the player who won the battle. +If players are tied for most Spies, +the battle marker is taken as normal. diff --git a/data/help/TurncoatHelp.txt b/data/help/TurncoatHelp.txt new file mode 100644 index 0000000..e0bcf4d --- /dev/null +++ b/data/help/TurncoatHelp.txt @@ -0,0 +1,2 @@ +Turncoat help: +The battle ends immediately with the winner determined as normal. diff --git a/data/help/WinterHelp.txt b/data/help/WinterHelp.txt new file mode 100644 index 0000000..8e2e3f5 --- /dev/null +++ b/data/help/WinterHelp.txt @@ -0,0 +1,3 @@ +Winter help: +The value of each mercenary in play is “1”. +This card replaces the current season diff --git a/inc/card/bishop.h b/inc/card/bishop.h index 62713e0..a9679a6 100644 --- a/inc/card/bishop.h +++ b/inc/card/bishop.h @@ -8,7 +8,7 @@ class Bishop : public PurpleCard { public: - Bishop(); + Bishop(std::string); // (help file path) static std::string getHelp(); virtual void applyFeature(std::vector>&, int) const override; protected: diff --git a/inc/card/drummer.h b/inc/card/drummer.h index 3988c11..f876a48 100644 --- a/inc/card/drummer.h +++ b/inc/card/drummer.h @@ -5,7 +5,7 @@ class Drummer : public PurpleCard { public: - Drummer(); + Drummer(std::string); // (help file path) static std::string getHelp(); virtual void applyFeature(std::vector>&, int) const override; diff --git a/inc/card/heroine.h b/inc/card/heroine.h index 4ed1fd5..5a44412 100644 --- a/inc/card/heroine.h +++ b/inc/card/heroine.h @@ -5,7 +5,7 @@ class Heroine : public PurpleCard { public: - Heroine(); + Heroine(std::string); // (help file path) static std::string getHelp(); virtual void applyFeature(std::vector>&, int) const override; protected: diff --git a/inc/card/scarecrow.h b/inc/card/scarecrow.h index fbe61b3..2946888 100644 --- a/inc/card/scarecrow.h +++ b/inc/card/scarecrow.h @@ -5,7 +5,7 @@ class Scarecrow : public PurpleCard { public: - Scarecrow(); + Scarecrow(std::string); //(help file path) static std::string getHelp(); virtual void applyFeature(std::vector>&, int) const override; diff --git a/inc/card/spring.h b/inc/card/spring.h index 3f7bafd..242d158 100644 --- a/inc/card/spring.h +++ b/inc/card/spring.h @@ -1,11 +1,13 @@ #ifndef SPRING_H #define SPRING_H +#include + #include "season.h" class Spring : public Season { public: - Spring(); + Spring(std::string); //(help file path) static std::string getHelp(); virtual void applyFeature(std::vector>&, int) const override; diff --git a/inc/card/spy.h b/inc/card/spy.h index bfca007..e5ee784 100644 --- a/inc/card/spy.h +++ b/inc/card/spy.h @@ -5,7 +5,7 @@ class Spy : public PurpleCard { public: - Spy(); + Spy(std::string);//(help file path) static std::string getHelp(); virtual void applyFeature(std::vector>&, int) const override; diff --git a/inc/card/turncoat.h b/inc/card/turncoat.h index f259f2d..d87264a 100644 --- a/inc/card/turncoat.h +++ b/inc/card/turncoat.h @@ -7,7 +7,7 @@ class Game; class Turncoat : public PurpleCard { public: - Turncoat(); + Turncoat(std::string); // (help path) static std::string getHelp(); virtual void applyFeature(std::vector>&, int) const override; diff --git a/inc/card/winter.h b/inc/card/winter.h index 9595c14..4a4503c 100644 --- a/inc/card/winter.h +++ b/inc/card/winter.h @@ -1,13 +1,16 @@ #ifndef WINTER_H #define WINTER_H +#include + #include "season.h" class Winter : public Season { public: - Winter(); + Winter(std::string); //(help file path) static std::string getHelp(); virtual void applyFeature(std::vector>&, int) const override; + protected: private: static std::string help; diff --git a/inc/filepath.h b/inc/filepath.h new file mode 100644 index 0000000..42a49d4 --- /dev/null +++ b/inc/filepath.h @@ -0,0 +1,20 @@ +#ifndef FILEPATH_H +#define FILEPATH_H + +// The file path of the game guide +#define SAVE_FILE(n) "../data/save/save_" + std::to_string(n) + ".bin" + +#define Game_HELP_FILE "../data/help/GameHelp.txt" +#define BISHOP_HELP_FILE "../data/help/BishopHelp.txt" +#define TURNCOAT_HELP_FILE "../data/help/TurncoatHelp.txt" +#define HEROINE_HELP_FILE "../data/help/HeroineHelp.txt" +#define SPRING_HELP_FILE "../data/help/SpringHelp.txt" +#define WINTER_HELP_FILE "../data/help/WinterHelp.txt" +#define SCARECROW_HELP_FILE "../data/help/ScarecrowHelp.txt" +#define DRUMMER_HELP_FILE "../data/help/DrummerHelp.txt" +#define SPY_HELP_FILE "../data/help/SpyHelp.txt" + +#define BOARD_FILE "../data/board/adjacency.txt" + + +#endif // FILEPATH_H \ No newline at end of file diff --git a/inc/game.h b/inc/game.h index 13a9efe..af55196 100644 --- a/inc/game.h +++ b/inc/game.h @@ -4,6 +4,7 @@ #include #include #include +#include #include "player.h" #include "gameboard.h" @@ -29,42 +30,33 @@ class Game { public: size_t compareAge(); Game(UserInterface&); + ~Game(); static std::string getHelp(); void play(); - static bool check_number_of_player(int); + static bool check_number_of_player(std::string); void set_battleground(const Player&); + void set_favorground(const Player&); + bool save(std::string) const; // (save file path) + bool load(std::string); // (save file path) private: //private methods - size_t find_war_winner(); + size_t warـanalyst(); bool find_game_winner(const Player&); void getPlayers(); void shuffle(); void distributeCards(); - int war(int); + std::pair> war(int); // // first currentplayerID, second.first favorSetterID, second.second battleSetterID //private atributes static std::string help; - UserInterface &ui; - GameBoard gameBoard; + //data BattleMarker battleMarker; FavorMarker favorMarker; - std::vector players; std::vector cards; const Card* season; - const std::array one_point_yellow_card = {YellowCard(1),YellowCard(1),YellowCard(1),YellowCard(1),YellowCard(1),YellowCard(1),YellowCard(1),YellowCard(1),YellowCard(1),YellowCard(1)}; - const std::array two_point_yellow_card = {YellowCard(2),YellowCard(2),YellowCard(2),YellowCard(2),YellowCard(2),YellowCard(2),YellowCard(2),YellowCard(2)}; - const std::array three_point_yellow_card = {YellowCard(3),YellowCard(3),YellowCard(3),YellowCard(3),YellowCard(3),YellowCard(3),YellowCard(3),YellowCard(3)}; - const std::array four_point_yellow_card = {YellowCard(4),YellowCard(4),YellowCard(4),YellowCard(4),YellowCard(4),YellowCard(4),YellowCard(4),YellowCard(4)}; - const std::array five_point_yellow_card = {YellowCard(5),YellowCard(5),YellowCard(5),YellowCard(5),YellowCard(5),YellowCard(5),YellowCard(5),YellowCard(5)}; - const std::array six_point_yellow_card = {YellowCard(6),YellowCard(6),YellowCard(6),YellowCard(6),YellowCard(6),YellowCard(6),YellowCard(6),YellowCard(6)}; - const std::array ten_point_yellow_card = {YellowCard(10),YellowCard(10),YellowCard(10),YellowCard(10),YellowCard(10),YellowCard(10),YellowCard(10),YellowCard(10)}; - const std::array turncoat; - const std::array heroine; - const std::array spring; - const std::array winter; - const std::array scarecrow; - const std::array drummer; - //std::array spy; - //std::array bishop; + GameBoard gameBoard; + std::vector players; + UserInterface *ui; + // }; #endif // GAME_H diff --git a/inc/gameboard.h b/inc/gameboard.h index 7c65d3b..95eb324 100644 --- a/inc/gameboard.h +++ b/inc/gameboard.h @@ -4,6 +4,8 @@ #include #include #include +#include +#include #include "state.h" @@ -27,42 +29,16 @@ class GameBoard { public: + GameBoard(std::string); // (board file path) bool checkAdjacency(const std::string, const std::string, const std::string); State* getState(std::string); std::vector get_active_states_name() const; + /*bool save(std::string) const; + bool load(std::string);*/ + private: - std::unordered_map states = { - {BEL, State(BEL)}, - {CAL, State(CAL)}, - {ENN, State(ENN)}, - {ATE, State(ATE)}, - {PLA, State(PLA)}, - {BOR, State(BOR)}, - {DIM, State(DIM)}, - {MOR, State(MOR)}, - {OLI, State(OLI)}, - {ROL, State(ROL)}, - {TAL, State(TAL)}, - {ARM, State(ARM)}, - {LIA, State(LIA)}, - {ELI, State(ELI)} - }; - std::map> adjacency = { - {BEL, {{CAL, 1}, {ENN, 0}, {ATE, 0}, {PLA, 1}, {BOR, 1}, {DIM, 0}, {MOR, 0}, {OLI, 0}, {ROL, 0}, {TAL, 0}, {ARM, 0}, {LIA, 0}, {ELI, 0}}}, - {CAL, {{ENN, 1}, {ATE, 1}, {PLA, 1}, {BOR, 1}, {DIM, 0}, {MOR, 0}, {OLI, 0}, {ROL, 0}, {TAL, 0}, {ARM, 0}, {LIA, 0}, {ELI, 0}, {BEL, 1}}}, - {ENN, {{ATE, 1}, {PLA, 0}, {BOR, 1}, {DIM, 1}, {MOR, 0}, {OLI, 0}, {ROL, 0}, {TAL, 0}, {ARM, 0}, {LIA, 0}, {ELI, 0}, {BEL, 1}, {CAL, 0}}}, - {ATE, {{PLA, 0}, {BOR, 0}, {DIM, 1}, {MOR, 0}, {OLI, 0}, {ROL, 0}, {TAL, 0}, {ARM, 0}, {LIA, 0}, {ELI, 0}, {BEL, 0}, {CAL, 1}, {ENN, 1}}}, - {PLA, {{BOR, 1}, {DIM, 0}, {MOR, 1}, {OLI, 0}, {ROL, 1}, {TAL, 0}, {ARM, 0}, {LIA, 0}, {ELI, 0}, {BEL, 1}, {CAL, 1}, {ENN, 0}, {ATE, 0}}}, - {BOR, {{DIM, 1}, {MOR, 1}, {OLI, 1}, {ROL, 0}, {TAL, 0}, {ARM, 0}, {LIA, 0}, {ELI, 0}, {BEL, 1}, {CAL, 1}, {ENN, 1}, {ATE, 0}, {PLA, 1}}}, - {DIM, {{MOR, 1}, {OLI, 1}, {ROL, 0}, {TAL, 0}, {ARM, 0}, {LIA, 0}, {ELI, 0}, {BEL, 0}, {CAL, 0}, {ENN, 1}, {ATE, 1}, {PLA, 0}, {BOR, 1}}}, - {MOR, {{OLI, 1}, {ROL, 1}, {TAL, 1}, {ARM, 1}, {LIA, 0}, {ELI, 0}, {BEL, 0}, {CAL, 0}, {ENN, 0}, {ATE, 0}, {PLA, 1}, {BOR, 1}, {DIM, 0}}}, - {OLI, {{ROL, 0}, {TAL, 0}, {ARM, 1}, {LIA, 1}, {ELI, 0}, {BEL, 0}, {CAL, 0}, {ENN, 0}, {ATE, 0}, {PLA, 0}, {BOR, 1}, {DIM, 1}, {MOR, 1}}}, - {ROL, {{TAL, 1}, {ARM, 0}, {LIA, 0}, {ELI, 1}, {BEL, 0}, {CAL, 0}, {ENN, 0}, {ATE, 0}, {PLA, 1}, {BOR, 0}, {DIM, 0}, {MOR, 1}, {OLI, 0}}}, - {TAL, {{ARM, 1}, {LIA, 0}, {ELI, 1}, {BEL, 0}, {CAL, 0}, {ENN, 0}, {ATE, 0}, {PLA, 0}, {BOR, 0}, {DIM, 0}, {MOR, 1}, {OLI, 0}, {ROL, 1}}}, - {ARM, {{LIA, 1}, {ELI, 0}, {BEL, 0}, {CAL, 0}, {ENN, 0}, {ATE, 0}, {PLA, 0}, {BOR, 0}, {DIM, 0}, {MOR, 1}, {OLI, 1}, {ROL, 0}, {TAL, 1}}}, - {LIA, {{ELI, 0}, {BEL, 0}, {CAL, 0}, {ENN, 0}, {ATE, 0}, {PLA, 0}, {BOR, 0}, {DIM, 0}, {MOR, 0}, {OLI, 1}, {ROL, 0}, {TAL, 0}, {ARM, 1}}}, - {ELI, {{BEL, 0}, {CAL, 0}, {ENN, 0}, {ATE, 0}, {PLA, 0}, {BOR, 0}, {DIM, 0}, {MOR, 0}, {OLI, 0}, {ROL, 1}, {TAL, 1}, {ARM, 0}, {LIA, 0}}}, - }; + std::unordered_map states;// states + std::map> adjacency; // list of adjacency }; #endif // GAMEBOARD_H \ No newline at end of file diff --git a/inc/marker/marker.h b/inc/marker/marker.h index 59b4a90..e643d72 100644 --- a/inc/marker/marker.h +++ b/inc/marker/marker.h @@ -3,18 +3,21 @@ #include "enumcolor.h" #include "state.h" +#include "gameboard.h" class Marker { private: State* state; - const Color color; + Color color; bool set; public: Marker(Color); void setState(State*); State& getState() const; bool is_set() const; + bool save(std::string) const; + bool load(std::string, GameBoard&); }; #endif // MARKER_H \ No newline at end of file diff --git a/inc/player.h b/inc/player.h index bd42415..2c804db 100644 --- a/inc/player.h +++ b/inc/player.h @@ -10,8 +10,6 @@ #include "state.h" #include "playermarker.h" -class UserInterface; - class Player { public: @@ -39,10 +37,14 @@ class Player { std::vector burnCards(); std::vector burnPlayedCards(); + // save and load + bool save(std::string) const; + bool load(std::string, GameBoard&); + private: - const std::string name; - const size_t ID; - const unsigned int age; + std::string name; + size_t ID; + size_t age; std::vector cards; std::vector playedCards; size_t stateCounter; diff --git a/inc/userinterface.h b/inc/userinterface.h index c57249a..927bd1b 100644 --- a/inc/userinterface.h +++ b/inc/userinterface.h @@ -3,6 +3,7 @@ #include #include +#include // for pair color and color name #include #include "battlemarker.h" @@ -14,7 +15,9 @@ class GameBoard; class UserInterface { private: + std::vector> freeColors; public: + UserInterface(); void clearTerminal() const; void pause() const; void spliter() const; @@ -23,6 +26,7 @@ class UserInterface void showPlayerPlayedCards(const Player&) const; std::string getCommand(const Player&, const BattleMarker&, const Card*); State* get_battleground(const Player&,GameBoard&); + State* get_favorground(const Player&,GameBoard&); void showPlayerStates(const Player&) const; void showPlayerCards(const Player&) const; std::string get_card_name(); diff --git a/main.cpp b/main.cpp deleted file mode 100644 index edd4313..0000000 --- a/main.cpp +++ /dev/null @@ -1,22 +0,0 @@ -#include -#include - -int main(int argc, char *argv[]) -{ - QGuiApplication app(argc, argv); - - QQmlApplicationEngine engine; - const QUrl url(QStringLiteral("qrc:/Condottiere/main.qml")); - QObject::connect( - &engine, - &QQmlApplicationEngine::objectCreated, - &app, - [url](QObject *obj, const QUrl &objUrl) { - if (!obj && url == objUrl) - QCoreApplication::exit(-1); - }, - Qt::QueuedConnection); - engine.load(url); - - return app.exec(); -} diff --git a/main.qml b/main.qml deleted file mode 100644 index 41424f8..0000000 --- a/main.qml +++ /dev/null @@ -1,8 +0,0 @@ -import QtQuick - -Window { - width: 640 - height: 480 - visible: true - title: qsTr("Hello World") -} diff --git a/src/card/bishop.cpp b/src/card/bishop.cpp index e5980b8..c113cc4 100644 --- a/src/card/bishop.cpp +++ b/src/card/bishop.cpp @@ -1,17 +1,28 @@ #include +#include +#include #include "bishop.h" -class Game; -class Player; -#define HELP "When you play a Bishop, check which mercenary has the highest value among all player rows. Discard all copies of that card from all player rows" +std::string Bishop::help; -std::string Bishop::help = HELP; - -Bishop::Bishop() : PurpleCard(0,"Bishop",1) { +Bishop::Bishop(std::string helpFilePath) : PurpleCard(0,"Bishop",1) { + std::ifstream helpFile(helpFilePath); + if (helpFile.is_open()){ + std::stringstream helpString; + std::string tmp; + while(getline(helpFile,tmp)){ + helpString << '\n' << tmp; + } + help = helpString.str(); + helpFile.close(); + } + else + throw std::runtime_error("The Bishop help file cannot be opened"); } + std::string Bishop::getHelp() { return Bishop::help; } diff --git a/src/card/drummer.cpp b/src/card/drummer.cpp index dc00cd2..549ca67 100644 --- a/src/card/drummer.cpp +++ b/src/card/drummer.cpp @@ -2,12 +2,26 @@ #include "player.h" #include "game.h" -#define HELP "While you have a Drummer in your row, double the value of each mercenary in your row. You can play additional Drummers, but they have no effect." +#include +#include +#include +#include -std::string Drummer::help = HELP; +std::string Drummer::help; -Drummer::Drummer() : PurpleCard(0,"Drummer",3){ - +Drummer::Drummer(std::string helpFilePath) : PurpleCard(0,"Drummer",3){ + std::ifstream helpFile(helpFilePath); + if (helpFile.is_open()){ + std::stringstream helpString; + std::string tmp; + while(getline(helpFile,tmp)){ + helpString << '\n' << tmp; + } + help = helpString.str(); + helpFile.close(); + } + else + throw std::runtime_error("The Drummer help file cannot be opened"); } std::string Drummer::getHelp() { diff --git a/src/card/heroine.cpp b/src/card/heroine.cpp index 66079fe..307ca52 100644 --- a/src/card/heroine.cpp +++ b/src/card/heroine.cpp @@ -1,14 +1,25 @@ #include "heroine.h" -class Game; -class Player; - -#define HELP "For each Heroine in your row, add 10 to your strength." - -std::string Heroine::help = HELP; - -Heroine::Heroine() : PurpleCard(10,"Heroine",5){ - +#include +#include +#include +#include + +std::string Heroine::help; + +Heroine::Heroine(std::string helpFilePath) : PurpleCard(10,"Heroine",5){ + std::ifstream helpFile(helpFilePath); + if (helpFile.is_open()){ + std::stringstream helpString; + std::string tmp; + while(getline(helpFile,tmp)){ + helpString << '\n' << tmp; + } + help = helpString.str(); + helpFile.close(); + } + else + throw std::runtime_error("The Heroine help file cannot be opened"); } std::string Heroine::getHelp() { diff --git a/src/card/scarecrow.cpp b/src/card/scarecrow.cpp index 965e66b..d421cdb 100644 --- a/src/card/scarecrow.cpp +++ b/src/card/scarecrow.cpp @@ -2,12 +2,27 @@ #include "player.h" #include "game.h" -#define HELP "Take 1 mercenary from your row back to your hand." +#include +#include +#include +#include -std::string Scarecrow::help = HELP; -Scarecrow::Scarecrow() : PurpleCard(0,"Scarecrow",0){ +std::string Scarecrow::help; +Scarecrow::Scarecrow(std::string helpFilePath) : PurpleCard(0,"Scarecrow",0){ + std::ifstream helpFile(helpFilePath); + if (helpFile.is_open()){ + std::stringstream helpString; + std::string tmp; + while(getline(helpFile,tmp)){ + helpString << '\n' << tmp; + } + help = helpString.str(); + helpFile.close(); + } + else + throw std::runtime_error("The Scarecrow help file cannot be opened"); } std::string Scarecrow::getHelp() { diff --git a/src/card/spring.cpp b/src/card/spring.cpp index e90d6cc..6bf393d 100644 --- a/src/card/spring.cpp +++ b/src/card/spring.cpp @@ -1,17 +1,26 @@ #include - +#include +#include +#include +#include #include "spring.h" -class Game; -class Player; - -#define HELP "While Spring is in play, check which mercenary has the highest value among all player rows. Add “3” to the value of all copies of that card in all player rows. Note that the mercenary affected by Spring can change during the battle." - -std::string Spring::help = HELP; - -Spring::Spring() : Season(0,"Spring",4){ +std::string Spring::help; +Spring::Spring(std::string helpFilePath) : Season(0,"Spring",4){ + std::ifstream helpFile(helpFilePath); + if (helpFile.is_open()){ + std::stringstream helpString; + std::string tmp; + while(getline(helpFile,tmp)){ + helpString << '\n' << tmp; + } + help = helpString.str(); + helpFile.close(); + } + else + throw std::runtime_error("The Spring help file cannot be opened"); } std::string Spring::getHelp() { diff --git a/src/card/spy.cpp b/src/card/spy.cpp index ff30922..dcb0210 100644 --- a/src/card/spy.cpp +++ b/src/card/spy.cpp @@ -1,14 +1,25 @@ #include "spy.h" -class Game; -class Player; +#include +#include +#include +#include -#define HELP "For each Spy in your row,add 1 to your strength.Also, after each battle, the player with the most Spies takes the battle marker instead of the player who won the battle. If players are tied for most Spies, the battle marker is taken as normal" +std::string Spy::help; -std::string Spy::help = HELP; - -Spy::Spy() : PurpleCard(1,"Spy",5){ - help = HELP; +Spy::Spy(std::string helpFilePath) : PurpleCard(1,"Spy",5){ + std::ifstream helpFile(helpFilePath, std::ios::in); + if (helpFile.is_open()){ + std::stringstream helpString; + std::string tmp; + while(getline(helpFile,tmp)){ + helpString << '\n' << tmp; + } + help = helpString.str(); + helpFile.close(); + } + else + throw std::runtime_error("The Spy help file cannot be opened"); } std::string Spy::getHelp() { diff --git a/src/card/turncoat.cpp b/src/card/turncoat.cpp index e72a47f..f76b353 100644 --- a/src/card/turncoat.cpp +++ b/src/card/turncoat.cpp @@ -1,14 +1,26 @@ #include "turncoat.h" -class Game; -class Player; +#include +#include +#include +#include -#define HELP "The battle ends immediately with the winner determined as normal." -std::string Turncoat::help = HELP; +std::string Turncoat::help; -Turncoat::Turncoat() : PurpleCard(0,"Turncoat",0){ - help = HELP; +Turncoat::Turncoat(std::string helpFilePath) : PurpleCard(0,"Turncoat",0){ + std::ifstream helpFile(helpFilePath); + if (helpFile.is_open()){ + std::stringstream helpString; + std::string tmp; + while(getline(helpFile,tmp)){ + helpString << '\n' << tmp; + } + help = helpString.str(); + helpFile.close(); + } + else + throw std::runtime_error("The Turncoat help file cannot be opened"); } std::string Turncoat::getHelp() { diff --git a/src/card/winter.cpp b/src/card/winter.cpp index c3a1592..42b7e1e 100644 --- a/src/card/winter.cpp +++ b/src/card/winter.cpp @@ -1,15 +1,28 @@ #include +#include +#include +#include +#include #include "winter.h" #include "player.h" #include "game.h" -#define HELP "The value of each mercenary in play is “1.” This card replaces the current season" +std::string Winter::help; -std::string Winter::help = HELP; - -Winter::Winter() : Season(0,"Winter",2){ - help = HELP ; +Winter::Winter(std::string helpFilePath) : Season(0,"Winter",2) { + std::ifstream helpFile(helpFilePath); + if (helpFile.is_open()){ + std::stringstream helpString; + std::string tmp; + while(getline(helpFile,tmp)){ + helpString << '\n' << tmp; + } + help = helpString.str(); + helpFile.close(); + } + else + throw std::runtime_error("The Turncoat help file cannot be opened"); } std::string Winter::getHelp(){ diff --git a/src/game.cpp b/src/game.cpp index 220ae2d..a1fdb12 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -4,61 +4,103 @@ #include #include #include - // The text of the game guide -#define HELP "1. Place the board in the center of the table2.\nShuffle the remaining cards and deal 10 facedown to each player.\nPlace the deck facedown near the board3.\nEach player chooses a color and takes the six control markers of that color4.\nThe youngest player takes the battle marker.\nHe or she initiates the first battle and takes the first turn of the game5.\nPlayer turns are taken in clockwise order starting with the player who initiated the battle.\nWhen you take your turn, you can choose to either play a card or pass.\nPlaying a card allows you to increase your strength, hinder opponents, or trigger other effects.\nThere are two types of cards: mercenary and special cards\n" - -//test -#include +#include // for files +#include // for read file as stream +#include #include "game.h" +#include "filepath.h" -std::string Game::help = HELP; // set help - -Game::Game(UserInterface &inputUI) : cards(89), ui(inputUI), season(nullptr) // constructor +std::string Game::help; // set help +// constructor +Game::Game(UserInterface &inputUI) : + ui(&inputUI), + season(nullptr), + gameBoard(BOARD_FILE) { srand(time(0)); // for rand function + + // Read help from file + std::ifstream helpFile(Game_HELP_FILE); + if (helpFile.is_open()) { + std::stringstream helpString; + std::string tmp; + while(getline(helpFile,tmp)){ + helpString << '\n' << tmp; + } + Game::help = helpString.str(); + helpFile.close(); + } + else + throw std::runtime_error("The game help file cannot be opened"); + // + + for (int i = 0; i < 10; i++) { - cards[i] = &one_point_yellow_card[i]; // an array of yellow cards + cards.push_back(new YellowCard(1)); // an array of yellow cards } for (int i = 0; i < 8; i++) // point of yellow cards { - cards[i + 10] = &two_point_yellow_card[i]; - cards[i + 18] = &three_point_yellow_card[i]; - cards[i + 26] = &four_point_yellow_card[i]; - cards[i + 34] = &five_point_yellow_card[i]; - cards[i + 42] = &six_point_yellow_card[i]; - cards[i + 50] = &ten_point_yellow_card[i]; + cards.push_back(new YellowCard(2)); + cards.push_back(new YellowCard(3)); + cards.push_back(new YellowCard(4)); + cards.push_back(new YellowCard(5)); + cards.push_back(new YellowCard(6)); + cards.push_back(new YellowCard(10)); } for (int i = 0; i < 3; i++) // an array of purple cards (heroine , spring , winter) { - cards[i + 58] = &heroine[i]; - cards[i + 61] = &spring[i]; - cards[i + 64] = &winter[i]; + cards.push_back(new Heroine(HEROINE_HELP_FILE)); + cards.push_back(new Spring(SPRING_HELP_FILE)); + cards.push_back(new Winter(WINTER_HELP_FILE)); + cards.push_back(new Turncoat(TURNCOAT_HELP_FILE)); } for (int i = 0; i < 16; i++) // an array of purple cards (scarecrow) { - cards[i + 67] = &scarecrow[i]; + cards.push_back(new Scarecrow(SCARECROW_HELP_FILE)); } for (int i = 0; i < 6; i++) { - cards[i + 83] = &drummer[i]; - // cards[i + 100] = &bishop[i]; // This is for the next phase of the project + cards.push_back(new Drummer(DRUMMER_HELP_FILE)); + cards.push_back(new Bishop(BISHOP_HELP_FILE)); + } + for (int i = 0;i < 12;i++){ + cards.push_back(new Spy(SPY_HELP_FILE)); + } +} + +Game::~Game() { + for (auto &&player : players) + { + std::vector tmp(player.burnCards()); + if (!tmp.empty()){ + cards.insert(cards.end(), tmp.begin(), tmp.end()); + } + } + for (auto &&player : players) + { + std::vector tmp(player.burnPlayedCards()); + if (!tmp.empty()){ + cards.insert(cards.end(), tmp.begin(), tmp.end()); + } + } + + cards.push_back(season); + season = nullptr; + + for (auto &&card : cards) + { + delete card; } - /*for (int i = 0;i < 12;i++){ - cards[i + 106] = &spy[i]; - }*/ - /*for (int i = 0; i < 3; i++) { - cards[i + 118] = &turncoat[i]; - }*/ } std::string Game::getHelp() { // send help texts for user return help; } -size_t Game::find_war_winner(){ +size_t Game::warـanalyst(){ std::vector> pointCards(players.size()); std::vector> purpleCards; std::vector drummer_set(players.size(),false); @@ -91,18 +133,15 @@ size_t Game::find_war_winner(){ }); for (auto &&purpleCard : purpleCards) { - if (purpleCard.second->getType() == "drummer") { + if (typeid(*purpleCard.second) == typeid(Drummer)) { if (drummer_set[purpleCard.first] == false) { purpleCard.second->applyFeature(pointCards, purpleCard.first); + drummer_set[purpleCard.first] = true; } } else{ purpleCard.second->applyFeature(pointCards, purpleCard.first); } - - if (purpleCard.second->getType() == "drummer") { - drummer_set[purpleCard.first] = true; - } } size_t winnerID = players.size(); @@ -123,13 +162,6 @@ size_t Game::find_war_winner(){ return pair1.second > pair2.second; }); - //Test - std::cerr << scores[0].second << std::endl; - std::cerr << scores[1].second << std::endl; - std::cerr << scores[2].second << std::endl; - ui.pause(); - // - if (scores[0].second != scores[1].second) { winnerID = scores[0].first; } @@ -164,7 +196,6 @@ bool Game::find_game_winner(const Player& player){ } } - } else return false; @@ -172,11 +203,11 @@ bool Game::find_game_winner(const Player& player){ } void Game::getPlayers() { - int n = ui.get_players_number(); + int n = ui->get_players_number(); for (size_t i = 0; i < n; i++) { - std::string name = ui.get_player_name(i + 1); - unsigned int age = ui.get_player_old(i + 1); - Color color = ui.get_player_color(i + 1); + std::string name = ui->get_player_name(i + 1); + unsigned int age = ui->get_player_old(i + 1); + Color color = ui->get_player_color(i + 1); players.push_back(Player(name, i, age, color)); } } @@ -187,7 +218,7 @@ void Game::distributeCards() { std::vector playerCards(cards.begin(), cards.begin() + (10 + player.getStateNumber())); cards.erase(cards.begin(), cards.begin() + (10 + player.getStateNumber())); player.setCards(playerCards); - ui.showPlayerCards(player); + ui->showPlayerCards(player); } } @@ -202,12 +233,21 @@ void Game::play() distributeCards(); size_t currentPlayerID = 1; currentPlayerID = compareAge(); + size_t favorSetterID = players.size(); + size_t battleSetterID = currentPlayerID; while (true){ - set_battleground(players[currentPlayerID]); - currentPlayerID = war(currentPlayerID); + if (favorSetterID < players.size()) { + set_favorground(players[favorSetterID]); + } + set_battleground(players[battleSetterID]); + std::pair> war_return_value = war(currentPlayerID); + currentPlayerID = war_return_value.first; + favorSetterID = war_return_value.second.first; + battleSetterID = war_return_value.second.second; + bool gameEnd = find_game_winner(players[currentPlayerID]); if (gameEnd){ - ui.declare_gameWinner(players[currentPlayerID]); + ui->declare_gameWinner(players[currentPlayerID]); break; } size_t counter = 0; @@ -230,8 +270,8 @@ void Game::play() } } -bool Game::check_number_of_player(int n) { - if (n >= 3 && n <= 6){ +bool Game::check_number_of_player(std::string n) { + if (n >= "3" && n <= "6" && n.size() <= 1) { return true; } else{ @@ -241,29 +281,176 @@ bool Game::check_number_of_player(int n) { } void Game::set_battleground(const Player& currentPlayer) { - State* battlegroud = ui.get_battleground(currentPlayer,gameBoard); - battleMarker.setState(battlegroud); + State* battleground = ui->get_battleground(currentPlayer,gameBoard); + battleMarker.setState(battleground); +} + +void Game::set_favorground(const Player& currentPlayer) { + State* favorground = ui->get_favorground(currentPlayer,gameBoard); + favorMarker.setState(favorground); } -int Game::war(int currentPlayerID) { //This function starts working when the conditions are ready and the province of the battle location is selected +bool Game::save(std::string filePath) const { + std::ofstream file(filePath, std::ios::binary | std::ios::trunc | std::ios::app); + if (!file) { + throw std::runtime_error("file " + filePath + " cannot be open in game"); + } + + // save cards + size_t size = cards.size(); + file.write(reinterpret_cast(&size), sizeof(size_t)); + for (auto &&card : cards) { + size_t capacity = card->getType().capacity(); + file.write(reinterpret_cast(&capacity), sizeof(size_t)); + std::string cardName = card->getType(); + file.write(reinterpret_cast(&cardName), capacity); + } + bool season_set = false; + if (season){ + season_set = true; + file.write(reinterpret_cast(&season_set), sizeof(bool)); + std::string season_type = season->getType(); + size_t capacity = season_type.capacity(); + file.write(reinterpret_cast(&capacity), sizeof(size_t)); + file.write(reinterpret_cast(&season_type), capacity); + } + else { + season_set = false; + file.write(reinterpret_cast(&season_set), sizeof(bool)); + } + + // save ui object + size_t size_UI = sizeof(*ui); + file.write(reinterpret_cast(&size_UI), sizeof(size_t)); + file.write(reinterpret_cast(&*ui), size_UI); + + + file.close(); + + // save gameboard + size_t gameBoard_size = sizeof(gameBoard); + file.write(reinterpret_cast(&gameBoard_size), sizeof(size_t)); + file.write(reinterpret_cast(&gameBoard), gameBoard_size); + // save markers + favorMarker.save(filePath); + battleMarker.save(filePath); + + size_t players_size = players.size(); + file.write(reinterpret_cast(&players_size), sizeof(size_t)); + for (auto &&player : players) { + player.save(filePath); + } + + return true; +} + +bool Game::load(std::string filePath) { + std::ifstream file(filePath, std::ios::binary); + if (!file) { + throw std::runtime_error("file " + filePath + " cannot be open in game"); + } + + // read cards + size_t size; + file.read(reinterpret_cast(&size), sizeof(size_t)); + for (size_t i = 0; i < size; i++) + { + size_t capacity; + file.read(reinterpret_cast(&capacity), sizeof(size_t)); + std::string cardName; + file.read(reinterpret_cast(&cardName), sizeof(capacity)); + if (cardName == "1") + cards.push_back(new YellowCard(1)); + else if (cardName == "2") + cards.push_back(new YellowCard(2)); + else if (cardName == "3") + cards.push_back(new YellowCard(3)); + else if (cardName == "4") + cards.push_back(new YellowCard(4)); + else if (cardName == "5") + cards.push_back(new YellowCard(5)); + else if (cardName == "6") + cards.push_back(new YellowCard(6)); + else if (cardName == "10") + cards.push_back(new YellowCard(10)); + else if (cardName == "Heroine") + cards.push_back(new Heroine(HEROINE_HELP_FILE)); + else if (cardName == "Turncoat") + cards.push_back(new Turncoat(TURNCOAT_HELP_FILE)); + else if (cardName == "Scarecrow") + cards.push_back(new Scarecrow(SCARECROW_HELP_FILE)); + else if (cardName == "Drummer") + cards.push_back(new Drummer(DRUMMER_HELP_FILE)); + else if (cardName == "Bishop") + cards.push_back(new Bishop(BISHOP_HELP_FILE)); + else if (cardName == "Spy") + cards.push_back(new Spy(SPY_HELP_FILE)); + else + throw std::runtime_error("card" + cardName + " not found"); + } + + bool season_set; + file.read(reinterpret_cast(&season_set), sizeof(bool)); + if (season_set){ + size_t capacity; + file.read(reinterpret_cast(&capacity), sizeof(size_t)); + std::string season_type; + file.read(reinterpret_cast(&season_type), capacity); + if (season_type == "Spring") + season = new Spring(SPRING_HELP_FILE); + else if (season_type == "Winter") + season = new Winter(WINTER_HELP_FILE); + } + // read ui object + size_t size_UI; + file.read(reinterpret_cast(&size_UI), sizeof(size_t)); + file.read(reinterpret_cast(&*ui), size_UI); + // read gameboard + size_t gameBoard_size; + file.read(reinterpret_cast(&gameBoard_size), sizeof(size_t)); + file.read(reinterpret_cast(&gameBoard), gameBoard_size); + + file.close(); + + // read markers + favorMarker.load(filePath, gameBoard); + battleMarker.load(filePath, gameBoard); + + // read players + size_t players_size; + file.read(reinterpret_cast(&players_size), sizeof(size_t)); + players.clear(); + for (size_t i = 0; i < players_size; i++) + { + Player tmp(" ", players_size, 0, Color::white); + tmp.load(filePath, gameBoard); + players.push_back(tmp); + } + + return true; +} +std::pair> Game::war(int currentPlayerID) { //This function starts working when the conditions are ready and the province of the battle location is selected std::vector activePlayers; for (auto &&player : players) { activePlayers.push_back(&player); } size_t i = currentPlayerID; + size_t battleSetterID = players.size(); + size_t favorSetterID = players.size(); + std::vector spyCounter(players.size()); for (;!activePlayers.empty(); i++) { for (auto &&player : players) { - ui.showPlayerPlayedCards(player); + ui->showPlayerPlayedCards(player); } - ui.spliter(); + ui->spliter(); for (auto &&player : players) { - ui.showPlayerStates(player); + ui->showPlayerStates(player); } - ui.spliter(); - std::string command = ui.getCommand(*activePlayers[i],battleMarker, season); - ui.clearTerminal(); + ui->spliter(); + std::string command = ui->getCommand(*activePlayers[i],battleMarker, season); + ui->clearTerminal(); if (command == "pass") { // if player select passing if (activePlayers.size() == 1) currentPlayerID = activePlayers[i]->getID(); activePlayers.erase(activePlayers.begin() + i); @@ -271,16 +458,16 @@ int Game::war(int currentPlayerID) { //This function starts working when the } else { const Card* drawnCard = activePlayers[i]->drawn_card(command); - if (drawnCard->getType() == "Turncoat"){ + if (typeid(*drawnCard) == typeid(Turncoat)){ cards.push_back(drawnCard); break; } - else if (drawnCard->getType() == "Scarecrow"){ + else if (typeid(*drawnCard) == typeid(Scarecrow)){ if (!activePlayers[i]->getPlayedCards().empty()) { bool flag = false; do { - ui.showPlayerPlayedCards(*activePlayers[i]); - std::string choose = ui.get_card_name(); + ui->showPlayerPlayedCards(*activePlayers[i]); + std::string choose = ui->get_card_name(); if (choose[0] >= '0' and choose[0] <= '9'){ for (const auto &card : activePlayers[i]->getPlayedCards()) { if (card->getType() == choose) { @@ -292,12 +479,12 @@ int Game::war(int currentPlayerID) { //This function starts working when the } } else { - ui << "You can only choose from yellow cards, "; + *ui << "You can only choose from yellow cards, "; flag = false; } if (!flag) { - ui << "Please try again"; - ui.pause(); + *ui << "Please try again"; + ui->pause(); } } while (!flag); } @@ -310,24 +497,41 @@ int Game::war(int currentPlayerID) { //This function starts working when the season = drawnCard; } else{ + if (typeid(*drawnCard) == typeid(Bishop)) { + battleSetterID = activePlayers[i]->getID(); + } + else if (typeid(*drawnCard) == typeid(Spy)) { + spyCounter[activePlayers[i]->getID()]++; + } activePlayers[i]->push_to_playedCards(drawnCard); } } if (i >= activePlayers.size() - 1) i = -1; } - size_t winnerID = find_war_winner(); + size_t winnerID = warـanalyst(); if (winnerID < players.size()) { currentPlayerID = winnerID; players[currentPlayerID].setState(&battleMarker.getState()); - ui.declare_warWinner(players[currentPlayerID]); + ui->declare_warWinner(players[currentPlayerID]); } else { - ui.declare_warWinner(); + ui->declare_warWinner(); battleMarker.getState().set(false); } - return currentPlayerID; + + favorSetterID = (std::max_element(spyCounter.begin(), spyCounter.end()) - spyCounter.begin()); + std::pair> r; // first currentplayerID, second.first favorSetterID, second.second battleSetterID + r.first = currentPlayerID; + r.second.first = favorSetterID; + if (battleSetterID < players.size()){ + r.second.second = battleSetterID; + } + else { + r.second.second = currentPlayerID; + } + return r; } size_t Game::compareAge() // search in players ages diff --git a/src/gameboard.cpp b/src/gameboard.cpp index 63600df..4ccc636 100644 --- a/src/gameboard.cpp +++ b/src/gameboard.cpp @@ -1,11 +1,56 @@ #include "gameboard.h" +#include "state.h" +#include #include #include #include +#include +#include +#include +#include + +GameBoard::GameBoard(std::string filePath) { + std::ifstream file(filePath); + if (!file) { + throw std::runtime_error("board file cannot be open"); + } + std::string tmp_state_name; + while(file >> quoted(tmp_state_name)){ // add state to states and adjacent of them + states.insert(std::pair(tmp_state_name, State(tmp_state_name))); + std::string tmp_adjacency_line; //A line in the file where the adjacent is written + getline(file, tmp_adjacency_line);// read adjacency line in file + std::stringstream tmp(tmp_adjacency_line); // for keep the line of adjacency + std::string tmp_adjacency_state_name;// Name of the adjacent state + while(tmp >> quoted(tmp_adjacency_state_name)) { // add adjacent of the state to adjacency + adjacency[tmp_state_name].push_back(tmp_adjacency_state_name); + } + } +} bool GameBoard::checkAdjacency(const std::string state1Name,const std::string state2Name, const std::string state3Name) { - return (adjacency[state1Name][state2Name] && adjacency[state1Name][state3Name] && adjacency[state2Name][state3Name]); + // check arguments + if (states.find(state1Name) == states.end()){ + throw std::invalid_argument("State1 not found"); + } + if (states.find(state2Name) == states.end()){ + throw std::invalid_argument("State2 not found"); + } + if (states.find(state3Name) == states.end()){ + throw std::invalid_argument("State3 not found"); + } + // + + // check adjacency + if(std::find(adjacency[state1Name].begin(), adjacency[state1Name].end(), state2Name) == adjacency[state1Name].end()) + return false; + if(std::find(adjacency[state2Name].begin(), adjacency[state2Name].end(), state3Name) == adjacency[state2Name].end()) + return false; + if(std::find(adjacency[state3Name].begin(), adjacency[state3Name].end(), state1Name) == adjacency[state3Name].end()) + return false; + + return true; + // } State* GameBoard::getState(std::string name){ @@ -25,3 +70,35 @@ std::vector GameBoard::get_active_states_name() const{ } return active_states_name; } + +/*bool GameBoard::save(std::string filePath) const{ + std::ofstream file(filePath, std::ios::binary | std::ios::app); + if (!file) { + throw std::runtime_error("save file cannot be open in gameboard"); + } + + + //save unordered_map states + size_t statesSize = states.size(); + file.write(reinterpret_cast(&statesSize), sizeof(size_t)); + for (auto &&state : states) + { + std::pair tmp(state.first, state.second); + size_t statesCount = sizeof(tmp); + file.write(reinterpret_cast(&statesCount), sizeof(size_t)); + file.write(reinterpret_cast(&tmp), statesCount); + std::list tmp_state_adjacency_list (adjacency.find(tmp.first)->second); + + size_t state_adjacent_count = tmp_state_adjacency_list.size(); + file.write(reinterpret_cast(&state_adjacent_count), sizeof(size_t)); + for (auto &&stateAdjacent : tmp_state_adjacency_list) + { + size_t size = stateAdjacent.capacity(); + file.write(reinterpret_cast(&size), sizeof(size_t)); + file.write(reinterpret_cast(&stateAdjacent), size); + } + } + + file.close(); + return true; +}*/ diff --git a/src/main.cpp b/src/main.cpp deleted file mode 100644 index d7056e6..0000000 --- a/src/main.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#include - -#include "game.h" -#include "userinterface.h" - -using namespace std; - -int main(){ - UserInterface interface; // set object - Game game(interface); //relationship - game.play(); //start game - return 0; -} \ No newline at end of file diff --git a/src/marker/marker.cpp b/src/marker/marker.cpp index 3b00e3e..7355523 100644 --- a/src/marker/marker.cpp +++ b/src/marker/marker.cpp @@ -1,5 +1,7 @@ #include "marker.h" +#include + Marker::Marker(Color inputColor) : color(inputColor), state(nullptr) { set = false; } @@ -15,4 +17,42 @@ void Marker::setState(State* state){ bool Marker::is_set() const{ return set; +} + +bool Marker::save(std::string filePath) const { + std::ofstream file(filePath, std::ios::binary | std::ios::app); + if (!file) { + throw std::runtime_error("file " + filePath + "cannot be open in marker"); + } + + std::string stateName = state->getName(); + size_t size = stateName.capacity(); + file.write(reinterpret_cast(&size), sizeof(size_t)); + file.write(reinterpret_cast(&stateName), size); + + file.write(reinterpret_cast(&color), sizeof(Color)); + file.write(reinterpret_cast(&set), sizeof(bool)); + + file.close(); + return true; +} + +bool Marker::load(std::string filePath, GameBoard& gameBoard) { + std::ifstream file(filePath, std::ios::binary); + if (!file) { + throw std::runtime_error("file " + filePath + "cannot be open in marker"); + } + + std::string stateName; + size_t size; + file.read(reinterpret_cast(&size), sizeof(size_t)); + file.read(reinterpret_cast(&stateName), size); + state = gameBoard.getState(stateName); + + file.read(reinterpret_cast(&color), sizeof(Color)); + file.read(reinterpret_cast(&set), sizeof(bool)); + + file.close(); + return true; + } \ No newline at end of file diff --git a/src/player.cpp b/src/player.cpp index 59e6001..2ed012a 100644 --- a/src/player.cpp +++ b/src/player.cpp @@ -1,9 +1,19 @@ #include +#include #include "player.h" -//Test -#include +#include "yellowcard.h" +#include "bishop.h" +#include "drummer.h" +#include "heroine.h" +#include "scarecrow.h" +#include "spy.h" +#include "winter.h" +#include "spring.h" +#include "turncoat.h" + +#include "filepath.h" Player::Player(std::string inputName, size_t inputID, unsigned int inputAge, Color inputColor) : // constructor name(inputName), @@ -82,7 +92,6 @@ const Card* Player::drawn_playedCard(std::string inputCard){ if (playedCards[i]->getType() == inputCard) { const Card* card = playedCards[i]; playedCards.erase(playedCards.begin() + i); - std::cerr << card->getType() << ' ' << ID << std::endl; return card; } } @@ -104,3 +113,169 @@ std::vector Player::burnPlayedCards(){ // killing cards or delete playedCards.clear(); // remove from player hands return tmp; } + +bool Player::save(std::string filePath) const{ + std::ofstream file(filePath, std::ios::binary | std::ios::app); + if (!file) { + throw std::runtime_error("file " + filePath + " cannot be open in player" + std::to_string(ID)); + } + + + // name + { + size_t size = name.capacity(); + file.write(reinterpret_cast(&size), sizeof(size_t)); + file.write(reinterpret_cast(&name), size); + } + + // ID + file.write(reinterpret_cast(&ID), sizeof(size_t)); + + // age + file.write(reinterpret_cast(&age), sizeof(size_t)); + + // save cards + { + size_t size = cards.size(); + file.write(reinterpret_cast(&size), sizeof(size_t)); + for (auto &&card : cards) { + size_t capacity = card->getType().capacity(); + file.write(reinterpret_cast(&capacity), sizeof(size_t)); + std::string tmp = card->getType(); + file.write(reinterpret_cast(&tmp), capacity); + } + } + + + // save played cards + { + size_t size = playedCards.size(); + file.write(reinterpret_cast(&size), sizeof(size_t)); + for (auto &&playedCard : playedCards) { + size_t capacity = playedCard->getType().capacity(); + file.write(reinterpret_cast(&capacity), sizeof(size_t)); + std::string tmp = playedCard->getType(); + file.write(reinterpret_cast(&tmp), capacity); + } + } + + // state counter + file.write(reinterpret_cast(&stateCounter), sizeof(size_t)); + + file.close(); + + // markers + for (auto &&marker : markers) + { + marker.save(filePath); + } + return true; +} + +bool Player::load(std::string filePath, GameBoard& gameBoard) { + std::ifstream file(filePath, std::ios::binary); + if (!file) { + throw std::runtime_error("file " + filePath + " cannot be open in player" + std::to_string(ID)); + } + + // name + { + size_t size; + file.read(reinterpret_cast(&size), sizeof(size_t)); + file.read(reinterpret_cast(&name), size); + } + + // ID + file.read(reinterpret_cast(&ID), sizeof(size_t)); + + // age + file.read(reinterpret_cast(&age), sizeof(size_t)); + + // read cards + { + size_t size; + file.read(reinterpret_cast(&size), sizeof(size_t)); + for (size_t i = 0; i < size; i++) + { + size_t capacity; + file.read(reinterpret_cast(&capacity), sizeof(size_t)); + std::string cardName; + file.read(reinterpret_cast(&cardName), sizeof(capacity)); + if (cardName == "1") + cards.push_back(new YellowCard(1)); + else if (cardName == "2") + cards.push_back(new YellowCard(2)); + else if (cardName == "3") + cards.push_back(new YellowCard(3)); + else if (cardName == "4") + cards.push_back(new YellowCard(4)); + else if (cardName == "5") + cards.push_back(new YellowCard(5)); + else if (cardName == "6") + cards.push_back(new YellowCard(6)); + else if (cardName == "10") + cards.push_back(new YellowCard(10)); + else if (cardName == "Heroine") + cards.push_back(new Heroine(HEROINE_HELP_FILE)); + else if (cardName == "Turncoat") + cards.push_back(new Turncoat(TURNCOAT_HELP_FILE)); + else if (cardName == "Scarecrow") + cards.push_back(new Scarecrow(SCARECROW_HELP_FILE)); + else if (cardName == "Drummer") + cards.push_back(new Drummer(DRUMMER_HELP_FILE)); + else if (cardName == "Bishop") + cards.push_back(new Bishop(BISHOP_HELP_FILE)); + else if (cardName == "Spy") + cards.push_back(new Spy(SPY_HELP_FILE)); + else + throw std::runtime_error("card" + cardName + " not found"); + } + } + + // read played cards + { + size_t size; + file.read(reinterpret_cast(&size), sizeof(size_t)); + for (size_t i = 0; i < size; i++) + { + size_t capacity; + file.read(reinterpret_cast(&capacity), sizeof(size_t)); + std::string cardName; + file.read(reinterpret_cast(&cardName), sizeof(capacity)); + if (cardName == "1") + playedCards.push_back(new YellowCard(1)); + else if (cardName == "2") + playedCards.push_back(new YellowCard(2)); + else if (cardName == "3") + playedCards.push_back(new YellowCard(3)); + else if (cardName == "4") + playedCards.push_back(new YellowCard(4)); + else if (cardName == "5") + playedCards.push_back(new YellowCard(5)); + else if (cardName == "6") + playedCards.push_back(new YellowCard(6)); + else if (cardName == "10") + playedCards.push_back(new YellowCard(10)); + else if (cardName == "Heroine") + playedCards.push_back(new Heroine(HEROINE_HELP_FILE)); + else if (cardName == "Turncoat") + playedCards.push_back(new Turncoat(TURNCOAT_HELP_FILE)); + else if (cardName == "Scarecrow") + playedCards.push_back(new Scarecrow(SCARECROW_HELP_FILE)); + else if (cardName == "Drummer") + playedCards.push_back(new Drummer(DRUMMER_HELP_FILE)); + else if (cardName == "Bishop") + cards.push_back(new Bishop(BISHOP_HELP_FILE)); + else if (cardName == "Spy") + playedCards.push_back(new Spy(SPY_HELP_FILE)); + else + throw std::runtime_error("card" + cardName + " not found"); + } + } + + // state counter + file.read(reinterpret_cast(&stateCounter), sizeof(size_t)); + + file.close(); + return true; +} \ No newline at end of file diff --git a/src/userinterface.cpp b/src/userinterface.cpp index 37a6287..e00a6a8 100644 --- a/src/userinterface.cpp +++ b/src/userinterface.cpp @@ -2,9 +2,22 @@ #include #include #include +#include // for pair,make_pair +#include // for toupper() +#include // for transform #include "userinterface.h" #include "game.h" +#include "enumcolor.h" + +UserInterface::UserInterface() { + freeColors.push_back(std::make_pair("ORANGE", orange)); + freeColors.push_back(std::make_pair("BLUE", blue)); + freeColors.push_back(std::make_pair("GREEN", green)); + freeColors.push_back(std::make_pair("RED", red)); + freeColors.push_back(std::make_pair("GRAY", gray)); + freeColors.push_back(std::make_pair("BROWN", brown)); +} void UserInterface::clearTerminal() const { system("clear");// for linux @@ -126,6 +139,34 @@ State* UserInterface::get_battleground(const Player& player,GameBoard& gameBoard throw std::runtime_error("UserInterface::get__battleground bad choice"); } +State* UserInterface::get_favorground(const Player& player,GameBoard& gameBoard) { + clearTerminal(); + bool flag = false; + std::string choice; + do { + std::cout << "active states : "; + for (auto &&stateName : gameBoard.get_active_states_name()) { + std::cout << stateName << ", "; + } + std::cout << "OUT"; + std::cout << std::endl; + std::cout << "Player" << player.getID() + 1 << ", please specify the favorground : "; + std::cin >> choice; + for (auto &&stateName : gameBoard.get_active_states_name()) { + if (stateName == choice) { + clearTerminal(); + return gameBoard.getState(choice); + flag = true; + } + } + if (choice == "OUT") { + clearTerminal(); + return nullptr; + flag = true; + } + } while (flag == false); + throw std::runtime_error("UserInterface::get__favorground bad choice"); +} void UserInterface::showPlayerStates(const Player& player) const{ std::cout << "Player" << player.getID() + 1 << " : "; if (!player.get_states_name().empty()){ @@ -155,7 +196,7 @@ std::string UserInterface::get_card_name() { } int UserInterface::get_players_number() { - int n; + std::string n; bool flag = false; do { @@ -168,7 +209,7 @@ int UserInterface::get_players_number() { std::cerr << e.what() << '\n'; } } while (flag == false); - return n; + return stoi(n); } @@ -188,24 +229,33 @@ unsigned int UserInterface::get_player_old(size_t playerID) { Color UserInterface::get_player_color(size_t playerID) { std::string input; - Color color; - bool flag = true; + Color choiceColor; + bool flag =true; do { - std::cout << "please enter Player" << playerID << " Color [orange,blue,green,red,gray,brown] : "; + std::cout << "please enter Player" << playerID; + std::cout << " ["; + for (auto &&color : freeColors) + { + std::cout << color.first << ','; + } + std::cout << "] : "; + std::cin >> input; - if (input == "orange") {color = orange; flag = true; } - else if (input == "blue") {color = blue; flag = true; } - else if (input == "green") {color = green; flag = true; } - else if (input == "red") {color = red; flag = true; } - else if (input == "gray") {color = gray; flag = true; } - else if (input == "brown") {color = brown; flag = true; } - else { - std::cout << "undifiend please try again!" << std::endl; - flag = false; + std::transform(input.begin(), input.end(), input.begin(), ::toupper); + for (size_t i = 0; i < freeColors.size(); i++) + { + if (input == freeColors[i].first) { + flag = true; + choiceColor = freeColors[i].second; + freeColors.erase(freeColors.begin() + i); + return choiceColor; + } } + std::cout << "undifiend please try again!" << std::endl; + flag = false; } while (flag == false); - return color; + return choiceColor; } void UserInterface::declare_warWinner(const Player& player) const{ diff --git a/workReport/Graphics/0d430388ec86043008f3ddd51b87958a.jpeg b/workReport/Graphics/0d430388ec86043008f3ddd51b87958a.jpeg deleted file mode 100644 index 50f530a..0000000 Binary files a/workReport/Graphics/0d430388ec86043008f3ddd51b87958a.jpeg and /dev/null differ diff --git a/workReport/Graphics/3842689766_7f356e2974_c.jpg b/workReport/Graphics/3842689766_7f356e2974_c.jpg deleted file mode 100644 index 517f215..0000000 Binary files a/workReport/Graphics/3842689766_7f356e2974_c.jpg and /dev/null differ diff --git a/workReport/Graphics/BASU_Logo_header.png b/workReport/Graphics/BASU_Logo_header.png deleted file mode 100644 index f257985..0000000 Binary files a/workReport/Graphics/BASU_Logo_header.png and /dev/null differ diff --git a/workReport/Graphics/BASU_Logo_title.png b/workReport/Graphics/BASU_Logo_title.png deleted file mode 100644 index 1a258f1..0000000 Binary files a/workReport/Graphics/BASU_Logo_title.png and /dev/null differ diff --git a/workReport/Graphics/BASU_logo.png b/workReport/Graphics/BASU_logo.png deleted file mode 100644 index ba7ba45..0000000 Binary files a/workReport/Graphics/BASU_logo.png and /dev/null differ diff --git a/workReport/Graphics/b6f2f15f4096cb3d5187056e76bed9ff.jpeg b/workReport/Graphics/b6f2f15f4096cb3d5187056e76bed9ff.jpeg deleted file mode 100644 index 207e667..0000000 Binary files a/workReport/Graphics/b6f2f15f4096cb3d5187056e76bed9ff.jpeg and /dev/null differ diff --git a/workReport/Graphics/horse.png b/workReport/Graphics/horse.png deleted file mode 100644 index 0f72219..0000000 Binary files a/workReport/Graphics/horse.png and /dev/null differ diff --git a/workReport/Graphics/logo.png b/workReport/Graphics/logo.png deleted file mode 100644 index f3a8308..0000000 Binary files a/workReport/Graphics/logo.png and /dev/null differ diff --git a/workReport/Graphics/maxresdefault.jpg b/workReport/Graphics/maxresdefault.jpg deleted file mode 100644 index 4715766..0000000 Binary files a/workReport/Graphics/maxresdefault.jpg and /dev/null differ diff --git a/workReport/Graphics/mkokrc6inchb1.jpg b/workReport/Graphics/mkokrc6inchb1.jpg deleted file mode 100644 index e043fc9..0000000 Binary files a/workReport/Graphics/mkokrc6inchb1.jpg and /dev/null differ diff --git a/workReport/Graphics/nav-logo.png b/workReport/Graphics/nav-logo.png deleted file mode 100644 index beee78a..0000000 Binary files a/workReport/Graphics/nav-logo.png and /dev/null differ diff --git a/workReport/Graphics/nav-logo.svg b/workReport/Graphics/nav-logo.svg deleted file mode 100644 index 5fd878a..0000000 --- a/workReport/Graphics/nav-logo.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/workReport/Graphics/war.jfif b/workReport/Graphics/war.jfif deleted file mode 100644 index 7a43bf7..0000000 Binary files a/workReport/Graphics/war.jfif and /dev/null differ diff --git a/workReport/WorkReport.aux b/workReport/WorkReport.aux deleted file mode 100644 index 3210fc9..0000000 --- a/workReport/WorkReport.aux +++ /dev/null @@ -1,116 +0,0 @@ -\relax -\providecommand\hyper@newdestlabel[2]{} -\providecommand\zref@newlabel[2]{} -\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} -\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined -\global\let\oldcontentsline\contentsline -\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} -\global\let\oldnewlabel\newlabel -\gdef\newlabel#1#2{\newlabelxx{#1}#2} -\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} -\AtEndDocument{\ifx\hyper@anchor\@undefined -\let\contentsline\oldcontentsline -\let\newlabel\oldnewlabel -\fi} -\fi} -\global\let\hyper@last\relax -\gdef\HyperFirstAtBeginDocument#1{#1} -\providecommand*\HyPL@Entry[1]{} -\HyPL@Entry{0<>} -\pgfsyspdfmark {pgfid1}{27346206}{50644704} -\HyPL@Entry{1<>} -\pgfsyspdfmark {pgfid2}{27346206}{50644704} -\pgfsyspdfmark {pgfid3}{27346206}{50644704} -\HyPL@Entry{3<>} -\pgfsyspdfmark {pgfid4}{27346206}{50644704} -\HyPL@Entry{4<>} -\pgfsyspdfmark {pgfid5}{27346206}{50644704} -\@writefile{toc}{\contentsline {part}{اول\hspace {1em}نحوه بازی}{1}{part.1}\protected@file@percent } -\pgfsyspdfmark {pgfid6}{27346206}{50644704} -\pgfsyspdfmark {pgfid7}{27346206}{50644704} -\@writefile{toc}{\contentsline {part}{دوم\hspace {1em}کلاس ها}{3}{part.2}\protected@file@percent } -\pgfsyspdfmark {pgfid8}{27346206}{50644704} -\@writefile{toc}{\contentsline {section}{\numberline {0.1}بازی}{4}{section.0.1}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{روابط}{4}{section*.2}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{صفات}{4}{section*.3}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{متدها}{4}{section*.4}\protected@file@percent } -\pgfsyspdfmark {pgfid9}{27346206}{50644704} -\pgfsyspdfmark {pgfid10}{27346206}{50644704} -\@writefile{toc}{\contentsline {section}{\numberline {0.2}رابط کاربری}{6}{section.0.2}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{روابط}{6}{section*.5}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{متدها}{6}{section*.6}\protected@file@percent } -\pgfsyspdfmark {pgfid11}{27346206}{50644704} -\pgfsyspdfmark {pgfid12}{27346206}{50644704} -\@writefile{toc}{\contentsline {section}{\numberline {0.3}رابط گرافیکی}{8}{section.0.3}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{صفات}{8}{section*.7}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{متدها}{8}{section*.8}\protected@file@percent } -\pgfsyspdfmark {pgfid13}{27346206}{50644704} -\@writefile{toc}{\contentsline {section}{\numberline {0.4}زمین بازی}{9}{section.0.4}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{روابط}{9}{section*.9}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{صفات}{9}{section*.10}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{متدها}{9}{section*.11}\protected@file@percent } -\pgfsyspdfmark {pgfid14}{27346206}{50644704} -\@writefile{toc}{\contentsline {section}{\numberline {0.5}کارت ها}{10}{section.0.5}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{روابط}{10}{section*.12}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{صفات}{10}{section*.13}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{متدها}{10}{section*.14}\protected@file@percent } -\pgfsyspdfmark {pgfid15}{27346206}{50644704} -\@writefile{toc}{\contentsline {subsection}{\numberline {0.5.1}کارت های بنفش(ویژه)}{11}{subsection.0.5.1}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{صفات}{11}{section*.15}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{روابط}{11}{section*.16}\protected@file@percent } -\pgfsyspdfmark {pgfid16}{27346206}{50644704} -\@writefile{toc}{\contentsline {subparagraph}{}{12}{section*.17}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{متدها}{12}{section*.18}\protected@file@percent } -\@writefile{toc}{\contentsline {subsubsection}{مترسک}{12}{section*.19}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{صفات}{12}{section*.20}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{متدها}{12}{section*.21}\protected@file@percent } -\@writefile{toc}{\contentsline {subsubsection}{طبل زن}{12}{section*.22}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{صفات}{12}{section*.23}\protected@file@percent } -\pgfsyspdfmark {pgfid17}{27346206}{50644704} -\@writefile{toc}{\contentsline {paragraph}{متدها}{13}{section*.24}\protected@file@percent } -\@writefile{toc}{\contentsline {subsubsection}{شاهدخت}{13}{section*.25}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{صفات}{13}{section*.26}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{متدها}{13}{section*.27}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {0.5.2}فصل ها}{13}{subsection.0.5.2}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{صفات}{13}{section*.28}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{متدها}{13}{section*.29}\protected@file@percent } -\pgfsyspdfmark {pgfid18}{27346206}{50644704} -\@writefile{toc}{\contentsline {subsubsection}{بهار}{14}{section*.30}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{صفات}{14}{section*.31}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{متدها}{14}{section*.32}\protected@file@percent } -\@writefile{toc}{\contentsline {subsubsection}{زمستان}{14}{section*.33}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{صفات}{14}{section*.34}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{متدها}{14}{section*.35}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {0.5.3}کارت های زرد(سرباز)}{14}{subsection.0.5.3}\protected@file@percent } -\pgfsyspdfmark {pgfid19}{27346206}{50644704} -\@writefile{toc}{\contentsline {paragraph}{صفات}{15}{section*.36}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{متدها}{15}{section*.37}\protected@file@percent } -\pgfsyspdfmark {pgfid20}{27346206}{50644704} -\@writefile{toc}{\contentsline {section}{\numberline {0.6}نشان}{16}{section.0.6}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{صفات}{16}{section*.38}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{متدها}{16}{section*.39}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {0.6.1}نشان بازیکن}{16}{subsection.0.6.1}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{روابط}{16}{section*.40}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{روابط}{16}{section*.41}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{صفات}{16}{section*.42}\protected@file@percent } -\pgfsyspdfmark {pgfid21}{27346206}{50644704} -\@writefile{toc}{\contentsline {paragraph}{متدها}{17}{section*.43}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {0.6.2}ایالت}{17}{subsection.0.6.2}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{صفات}{17}{section*.44}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{متدها}{17}{section*.45}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {0.7}بازیکن}{17}{section.0.7}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{صفات}{17}{section*.46}\protected@file@percent } -\@writefile{toc}{\contentsline {paragraph}{روابط}{17}{section*.47}\protected@file@percent } -\pgfsyspdfmark {pgfid22}{27346206}{50644704} -\@writefile{toc}{\contentsline {paragraph}{متدها}{18}{section*.48}\protected@file@percent } -\pgfsyspdfmark {pgfid23}{27346206}{50644704} -\@writefile{toc}{\contentsline {part}{سوم\hspace {1em}چالش ها}{19}{part.3}\protected@file@percent } -\pgfsyspdfmark {pgfid24}{27346206}{50644704} -\pgfsyspdfmark {pgfid25}{27346206}{50644704} -\@writefile{toc}{\contentsline {part}{چهارم\hspace {1em}پیوندها}{21}{part.4}\protected@file@percent } -\pgfsyspdfmark {pgfid26}{27346206}{50644704} -\@writefile{toc}{\contentsline {section}{\numberline {0.8}گیت هاب}{22}{section.0.8}\protected@file@percent } -\pgfsyspdfmark {pgfid27}{27346206}{50644704} -\@writefile{toc}{\contentsline {part}{پنجم\hspace {1em}منابع}{23}{part.5}\protected@file@percent } -\pgfsyspdfmark {pgfid28}{27346206}{50644704} -\gdef \@abspage@last{28} diff --git a/workReport/WorkReport.fdb_latexmk b/workReport/WorkReport.fdb_latexmk deleted file mode 100644 index 7cc4b80..0000000 --- a/workReport/WorkReport.fdb_latexmk +++ /dev/null @@ -1,182 +0,0 @@ -# Fdb version 3 -["xdvipdfmx"] 1718787784 "WorkReport.xdv" "WorkReport.pdf" "WorkReport" 1718787785 - "WorkReport.xdv" 1718787783 171160 f9d4a0eacd64bac29422c21a8917e920 "xelatex" - (generated) - "WorkReport.pdf" -["xelatex"] 1718787779 "/home/matin/Documents/University/Advanced/Project/Condottiere-/workReport/WorkReport.tex" "WorkReport.xdv" "WorkReport" 1718787785 - "/etc/texmf/web2c/texmf.cnf" 1706551891 475 c0e671620eb5563b2130f56340a5fde8 "" - "/home/matin/.texlive2021/texmf-var/web2c/xetex/xelatex.fmt" 1717055491 3606616 0eff829f5979ccd6ce182b9a2b213e3a "" - "/home/matin/Documents/University/Advanced/Project/Condottiere-/workReport/WorkReport.tex" 1718786822 21355 748b7128b24221d542b4fbf920cec5fe "" - "/home/matin/texmf/tex/xelatex/xepersian/footnote-xepersian.def" 1645392184 2032 925324c7e792eb09f55c80e2d3b3c3b5 "" - "/home/matin/texmf/tex/xelatex/xepersian/hyperref-xepersian.def" 1645392184 3464 34913ba6d370fe5640882042aa30a7b5 "" - "/home/matin/texmf/tex/xelatex/xepersian/loadingorder-xepersian.def" 1645392184 4455 c619d7d8c852676c055e0e312e7a91dc "" - "/home/matin/texmf/tex/xelatex/xepersian/report-xepersian.def" 1645392184 1987 3b8d9540cf0c831245e56a1cadd91904 "" - "/home/matin/texmf/tex/xelatex/xepersian/url-xepersian.def" 1645392184 1925 70f5ced32dba65bfcf87ff63902e3210 "" - "/home/matin/texmf/tex/xelatex/xepersian/xepersian-mathdigitspec.sty" 1645392184 14535 489db259a9848ddb15df7496c6cc4921 "" - "/home/matin/texmf/tex/xelatex/xepersian/xepersian-persiancal.sty" 1645392184 8203 b6914281742cff8491cf1b64c03a8194 "" - "/home/matin/texmf/tex/xelatex/xepersian/xepersian.sty" 1645392184 54094 72420a80f154c3d3763491945ec16b49 "" - "/usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 "" - "/usr/share/texlive/texmf-dist/fonts/tfm/adobe/zapfding/pzdr.tfm" 1136768653 1528 f853c4d1b4e0550255e02831fdc8496f "" - "/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm" 1136768653 1528 abec98dbc43e172678c11b3b9031252a "" - "/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm" 1136768653 1524 4414a8315f39513458b80dfc63bff03a "" - "/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi9.tfm" 1136768653 1524 d89e2d087a9828407a196f428428ef4a "" - "/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr10.tfm" 1136768653 1296 45809c5a464d5f32c8f98ba97c1bb47f "" - "/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr12.tfm" 1136768653 1288 655e228510b4c2a1abe905c368440826 "" - "/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr17.tfm" 1136768653 1292 296a67155bdbfc32aa9c636f21e91433 "" - "/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr9.tfm" 1136768653 1292 6b21b9c2c7bebb38aa2273f7ca0fb3af "" - "/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm" 1136768653 1124 6c73e740cf17375f03eec0ee63599741 "" - "/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy9.tfm" 1136768653 1116 25a7bf822c58caf309a702ef79f4afbb "" - "/usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty" 1575674566 24708 5584a51a7101caf7e6bbf1fc27d8f7b1 "" - "/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty" 1576625341 40635 c40361e206be584d448876bba8a64a3b "" - "/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty" 1576016050 33961 6b5c75130e435b2bfdb9f480a09a39f9 "" - "/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty" 1576625273 7734 b98cbb34c81f667027c1e3ebdbfce34b "" - "/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty" 1576625223 8371 9d55b8bd010bc717624922fb3477d92e "" - "/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty" 1583617216 6501 4011d89d9621e0b0901138815ba5ff29 "" - "/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty" 1575499628 8356 7bbb2c2373aa810be568c29e333da8ed "" - "/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty" 1576625065 31769 002a487f55041f8e805cfbf6385ffd97 "" - "/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty" 1576878844 5412 d5a2436094cd7be85769db90f29250a6 "" - "/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty" 1576624944 13807 952b0226d4efca026f0e19dd266dcc22 "" - "/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty" 1600895880 17859 4409f8f50cd365c68e684407e5350b1b "" - "/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty" 1576015897 19007 15924f7228aca6c6d184b115f4baa231 "" - "/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty" 1593379760 20089 80423eac55aa175305d35b49e04fe23b "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex" 1601326656 992 855ff26741653ab54814101ca36e153c "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex" 1601326656 43820 1fef971b75380574ab35a0d37fd92608 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex" 1601326656 19324 f4e4c6403dd0f1605fd20ed22fa79dea "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex" 1601326656 6038 ccb406740cc3f03bbfb58ad504fe8c27 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex" 1601326656 6944 e12f8f7a7364ddf66f93ba30fb3a3742 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex" 1601326656 4883 42daaf41e27c3735286e23e48d2d7af9 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex" 1601326656 2544 8c06d2a7f0f469616ac9e13db6d2f842 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex" 1601326656 44195 5e390c414de027626ca5e2df888fa68d "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex" 1601326656 17311 2ef6b2e29e2fc6a2fc8d6d652176e257 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex" 1601326656 21302 788a79944eb22192a4929e46963a3067 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex" 1601326656 9690 01feb7cde25d4293ef36eef45123eb80 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex" 1601326656 33335 dd1fa4814d4e51f18be97d88bf0da60c "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex" 1601326656 2965 4c2b1f4e0826925746439038172e5d6f "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex" 1601326656 5196 2cc249e0ee7e03da5f5f6589257b1e5b "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex" 1601326656 20726 d4c8db1e2e53b72721d29916314a22ea "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex" 1601326656 35249 abd4adf948f960299a4b3d27c5dddf46 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex" 1601326656 21989 fdc867d05d228316de137a9fc5ec3bbe "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex" 1601326656 8893 e851de2175338fdf7c17f3e091d94618 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex" 1608933718 11518 738408f795261b70ce8dd47459171309 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex" 1621110968 186007 6e7dfe0bd57520fd5f91641aa72dcac8 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex" 1601326656 32995 ac577023e12c0e4bd8aa420b2e852d1a "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfint.code.tex" 1557692582 3063 8c415c68a0f3394e45cfeca0b65f6ee6 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex" 1601326656 521 8e224a7af69b7fee4451d1bf76b46654 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex" 1601326656 13391 84d29568c13bdce4133ab4a214711112 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex" 1601326656 104935 184ed87524e76d4957860df4ce0cd1c3 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex" 1601326656 10165 cec5fa73d49da442e56efc2d605ef154 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex" 1601326656 28178 41c17713108e0795aac6fef3d275fbca "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex" 1601326656 9989 c55967bf45126ff9b061fa2ca0c4694f "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex" 1601326656 3865 ac538ab80c5cf82b345016e474786549 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex" 1557692582 3177 27d85c44fbfe09ff3b2cf2879e3ea434 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex" 1621110968 11024 0179538121bc2dba172013a3ef89519f "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex" 1608933718 7854 4176998eeefd8745ac6d2d4bd9c98451 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex" 1601326656 3379 781797a101f647bab82741a99944a229 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex" 1601326656 92405 f515f31275db273f97b9d8f52e1b0736 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex" 1601326656 37376 11cd75aac3da1c1b152b2848f30adc14 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex" 1601326656 8471 c2883569d03f69e8e1cabfef4999cfd7 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex" 1601326656 21201 08d231a2386e2b61d64641c50dc15abd "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex" 1601326656 16121 346f9013d34804439f7436ff6786cef7 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex" 1621110968 44784 cedaa399d15f95e68e22906e2cc09ef8 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/pgf.revision.tex" 1621110968 465 d68603f8b820ea4a08cce534944db581 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg" 1601326656 926 2963ea0dcf6cc6c0a770b69ec46a477b "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def" 1601326656 5546 f3f24d7898386cb7daac70bdd2c4d6dc "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def" 1601326656 18491 d0e112cb6dad363566090fd455960cec "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.def" 1601326656 2926 cf943e23420d552258ae428601f26fbf "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex" 1621110968 61163 9b2eefc24e021323e0fc140e9826d016 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex" 1601326656 1896 b8e0ca0ac371d74c0ca05583f6313c91 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex" 1601326656 7778 53c8b5623d80238f6a20aa1df1868e63 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex" 1606168878 23997 a4bed72405fa644418bea7eac2887006 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex" 1621110968 37060 797782f0eb50075c9bc952374d9a659a "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex" 1601326656 37431 9abe862035de1b29c7a677f3205e3d9f "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex" 1601326656 4494 af17fb7efeafe423710479858e42fa7e "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex" 1601326656 7251 fb18c67117e09c64de82267e12cd8aa4 "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex" 1621110968 29274 e15c5b7157d21523bd9c9f1dfa146b8e "" - "/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def" 1621110968 6825 a2b0ea5b539dda0625e99dd15785ab59 "" - "/usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty" 1575152242 21514 b7557edcee22835ef6b03ede1802dad4 "" - "/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty" 1576624663 7008 f92eaa0a3872ed622bbf538217cd2ab7 "" - "/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex" 1605910342 19231 3cbf682090baecad8e17a66b7a271ed1 "" - "/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex" 1605910342 7677 cf3e6aa6a8d444f55327f61df80bfa0c "" - "/usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty" 1576191570 19336 ce7ae9438967282886b3b036cfad1e4d "" - "/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty" 1576625391 3935 57aa3c3e203a5c2effb4d2bd2efbc323 "" - "/usr/share/texlive/texmf-dist/tex/latex/background/background.sty" 1394061490 5593 3c5a676b1c4a9faee4a2a4d4a1b33300 "" - "/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty" 1636758526 3034 3bfb87122e6fa8758225c0dd3cbaceba "" - "/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty" 1636758526 2462 754d6b31b2ab5a09bb72c348ace2ec75 "" - "/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty" 1622581934 4946 461cc78f6f26901410d9f1d725079cc6 "" - "/usr/share/texlive/texmf-dist/tex/latex/base/report.cls" 1636758526 23203 8fbc410e29d3fd675970d5f9698c9c11 "" - "/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo" 1636758526 8448 96f18c76bf608a36ee6fbf021ac1dd32 "" - "/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd" 1622581934 2430 06a89bcded389391906798ea7a3f3aaa "" - "/usr/share/texlive/texmf-dist/tex/latex/base/tuenc.def" 1622581934 29098 3e2b8f2cbae539bde3ed8f63503c0954 "" - "/usr/share/texlive/texmf-dist/tex/latex/everypage/everypage.sty" 1603054251 2337 781b78f572435553b0c730d036a6e4ee "" - "/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty" 1612734021 17086 7ed8cbc4d361ec87392817e0dd4f65ec "" - "/usr/share/texlive/texmf-dist/tex/latex/fontsize/fontsize.sty" 1628111688 37415 0e6c7f6e0a0a12265999ea33ac0fc505 "" - "/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty" 1642282977 162076 2f6d31c4632f2730c57b9c0fda038e15 "" - "/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg" 1532898934 549 c4adac819276241fea8eb79c5ab7b99e "" - "/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty" 1642282977 1656 7e824878bad4df5a3e8bba4e463d9126 "" - "/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg" 1459978653 1213 620bba36b25224fa9b7e1ccb4ecb76fd "" - "/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg" 1465944070 1224 978390e9c2234eab29404bc21b268d1e "" - "/usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def" 1616189247 15263 06bfc49e20bdfcb827e011063ecb4ae6 "" - "/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty" 1639603921 7197 eb6c1ebf41667a05cb50c23c19d5e8bc "" - "/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty" 1622581934 18399 7e40f80366dffb22c0e7b70517db5cb4 "" - "/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty" 1636758526 7996 a8fb260d598dcaf305a7ae7b9c3e3229 "" - "/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty" 1622581934 2671 4de6781a30211fe0ea4c672e4a2a8166 "" - "/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty" 1636758526 4009 187ea2dc3194cd5a76cd99a8d7a6c4d0 "" - "/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty" 1580250785 17914 4c28a13fc3d975e6e81c9bea1d697276 "" - "/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def" 1623096352 45184 5640b30ea42d304bb5f0b65c56c733ac "" - "/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def" 1623096352 1777 940b1aa83773bc035eb882e8d6842769 "" - "/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty" 1623096352 230915 97a8817f13de4e61bbc3592cb2caa995 "" - "/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty" 1612734870 13242 133e617c5eebffdd05e421624022b267 "" - "/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def" 1623096352 14132 c9404e8e78123ef0d1007c34d1d6da51 "" - "/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def" 1623096352 117004 86586f287ddfad919a0a4bd68934277a "" - "/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty" 1602274869 22521 d2fceb764a442a2001d257ef11db7618 "" - "/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def" 1642022539 37285 008d159fbd70e42acb550457dfa1f575 "" - "/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty" 1642805374 6107 429b3b241150e53f86ce666eb492861e "" - "/usr/share/texlive/texmf-dist/tex/latex/l3packages/xfp/xfp.sty" 1642022539 1249 c955e7ea299f9e9e2d8d1f08fb212ed3 "" - "/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty" 1642022539 6758 7d9d899cbbfc962fbc4bb93f4c69eec2 "" - "/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty" 1575499565 5766 13a9e8766c47f30327caf893ece86ac8 "" - "/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty" 1601326656 1090 bae35ef70b3168089ef166db3e66f5b2 "" - "/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty" 1601326656 410 615550c46f918fcbee37641b02a862d9 "" - "/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty" 1601326656 21013 f4ff83d25bb56552493b030f27c075ae "" - "/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty" 1601326656 989 c49c8ae06d96f8b15869da7428047b1e "" - "/usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty" 1601326656 339 c2e180022e3afdb99c7d0ea5ce469b7d "" - "/usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty" 1601326656 306 c56a323ca5bf9242f54474ced10fca71 "" - "/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty" 1601326656 443 8c872229db56122037e86bcda49e14f3 "" - "/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty" 1601326656 348 ee405e64380c11319f0e249fed57e6c5 "" - "/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty" 1601326656 274 5ae372b7df79135d240456a1c6f2cf9a "" - "/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty" 1601326656 325 f9f16d12354225b7dd52a3321f085955 "" - "/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty" 1576624809 9878 9e94e8fa600d95f9c7731bb21dfb67a4 "" - "/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty" 1575674187 9715 b051d5b493d9fe5f4bc251462d039e5f "" - "/usr/share/texlive/texmf-dist/tex/latex/tools/afterpage.sty" 1622581934 4085 5d204adcbe1ad2fc72fe565763c803ee "" - "/usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty" 1622581934 1618 786b14c5a3e144c3a51452d08232d18b "" - "/usr/share/texlive/texmf-dist/tex/latex/url/url.sty" 1388531844 12796 8edb7d69a20b857904dd0ea757c14ec9 "" - "/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty" 1635798903 56029 3f7889dab51d620aa43177c391b7b190 "" - "/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty" 1605910342 4902 efb3d66683a2da2a232f71e3a571a899 "" - "/usr/share/texlive/texmf-dist/tex/latex/zref/zref-abspage.sty" 1602274933 2275 d29aca6fd67823551cb07584e3681d5d "" - "/usr/share/texlive/texmf-dist/tex/latex/zref/zref-base.sty" 1602274933 20688 beaddf14d96104d4bf016523be5395c5 "" - "/usr/share/texlive/texmf-dist/tex/xelatex/bidi/bidi.sty" 1643577475 10949 d8d19c84fe0820c3c87c832672c5a683 "" - "/usr/share/texlive/texmf-dist/tex/xelatex/bidi/biditools.sty" 1643577475 60336 8fe1fabb9f2a59ccb8560d887fa6ba6f "" - "/usr/share/texlive/texmf-dist/tex/xelatex/bidi/color-xetex-bidi.def" 1643577475 3650 07b3d7768f47733ca47ae6a58418e788 "" - "/usr/share/texlive/texmf-dist/tex/xelatex/bidi/fancyhdr-xetex-bidi.def" 1643577475 2394 192e90174558e9712bfb3e80dc66e47d "" - "/usr/share/texlive/texmf-dist/tex/xelatex/bidi/footnote-xetex-bidi.def" 1643577475 11652 d6a95133fcafbdd0253052d9108694b5 "" - "/usr/share/texlive/texmf-dist/tex/xelatex/bidi/graphicx-xetex-bidi.def" 1643577475 5733 2922c541d26d6046287939a6dc10bdac "" - "/usr/share/texlive/texmf-dist/tex/xelatex/bidi/hyperref-xetex-bidi.def" 1643577475 17887 7a79e71e67ace89d328d364162360cb7 "" - "/usr/share/texlive/texmf-dist/tex/xelatex/bidi/latex-xetex-bidi.def" 1643577475 37105 4af7e40f6b1fd8669d7cacb173c00455 "" - "/usr/share/texlive/texmf-dist/tex/xelatex/bidi/loadingorder-xetex-bidi.def" 1643577475 21667 8258d68a2cab40b5ee97d514c2234763 "" - "/usr/share/texlive/texmf-dist/tex/xelatex/bidi/pgfcorescopes.code-xetex-bidi.def" 1643577475 4091 dc8d57703b30663745261314362f0273 "" - "/usr/share/texlive/texmf-dist/tex/xelatex/bidi/report-xetex-bidi.def" 1643577475 8006 f34202e19f9ec51db0940353b20c2b6a "" - "/usr/share/texlive/texmf-dist/tex/xelatex/bidi/xcolor-xetex-bidi.def" 1643577475 5908 0f605f4e86aa75a30584632fe8b2fcf4 "" - "/usr/share/texlive/texmf-dist/web2c/texmf.cnf" 1644012257 39432 7155514e09a3d69036fac785183a21c2 "" - "/usr/share/texmf/web2c/texmf.cnf" 1644012257 39432 7155514e09a3d69036fac785183a21c2 "" - "Graphics/0d430388ec86043008f3ddd51b87958a.jpeg" 1718787736 21821 c8883737ef812da9627f44481bc90044 "" - "Graphics/BASU_logo.png" 1718787736 8265 99a5458fe64928071521352680874b55 "" - "Graphics/nav-logo.png" 1718787736 8107 35e287152256388327344ab98d30054a "" - "WorkReport.aux" 1718787783 8686 43902a3df9f0d383de6cb513fa8ba38d "xelatex" - "WorkReport.out" 1718787783 2381 14bd707f1ebc5bccab660d82e4aa0f6b "xelatex" - "WorkReport.tex" 1718786822 21355 748b7128b24221d542b4fbf920cec5fe "" - "WorkReport.toc" 1718787783 4008 df22d7024e6341b516d2c683525a76c7 "xelatex" - (generated) - "WorkReport.aux" - "WorkReport.log" - "WorkReport.out" - "WorkReport.toc" - "WorkReport.xdv" diff --git a/workReport/WorkReport.fls b/workReport/WorkReport.fls deleted file mode 100644 index 3be1539..0000000 --- a/workReport/WorkReport.fls +++ /dev/null @@ -1,1120 +0,0 @@ -PWD /home/matin/Documents/University/Advanced/Project/Condottiere-/workReport -INPUT /etc/texmf/web2c/texmf.cnf -INPUT /usr/share/texmf/web2c/texmf.cnf -INPUT /usr/share/texlive/texmf-dist/web2c/texmf.cnf -INPUT /home/matin/.texlive2021/texmf-var/web2c/xetex/xelatex.fmt -INPUT /home/matin/Documents/University/Advanced/Project/Condottiere-/workReport/WorkReport.tex -OUTPUT WorkReport.log -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/report.cls -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/report.cls -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/report.cls -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/report.cls -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/report.cls -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/report.cls -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/report.cls -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/report.cls -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/report.cls -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/report.cls -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/report.cls -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/size10.clo -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/size10.clo -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/size10.clo -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/size10.clo -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg -INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def -INPUT /usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/url/url.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/url/url.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/url/url.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/url/url.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/url/url.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/url/url.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/url/url.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/url/url.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/url/url.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/url/url.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/url/url.sty -INPUT /usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/adobe/zapfding/pzdr.tfm -INPUT /usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def -INPUT /usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontsize/fontsize.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontsize/fontsize.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontsize/fontsize.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontsize/fontsize.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontsize/fontsize.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontsize/fontsize.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontsize/fontsize.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontsize/fontsize.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontsize/fontsize.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontsize/fontsize.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontsize/fontsize.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xfp/xfp.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xfp/xfp.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xfp/xfp.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xfp/xfp.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xfp/xfp.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xfp/xfp.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xfp/xfp.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xfp/xfp.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xfp/xfp.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xfp/xfp.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xfp/xfp.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def -INPUT extractbb --version -INPUT /usr/share/texlive/texmf-dist/tex/latex/background/background.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/background/background.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/background/background.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/background/background.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/background/background.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/background/background.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/background/background.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/background/background.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/background/background.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/background/background.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/background/background.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/pgf.revision.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/pgf.revision.tex -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.def -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.def -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg -INPUT /usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfint.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex -INPUT /usr/share/texlive/texmf-dist/tex/latex/everypage/everypage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/everypage/everypage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/everypage/everypage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/everypage/everypage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/everypage/everypage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/everypage/everypage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/everypage/everypage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/everypage/everypage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/everypage/everypage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/everypage/everypage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/everypage/everypage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/afterpage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/afterpage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/afterpage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/afterpage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/afterpage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/afterpage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/afterpage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/afterpage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/afterpage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/afterpage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/afterpage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/tuenc.def -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg -INPUT /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-persiancal.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-persiancal.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-persiancal.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-persiancal.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-persiancal.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-persiancal.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-persiancal.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-persiancal.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-persiancal.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-persiancal.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-persiancal.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-mathdigitspec.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-mathdigitspec.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-mathdigitspec.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-mathdigitspec.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-mathdigitspec.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-mathdigitspec.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-mathdigitspec.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-mathdigitspec.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-mathdigitspec.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-mathdigitspec.sty -INPUT /home/matin/texmf/tex/xelatex/xepersian/xepersian-mathdigitspec.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/bidi.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/bidi.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/bidi.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/bidi.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/bidi.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/bidi.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/bidi.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/bidi.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/bidi.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/bidi.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/bidi.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/biditools.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/biditools.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/biditools.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/biditools.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/biditools.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/biditools.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/biditools.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/biditools.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/biditools.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/biditools.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/biditools.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-abspage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-abspage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-abspage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-abspage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-abspage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-abspage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-abspage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-abspage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-abspage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-abspage.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-base.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-base.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-base.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-base.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-base.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-base.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-base.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-base.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-base.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/zref/zref-base.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/latex-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/latex-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/latex-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/footnote-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/footnote-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/footnote-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/report-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/report-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/report-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/color-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/color-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/color-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/xcolor-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/xcolor-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/xcolor-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/graphicx-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/graphicx-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/graphicx-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/hyperref-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/hyperref-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/hyperref-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/fancyhdr-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/fancyhdr-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/fancyhdr-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/pgfcorescopes.code-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/pgfcorescopes.code-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/pgfcorescopes.code-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/loadingorder-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/loadingorder-xetex-bidi.def -INPUT /usr/share/texlive/texmf-dist/tex/xelatex/bidi/loadingorder-xetex-bidi.def -INPUT /home/matin/texmf/tex/xelatex/xepersian/loadingorder-xepersian.def -INPUT /home/matin/texmf/tex/xelatex/xepersian/loadingorder-xepersian.def -INPUT /home/matin/texmf/tex/xelatex/xepersian/loadingorder-xepersian.def -INPUT /home/matin/texmf/tex/xelatex/xepersian/footnote-xepersian.def -INPUT /home/matin/texmf/tex/xelatex/xepersian/footnote-xepersian.def -INPUT /home/matin/texmf/tex/xelatex/xepersian/footnote-xepersian.def -INPUT /home/matin/texmf/tex/xelatex/xepersian/hyperref-xepersian.def -INPUT /home/matin/texmf/tex/xelatex/xepersian/hyperref-xepersian.def -INPUT /home/matin/texmf/tex/xelatex/xepersian/hyperref-xepersian.def -INPUT /home/matin/texmf/tex/xelatex/xepersian/url-xepersian.def -INPUT /home/matin/texmf/tex/xelatex/xepersian/url-xepersian.def -INPUT /home/matin/texmf/tex/xelatex/xepersian/url-xepersian.def -INPUT /home/matin/texmf/tex/xelatex/xepersian/report-xepersian.def -INPUT /home/matin/texmf/tex/xelatex/xepersian/report-xepersian.def -INPUT /home/matin/texmf/tex/xelatex/xepersian/report-xepersian.def -INPUT ./WorkReport.aux -INPUT WorkReport.aux -INPUT WorkReport.aux -OUTPUT WorkReport.aux -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd -INPUT /usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -INPUT /usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -INPUT /usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -INPUT ./WorkReport.out -INPUT WorkReport.out -INPUT WorkReport.out -INPUT ./WorkReport.out -INPUT WorkReport.out -INPUT WorkReport.out -INPUT ./WorkReport.out -INPUT ./WorkReport.out -OUTPUT WorkReport.out -INPUT ./Graphics/BASU_logo.png -INPUT ./Graphics/BASU_logo.png -INPUT Graphics/BASU_logo.png -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr17.tfm -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr12.tfm -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr10.tfm -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi10.tfm -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -OUTPUT WorkReport.xdv -INPUT ./WorkReport.toc -INPUT WorkReport.toc -INPUT WorkReport.toc -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr17.tfm -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr12.tfm -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr9.tfm -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi9.tfm -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy10.tfm -INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmsy9.tfm -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -OUTPUT WorkReport.toc -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/nav-logo.png -INPUT ./Graphics/nav-logo.png -INPUT Graphics/nav-logo.png -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT ./Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT Graphics/0d430388ec86043008f3ddd51b87958a.jpeg -INPUT WorkReport.aux -INPUT ./WorkReport.out -INPUT ./WorkReport.out diff --git a/workReport/WorkReport.log b/workReport/WorkReport.log deleted file mode 100644 index 721784b..0000000 --- a/workReport/WorkReport.log +++ /dev/null @@ -1,1206 +0,0 @@ -This is XeTeX, Version 3.141592653-2.6-0.999993 (TeX Live 2022/dev/Debian) (preloaded format=xelatex 2024.5.30) 19 JUN 2024 12:33 -entering extended mode - restricted \write18 enabled. - file:line:error style messages enabled. - %&-line parsing enabled. -**/home/matin/Documents/University/Advanced/Project/Condottiere-/workReport/WorkReport.tex -(/home/matin/Documents/University/Advanced/Project/Condottiere-/workReport/WorkReport.tex -LaTeX2e <2021-11-15> patch level 1 -L3 programming layer <2022-01-21> (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls -Document Class: report 2021/10/04 v1.4n Standard LaTeX document class -(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo -File: size10.clo 2021/10/04 v1.4n Standard LaTeX file (size option) -) -\c@part=\count181 -\c@chapter=\count182 -\c@section=\count183 -\c@subsection=\count184 -\c@subsubsection=\count185 -\c@paragraph=\count186 -\c@subparagraph=\count187 -\c@figure=\count188 -\c@table=\count189 -\abovecaptionskip=\skip47 -\belowcaptionskip=\skip48 -\bibindent=\dimen138 -) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR) - (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -Package: keyval 2014/10/28 v1.15 key=value parser (DPC) -\KV@toks@=\toks16 -) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -Package: graphics 2021/03/04 v1.4d Standard LaTeX Graphics (DPC,SPQR) - (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -Package: trig 2021/08/11 v1.11 sin cos tan (DPC) -) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration -) -Package graphics Info: Driver file: xetex.def on input line 107. - (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def -File: xetex.def 2021/03/18 v5.0k Graphics/color driver for xetex -)) -\Gin@req@height=\dimen139 -\Gin@req@width=\dimen140 -) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty -Package: color 2021/12/07 v1.3c Standard LaTeX Color (DPC) - (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg -File: color.cfg 2016/01/02 v1.6 sample color configuration -) -Package color Info: Driver file: xetex.def on input line 149. -) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty -Package: fancyhdr 2021/01/28 v4.0.1 Extensive control of page headers and footers -\f@nch@headwidth=\skip49 -\f@nch@O@elh=\skip50 -\f@nch@O@erh=\skip51 -\f@nch@O@olh=\skip52 -\f@nch@O@orh=\skip53 -\f@nch@O@elf=\skip54 -\f@nch@O@erf=\skip55 -\f@nch@O@olf=\skip56 -\f@nch@O@orf=\skip57 -) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty -Package: hyperref 2021-06-07 v7.00m Hypertext links for LaTeX - (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO) -) (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -Package: iftex 2020/03/06 v1.0d TeX engine tests -) (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty -Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO) - (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) -) -Package pdftexcmds Info: \pdf@primitive is available. -Package pdftexcmds Info: \pdf@ifprimitive is available. -Package pdftexcmds Info: \pdfdraftmode not found. -) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO) -) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO) -) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty -Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO) -) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty -Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO) -) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO) -) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty -Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO) -) (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO) -) -\@linkdim=\dimen141 -\Hy@linkcounter=\count190 -\Hy@pagecounter=\count191 - (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def -File: pd1enc.def 2021-06-07 v7.00m Hyperref: PDFDocEncoding definition (HO) -) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def -File: hyperref-langpatches.def 2021-06-07 v7.00m Hyperref: patches for babel languages -) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty -Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO) -) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty -Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO) -) -\Hy@SavedSpaceFactor=\count192 - (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def -File: puenc.def 2021-06-07 v7.00m Hyperref: PDF Unicode definition (HO) -) -Package hyperref Info: Hyper figures OFF on input line 4192. -Package hyperref Info: Link nesting OFF on input line 4197. -Package hyperref Info: Hyper index ON on input line 4200. -Package hyperref Info: Plain pages OFF on input line 4207. -Package hyperref Info: Backreferencing OFF on input line 4212. -Package hyperref Info: Implicit mode ON; LaTeX internals redefined. -Package hyperref Info: Bookmarks ON on input line 4445. -\c@Hy@tempcnt=\count193 - (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty -\Urlmuskip=\muskip16 -Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. -) -LaTeX Info: Redefining \url on input line 4804. -\XeTeXLinkMargin=\dimen142 - (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty -Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO) - (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO) -)) -\Fld@menulength=\count194 -\Field@Width=\dimen143 -\Fld@charsize=\dimen144 -Package hyperref Info: Hyper figures OFF on input line 6076. -Package hyperref Info: Link nesting OFF on input line 6081. -Package hyperref Info: Hyper index ON on input line 6084. -Package hyperref Info: backreferencing OFF on input line 6091. -Package hyperref Info: Link coloring OFF on input line 6096. -Package hyperref Info: Link coloring with OCG OFF on input line 6101. -Package hyperref Info: PDF/A mode OFF on input line 6106. -LaTeX Info: Redefining \ref on input line 6146. -LaTeX Info: Redefining \pageref on input line 6150. - (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty -Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi -package with kernel methods -) -\Hy@abspage=\count195 -\c@Item=\count196 -\c@Hfootnote=\count197 -) -Package hyperref Info: Driver (autodetected): hxetex. - (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def -File: hxetex.def 2021-06-07 v7.00m Hyperref driver for XeTeX - (/usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty -Package: stringenc 2019/11/29 v1.12 Convert strings between diff. encodings (HO) -) -\pdfm@box=\box50 -\c@Hy@AnnotLevel=\count198 -\HyField@AnnotCount=\count199 -\Fld@listcount=\count266 -\c@bookmark@seq@number=\count267 - (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO) - (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty -Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend package -with kernel methods -) (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO) -) -Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 286. -) -\Hy@SectionHShift=\skip58 -) (/usr/share/texlive/texmf-dist/tex/latex/fontsize/fontsize.sty -Package: fontsize 2021/08/04 v0.8.5 'fontsize' package. Set main font sizes (Ivan Valbusa) - (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty -Package: xkeyval 2020/11/20 v2.8 package option processing (HA) - (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex -\XKV@toks=\toks17 -\XKV@tempa@toks=\toks18 -) -\XKV@depth=\count268 -File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA) -)) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xfp/xfp.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty -Package: expl3 2022-01-21 L3 programming layer (loader) - (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def -File: l3backend-xetex.def 2022-01-12 L3 backend support: XeTeX - (|extractbb --version) -\c__kernel_sys_dvipdfmx_version_int=\count269 -\l__color_backend_stack_int=\count270 -\g__color_backend_stack_int=\count271 -\g__graphics_track_int=\count272 -\l__pdf_internal_box=\box51 -\g__pdf_backend_object_int=\count273 -\g__pdf_backend_annotation_int=\count274 -\g__pdf_backend_link_int=\count275 -)) -Package: xfp 2022-01-12 L3 Floating point unit -)) (/usr/share/texlive/texmf-dist/tex/latex/background/background.sty -Package: background 2014/03/04 v2.1 background material - (/usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex -\pgfutil@everybye=\toks19 -\pgfutil@tempdima=\dimen145 -\pgfutil@tempdimb=\dimen146 - (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def -\pgfutil@abb=\box52 -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/pgf.revision.tex) -Package: pgfrcs 2021/05/15 v3.1.9a (3.1.9a) -)) -Package: pgf 2021/05/15 v3.1.9a (3.1.9a) - (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex -Package: pgfsys 2021/05/15 v3.1.9a (3.1.9a) - (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex -\pgfkeys@pathtoks=\toks20 -\pgfkeys@temptoks=\toks21 - (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex -\pgfkeys@tmptoks=\toks22 -)) -\pgf@x=\dimen147 -\pgf@y=\dimen148 -\pgf@xa=\dimen149 -\pgf@ya=\dimen150 -\pgf@xb=\dimen151 -\pgf@yb=\dimen152 -\pgf@xc=\dimen153 -\pgf@yc=\dimen154 -\pgf@xd=\dimen155 -\pgf@yd=\dimen156 -\w@pgf@writea=\write3 -\r@pgf@reada=\read2 -\c@pgf@counta=\count276 -\c@pgf@countb=\count277 -\c@pgf@countc=\count278 -\c@pgf@countd=\count279 -\t@pgf@toka=\toks23 -\t@pgf@tokb=\toks24 -\t@pgf@tokc=\toks25 -\pgf@sys@id@count=\count280 - (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg -File: pgf.cfg 2021/05/15 v3.1.9a (3.1.9a) -) -Driver file for pgf: pgfsys-xetex.def - (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.def -File: pgfsys-xetex.def 2021/05/15 v3.1.9a (3.1.9a) - (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def -File: pgfsys-dvipdfmx.def 2021/05/15 v3.1.9a (3.1.9a) - (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def -File: pgfsys-common-pdf.def 2021/05/15 v3.1.9a (3.1.9a) -) -\pgfsys@objnum=\count281 -))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex -File: pgfsyssoftpath.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgfsyssoftpath@smallbuffer@items=\count282 -\pgfsyssoftpath@bigbuffer@items=\count283 -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex -File: pgfsysprotocol.code.tex 2021/05/15 v3.1.9a (3.1.9a) -)) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty -Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK) - (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg -File: color.cfg 2016/01/02 v1.6 sample color configuration -) -Package xcolor Info: Driver file: xetex.def on input line 227. -LaTeX Info: Redefining \color on input line 711. -Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352. -Package xcolor Info: Model `RGB' extended on input line 1368. -Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370. -Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371. -Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372. -Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373. -Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374. -Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375. -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex -Package: pgfcore 2021/05/15 v3.1.9a (3.1.9a) - (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex -\pgfmath@dimen=\dimen157 -\pgfmath@count=\count284 -\pgfmath@box=\box53 -\pgfmath@toks=\toks26 -\pgfmath@stack@operand=\toks27 -\pgfmath@stack@operation=\toks28 -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex -\c@pgfmathroundto@lastzeros=\count285 -)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex -File: pgfcorepoints.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgf@picminx=\dimen158 -\pgf@picmaxx=\dimen159 -\pgf@picminy=\dimen160 -\pgf@picmaxy=\dimen161 -\pgf@pathminx=\dimen162 -\pgf@pathmaxx=\dimen163 -\pgf@pathminy=\dimen164 -\pgf@pathmaxy=\dimen165 -\pgf@xx=\dimen166 -\pgf@xy=\dimen167 -\pgf@yx=\dimen168 -\pgf@yy=\dimen169 -\pgf@zx=\dimen170 -\pgf@zy=\dimen171 -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex -File: pgfcorepathconstruct.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgf@path@lastx=\dimen172 -\pgf@path@lasty=\dimen173 -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex -File: pgfcorepathusage.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgf@shorten@end@additional=\dimen174 -\pgf@shorten@start@additional=\dimen175 -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex -File: pgfcorescopes.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgfpic=\box54 -\pgf@hbox=\box55 -\pgf@layerbox@main=\box56 -\pgf@picture@serial@count=\count286 -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex -File: pgfcoregraphicstate.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgflinewidth=\dimen176 -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex -File: pgfcoretransformations.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgf@pt@x=\dimen177 -\pgf@pt@y=\dimen178 -\pgf@pt@temp=\dimen179 -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex -File: pgfcorequick.code.tex 2021/05/15 v3.1.9a (3.1.9a) -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex -File: pgfcoreobjects.code.tex 2021/05/15 v3.1.9a (3.1.9a) -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex -File: pgfcorepathprocessing.code.tex 2021/05/15 v3.1.9a (3.1.9a) -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex -File: pgfcorearrows.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgfarrowsep=\dimen180 -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex -File: pgfcoreshade.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgf@max=\dimen181 -\pgf@sys@shading@range@num=\count287 -\pgf@shadingcount=\count288 -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex -File: pgfcoreimage.code.tex 2021/05/15 v3.1.9a (3.1.9a) - (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex -File: pgfcoreexternal.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgfexternal@startupbox=\box57 -)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex -File: pgfcorelayers.code.tex 2021/05/15 v3.1.9a (3.1.9a) -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex -File: pgfcoretransparency.code.tex 2021/05/15 v3.1.9a (3.1.9a) -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex -File: pgfcorepatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a) -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex -File: pgfcorerdf.code.tex 2021/05/15 v3.1.9a (3.1.9a) -))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex -File: pgfmoduleshapes.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgfnodeparttextbox=\box58 -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex -File: pgfmoduleplot.code.tex 2021/05/15 v3.1.9a (3.1.9a) -) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty -Package: pgfcomp-version-0-65 2021/05/15 v3.1.9a (3.1.9a) -\pgf@nodesepstart=\dimen182 -\pgf@nodesepend=\dimen183 -) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty -Package: pgfcomp-version-1-18 2021/05/15 v3.1.9a (3.1.9a) -)) (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)) (/usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex -Package: pgffor 2021/05/15 v3.1.9a (3.1.9a) - (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex) -\pgffor@iter=\dimen184 -\pgffor@skip=\dimen185 -\pgffor@stack=\toks29 -\pgffor@toks=\toks30 -)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex -Package: tikz 2021/05/15 v3.1.9a (3.1.9a) - (/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex -File: pgflibraryplothandlers.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgf@plot@mark@count=\count289 -\pgfplotmarksize=\dimen186 -) -\tikz@lastx=\dimen187 -\tikz@lasty=\dimen188 -\tikz@lastxsaved=\dimen189 -\tikz@lastysaved=\dimen190 -\tikz@lastmovetox=\dimen191 -\tikz@lastmovetoy=\dimen192 -\tikzleveldistance=\dimen193 -\tikzsiblingdistance=\dimen194 -\tikz@figbox=\box59 -\tikz@figbox@bg=\box60 -\tikz@tempbox=\box61 -\tikz@tempbox@bg=\box62 -\tikztreelevel=\count290 -\tikznumberofchildren=\count291 -\tikznumberofcurrentchild=\count292 -\tikz@fig@count=\count293 - (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex -File: pgfmodulematrix.code.tex 2021/05/15 v3.1.9a (3.1.9a) -\pgfmatrixcurrentrow=\count294 -\pgfmatrixcurrentcolumn=\count295 -\pgf@matrix@numberofcolumns=\count296 -) -\tikz@expandcount=\count297 - (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex -File: tikzlibrarytopaths.code.tex 2021/05/15 v3.1.9a (3.1.9a) -))) (/usr/share/texlive/texmf-dist/tex/latex/everypage/everypage.sty -Package: everypage 2020/10/17 R2.0b Hooks to run on every page - - -Package everypage Warning: Functionality similar to this package has recently -(everypage) been implemented in LaTeX. This package is now in -(everypage) legacy status. -(everypage) Please, don't use it in new documents and packages. - - -Package everypage Warning: You appear to be running a version of LaTeX -(everypage) providing the new functionality. -(everypage) Doing the best to deliver the original `everypage` -(everypage) interface on top of it. Strict equivalence is -(everypage) not possible, breakage may occur. -(everypage) If truly needed, Use `everypage-1x` to force the -(everypage) loading of an older code base. - -) (/usr/share/texlive/texmf-dist/tex/latex/tools/afterpage.sty -Package: afterpage 2014/10/28 v1.08 After-Page Package (DPC) -\AP@output=\toks31 -\AP@partial=\box63 -\AP@footins=\box64 -)) (/usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty -Package: indentfirst 1995/11/23 v1.03 Indent first paragraph (DPC) -) (/home/matin/texmf/tex/xelatex/xepersian/xepersian.sty -Package: xepersian 2022/02/20 v23.7 Persian typesetting in XeLaTeX - (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty -Package: xparse 2022-01-12 L3 Experimental document command parser -) -Package: fontspec 2022/01/15 v2.8a Font selection for XeLaTeX and LuaLaTeX - (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty -Package: fontspec-xetex 2022/01/15 v2.8a Font selection for XeLaTeX and LuaLaTeX -\l__fontspec_script_int=\count298 -\l__fontspec_language_int=\count299 -\l__fontspec_strnum_int=\count300 -\l__fontspec_tmp_int=\count301 -\l__fontspec_tmpa_int=\count302 -\l__fontspec_tmpb_int=\count303 -\l__fontspec_tmpc_int=\count304 -\l__fontspec_em_int=\count305 -\l__fontspec_emdef_int=\count306 -\l__fontspec_strong_int=\count307 -\l__fontspec_strongdef_int=\count308 -\l__fontspec_tmpa_dim=\dimen195 -\l__fontspec_tmpb_dim=\dimen196 -\l__fontspec_tmpc_dim=\dimen197 - (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty -Package: fontenc 2021/04/29 v2.0v Standard LaTeX package -) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg))) (/home/matin/texmf/tex/xelatex/xepersian/xepersian-persiancal.sty -Package: xepersian-persiancal 2012/07/25 v0.2 provides Persian calendar -\XePersian@i=\count309 -\XePersian@y=\count310 -\XePersian@m=\count311 -\XePersian@d=\count312 -\XePersian@latini=\count313 -\XePersian@persiani=\count314 -\XePersian@latinii=\count315 -\XePersian@persianii=\count316 -\XePersian@latiniii=\count317 -\XePersian@persianiii=\count318 -\XePersian@latiniv=\count319 -\XePersian@persianiv=\count320 -\XePersian@latinv=\count321 -\XePersian@persianv=\count322 -\XePersian@latinvi=\count323 -\XePersian@persianvi=\count324 -\XePersian@latinvii=\count325 -\XePersian@persianvii=\count326 -\XePersian@latinviii=\count327 -\XePersian@persianviii=\count328 -\XePersian@latinix=\count329 -\XePersian@persianix=\count330 -\XePersian@latinx=\count331 -\XePersian@persianx=\count332 -\XePersian@latinxi=\count333 -\XePersian@persianxi=\count334 -\XePersian@latinxii=\count335 -\XePersian@persianxii=\count336 -\XePersian@persianxiii=\count337 -\XePersian@temp=\count338 -\XePersian@temptwo=\count339 -\XePersian@tempthree=\count340 -\XePersian@yModHundred=\count341 -\XePersian@thirtytwo=\count342 -\XePersian@dn=\count343 -\XePersian@sn=\count344 -\XePersian@mminusone=\count345 -) (/home/matin/texmf/tex/xelatex/xepersian/xepersian-mathdigitspec.sty -Package: xepersian-mathdigitspec 2022/02/04 v1.1.9 Unicode Persian math digits in XeLaTeX -) (/usr/share/texlive/texmf-dist/tex/xelatex/bidi/bidi.sty -Package: bidi 2022/02/01 v36.4 Bidirectional typesetting in plain TeX and LaTeX - -**************************************************** -* -* bidi package (Bidirectional typesetting in -* plain TeX and LaTeX, using XeTeX engine) -* -* Description: A convenient interface for -* typesetting bidirectional texts in plain TeX -* and LaTeX. The package includes adaptations -* for use with many other commonly-used packages. -* -* Copyright (c) 2007--2022 Vafa Khalighi -* Copyright (c) 2018--2020 bidi-tex GitHub organization -* -* v36.4, 2022/02/01 -* -* License: LaTeX Project Public License, version -* 1.3c or higher (your choice) -* -* Location on CTAN: /macros/xetex/latex/bidi -* -* Issue tracker: https://github.com/tex-persian/bidi/issues -* -* Support Email: tex-persian@vafa.ac -* -* Primary author of bidi package: Vafa Khalighi. -* -**************************************************** -(/usr/share/texlive/texmf-dist/tex/xelatex/bidi/biditools.sty -Package: biditools 2022/02/01 v2.1 Programming tools for bidi package -\@bidi@envbody=\toks32 -\@bidi@emptytoks=\toks33 -\bidi@poscount=\count346 -\bidi@tempcountb=\count347 -\bidi@temptoksa=\toks34 -\bidi@temptoksb=\toks35 -\bidi@dummies=\count348 -\bidi@are@these@correct=\toks36 -\bidi@toks@lista=\toks37 -\bidi@toks@listb=\toks38 -\bidi@stack@length=\count349 -\bidi@empty@stack=\toks39 -\bidi@looprepeat@depth=\count350 -) -==> First Aid for biditools.sty no longer applied! - Expected: - 2020/05/13 v2 Programming tools for bidi package - but found: - 2022/02/01 v2.1 Programming tools for bidi package - so I'm assuming it got fixed. -(/usr/share/texlive/texmf-dist/tex/latex/zref/zref-abspage.sty -Package: zref-abspage 2020-07-03 v2.32 Module abspage for zref (HO) - (/usr/share/texlive/texmf-dist/tex/latex/zref/zref-base.sty -Package: zref-base 2020-07-03 v2.32 Module base for zref (HO) -Package zref Info: New property list: main on input line 764. -Package zref Info: New property: default on input line 765. -Package zref Info: New property: page on input line 766. -) -\c@abspage=\count351 -Package zref Info: New property: abspage on input line 66. -) -\@bidi@copyins@=\insert252 - (/usr/share/texlive/texmf-dist/tex/xelatex/bidi/latex-xetex-bidi.def -File: latex-xetex-bidi.def 2022/02/01 v1.3.8 bidi adaptations for `latex.ltx' for XeTeX engine -\bidi@n@everypar=\toks40 -\bidi@column@check@number=\count352 - (/usr/share/texlive/texmf-dist/tex/xelatex/bidi/footnote-xetex-bidi.def -File: footnote-xetex-bidi.def 2017/08/09 v1.1 bidi footnote macros for XeTeX engine -\c@footdir@label=\count353 -\footdir@toks=\toks41 -) (/usr/share/texlive/texmf-dist/tex/xelatex/bidi/report-xetex-bidi.def -File: report-xetex-bidi.def 2017/06/09 v0.8 bidi adaptations for standard report class for XeTeX engine -) (/usr/share/texlive/texmf-dist/tex/xelatex/bidi/color-xetex-bidi.def -File: color-xetex-bidi.def 2013/04/08 v0.2 bidi adaptations for color package for XeTeX engine -LaTeX Info: Redefining \color on input line 50. -) (/usr/share/texlive/texmf-dist/tex/xelatex/bidi/xcolor-xetex-bidi.def -File: xcolor-xetex-bidi.def 2013/04/08 v0.2 bidi adaptations for xcolor package for XeTeX engine -LaTeX Info: Redefining \color on input line 49. -LaTeX Info: Redefining \bidicolor on input line 92. -) (/usr/share/texlive/texmf-dist/tex/xelatex/bidi/graphicx-xetex-bidi.def -File: graphicx-xetex-bidi.def 2017/06/17 v0.5 bidi adaptations for graphicx package for XeTeX engine -) (/usr/share/texlive/texmf-dist/tex/xelatex/bidi/hyperref-xetex-bidi.def -File: hyperref-xetex-bidi.def 2018/11/11 v1.1 bidi adaptations for hyperref package for XeTeX engine -) (/usr/share/texlive/texmf-dist/tex/xelatex/bidi/fancyhdr-xetex-bidi.def -File: fancyhdr-xetex-bidi.def 2018/02/15 v0.7 bidi adaptations for fancyhdr package for XeTeX engine -) (/usr/share/texlive/texmf-dist/tex/xelatex/bidi/pgfcorescopes.code-xetex-bidi.def -File: pgfcorescopes.code-xetex-bidi.def 2015/11/14 v0.1 bidi adaptations for pgf package for XeTeX engine -)) (/usr/share/texlive/texmf-dist/tex/xelatex/bidi/loadingorder-xetex-bidi.def -File: loadingorder-xetex-bidi.def 2017/12/29 v0.97 making sure that bidi is the last package loaded -) -\bidi@digits=\count354 -\bidi@digits@charclass=\XeTeXcharclass1 -\bidi@sepmark@charclass=\XeTeXcharclass2 -) -**************************************************** -* -* xepersian package (Persian for LaTeX, using XeTeX engine) -* -* Description: The package supports Persian -* typesetting, using fonts provided in the -* distribution. -* -* Copyright (c) 2008--2022 Vafa Khalighi -* Copyright (c) 2018--2020 bidi-tex GitHub Organization -* -* v23.7, 2022/02/20 -* -* License: LaTeX Project Public License, version -* 1.3c or higher (your choice) -* -* Location on CTAN: /macros/xetex/latex/xepersian -* -* Issue tracker: https://github.com/tex-persian/xepersian/issues -* -* Discussions: https://github.com/tex-persian/xepersian/discussions -* -* Support Email: tex-persian@vafa.ac -* -* Primary author of xepersian package: Vafa Khalighi. -* -**************************************************** -\xepersian@tcl=\count355 -\xepersian@ilg=\dimen198 -\xepersian@strutilg=\dimen199 -(/home/matin/texmf/tex/xelatex/xepersian/loadingorder-xepersian.def -File: loadingorder-xepersian.def 2018/09/29 v0.5 making sure that xepersian is the last package loaded -) (/home/matin/texmf/tex/xelatex/xepersian/footnote-xepersian.def -File: footnote-xepersian.def 2017/08/09 v0.6 footnote macros for xepersian package -) (/home/matin/texmf/tex/xelatex/xepersian/hyperref-xepersian.def -File: hyperref-xepersian.def 2015/02/02 v0.6 bilingual captions for hyperref package -) (/home/matin/texmf/tex/xelatex/xepersian/url-xepersian.def -File: url-xepersian.def 2022/02/18 v0.1 adaptations for url package -) (/home/matin/texmf/tex/xelatex/xepersian/report-xepersian.def -File: report-xepersian.def 2010/07/25 v0.2 adaptations for standard report class -) - -Package fontspec Info: Font family 'lmroman10-regular(0)' created for font -(fontspec) 'lmroman10-regular' with options -(fontspec) [Ligatures=TeX,Path,BoldFont={lmroman10-bold},BoldItalicFont={lmroman10-bolditalic},ItalicFont={lmroman10-italic},SmallCapsFont={lmromancaps10-regular},SlantedFont={lmromanslant10-regular},BoldSlantedFont={lmromanslant10-bold}]. -(fontspec) -(fontspec) This font family consists of the following NFSS -(fontspec) series/shapes: -(fontspec) -(fontspec) - 'normal' (m/n) with NFSS spec.: -(fontspec) <->"[lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;" -(fontspec) - 'small caps' (m/sc) with NFSS spec.: -(fontspec) <->"[lmromancaps10-regular]/OT:script=latn;language=dflt;mapping=tex-text;" -(fontspec) - 'bold' (b/n) with NFSS spec.: -(fontspec) <->"[lmroman10-bold]/OT:script=latn;language=dflt;mapping=tex-text;" -(fontspec) - 'bold small caps' (b/sc) with NFSS spec.: -(fontspec) <->"[lmromancaps10-regular]/OT:script=latn;language=dflt;mapping=tex-text;" -(fontspec) - 'italic' (m/it) with NFSS spec.: -(fontspec) <->"[lmroman10-italic]/OT:script=latn;language=dflt;mapping=tex-text;" -(fontspec) - 'italic small caps' (m/scit) with NFSS spec.: -(fontspec) <->"[lmromancaps10-regular]/OT:script=latn;language=dflt;mapping=tex-text;" -(fontspec) - 'slanted' (m/sl) with NFSS spec.: -(fontspec) <->"[lmromanslant10-regular]/OT:script=latn;language=dflt;mapping=tex-text;" -(fontspec) - 'slanted small caps' (m/scsl) with NFSS spec.: -(fontspec) <->"[lmromancaps10-regular]/OT:script=latn;language=dflt;mapping=tex-text;" -(fontspec) - 'bold italic' (b/it) with NFSS spec.: -(fontspec) <->"[lmroman10-bolditalic]/OT:script=latn;language=dflt;mapping=tex-text;" -(fontspec) - 'bold italic small caps' (b/scit) with NFSS spec.: -(fontspec) <->"[lmromancaps10-regular]/OT:script=latn;language=dflt;mapping=tex-text;" -(fontspec) - 'bold slanted' (b/sl) with NFSS spec.: -(fontspec) <->"[lmromanslant10-bold]/OT:script=latn;language=dflt;mapping=tex-text;" -(fontspec) - 'bold slanted small caps' (b/scsl) with NFSS spec.: -(fontspec) <->"[lmromancaps10-regular]/OT:script=latn;language=dflt;mapping=tex-text;" - -) - -Package fontspec Info: Could not resolve font "B Zar/I" (it probably doesn't -(fontspec) exist). - - -Package fontspec Info: Font family 'BZar(0)' created for font 'B Zar' with -(fontspec) options -(fontspec) [RawFeature={script=arab},Ligatures=PersianTeX]. -(fontspec) -(fontspec) This font family consists of the following NFSS -(fontspec) series/shapes: -(fontspec) -(fontspec) - 'normal' (m/n) with NFSS spec.: <->"B -(fontspec) Zar/OT:language=dflt;script=arab;mapping=persian-tex-text;" -(fontspec) - 'small caps' (m/sc) with NFSS spec.: -(fontspec) - 'bold' (b/n) with NFSS spec.: <->"B -(fontspec) Zar/B/OT:language=dflt;script=arab;mapping=persian-tex-text;" -(fontspec) - 'bold small caps' (b/sc) with NFSS spec.: -(fontspec) - 'bold italic' (b/it) with NFSS spec.: <->"B -(fontspec) Zar/BI/OT:language=dflt;script=arab;mapping=persian-tex-text;" -(fontspec) - 'bold italic small caps' (b/scit) with NFSS spec.: - - - -LaTeX Warning: Unused global option(s): - [pdf]. - -(./WorkReport.aux) -\openout1 = `WorkReport.aux'. - -LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 45. -LaTeX Font Info: ... okay on input line 45. -LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 45. -LaTeX Font Info: ... okay on input line 45. -LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 45. -LaTeX Font Info: ... okay on input line 45. -LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 45. -LaTeX Font Info: ... okay on input line 45. -LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 45. -LaTeX Font Info: Trying to load font information for TS1+cmr on input line 45. - (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd -File: ts1cmr.fd 2019/12/16 v2.5j Standard LaTeX font definitions -) -LaTeX Font Info: ... okay on input line 45. -LaTeX Font Info: Checking defaults for TU/lmr/m/n on input line 45. -LaTeX Font Info: ... okay on input line 45. -LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 45. -LaTeX Font Info: ... okay on input line 45. -LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 45. -LaTeX Font Info: ... okay on input line 45. -LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 45. -LaTeX Font Info: ... okay on input line 45. -LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 45. -LaTeX Font Info: ... okay on input line 45. -Package hyperref Info: Link coloring OFF on input line 45. - (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty -Package: nameref 2021-04-02 v2.47 Cross-referencing by name of section - (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty -Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO) -) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO) -) -\c@section@level=\count356 -) -LaTeX Info: Redefining \ref on input line 45. -LaTeX Info: Redefining \pageref on input line 45. -LaTeX Info: Redefining \nameref on input line 45. - (./WorkReport.out) (./WorkReport.out) -\@outlinefile=\write4 -\openout4 = `WorkReport.out'. - -File: Graphics/BASU_logo.png Graphic file (type bmp) - -LaTeX Font Info: Calculating math sizes for size <21.59995> on input line 47. - - -LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <21.59995> not available -(Font) size <20.74> substituted on input line 47. - - -LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <15.11989> not available -(Font) size <14.4> substituted on input line 47. - - -LaTeX Font Warning: Font shape `OML/cmm/m/it' in size <21.59995> not available -(Font) size <20.74> substituted on input line 47. - - -LaTeX Font Warning: Font shape `OML/cmm/m/it' in size <15.11989> not available -(Font) size <14.4> substituted on input line 47. - - -LaTeX Font Warning: Font shape `OMS/cmsy/m/n' in size <21.59995> not available -(Font) size <20.74> substituted on input line 47. - - -LaTeX Font Warning: Font shape `OMS/cmsy/m/n' in size <15.11989> not available -(Font) size <14.4> substituted on input line 47. - -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <21.59995> on input line 47. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <15.11989> on input line 47. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <10.79997> on input line 47. -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[1 - -] (./WorkReport.toc -LaTeX Font Info: Calculating math sizes for size <18> on input line 3. - - -LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <18> not available -(Font) size <17.28> substituted on input line 3. - - -LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <12.59995> not available -(Font) size <12> substituted on input line 3. - - -LaTeX Font Warning: Font shape `OML/cmm/m/it' in size <18> not available -(Font) size <17.28> substituted on input line 3. - - -LaTeX Font Warning: Font shape `OML/cmm/m/it' in size <12.59995> not available -(Font) size <12> substituted on input line 3. - - -LaTeX Font Warning: Font shape `OMS/cmsy/m/n' in size <18> not available -(Font) size <17.28> substituted on input line 3. - - -LaTeX Font Warning: Font shape `OMS/cmsy/m/n' in size <12.59995> not available -(Font) size <12> substituted on input line 3. - -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <18> on input line 3. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <12.59995> on input line 3. -LaTeX Font Info: External font `cmex10' loaded for size -(Font) <9> on input line 3. -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[1 - -]) -\tf@toc=\write5 -\openout5 = `WorkReport.toc'. - - - -LaTeX Font Warning: Font shape `TU/BZar(0)/m/sl' undefined -(Font) using `TU/BZar(0)/m/n' instead on input line 51. - -File: Graphics/nav-logo.png Graphic file (type bmp) - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[2] -Underfull \hbox (badness 10000) in paragraph at lines 55--56 -[][] - [] - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[1] -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - - [1 - -] -Underfull \hbox (badness 10000) in paragraph at lines 67--75 -[][] - [] - -File: Graphics/nav-logo.png Graphic file (type bmp) - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[2] -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - - [3 - -] - -Package hyperref Warning: Difference (2) between bookmark levels is greater -(hyperref) than one, level fixed on input line 79. - - -Underfull \hbox (badness 10000) in paragraph at lines 83--85 -[][] - [] - -File: Graphics/nav-logo.png Graphic file (type bmp) - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[4] -File: Graphics/nav-logo.png Graphic file (type bmp) - - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[5] -File: Graphics/nav-logo.png Graphic file (type bmp) - - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[6] -File: Graphics/nav-logo.png Graphic file (type bmp) - - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[7] -Underfull \hbox (badness 10000) in paragraph at lines 138--140 -[][] - [] - -File: Graphics/nav-logo.png Graphic file (type bmp) - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[8] -Underfull \hbox (badness 10000) in paragraph at lines 149--150 -[][] - [] - - -Overfull \hbox (22.32434pt too wide) in paragraph at lines 151--154 -[]\TU/BZar(0)/m/n/18 شامل ۱۴ استان میشوند این استان ها با استفاده از []\TU/lmroman10-regular(0)/m/n/18 unordered_map[][] - [] - -File: Graphics/nav-logo.png Graphic file (type bmp) - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[9] -Underfull \hbox (badness 10000) in paragraph at lines 168--170 -[][] - [] - -File: Graphics/nav-logo.png Graphic file (type bmp) - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[10] -Underfull \hbox (badness 10000) in paragraph at lines 207--210 -[][] - [] - -File: Graphics/nav-logo.png Graphic file (type bmp) - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[11] -File: Graphics/nav-logo.png Graphic file (type bmp) - - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[12] -Underfull \hbox (badness 10000) in paragraph at lines 240--241 -[][] - [] - - -Overfull \hbox (2.3174pt too wide) in paragraph at lines 244--245 -[][][]\TU/lmroman10-regular(0)/m/n/18 applyFeature[] \TU/BZar(0)/m/n/18 این تابع نیز برای اعمال ویژگی کارت است [] - [] - -File: Graphics/nav-logo.png Graphic file (type bmp) - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[13] -File: Graphics/nav-logo.png Graphic file (type bmp) - - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[14] -File: Graphics/nav-logo.png Graphic file (type bmp) - - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[15] -Underfull \hbox (badness 10000) in paragraph at lines 303--304 -[][] - [] - -File: Graphics/nav-logo.png Graphic file (type bmp) - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[16] -Missing character: There is no ن (U+0646) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ا (U+0627) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no م (U+0645) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ا (U+0627) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no س (U+0633) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ت (U+062A) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ا (U+0627) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ن (U+0646) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ق (U+0642) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ر (U+0631) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ا (U+0627) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ر (U+0631) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no د (U+062F) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ا (U+0627) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no د (U+062F) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ن (U+0646) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ن (U+0646) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ش (U+0634) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ا (U+0627) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ن (U+0646) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ف (U+0641) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ا (U+0627) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ت (U+062A) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ح (U+062D) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ا (U+0627) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no س (U+0633) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ت (U+062A) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ا (U+0627) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! -Missing character: There is no ن (U+0646) in font [lmroman10-regular]/OT:script=latn;language=dflt;mapping=tex-text;! - -Underfull \hbox (badness 10000) in paragraph at lines 328--329 -[][] - [] - -File: Graphics/nav-logo.png Graphic file (type bmp) - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[17] -Overfull \hbox (15.00752pt too wide) in paragraph at lines 337--338 -[][][]\TU/lmroman10-regular(0)/m/n/18 getPlayedCards[] \TU/BZar(0)/m/n/18 برای ارسال کارت های بازی شده بازیکن [] - [] - - -Overfull \hbox (8.67351pt too wide) in paragraph at lines 344--345 -[][][]\TU/lmroman10-regular(0)/m/n/18 push_to_playedCards[] \TU/BZar(0)/m/n/18 افزودن به کارت های مصرف[] - [] - -File: Graphics/nav-logo.png Graphic file (type bmp) - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[18] -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - - [19 - -] -Overfull \hbox (6.39075pt too wide) in paragraph at lines 357--358 -[][]\TU/BZar(0)/m/n/18 پیاده سازی ماهیت استان ها با استفاده از []\TU/lmroman10-regular(0)/m/n/18 unordered_map[] [] - [] - -File: Graphics/nav-logo.png Graphic file (type bmp) - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[20] -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - - [21 - -] - -Package hyperref Warning: Difference (2) between bookmark levels is greater -(hyperref) than one, level fixed on input line 367. - -File: Graphics/nav-logo.png Graphic file (type bmp) - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[22] -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - - [23 - -] -Underfull \hbox (badness 10000) in paragraph at lines 376--377 -[][] - [] - -File: Graphics/nav-logo.png Graphic file (type bmp) - - -Package fancyhdr Warning: \headheight is too small (24.0pt): -(fancyhdr) Make it at least 36.52245pt, for example: -(fancyhdr) \setlength{\headheight}{36.52245pt}. -(fancyhdr) You might also make \topmargin smaller to compensate: -(fancyhdr) \addtolength{\topmargin}{-12.52245pt}. - -File: Graphics/0d430388ec86043008f3ddd51b87958a.jpeg Graphic file (type bmp) - -[24] (./WorkReport.aux) - -LaTeX Font Warning: Size substitutions with differences -(Font) up to 0.85994pt have occurred. - - -LaTeX Font Warning: Some font shapes were not available, defaults substituted. - -Package rerunfilecheck Info: File `WorkReport.out' has not changed. -(rerunfilecheck) Checksum: 14BD707F1EBC5BCCAB660D82E4AA0F6B;2381. - ) -Here is how much of TeX's memory you used: - 23701 strings out of 478190 - 501017 string characters out of 5854827 - 901806 words of memory out of 5000000 - 43836 multiletter control sequences out of 15000+600000 - 475349 words of font info for 78 fonts, out of 8000000 for 9000 - 14 hyphenation exceptions out of 8191 - 99i,13n,103p,1114b,791s stack positions out of 5000i,500n,10000p,200000b,80000s - -Output written on WorkReport.xdv (28 pages, 171160 bytes). diff --git a/workReport/WorkReport.out b/workReport/WorkReport.out deleted file mode 100644 index d204100..0000000 --- a/workReport/WorkReport.out +++ /dev/null @@ -1,18 +0,0 @@ -\BOOKMARK [-1][-]{part.1}{\376\377\006\047\006\110\006\104\000\040\006\106\006\055\006\110\006\107\000\040\006\050\006\047\006\062\006\314}{}% 1 -\BOOKMARK [-1][-]{part.2}{\376\377\006\057\006\110\006\105\000\040\006\251\006\104\006\047\006\063\000\040\006\107\006\047}{}% 2 -\BOOKMARK [0][-]{section.0.1}{\376\377\006\050\006\047\006\062\006\314}{part.2}% 3 -\BOOKMARK [1][-]{section.0.2}{\376\377\006\061\006\047\006\050\006\067\000\040\006\251\006\047\006\061\006\050\006\061\006\314}{section.0.1}% 4 -\BOOKMARK [1][-]{section.0.3}{\376\377\006\061\006\047\006\050\006\067\000\040\006\257\006\061\006\047\006\101\006\314\006\251\006\314}{section.0.1}% 5 -\BOOKMARK [1][-]{section.0.4}{\376\377\006\062\006\105\006\314\006\106\000\040\006\050\006\047\006\062\006\314}{section.0.1}% 6 -\BOOKMARK [1][-]{section.0.5}{\376\377\006\251\006\047\006\061\006\052\000\040\006\107\006\047}{section.0.1}% 7 -\BOOKMARK [2][-]{subsection.0.5.1}{\376\377\006\251\006\047\006\061\006\052\000\040\006\107\006\047\006\314\000\040\006\050\006\106\006\101\006\064\000\050\006\110\006\314\006\230\006\107\000\051}{section.0.5}% 8 -\BOOKMARK [2][-]{subsection.0.5.2}{\376\377\006\101\006\065\006\104\000\040\006\107\006\047}{section.0.5}% 9 -\BOOKMARK [2][-]{subsection.0.5.3}{\376\377\006\251\006\047\006\061\006\052\000\040\006\107\006\047\006\314\000\040\006\062\006\061\006\057\000\050\006\063\006\061\006\050\006\047\006\062\000\051}{section.0.5}% 10 -\BOOKMARK [1][-]{section.0.6}{\376\377\006\106\006\064\006\047\006\106}{section.0.1}% 11 -\BOOKMARK [2][-]{subsection.0.6.1}{\376\377\006\106\006\064\006\047\006\106\000\040\006\050\006\047\006\062\006\314\006\251\006\106}{section.0.6}% 12 -\BOOKMARK [2][-]{subsection.0.6.2}{\376\377\006\047\006\314\006\047\006\104\006\052}{section.0.6}% 13 -\BOOKMARK [1][-]{section.0.7}{\376\377\006\050\006\047\006\062\006\314\006\251\006\106}{section.0.1}% 14 -\BOOKMARK [-1][-]{part.3}{\376\377\006\063\006\110\006\105\000\040\006\206\006\047\006\104\006\064\000\040\006\107\006\047}{}% 15 -\BOOKMARK [-1][-]{part.4}{\376\377\006\206\006\107\006\047\006\061\006\105\000\040\006\176\006\314\006\110\006\106\006\057\006\107\006\047}{}% 16 -\BOOKMARK [0][-]{section.0.8}{\376\377\006\257\006\314\006\052\000\040\006\107\006\047\006\050}{part.4}% 17 -\BOOKMARK [-1][-]{part.5}{\376\377\006\176\006\106\006\054\006\105\000\040\006\105\006\106\006\047\006\050\006\071}{}% 18 diff --git a/workReport/WorkReport.pdf b/workReport/WorkReport.pdf deleted file mode 100644 index ddc1079..0000000 Binary files a/workReport/WorkReport.pdf and /dev/null differ diff --git a/workReport/WorkReport.synctex.gz b/workReport/WorkReport.synctex.gz deleted file mode 100644 index 132b977..0000000 Binary files a/workReport/WorkReport.synctex.gz and /dev/null differ diff --git a/workReport/WorkReport.tex b/workReport/WorkReport.tex deleted file mode 100644 index d2c7289..0000000 --- a/workReport/WorkReport.tex +++ /dev/null @@ -1,383 +0,0 @@ -\documentclass[pdf,titlepage,a4paper]{report} - -\usepackage{graphicx} -\usepackage{color} - -\usepackage{fancyhdr} -\setlength{\headheight}{24pt} -\pagestyle{fancy} -\rhead{\includegraphics[scale=0.2]{Graphics/nav-logo.png}} -\chead{فاز یک پروژه پیشرفته} - -\usepackage[hidelinks]{hyperref} - -\usepackage[fontsize=18pt]{fontsize} - - -%\usepackage[top=2cm, bottom=2cm, outer=0cm, inner=0cm]{geometry} -\usepackage{background} - -\backgroundsetup{ - scale=1, - color=white, - opacity=0.4, - angle=0, - contents={% - \includegraphics[width=\paperwidth,height=\paperheight]{Graphics/0d430388ec86043008f3ddd51b87958a.jpeg} - }% -} - -\usepackage{indentfirst} -\usepackage{xepersian} -\settextfont{B Zar} - -%\newcommand{\s}{\fontdimen2\font=0.125em} - -\begin{titlepage} - \title{\includegraphics[scale=0.8]{Graphics/BASU_logo.png} \\ \Huge{فاز یک پروژه پیشرفته}} - \author{متین امیرپناه فر \\ شماره داشنجویی : 40212358003 - \and \\ نیما مخملی \\ شماره داشنجویی : 40212358035} - \date{\today} -\end{titlepage} - -\renewcommand{\labelitemi}{$\bullet$} - -\begin{document} - {\color{white} - \maketitle} - - \tableofcontents - - \newpage - - \begin{abstract} - - در دورانی که قلمرو شاهی به استان های خود مختار تقسیم شده،سردارانی از گوشه ی سرزمین در سودای کشورگشایی،ارتش خود را برای فتح شهرها گسیل داشته اند.تا با مهارت و شجاعت بجنگند و با تدبیر و مکر به حریفان رکب بزنند تا قدرت و افتخار کسب کنند \\ - - بازی رکب یک بازی تخته ای است که توسط 3 تا 6 بازیکن انجام میشود - این بازی شامل دو نوع کارت بنفش و زرد است که هر کارت بنفش امتیاز خاص خود را دارد ولی کارت های زرد ویژگی خاصی ندارند - کارت های بنفش عبارتند از : مترسک , طبل زن , شاهدخت , شیرزن , بهار , زمستان , ریش سفید - بازیکنان باید با کارت هایی که در دست دارند به جنگ بپردازند و سعی کنند در جنگ پیروز شوند و اگر سه استان مجاور یا پنج استان را فتح کنند پیروز کل بازی خواهند شد - ما این بازی را به صورت شی گرا نوشته ایم که شرح کلاس ها و قابلیت های آنها را در ادامه برایتان میگوییم - - \end{abstract} - - \newpage - \part{نحوه بازی} - هنگامی که بازی را آغاز مینماییم در ورودی از کاربر میخواهد که تعداد بازیکنان را وارد کند. \\ - \indent سپس هر بازیکن مشخصات خود را وارد میکند و بعد رنگ نشان خود را انتخاب میکنند. - بعد از آن سیستم چک میکند و کم سن ترین بازیکن را به عنوان اولین بازی کن که جنگ اول را شروع میکند برمیگزیند.\\ - \indent بازیکن موردنظر استان محل اولین جنگ را انتخاب میکند و سپس سیستم کارت های بازیکنان را به صورت رندوم به آنها میدهد. \\ - در خروجی برنامه از بازیکنان میخواهد که به صورت خصوصی کارت های خود را مشاهده کنند و به ترتیب این عمل انجام میشود\\ - آنگاه بازی توسط بازیکن کم سن آغاز میشود و به ترتیب سن بازیکن ها کارت های خود را رو میکنند\\ - بازیکنان میتوانند کارت هارا رو کنند تا بالاخره فاتح استان مورد جنگ معلوم شود\\ - و به همین ترتیب بازی را ادامه میدهند تا یک بازیکن 3 استان مجاور یا 5 استان از کل نقشه را فتح کند.\\ - - \part{کلاس ها} - - \newpage - \section{بازی} - این کلاس وظیفه اصلی و مدیریت کلی بازی را بر عهده دارد شرایط بازی را آماده و بازیکنان را مجهز و آماده جنگ میکند - این کلاس با کلاس های بازیکن , زمین بازی , رابط کاربری , تمام کلاس های کارت ها و تمام کلاس های نشان رابطه دارد - \paragraph{روابط} - این کلاس با کلاس های بازیکن , زمین بازی , تمام کارت ها ,تمام نشان ها و رابط کاربری رابطه دارد.\\ - رابط بین این کلاس ها همه از نوع \lr{composition}میباشد.\\ - - \paragraph{صفات} - صفات این بازی عبارتند از آرایه ای از تمام کارت های بازی مانند آرایه هایی از کارت های بنفش با تعداد مختلف - همچنین اشیاء مورد نیاز این کلاس از کلاس هایی مانند - \begin{latin} - \begin{itemize} - \item ui - \item gameboard - \item battlemarker - \item player - \end{itemize} - \end{latin} - \paragraph{متدها} - \begin{itemize} - \item \lr{play} این تابع وظایف شروع و مدیریت بازی را دارد - \item \lr{gethelp} برای ارسال متن راهنمایی است - \item \lr{check\_number\_of\_player} چک کردن - \item \lr{set\_battleground} ست کردن محل جنگ - \item \lr{find\_war\_winner} پیدا کردن برنده جنگ - \item \lr{find\_game\_winner} پیدا کردن برنده کل بازی - \item \lr{getPlayers} ارسال بازیکنان البته اطلاعات بازیکنان - \item \lr{shuffle} مخلوط کردن کارت ها - \item \lr{distributeCards} پخش کارت ها - \item \lr{war} این تابع برای مدیریت جنگ است - \end{itemize} - \newpage - \section{رابط کاربری} - این کلاس وظیفه برقراری ارتباط سیستم و کاربران را دارد دستورات را از ورودی میگیرد و گزارشات را در خروجی برای رویت کردن کاربران چاپ میکند\\ - ین کلاس صفتی که به شکل خصوصی باشد ندارد - \paragraph{روابط} - - \paragraph{متدها} - متد ها یا رفتار های این کلاس عبارتند از - \begin{itemize} - \item \lr{clearTerminal} پاک کردن تصویر - \item \lr{pause} توقف چند لحظه ای - \item \lr{spliter} خوشگلاسیون - \item \lr{showPlayerPlayedCards} نمایش کارت های بازی شده بازیکنان - \item \lr{getCommand} برای انتخاب ویژگی های خاص بازی من جمله پاس دادن - \item \lr{get\_battleground} مکان جنگ - \item \lr{showPlayerStates} نمایش استان های فتح شده بازیکن - \item \lr{showPlayerCards} نمایش کارت های در دست بازیکن - \item \lr{get\_card\_name} ارسال نام کارت ها - \item \lr{get\_players\_number} ارسال شماره بازیکن البته به ترتیب سن - \item \lr{get\_player\_name} ارسال نام بازیکن - \item \lr{get\_player\_old} ارسال نام بازیکن - \item \lr{get\_player\_color} ارسال رنگ بازیکن - \item \lr{declare\_warWinner} برنده جنگ - \item \lr{declare\_gameWinner} برنده کل بازی - \end{itemize} - - \newpage - \section{رابط گرافیکی} - این کلاس در فاز های بعدی پروژه اضافه خواهد شد. \\ - که قرار است این کار را با محیط توسعه کیو تی انجام دهیم.\\ - \paragraph{صفات} - \paragraph{متدها} - - - \newpage - \section{زمین بازی} - این کلاس ارتباط بین استان هارا معلوم کرده و در واقع همان صفحه کاغذی موجود در بازی است \\ - این کلاس برای ما استان های بازی را نگهداری کرده و ارتباط بین آنها را ایجاد میکند و مشخص میکند که آیا دو استان با هم مجاورند یا خیر - \paragraph{روابط} - این کلاس با کلاس ایالت رابطه دارد که این رابطه نوعی رابطه وابستگی را بین آنها شرح میدهد.\\ - \paragraph{صفات} - صفات خصوصی این کلاس استان های بازی هستند که شامل 14 استان میشوند - این استان ها با استفاده از \lr{unordered\_map} و کلاس استان گرفته شده اند - و صفت بعدی ارتباط بین این استان هاست که برای این کار از کلاس \lr{map} استفاده کرده ایم - \paragraph{متدها} - - متد های این کلاس عبارتند از : - - \begin{itemize} - \item \lr{checkAdjacency} برای چک کردن - \item \lr{getState} ارسال استان های بازی - \item \lr{get\_active\_states\_name} ارسال نام استان فعال و منتخب - \end{itemize} - - \newpage - \section{کارت ها} - این کلاس مسئول نگهداری و سازماندهی کارت هاست این کلاس دو زیر کلاس دارد که بیانگر دو نوع کارت بنفش و زرد ایست که در بازی داریم - \paragraph{روابط} - این کلاس با کلاس های بازی و بازیکن رابطه دارد - این روابط از نوع \lr{assosiation} و \lr{compositon} است.\\ - - \paragraph{صفات} - صفات کلاس کارت ها عبارتند از - \begin{enumerate} - \item امتیاز که این کلاس چون دو کلاس از آن ارث بری میکنند صفت امتیاز را به صورت \lr{protected} نوشته ایم - \item ویژگی اولویت که به صورت خصوصی است - \end{enumerate} - - \paragraph{متدها} - توابع که برای این کلاس تعریف کرده ایم : - - \begin{itemize} - \item \lr{getType} ارسال نوع کارت مدنظر - \item \lr{applyFeature} ویژگی کارت های ویژه یا بنفش که برای هر کارت به صورت جداگانه تعریف شده است - \item \lr{is\_season} چک کردن اینکه آیا کارت فصل است یا خیر؟ - \item \lr{getPriority} ارسال اولویت کارت برای امور بازی - \item \lr{setPoint} قرار دادن امتیاز - \item \lr{getPoint} ارسال امتیاز مربوط به کارت - \end{itemize} - - - \subsection{کارت های بنفش(ویژه)} - این کلاس برای کارت های ویژه این بازی طراحی شده است که تمام کلاس های شخصیت های کلاس بنفش از این کلاس ارث بری میکنند - کلاس هایی همچون - \begin{itemize} - \item \lr{bishop} - \item \lr{drummer} - \item \lr{heroine} - \item \lr{scarecrow} - \item \lr{spring} - \item \lr{spy} - \item \lr{turncoat} - \item \lr{winter} - \end{itemize} - \paragraph{صفات} - این کلاس فقط یک صفت دارد که آن هم برای \lr{type} کارتهاست - \paragraph{روابط} - تک تک کارت های بنفش یا شخصیت ها با کلاس کارت بنفش رابطه ارث بری دارند \\ - به همین جهت در شرح تک تک کلاس های ویژه دیگر بند روابط را نداریم.\\ - همچنین خود کلاس کارت های بنفش هم با کلاس کارت رابطه ارث بری دارد.\\ - - \subparagraph{} - - \paragraph{متدها} - همچنین این کلاس فقط یک تابع برای ارسال \lr{type} دارد که اسم آن \lr{getType} است - \subsubsection{مترسک} - کلاس شخصیت مترسک : این کارت وقتی در بازی به کار برده میشود بازیکن میتواند یک کارت زرد را به بازی برگرداند - این کارت روی کارت های بنفش تاثیری ندارد - \paragraph{صفات} - تنها صفت این کلاس صفت \lr{help} است که موقعی به کار برده میشود که کاربر بخواهد توضیحات مربوط به کارت را ببیند و با کارت آشنا شود - - \paragraph{متدها} - توابع این کلاس عبارتند از - \lr{gethelp} که برای ارسال متن توضیحات است - و \lr{applyFeature} که مربوط به ویژگی کارت است - \subsubsection{طبل زن} - کلاس شخصیت طبل زن : این کارت وقتی توسط یک بازیکن رو میشود ارزش تمام کارت های زردی که آن بازیکن در یک درست آورده دو برابر میشود. البته فقط یکبار امکان پذیر است. - - \paragraph{صفات} - تنها صفت این کلاس صفت \lr{help} است که موقعی به کار برده میشود که کاربر بخواهد توضیحات مربوط به کارت را ببیند و با کارت آشنا شود - \paragraph{متدها} - توابع این کلاس عبارتند از - \lr{gethelp} که برای ارسال متن توضیحات است - و \lr{applyFeature} که مربوط به ویژگی کارت است - \subsubsection{شاهدخت} - کلاس شخصیت شاهدخت : کارت شاهدخت یک کارت امتیازیه که هیچ کارت دیگری روی آن اثر ندارد. - \paragraph{صفات} - این کلاس فقط یک صفت دارد به نام \lr{help} که برای نمایش توضیحات این کارت است - \paragraph{متدها} - - دو متد این کلاس عبارت است از : \\ - - \begin{itemize} - \item \lr{gethelp} برای ارسال متن توضیحات کارت است که کاربر درخواست کمک کرده است. - \item \lr{applyFeature} این تابع نیز برای اعمال ویژگی کارت است - \end{itemize} - - - \subsection{فصل ها} - این کلاس برای فصل های بهار و زمستان که دو کارت ویژه هستند طراحی شده است که همان طور که معلوم است دو کلاس بهار و زمستان از آن ارث بری میکنند - - \paragraph{صفات} - این کلاس هیچ عضو داده ای خصوصی ندارد. - \paragraph{متدها} - تنها تابع عضو داده ای این کلاس تابع \lr{is\_season} است \\ - که این تابع نیز برای چک کردن فصل بودن است که قبلا توضیح دادیم - - \subsubsection{بهار} - کلاس شخصیت بهار : تا زمانی که بهار باشد به مجموع کارت های رو شده بازیکن یا بازیکنانی که بالا ترین کارت عددی را رو کرده اند یا در آینده بازی میکنن را3 واحد اضافه میکند. - - \paragraph{صفات} - این کلاس هم مانند تمام کلاس های کارت بنفش فقط یک صفت \lr{help} دارد - \paragraph{متدها} - \lr{gethelp} , \lr{applyFeature} \\ - توضیحات این توابع را در کلاس های قبلی گفته ایم. - - \subsubsection{زمستان} - کارت شخصیت زمستان : تا زمانی که زمستان باشد عدد تمام کارت های زرد یا سرباز همه بازیکنان 1 میشود اگر بهار باشد و زمستان بیاید , زمستان میشود - \paragraph{صفات} - \lr{help} - \paragraph{متدها} - \lr{gethelp} , \lr{applyFeature} \\ - مانند دیگر کلاس های کارت های ویژه - - \subsection{کارت های زرد(سرباز)} - کارت های زرد یا سرباز موقعی که رو میشوند قدرت ارتش بازیکن را به اندازه عدد روی کارت افزایش میدهد. - - \paragraph{صفات} - هیچ صفتی ندارد - \paragraph{متدها} - این کلاس هم دو تابع \lr{gethelp} , \lr{applyFeature} را دارا میباشد - \newpage - - \section{نشان} - کلاس نشان یک کلاس پدر است که سه کلاس فرزند دارد این کلاس را از آن جهت طراحی کرده ایم که نشان های بازیکن و جنگ و صلح را پیاده سازی کنیم - \paragraph{صفات} - صفات این کلاس : - 1- یک شی از کلاس \lr{State} برای اعمال نشان جنگ - 2- یک شی از کلاس \lr{Color} برای پیاده سازی نشان بازیکنان با رنگ های متفاوت - \paragraph{متدها} - توابع عضو این کلاس : - - \begin{itemize} - \item \lr{setState} قرار دادن استان مدنظر - \item \lr{getState} ارسال استان مدنظر - \item \lr{is\_set}برای چک کردن که آیا استان منتخب است؟ - \end{itemize} - - \subsection{نشان بازیکن} - این کلاس را برای نشان بازیکن طراحی کرده ایم تا بازیکنان به هنگام آغاز بازی یک نشان برای خود انتخاب کنند و وقتی یک استان را فتح کردند آن نشان روی استان مورد نظر قرار گیرد - \paragraph{روابط} - این کلاس با کلاس نشان رابطه ارث بری دارد - \paragraph{روابط} - این کلاس با کلاس رنگ رابطه دارد برای ست کردن رنگ نشان هر بازیکن.\\ - \paragraph{صفات} - ندارد - \paragraph{متدها} - ندارد - - \subsection{ایالت} - کلاس ایالت یا استان به این منظور طراحی شده که فرایندی که لازم است مستقیم با استان ها انجام شود راحت تر صورت بگیرند - - \paragraph{صفات} - برای این کلاس دو صفت در نظر گرفته شده است - \begin{latin} - \begin{itemize} - \item \lr{name} نام استان - \item \lr{set\_marker} قرار دادن نشان فاتح استان - \end{itemize} - \end{latin} - \paragraph{متدها} - - \section{بازیکن} - این کلاس به منظور مدیریت بازیکنان و تمام رفتار ها و ویژگی های آنها طراحی شده است - این کلاس با کلاس های کارت استان و نشان بازیکن و رابط کاربری رابطه دارد - \paragraph{صفات} - ویژگی های خصوصی کلاس بازیکنان شامل نام , سن , آی دی , وکتوری از کارت های در اختیار ,وکتوری از کارت های بازی شده , استان های فتح شده و آرایه ای از نشان بازیکنان. - \paragraph{روابط} - کلاس بازیکن با کلاس های کارت , استان , و نشان و نشان بازیکن رایطه دارد.\\ - - \paragraph{متدها} - توابع عضو این کلاس شامل توابع زیر میشوند : - - \begin{itemize} - \item \lr{getName} برای ارسال نام بازیکنان - \item \lr{getID} برای ارسال شماره بازیکنان - \item \lr{getAge} برای ارسال سن بازیکنان - \item \lr{getPlayedCards} برای ارسال کارت های بازی شده بازیکن - \item \lr{getCards} برای ارسال کارت های در دست بازیکنان - \item \lr{setCards} قرار دادن کارت ها - \item \lr{setState} قرار دادن استان مدنظر - \item \lr{get\_states\_name} ارسال نام استان - \item \lr{drawn\_card} کشیدن کارت برای بازی - \item \lr{push\_to\_cards} افزودن کارت به کارت های در دست بازیکن - \item \lr{push\_to\_playedCards} افزودن به کارت های مصرف شده بازیکن - \item \lr{drawn\_playedCard} کشیدن کارت های بازی شده - \end{itemize} - - \newpage - - - - \part{چالش ها} - - چالش هایی که در برنامه نویسی این بازی با آنها مواجه شدیم عبارتند از - \begin{enumerate} - \item پیاده سازی مجاورت بودن استان های بازی که از کلاس \lr{map} استفاده کردیم - \item پیاده سازی ماهیت استان ها با استفاده از \lr{unordered\_map} - \item کامپایل کردن و اجرای برنامه توسط \lr{CMAKE} (اجرای برنامه ای با چندین فایل) - \item برقراری ارتباط بین کلاس ها ایجاد بستری برای اجرای برنامه توسط رابط گرافیکی \lr{QT} - \item تعیین نوع رابطه موجود بین کلاس ها برای اینکه برنامه از لحاظ شی گرایی بی نقص باشد. - \item رسم نمودار \lr{class\\diagram}این برنامه - \end{enumerate} - - \newpage - - \part{پیوندها} - \section{گیت هاب} - \href{https://github.com/Matin0789/Condottiere-.git}{لینک} - شما میتوانید برنامه ما را در این پیوند مشاهده بفرمایید - \newpage - - - - \part{منابع} - \begin{itemize} - \item کتاب برنامه نویسی به زبان سی پلاس پلاس اثر دایتل و دایتل ویرایش دهم\\ - \begin{latin} - \item \href{https://www.geeksforgeeks.org/c-plus-plus/}{www.geeksforgeeks.org/c-plus-plus} - \end{latin} - \end{itemize} - - -\end{document} diff --git a/workReport/WorkReport.toc b/workReport/WorkReport.toc deleted file mode 100644 index 3b8ccbc..0000000 --- a/workReport/WorkReport.toc +++ /dev/null @@ -1,65 +0,0 @@ -\contentsline {part}{اول\hspace {1em}نحوه بازی}{1}{part.1}% -\contentsline {part}{دوم\hspace {1em}کلاس ها}{3}{part.2}% -\contentsline {section}{\numberline {0.1}بازی}{4}{section.0.1}% -\contentsline {paragraph}{روابط}{4}{section*.2}% -\contentsline {paragraph}{صفات}{4}{section*.3}% -\contentsline {paragraph}{متدها}{4}{section*.4}% -\contentsline {section}{\numberline {0.2}رابط کاربری}{6}{section.0.2}% -\contentsline {paragraph}{روابط}{6}{section*.5}% -\contentsline {paragraph}{متدها}{6}{section*.6}% -\contentsline {section}{\numberline {0.3}رابط گرافیکی}{8}{section.0.3}% -\contentsline {paragraph}{صفات}{8}{section*.7}% -\contentsline {paragraph}{متدها}{8}{section*.8}% -\contentsline {section}{\numberline {0.4}زمین بازی}{9}{section.0.4}% -\contentsline {paragraph}{روابط}{9}{section*.9}% -\contentsline {paragraph}{صفات}{9}{section*.10}% -\contentsline {paragraph}{متدها}{9}{section*.11}% -\contentsline {section}{\numberline {0.5}کارت ها}{10}{section.0.5}% -\contentsline {paragraph}{روابط}{10}{section*.12}% -\contentsline {paragraph}{صفات}{10}{section*.13}% -\contentsline {paragraph}{متدها}{10}{section*.14}% -\contentsline {subsection}{\numberline {0.5.1}کارت های بنفش(ویژه)}{11}{subsection.0.5.1}% -\contentsline {paragraph}{صفات}{11}{section*.15}% -\contentsline {paragraph}{روابط}{11}{section*.16}% -\contentsline {subparagraph}{}{12}{section*.17}% -\contentsline {paragraph}{متدها}{12}{section*.18}% -\contentsline {subsubsection}{مترسک}{12}{section*.19}% -\contentsline {paragraph}{صفات}{12}{section*.20}% -\contentsline {paragraph}{متدها}{12}{section*.21}% -\contentsline {subsubsection}{طبل زن}{12}{section*.22}% -\contentsline {paragraph}{صفات}{12}{section*.23}% -\contentsline {paragraph}{متدها}{13}{section*.24}% -\contentsline {subsubsection}{شاهدخت}{13}{section*.25}% -\contentsline {paragraph}{صفات}{13}{section*.26}% -\contentsline {paragraph}{متدها}{13}{section*.27}% -\contentsline {subsection}{\numberline {0.5.2}فصل ها}{13}{subsection.0.5.2}% -\contentsline {paragraph}{صفات}{13}{section*.28}% -\contentsline {paragraph}{متدها}{13}{section*.29}% -\contentsline {subsubsection}{بهار}{14}{section*.30}% -\contentsline {paragraph}{صفات}{14}{section*.31}% -\contentsline {paragraph}{متدها}{14}{section*.32}% -\contentsline {subsubsection}{زمستان}{14}{section*.33}% -\contentsline {paragraph}{صفات}{14}{section*.34}% -\contentsline {paragraph}{متدها}{14}{section*.35}% -\contentsline {subsection}{\numberline {0.5.3}کارت های زرد(سرباز)}{14}{subsection.0.5.3}% -\contentsline {paragraph}{صفات}{15}{section*.36}% -\contentsline {paragraph}{متدها}{15}{section*.37}% -\contentsline {section}{\numberline {0.6}نشان}{16}{section.0.6}% -\contentsline {paragraph}{صفات}{16}{section*.38}% -\contentsline {paragraph}{متدها}{16}{section*.39}% -\contentsline {subsection}{\numberline {0.6.1}نشان بازیکن}{16}{subsection.0.6.1}% -\contentsline {paragraph}{روابط}{16}{section*.40}% -\contentsline {paragraph}{روابط}{16}{section*.41}% -\contentsline {paragraph}{صفات}{16}{section*.42}% -\contentsline {paragraph}{متدها}{17}{section*.43}% -\contentsline {subsection}{\numberline {0.6.2}ایالت}{17}{subsection.0.6.2}% -\contentsline {paragraph}{صفات}{17}{section*.44}% -\contentsline {paragraph}{متدها}{17}{section*.45}% -\contentsline {section}{\numberline {0.7}بازیکن}{17}{section.0.7}% -\contentsline {paragraph}{صفات}{17}{section*.46}% -\contentsline {paragraph}{روابط}{17}{section*.47}% -\contentsline {paragraph}{متدها}{18}{section*.48}% -\contentsline {part}{سوم\hspace {1em}چالش ها}{19}{part.3}% -\contentsline {part}{چهارم\hspace {1em}پیوندها}{21}{part.4}% -\contentsline {section}{\numberline {0.8}گیت هاب}{22}{section.0.8}% -\contentsline {part}{پنجم\hspace {1em}منابع}{23}{part.5}% diff --git a/workReport/WorkReport.xdv b/workReport/WorkReport.xdv deleted file mode 100644 index 91043a4..0000000 Binary files a/workReport/WorkReport.xdv and /dev/null differ