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