diff --git a/MotusProject/.gitignore b/MotusProject/.gitignore deleted file mode 100644 index aa3808c5a9e01bdb4728d53628e036914f616c56..0000000000000000000000000000000000000000 --- a/MotusProject/.gitignore +++ /dev/null @@ -1,82 +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* -*.qbs.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 - -# Directories with generated files -.moc/ -.obj/ -.pch/ -.rcc/ -.uic/ -/build*/ diff --git a/MotusProject/MotusProject.pro b/MotusProject/MotusProject.pro deleted file mode 100644 index 15ec52707ebd521c61cec06f60cf1b73bef3c9bf..0000000000000000000000000000000000000000 --- a/MotusProject/MotusProject.pro +++ /dev/null @@ -1,19 +0,0 @@ -QT += quick - -SOURCES += \ - main.cpp - -resources.files = main.qml -resources.prefix = /$${TARGET} -RESOURCES += resources - -# Additional import path used to resolve QML modules in Qt Creator's code model -QML_IMPORT_PATH = - -# Additional import path used to resolve QML modules just for Qt Quick Designer -QML_DESIGNER_IMPORT_PATH = - -# Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin -!isEmpty(target.path): INSTALLS += target diff --git a/MotusProject/main.cpp b/MotusProject/main.cpp deleted file mode 100644 index 09449a9f96f692e97844c38dc3c5e55e8a29391f..0000000000000000000000000000000000000000 --- a/MotusProject/main.cpp +++ /dev/null @@ -1,22 +0,0 @@ -#include <QGuiApplication> -#include <QQmlApplicationEngine> - -int main(int argc, char *argv[]) -{ - QGuiApplication app(argc, argv); - - QQmlApplicationEngine engine; - const QUrl url(QStringLiteral("qrc:/MotusProject/main.qml")); - QObject::connect( - &engine, - &QQmlApplicationEngine::objectCreated, - &app, - [url](QObject *obj, const QUrl &objUrl) { - if (!obj && url == objUrl) - QCoreApplication::exit(-1); - }, - Qt::QueuedConnection); - engine.load(url); - - return app.exec(); -} diff --git a/MotusProject/main.qml b/MotusProject/main.qml deleted file mode 100644 index 41424f88973df650d0672dfdc62f670e86708de2..0000000000000000000000000000000000000000 --- a/MotusProject/main.qml +++ /dev/null @@ -1,8 +0,0 @@ -import QtQuick - -Window { - width: 640 - height: 480 - visible: true - title: qsTr("Hello World") -} diff --git a/Projet Motus/Motus.pro b/Projet Motus/Motus.pro deleted file mode 100644 index 0e5b4ad60f6d17a9c457097bff3ae999576f280d..0000000000000000000000000000000000000000 --- a/Projet Motus/Motus.pro +++ /dev/null @@ -1,23 +0,0 @@ -QT += quick - -SOURCES += \ - compteur.cpp \ - main.cpp - -resources.files = main.qml -resources.prefix = /$${TARGET} -RESOURCES += resources - -# Additional import path used to resolve QML modules in Qt Creator's code model -QML_IMPORT_PATH = - -# Additional import path used to resolve QML modules just for Qt Quick Designer -QML_DESIGNER_IMPORT_PATH = - -# Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin -!isEmpty(target.path): INSTALLS += target - -HEADERS += \ - compteur.h diff --git a/Projet Motus/Motus.pro.user b/Projet Motus/Motus.pro.user deleted file mode 100644 index b741e4c0fd7d8eebcad53333b7c907f7a9bf66c2..0000000000000000000000000000000000000000 --- a/Projet Motus/Motus.pro.user +++ /dev/null @@ -1,271 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE QtCreatorProject> -<!-- Written by QtCreator 15.0.1, 2025-03-13T16:49:39. --> -<qtcreator> - <data> - <variable>EnvironmentId</variable> - <value type="QByteArray">{8ce8356e-5bb1-4a55-9b34-1bad2d5fcabd}</value> - </data> - <data> - <variable>ProjectExplorer.Project.ActiveTarget</variable> - <value type="qlonglong">0</value> - </data> - <data> - <variable>ProjectExplorer.Project.EditorSettings</variable> - <valuemap type="QVariantMap"> - <value type="bool" key="EditorConfiguration.AutoIndent">true</value> - <value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value> - <value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value> - <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0"> - <value type="QString" key="language">Cpp</value> - <valuemap type="QVariantMap" key="value"> - <value type="QByteArray" key="CurrentPreferences">CppGlobal</value> - </valuemap> - </valuemap> - <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1"> - <value type="QString" key="language">QmlJS</value> - <valuemap type="QVariantMap" key="value"> - <value type="QByteArray" key="CurrentPreferences">QmlJSGlobal</value> - </valuemap> - </valuemap> - <value type="qlonglong" key="EditorConfiguration.CodeStyle.Count">2</value> - <value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value> - <value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value> - <value type="int" key="EditorConfiguration.IndentSize">4</value> - <value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value> - <value type="int" key="EditorConfiguration.LineEndingBehavior">0</value> - <value type="int" key="EditorConfiguration.MarginColumn">80</value> - <value type="bool" key="EditorConfiguration.MouseHiding">true</value> - <value type="bool" key="EditorConfiguration.MouseNavigation">true</value> - <value type="int" key="EditorConfiguration.PaddingMode">1</value> - <value type="int" key="EditorConfiguration.PreferAfterWhitespaceComments">0</value> - <value type="bool" key="EditorConfiguration.PreferSingleLineComments">false</value> - <value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value> - <value type="bool" key="EditorConfiguration.ShowMargin">false</value> - <value type="int" key="EditorConfiguration.SmartBackspaceBehavior">2</value> - <value type="bool" key="EditorConfiguration.SmartSelectionChanging">true</value> - <value type="bool" key="EditorConfiguration.SpacesForTabs">true</value> - <value type="int" key="EditorConfiguration.TabKeyBehavior">0</value> - <value type="int" key="EditorConfiguration.TabSize">8</value> - <value type="bool" key="EditorConfiguration.UseGlobal">true</value> - <value type="bool" key="EditorConfiguration.UseIndenter">false</value> - <value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value> - <value type="bool" key="EditorConfiguration.addFinalNewLine">true</value> - <value type="bool" key="EditorConfiguration.cleanIndentation">true</value> - <value type="bool" key="EditorConfiguration.cleanWhitespace">true</value> - <value type="QString" key="EditorConfiguration.ignoreFileTypes">*.md, *.MD, Makefile</value> - <value type="bool" key="EditorConfiguration.inEntireDocument">false</value> - <value type="bool" key="EditorConfiguration.skipTrailingWhitespace">true</value> - <value type="bool" key="EditorConfiguration.tintMarginArea">true</value> - </valuemap> - </data> - <data> - <variable>ProjectExplorer.Project.PluginSettings</variable> - <valuemap type="QVariantMap"> - <valuemap type="QVariantMap" key="AutoTest.ActiveFrameworks"> - <value type="bool" key="AutoTest.Framework.Boost">true</value> - <value type="bool" key="AutoTest.Framework.CTest">false</value> - <value type="bool" key="AutoTest.Framework.Catch">true</value> - <value type="bool" key="AutoTest.Framework.GTest">true</value> - <value type="bool" key="AutoTest.Framework.QtQuickTest">true</value> - <value type="bool" key="AutoTest.Framework.QtTest">true</value> - </valuemap> - <value type="bool" key="AutoTest.ApplyFilter">false</value> - <valuemap type="QVariantMap" key="AutoTest.CheckStates"/> - <valuelist type="QVariantList" key="AutoTest.PathFilters"/> - <value type="int" key="AutoTest.RunAfterBuild">0</value> - <value type="bool" key="AutoTest.UseGlobal">true</value> - <valuemap type="QVariantMap" key="ClangTools"> - <value type="bool" key="ClangTools.AnalyzeOpenFiles">true</value> - <value type="bool" key="ClangTools.BuildBeforeAnalysis">true</value> - <value type="QString" key="ClangTools.DiagnosticConfig">Builtin.DefaultTidyAndClazy</value> - <value type="int" key="ClangTools.ParallelJobs">4</value> - <value type="bool" key="ClangTools.PreferConfigFile">true</value> - <valuelist type="QVariantList" key="ClangTools.SelectedDirs"/> - <valuelist type="QVariantList" key="ClangTools.SelectedFiles"/> - <valuelist type="QVariantList" key="ClangTools.SuppressedDiagnostics"/> - <value type="bool" key="ClangTools.UseGlobalSettings">true</value> - </valuemap> - </valuemap> - </data> - <data> - <variable>ProjectExplorer.Project.Target.0</variable> - <valuemap type="QVariantMap"> - <value type="QString" key="DeviceType">Desktop</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 6.8.2 MinGW 64-bit</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 6.8.2 MinGW 64-bit</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt6.682.win64_mingw_kit</value> - <value type="qlonglong" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value> - <value type="qlonglong" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value> - <value type="qlonglong" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0"> - <value type="int" key="EnableQmlDebugging">0</value> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\Centrale\S8\C++GUI\Projet\motusetbouchecousue\Projet Motus\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug</value> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">D:/Centrale/S8/C++GUI/Projet/motusetbouchecousue/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug</value> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value> - <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value> - <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">2</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> - <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value> - </valuemap> - <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value> - <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1"> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\Centrale\S8\C++GUI\Projet\motusetbouchecousue\Projet Motus\build\Desktop_Qt_6_8_2_MinGW_64_bit-Release</value> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">D:/Centrale/S8/C++GUI/Projet/motusetbouchecousue/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Release</value> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value> - <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value> - <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">2</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> - <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value> - </valuemap> - <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value> - <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value> - <value type="int" key="QtQuickCompiler">0</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2"> - <value type="int" key="EnableQmlDebugging">0</value> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">D:\Centrale\S8\C++GUI\Projet\motusetbouchecousue\Projet Motus\build\Desktop_Qt_6_8_2_MinGW_64_bit-Profile</value> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">D:/Centrale/S8/C++GUI/Projet/motusetbouchecousue/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Profile</value> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value> - <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value> - <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">2</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> - <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value> - </valuemap> - <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Profiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value> - <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value> - <value type="int" key="QtQuickCompiler">0</value> - <value type="int" key="SeparateDebugInfo">0</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.Target.BuildConfigurationCount">3</value> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">0</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Déploiement</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Déploiement</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value> - </valuemap> - <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value> - <valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/> - <value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.Target.DeployConfigurationCount">1</value> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0"> - <value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value> - <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value> - <value type="int" key="Analyzer.Valgrind.Callgrind.CostFormat">0</value> - <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value> - <valuelist type="QVariantList" key="CustomOutputParsers"/> - <value type="int" key="PE.EnvironmentAspect.Base">2</value> - <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/> - <value type="bool" key="PE.EnvironmentAspect.PrintOnRun">false</value> - <value type="QString" key="PerfRecordArgsId">-e cpu-cycles --call-graph "dwarf,4096" -F 250</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:</value> - <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">D:/Centrale/S8/C++GUI/Projet/motusetbouchecousue/Projet Motus/Motus.pro</value> - <value type="bool" key="ProjectExplorer.RunConfiguration.Customized">false</value> - <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value> - <value type="bool" key="RunConfiguration.UseLibrarySearchPath">true</value> - <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value> - <value type="QString" key="RunConfiguration.WorkingDirectory.default">D:/Centrale/S8/C++GUI/Projet/motusetbouchecousue/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.Target.RunConfigurationCount">1</value> - </valuemap> - </data> - <data> - <variable>ProjectExplorer.Project.TargetCount</variable> - <value type="qlonglong">1</value> - </data> - <data> - <variable>ProjectExplorer.Project.Updater.FileVersion</variable> - <value type="int">22</value> - </data> - <data> - <variable>Version</variable> - <value type="int">22</value> - </data> -</qtcreator> diff --git a/Projet Motus/Motus.user b/Projet Motus/Motus.user deleted file mode 100644 index 43731af0c73a421323d344e7be6a4394a4230aee..0000000000000000000000000000000000000000 --- a/Projet Motus/Motus.user +++ /dev/null @@ -1,272 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE QtCreatorProject> -<!-- Written by QtCreator 15.0.1, 2025-03-12T08:34:56. --> -<qtcreator> - <data> - <variable>EnvironmentId</variable> - <value type="QByteArray">{ebc54281-9bf6-407b-adbf-d2d4c35c3345}</value> - </data> - <data> - <variable>ProjectExplorer.Project.ActiveTarget</variable> - <value type="qlonglong">0</value> - </data> - <data> - <variable>ProjectExplorer.Project.EditorSettings</variable> - <valuemap type="QVariantMap"> - <value type="bool" key="EditorConfiguration.AutoIndent">true</value> - <value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value> - <value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value> - <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0"> - <value type="QString" key="language">Cpp</value> - <valuemap type="QVariantMap" key="value"> - <value type="QByteArray" key="CurrentPreferences">CppGlobal</value> - </valuemap> - </valuemap> - <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1"> - <value type="QString" key="language">QmlJS</value> - <valuemap type="QVariantMap" key="value"> - <value type="QByteArray" key="CurrentPreferences">QmlJSGlobal</value> - </valuemap> - </valuemap> - <value type="qlonglong" key="EditorConfiguration.CodeStyle.Count">2</value> - <value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value> - <value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value> - <value type="int" key="EditorConfiguration.IndentSize">4</value> - <value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value> - <value type="int" key="EditorConfiguration.LineEndingBehavior">0</value> - <value type="int" key="EditorConfiguration.MarginColumn">80</value> - <value type="bool" key="EditorConfiguration.MouseHiding">true</value> - <value type="bool" key="EditorConfiguration.MouseNavigation">true</value> - <value type="int" key="EditorConfiguration.PaddingMode">1</value> - <value type="int" key="EditorConfiguration.PreferAfterWhitespaceComments">0</value> - <value type="bool" key="EditorConfiguration.PreferSingleLineComments">false</value> - <value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value> - <value type="bool" key="EditorConfiguration.ShowMargin">false</value> - <value type="int" key="EditorConfiguration.SmartBackspaceBehavior">2</value> - <value type="bool" key="EditorConfiguration.SmartSelectionChanging">true</value> - <value type="bool" key="EditorConfiguration.SpacesForTabs">true</value> - <value type="int" key="EditorConfiguration.TabKeyBehavior">0</value> - <value type="int" key="EditorConfiguration.TabSize">8</value> - <value type="bool" key="EditorConfiguration.UseGlobal">true</value> - <value type="bool" key="EditorConfiguration.UseIndenter">false</value> - <value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value> - <value type="bool" key="EditorConfiguration.addFinalNewLine">true</value> - <value type="bool" key="EditorConfiguration.cleanIndentation">true</value> - <value type="bool" key="EditorConfiguration.cleanWhitespace">true</value> - <value type="QString" key="EditorConfiguration.ignoreFileTypes">*.md, *.MD, Makefile</value> - <value type="bool" key="EditorConfiguration.inEntireDocument">false</value> - <value type="bool" key="EditorConfiguration.skipTrailingWhitespace">true</value> - <value type="bool" key="EditorConfiguration.tintMarginArea">true</value> - </valuemap> - </data> - <data> - <variable>ProjectExplorer.Project.PluginSettings</variable> - <valuemap type="QVariantMap"> - <valuemap type="QVariantMap" key="AutoTest.ActiveFrameworks"> - <value type="bool" key="AutoTest.Framework.Boost">true</value> - <value type="bool" key="AutoTest.Framework.CTest">false</value> - <value type="bool" key="AutoTest.Framework.Catch">true</value> - <value type="bool" key="AutoTest.Framework.GTest">true</value> - <value type="bool" key="AutoTest.Framework.QtQuickTest">true</value> - <value type="bool" key="AutoTest.Framework.QtTest">true</value> - </valuemap> - <value type="bool" key="AutoTest.ApplyFilter">false</value> - <valuemap type="QVariantMap" key="AutoTest.CheckStates"/> - <valuelist type="QVariantList" key="AutoTest.PathFilters"/> - <value type="int" key="AutoTest.RunAfterBuild">0</value> - <value type="bool" key="AutoTest.UseGlobal">true</value> - <valuemap type="QVariantMap" key="ClangTools"> - <value type="bool" key="ClangTools.AnalyzeOpenFiles">true</value> - <value type="bool" key="ClangTools.BuildBeforeAnalysis">true</value> - <value type="QString" key="ClangTools.DiagnosticConfig">Builtin.DefaultTidyAndClazy</value> - <value type="int" key="ClangTools.ParallelJobs">6</value> - <value type="bool" key="ClangTools.PreferConfigFile">true</value> - <valuelist type="QVariantList" key="ClangTools.SelectedDirs"/> - <valuelist type="QVariantList" key="ClangTools.SelectedFiles"/> - <valuelist type="QVariantList" key="ClangTools.SuppressedDiagnostics"/> - <value type="bool" key="ClangTools.UseGlobalSettings">true</value> - </valuemap> - </valuemap> - </data> - <data> - <variable>ProjectExplorer.Project.Target.0</variable> - <valuemap type="QVariantMap"> - <value type="QString" key="DeviceType">Desktop</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 6.8.2 MinGW 64-bit</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 6.8.2 MinGW 64-bit</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt6.682.win64_mingw_kit</value> - <value type="qlonglong" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value> - <value type="qlonglong" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value> - <value type="qlonglong" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0"> - <value type="int" key="EnableQmlDebugging">0</value> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:\Users\pierr\OneDrive\Documents\C++\Compteur2025\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug</value> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">C:/Users/pierr/OneDrive/Documents/C++/Compteur2025/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug</value> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value> - <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value> - <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">2</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> - <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value> - </valuemap> - <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value> - <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1"> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:\Users\pierr\OneDrive\Documents\C++\Compteur2025\build\Desktop_Qt_6_8_2_MinGW_64_bit-Release</value> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">C:/Users/pierr/OneDrive/Documents/C++/Compteur2025/build/Desktop_Qt_6_8_2_MinGW_64_bit-Release</value> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value> - <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value> - <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">2</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> - <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value> - </valuemap> - <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value> - <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value> - <value type="int" key="QtQuickCompiler">0</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2"> - <value type="int" key="EnableQmlDebugging">0</value> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:\Users\pierr\OneDrive\Documents\C++\Compteur2025\build\Desktop_Qt_6_8_2_MinGW_64_bit-Profile</value> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory.shadowDir">C:/Users/pierr/OneDrive/Documents/C++/Compteur2025/build/Desktop_Qt_6_8_2_MinGW_64_bit-Profile</value> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value> - <value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value> - <valuelist type="QVariantList" key="QtProjectManager.QMakeBuildStep.SelectedAbis"/> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">2</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value> - <value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value> - </valuemap> - <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Profiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value> - <value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value> - <value type="int" key="QtQuickCompiler">0</value> - <value type="int" key="SeparateDebugInfo">0</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.Target.BuildConfigurationCount">3</value> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">0</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Déploiement</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Déploiement</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value> - </valuemap> - <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value> - <valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/> - <value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.Target.DeployConfigurationCount">1</value> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0"> - <value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value> - <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value> - <value type="int" key="Analyzer.Valgrind.Callgrind.CostFormat">0</value> - <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value> - <valuelist type="QVariantList" key="CustomOutputParsers"/> - <value type="int" key="PE.EnvironmentAspect.Base">2</value> - <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/> - <value type="bool" key="PE.EnvironmentAspect.PrintOnRun">false</value> - <value type="QString" key="PerfRecordArgsId">-e cpu-cycles --call-graph "dwarf,4096" -F 250</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Compteur20252</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:</value> - <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Projet/Compteur2025.pro</value> - <value type="bool" key="ProjectExplorer.RunConfiguration.Customized">true</value> - <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value> - <value type="bool" key="RunConfiguration.UseLibrarySearchPath">true</value> - <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value> - <value type="bool" key="RunConfiguration.UseTerminal">true</value> - <value type="QString" key="RunConfiguration.WorkingDirectory.default">C:/Users/pierr/OneDrive/Documents/C++/Compteur2025/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.Target.RunConfigurationCount">1</value> - </valuemap> - </data> - <data> - <variable>ProjectExplorer.Project.TargetCount</variable> - <value type="qlonglong">1</value> - </data> - <data> - <variable>ProjectExplorer.Project.Updater.FileVersion</variable> - <value type="int">22</value> - </data> - <data> - <variable>Version</variable> - <value type="int">22</value> - </data> -</qtcreator> diff --git a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qmake.stash b/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qmake.stash deleted file mode 100644 index 8e49e8a5e541182510185b885db91966f124e6a5..0000000000000000000000000000000000000000 --- a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qmake.stash +++ /dev/null @@ -1,21 +0,0 @@ -QMAKE_CXX.QT_COMPILER_STDCXX = 201703L -QMAKE_CXX.QMAKE_GCC_MAJOR_VERSION = 13 -QMAKE_CXX.QMAKE_GCC_MINOR_VERSION = 1 -QMAKE_CXX.QMAKE_GCC_PATCH_VERSION = 0 -QMAKE_CXX.COMPILER_MACROS = \ - QT_COMPILER_STDCXX \ - QMAKE_GCC_MAJOR_VERSION \ - QMAKE_GCC_MINOR_VERSION \ - QMAKE_GCC_PATCH_VERSION -QMAKE_CXX.INCDIRS = \ - C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++ \ - C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32 \ - C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward \ - C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include \ - C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed \ - C:/Qt/Tools/mingw1310_64/x86_64-w64-mingw32/include -QMAKE_CXX.LIBDIRS = \ - C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0 \ - C:/Qt/Tools/mingw1310_64/lib/gcc \ - C:/Qt/Tools/mingw1310_64/x86_64-w64-mingw32/lib \ - C:/Qt/Tools/mingw1310_64/lib diff --git a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Makefile b/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Makefile deleted file mode 100644 index 280287a0b09927452db8ab22f77f4799ea18bae7..0000000000000000000000000000000000000000 --- a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Makefile +++ /dev/null @@ -1,596 +0,0 @@ -############################################################################# -# Makefile for building: Motus -# Generated by qmake (3.1) (Qt 6.8.2) -# Project: ..\..\Motus.pro -# Template: app -# Command: C:\Qt\6.8.2\mingw_64\bin\qmake.exe -o Makefile ..\..\Motus.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug" -############################################################################# - -MAKEFILE = Makefile - -EQ = = - -first: debug -install: debug-install -uninstall: debug-uninstall -QMAKE = C:\Qt\6.8.2\mingw_64\bin\qmake.exe -DEL_FILE = del -CHK_DIR_EXISTS= if not exist -MKDIR = mkdir -COPY = copy /y -COPY_FILE = copy /y -COPY_DIR = xcopy /s /q /y /i -INSTALL_FILE = copy /y -INSTALL_PROGRAM = copy /y -INSTALL_DIR = xcopy /s /q /y /i -QINSTALL = C:\Qt\6.8.2\mingw_64\bin\qmake.exe -install qinstall -QINSTALL_PROGRAM = C:\Qt\6.8.2\mingw_64\bin\qmake.exe -install qinstall -exe -DEL_FILE = del -SYMLINK = $(QMAKE) -install ln -f -s -DEL_DIR = rmdir -MOVE = move -IDC = idc -IDL = midl -ZIP = zip -r -9 -DEF_FILE = -RES_FILE = -SED = $(QMAKE) -install sed -MOVE = move -SUBTARGETS = \ - debug \ - release - - -debug: FORCE - $(MAKE) -f $(MAKEFILE).Debug -debug-make_first: FORCE - $(MAKE) -f $(MAKEFILE).Debug -debug-all: FORCE - $(MAKE) -f $(MAKEFILE).Debug all -debug-clean: FORCE - $(MAKE) -f $(MAKEFILE).Debug clean -debug-distclean: FORCE - $(MAKE) -f $(MAKEFILE).Debug distclean -debug-install: FORCE - $(MAKE) -f $(MAKEFILE).Debug install -debug-uninstall: FORCE - $(MAKE) -f $(MAKEFILE).Debug uninstall -release: FORCE - $(MAKE) -f $(MAKEFILE).Release -release-make_first: FORCE - $(MAKE) -f $(MAKEFILE).Release -release-all: FORCE - $(MAKE) -f $(MAKEFILE).Release all -release-clean: FORCE - $(MAKE) -f $(MAKEFILE).Release clean -release-distclean: FORCE - $(MAKE) -f $(MAKEFILE).Release distclean -release-install: FORCE - $(MAKE) -f $(MAKEFILE).Release install -release-uninstall: FORCE - $(MAKE) -f $(MAKEFILE).Release uninstall - -Makefile: ../../Motus.pro C:/Qt/6.8.2/mingw_64/mkspecs/win32-g++/qmake.conf C:/Qt/6.8.2/mingw_64/mkspecs/features/spec_pre.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/device_config.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/common/sanitize.conf \ - C:/Qt/6.8.2/mingw_64/mkspecs/common/gcc-base.conf \ - C:/Qt/6.8.2/mingw_64/mkspecs/common/g++-base.conf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/win32/windows_vulkan_sdk.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/common/windows-vulkan.conf \ - C:/Qt/6.8.2/mingw_64/mkspecs/common/g++-win32.conf \ - C:/Qt/6.8.2/mingw_64/mkspecs/common/windows-desktop.conf \ - C:/Qt/6.8.2/mingw_64/mkspecs/qconfig.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_ext_freetype.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_ext_libjpeg.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_ext_libpng.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_ext_openxr_loader.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_charts.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_charts_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_chartsqml.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_chartsqml_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_concurrent.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_concurrent_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_core.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_core_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_dbus.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_dbus_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_designer.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_designer_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_entrypoint_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_example_icons_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_examples_asset_downloader_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_fb_support_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_freetype_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_gui.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_gui_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_harfbuzz_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_help.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_help_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_jpeg_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labsanimation.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labsanimation_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labsfolderlistmodel.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labsfolderlistmodel_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labsplatform.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labsplatform_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labsqmlmodels.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labsqmlmodels_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labssettings.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labssettings_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labssharedimage.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labssharedimage_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labswavefrontmesh.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labswavefrontmesh_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_linguist.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_multimedia.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_multimedia_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_multimediaquick_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_multimediatestlibprivate_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_network.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_network_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_opengl.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_opengl_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_openglwidgets.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_openglwidgets_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_png_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_printsupport.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_printsupport_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qdoccatch_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qdoccatchconversions_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qdoccatchgenerators_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qml.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qml_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlassetdownloader.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlassetdownloader_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlcompiler.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlcompiler_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlcore.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlcore_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmldebug_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmldom_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlintegration.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlintegration_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmllocalstorage.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmllocalstorage_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlls_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlmeta.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlmeta_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlmodels.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlmodels_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlnetwork.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlnetwork_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmltest.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmltest_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmltoolingsettings_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmltyperegistrar_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlworkerscript.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlworkerscript_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlxmllistmodel.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlxmllistmodel_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3d.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3d_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dassetimport.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dassetimport_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dassetutils.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dassetutils_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3deffects.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3deffects_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dglslparser_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dhelpers.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dhelpers_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dhelpersimpl.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dhelpersimpl_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3diblbaker.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3diblbaker_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dparticleeffects.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dparticleeffects_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dparticles.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dparticles_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3druntimerender.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3druntimerender_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dspatialaudio_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dutils.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dutils_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dxr.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dxr_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2basic.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2basic_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2basicstyleimpl.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2basicstyleimpl_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2fluentwinui3styleimpl.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2fluentwinui3styleimpl_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2fusion.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2fusion_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2fusionstyleimpl.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2fusionstyleimpl_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2imagine.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2imagine_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2imaginestyleimpl.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2imaginestyleimpl_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2impl.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2impl_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2material.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2material_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2materialstyleimpl.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2materialstyleimpl_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2universal.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2universal_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2universalstyleimpl.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2universalstyleimpl_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2windowsstyleimpl.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2windowsstyleimpl_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrolstestutilsprivate_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickdialogs2.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickdialogs2_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickdialogs2quickimpl.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickdialogs2quickimpl_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickdialogs2utils.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickdialogs2utils_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickeffects_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicklayouts.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicklayouts_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickshapes_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicktemplates2.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicktestutilsprivate_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicktimeline.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicktimeline_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicktimelineblendtrees.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicktimelineblendtrees_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickvectorimage.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickvectorimage_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickvectorimagegenerator_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickwidgets.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_shadertools.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_shadertools_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_spatialaudio.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_spatialaudio_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_sql.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_sql_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_svg.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_svg_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_svgwidgets.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_svgwidgets_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_testlib.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_testlib_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_tools_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_uiplugin.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_uitools.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_uitools_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_widgets.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_widgets_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_xml.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_xml_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_zlib_private.pri \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/qt_functions.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/qt_config.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/win32-g++/qmake.conf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/spec_post.prf \ - .qmake.stash \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/exclusive_builds.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/toolchain.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/default_pre.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/win32/default_pre.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/resolve_config.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/exclusive_builds_post.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/default_post.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/qml_debug.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/precompile_header.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/warn_on.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/permissions.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/qt.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/resources_functions.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/resources.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/moc.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/win32/opengl.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/qmake_use.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/file_copies.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/win32/windows.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/testcase_targets.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/exceptions.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/yacc.prf \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/lex.prf \ - ../../Motus.pro \ - C:/Qt/6.8.2/mingw_64/lib/Qt6Quick.prl \ - C:/Qt/6.8.2/mingw_64/lib/Qt6OpenGL.prl \ - C:/Qt/6.8.2/mingw_64/lib/Qt6Gui.prl \ - C:/Qt/6.8.2/mingw_64/lib/Qt6QmlMeta.prl \ - C:/Qt/6.8.2/mingw_64/lib/Qt6QmlModels.prl \ - C:/Qt/6.8.2/mingw_64/lib/Qt6QmlWorkerScript.prl \ - C:/Qt/6.8.2/mingw_64/lib/Qt6Qml.prl \ - C:/Qt/6.8.2/mingw_64/lib/Qt6Network.prl \ - C:/Qt/6.8.2/mingw_64/lib/Qt6Core.prl \ - C:/Qt/6.8.2/mingw_64/lib/Qt6EntryPoint.prl \ - C:/Qt/6.8.2/mingw_64/mkspecs/features/build_pass.prf \ - debug/qmake_resources.qrc \ - release/qmake_resources.qrc - $(QMAKE) -o Makefile ..\..\Motus.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug" -C:/Qt/6.8.2/mingw_64/mkspecs/features/spec_pre.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/device_config.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/common/sanitize.conf: -C:/Qt/6.8.2/mingw_64/mkspecs/common/gcc-base.conf: -C:/Qt/6.8.2/mingw_64/mkspecs/common/g++-base.conf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/win32/windows_vulkan_sdk.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/common/windows-vulkan.conf: -C:/Qt/6.8.2/mingw_64/mkspecs/common/g++-win32.conf: -C:/Qt/6.8.2/mingw_64/mkspecs/common/windows-desktop.conf: -C:/Qt/6.8.2/mingw_64/mkspecs/qconfig.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_ext_freetype.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_ext_libjpeg.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_ext_libpng.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_ext_openxr_loader.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_charts.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_charts_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_chartsqml.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_chartsqml_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_concurrent.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_concurrent_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_core.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_core_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_dbus.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_dbus_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_designer.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_designer_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_designercomponents_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_entrypoint_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_example_icons_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_examples_asset_downloader_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_fb_support_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_freetype_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_gui.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_gui_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_harfbuzz_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_help.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_help_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_jpeg_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labsanimation.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labsanimation_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labsfolderlistmodel.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labsfolderlistmodel_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labsplatform.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labsplatform_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labsqmlmodels.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labsqmlmodels_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labssettings.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labssettings_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labssharedimage.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labssharedimage_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labswavefrontmesh.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_labswavefrontmesh_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_linguist.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_multimedia.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_multimedia_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_multimediaquick_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_multimediatestlibprivate_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_multimediawidgets.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_network.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_network_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_opengl.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_opengl_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_openglwidgets.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_openglwidgets_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_packetprotocol_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_png_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_printsupport.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_printsupport_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qdoccatch_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qdoccatchconversions_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qdoccatchgenerators_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qml.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qml_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlassetdownloader.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlassetdownloader_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlcompiler.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlcompiler_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlcore.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlcore_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmldebug_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmldom_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlintegration.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlintegration_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmllocalstorage.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmllocalstorage_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlls_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlmeta.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlmeta_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlmodels.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlmodels_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlnetwork.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlnetwork_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmltest.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmltest_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmltoolingsettings_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmltyperegistrar_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlworkerscript.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlworkerscript_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlxmllistmodel.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_qmlxmllistmodel_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3d.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3d_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dassetimport.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dassetimport_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dassetutils.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dassetutils_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3deffects.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3deffects_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dglslparser_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dhelpers.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dhelpers_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dhelpersimpl.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dhelpersimpl_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3diblbaker.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3diblbaker_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dparticleeffects.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dparticleeffects_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dparticles.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dparticles_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3druntimerender.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3druntimerender_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dspatialaudio_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dutils.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dutils_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dxr.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick3dxr_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quick_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2basic.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2basic_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2basicstyleimpl.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2basicstyleimpl_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2fluentwinui3styleimpl.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2fluentwinui3styleimpl_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2fusion.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2fusion_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2fusionstyleimpl.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2fusionstyleimpl_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2imagine.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2imagine_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2imaginestyleimpl.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2imaginestyleimpl_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2impl.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2impl_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2material.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2material_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2materialstyleimpl.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2materialstyleimpl_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2universal.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2universal_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2universalstyleimpl.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2universalstyleimpl_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2windowsstyleimpl.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrols2windowsstyleimpl_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickcontrolstestutilsprivate_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickdialogs2.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickdialogs2_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickdialogs2quickimpl.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickdialogs2quickimpl_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickdialogs2utils.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickdialogs2utils_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickeffects_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicklayouts.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicklayouts_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickparticles_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickshapes_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicktemplates2.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicktestutilsprivate_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicktimeline.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicktimeline_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicktimelineblendtrees.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quicktimelineblendtrees_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickvectorimage.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickvectorimage_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickvectorimagegenerator_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickwidgets.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_quickwidgets_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_shadertools.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_shadertools_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_spatialaudio.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_spatialaudio_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_sql.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_sql_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_svg.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_svg_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_svgwidgets.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_svgwidgets_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_testlib.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_testlib_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_tools_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_uiplugin.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_uitools.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_uitools_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_widgets.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_widgets_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_xml.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_xml_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/modules/qt_lib_zlib_private.pri: -C:/Qt/6.8.2/mingw_64/mkspecs/features/qt_functions.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/qt_config.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/win32-g++/qmake.conf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/spec_post.prf: -.qmake.stash: -C:/Qt/6.8.2/mingw_64/mkspecs/features/exclusive_builds.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/toolchain.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/default_pre.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/win32/default_pre.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/resolve_config.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/exclusive_builds_post.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/default_post.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/qml_debug.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/precompile_header.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/warn_on.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/permissions.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/qt.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/resources_functions.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/resources.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/moc.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/win32/opengl.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/qmake_use.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/file_copies.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/win32/windows.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/testcase_targets.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/exceptions.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/yacc.prf: -C:/Qt/6.8.2/mingw_64/mkspecs/features/lex.prf: -../../Motus.pro: -C:/Qt/6.8.2/mingw_64/lib/Qt6Quick.prl: -C:/Qt/6.8.2/mingw_64/lib/Qt6OpenGL.prl: -C:/Qt/6.8.2/mingw_64/lib/Qt6Gui.prl: -C:/Qt/6.8.2/mingw_64/lib/Qt6QmlMeta.prl: -C:/Qt/6.8.2/mingw_64/lib/Qt6QmlModels.prl: -C:/Qt/6.8.2/mingw_64/lib/Qt6QmlWorkerScript.prl: -C:/Qt/6.8.2/mingw_64/lib/Qt6Qml.prl: -C:/Qt/6.8.2/mingw_64/lib/Qt6Network.prl: -C:/Qt/6.8.2/mingw_64/lib/Qt6Core.prl: -C:/Qt/6.8.2/mingw_64/lib/Qt6EntryPoint.prl: -C:/Qt/6.8.2/mingw_64/mkspecs/features/build_pass.prf: -debug/qmake_resources.qrc: -release/qmake_resources.qrc: -qmake: FORCE - @$(QMAKE) -o Makefile ..\..\Motus.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug" - -qmake_all: FORCE - -make_first: debug-make_first release-make_first FORCE -all: debug-all release-all FORCE -clean: debug-clean release-clean FORCE -distclean: debug-distclean release-distclean FORCE - -$(DEL_FILE) Makefile - -$(DEL_FILE) .qmake.stash - -debug-mocclean: - $(MAKE) -f $(MAKEFILE).Debug mocclean -release-mocclean: - $(MAKE) -f $(MAKEFILE).Release mocclean -mocclean: debug-mocclean release-mocclean - -debug-mocables: - $(MAKE) -f $(MAKEFILE).Debug mocables -release-mocables: - $(MAKE) -f $(MAKEFILE).Release mocables -mocables: debug-mocables release-mocables - -check: first - -benchmark: first -FORCE: - -.SUFFIXES: - -$(MAKEFILE).Debug: Makefile -$(MAKEFILE).Release: Makefile diff --git a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Makefile.Debug b/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Makefile.Debug deleted file mode 100644 index 9e91c65b3a8488557ea283f354cfaa83728aa9cc..0000000000000000000000000000000000000000 --- a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Makefile.Debug +++ /dev/null @@ -1,328 +0,0 @@ -############################################################################# -# Makefile for building: Motus -# Generated by qmake (3.1) (Qt 6.8.2) -# Project: ..\..\Motus.pro -# Template: app -############################################################################# - -MAKEFILE = Makefile.Debug - -EQ = = - -####### Compiler, tools and options - -CC = gcc -CXX = g++ -DEFINES = -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_QML_DEBUG -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMETA_LIB -DQT_QMLMODELS_LIB -DQT_QMLWORKERSCRIPT_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -CFLAGS = -fno-keep-inline-dllexport -g -Wall -Wextra -Wextra $(DEFINES) -CXXFLAGS = -fno-keep-inline-dllexport -g -Wall -Wextra -Wextra -fexceptions -mthreads $(DEFINES) -INCPATH = -I"../../../Projet Motus" -I. -IC:/Qt/6.8.2/mingw_64/include -IC:/Qt/6.8.2/mingw_64/include/QtQuick -IC:/Qt/6.8.2/mingw_64/include/QtOpenGL -IC:/Qt/6.8.2/mingw_64/include/QtGui -IC:/Qt/6.8.2/mingw_64/include/QtQmlMeta -IC:/Qt/6.8.2/mingw_64/include/QtQmlModels -IC:/Qt/6.8.2/mingw_64/include/QtQmlWorkerScript -IC:/Qt/6.8.2/mingw_64/include/QtQml -IC:/Qt/6.8.2/mingw_64/include/QtQmlIntegration -IC:/Qt/6.8.2/mingw_64/include/QtNetwork -IC:/Qt/6.8.2/mingw_64/include/QtCore -Idebug -I/include -IC:/Qt/6.8.2/mingw_64/mkspecs/win32-g++ -LINKER = g++ -LFLAGS = -Wl,-subsystem,windows -mthreads -LIBS = C:\Qt\6.8.2\mingw_64\lib\libQt6Quick.a C:\Qt\6.8.2\mingw_64\lib\libQt6OpenGL.a C:\Qt\6.8.2\mingw_64\lib\libQt6Gui.a C:\Qt\6.8.2\mingw_64\lib\libQt6QmlMeta.a C:\Qt\6.8.2\mingw_64\lib\libQt6QmlModels.a C:\Qt\6.8.2\mingw_64\lib\libQt6QmlWorkerScript.a C:\Qt\6.8.2\mingw_64\lib\libQt6Qml.a C:\Qt\6.8.2\mingw_64\lib\libQt6Network.a C:\Qt\6.8.2\mingw_64\lib\libQt6Core.a -lmingw32 C:\Qt\6.8.2\mingw_64\lib\libQt6EntryPoint.a -lshell32 -QMAKE = C:\Qt\6.8.2\mingw_64\bin\qmake.exe -DEL_FILE = del -CHK_DIR_EXISTS= if not exist -MKDIR = mkdir -COPY = copy /y -COPY_FILE = copy /y -COPY_DIR = xcopy /s /q /y /i -INSTALL_FILE = copy /y -INSTALL_PROGRAM = copy /y -INSTALL_DIR = xcopy /s /q /y /i -QINSTALL = C:\Qt\6.8.2\mingw_64\bin\qmake.exe -install qinstall -QINSTALL_PROGRAM = C:\Qt\6.8.2\mingw_64\bin\qmake.exe -install qinstall -exe -DEL_FILE = del -SYMLINK = $(QMAKE) -install ln -f -s -DEL_DIR = rmdir -MOVE = move -IDC = idc -IDL = midl -ZIP = zip -r -9 -DEF_FILE = -RES_FILE = -SED = $(QMAKE) -install sed -MOVE = move - -####### Output directory - -OBJECTS_DIR = debug - -####### Files - -SOURCES = compteur.cpp \ - ..\..\main.cpp debug\qrc_qmake_resources.cpp -OBJECTS = debug/compteur.o \ - debug/main.o \ - debug/qrc_qmake_resources.o - -DIST = compteur.h compteur.cpp \ - ..\..\main.cpp -QMAKE_TARGET = Motus -DESTDIR = debug\ #avoid trailing-slash linebreak -TARGET = Motus.exe -DESTDIR_TARGET = debug\Motus.exe - -####### Build rules - -first: all -all: Makefile.Debug debug/Motus.exe - -debug/Motus.exe: C:/Qt/6.8.2/mingw_64/lib/libQt6Quick.a C:/Qt/6.8.2/mingw_64/lib/libQt6OpenGL.a C:/Qt/6.8.2/mingw_64/lib/libQt6Gui.a C:/Qt/6.8.2/mingw_64/lib/libQt6QmlMeta.a C:/Qt/6.8.2/mingw_64/lib/libQt6QmlModels.a C:/Qt/6.8.2/mingw_64/lib/libQt6QmlWorkerScript.a C:/Qt/6.8.2/mingw_64/lib/libQt6Qml.a C:/Qt/6.8.2/mingw_64/lib/libQt6Network.a C:/Qt/6.8.2/mingw_64/lib/libQt6Core.a C:/Qt/6.8.2/mingw_64/lib/libQt6EntryPoint.a $(OBJECTS) - $(LINKER) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS) $(LIBS) - -qmake: FORCE - @$(QMAKE) -o Makefile.Debug ..\..\Motus.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug" - -qmake_all: FORCE - -dist: - $(ZIP) Motus.zip $(SOURCES) $(DIST) ..\..\Motus.pro C:\Qt\6.8.2\mingw_64\mkspecs\features\spec_pre.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\device_config.prf C:\Qt\6.8.2\mingw_64\mkspecs\common\sanitize.conf C:\Qt\6.8.2\mingw_64\mkspecs\common\gcc-base.conf C:\Qt\6.8.2\mingw_64\mkspecs\common\g++-base.conf C:\Qt\6.8.2\mingw_64\mkspecs\features\win32\windows_vulkan_sdk.prf C:\Qt\6.8.2\mingw_64\mkspecs\common\windows-vulkan.conf C:\Qt\6.8.2\mingw_64\mkspecs\common\g++-win32.conf C:\Qt\6.8.2\mingw_64\mkspecs\common\windows-desktop.conf C:\Qt\6.8.2\mingw_64\mkspecs\qconfig.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_ext_freetype.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_ext_libjpeg.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_ext_libpng.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_ext_openxr_loader.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_charts.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_charts_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_chartsqml.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_chartsqml_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_concurrent.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_concurrent_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_core.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_core_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_dbus.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_dbus_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_designer.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_designer_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_designercomponents_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_entrypoint_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_example_icons_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_examples_asset_downloader_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_fb_support_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_freetype_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_gui.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_gui_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_harfbuzz_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_help.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_help_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_jpeg_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labsanimation.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labsanimation_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labsfolderlistmodel.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labsfolderlistmodel_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labsplatform.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labsplatform_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labsqmlmodels.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labsqmlmodels_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labssettings.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labssettings_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labssharedimage.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labssharedimage_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labswavefrontmesh.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labswavefrontmesh_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_linguist.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_multimedia.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_multimedia_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_multimediaquick_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_multimediatestlibprivate_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_multimediawidgets.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_network.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_network_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_opengl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_opengl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_openglwidgets.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_openglwidgets_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_packetprotocol_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_png_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_printsupport.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_printsupport_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qdoccatch_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qdoccatchconversions_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qdoccatchgenerators_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qml.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qml_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlassetdownloader.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlassetdownloader_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlcompiler.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlcompiler_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlcore.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlcore_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmldebug_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmldom_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlintegration.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlintegration_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmllocalstorage.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmllocalstorage_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlls_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlmeta.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlmeta_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlmodels.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlmodels_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlnetwork.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlnetwork_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmltest.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmltest_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmltoolingsettings_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmltyperegistrar_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlworkerscript.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlxmllistmodel.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlxmllistmodel_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3d.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3d_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dassetimport.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dassetimport_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dassetutils.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dassetutils_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3deffects.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3deffects_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dglslparser_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dhelpers.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dhelpers_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dhelpersimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dhelpersimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3diblbaker.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3diblbaker_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dparticleeffects.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dparticleeffects_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dparticles.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dparticles_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3druntimerender.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3druntimerender_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dspatialaudio_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dutils.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dutils_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dxr.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dxr_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2basic.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2basic_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2basicstyleimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2basicstyleimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2fluentwinui3styleimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2fluentwinui3styleimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2fusion.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2fusion_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2fusionstyleimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2fusionstyleimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2imagine.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2imagine_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2imaginestyleimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2imaginestyleimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2impl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2impl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2material.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2material_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2materialstyleimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2materialstyleimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2universal.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2universal_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2universalstyleimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2universalstyleimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2windowsstyleimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2windowsstyleimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrolstestutilsprivate_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickdialogs2.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickdialogs2_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickdialogs2quickimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickdialogs2quickimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickdialogs2utils.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickdialogs2utils_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickeffects_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicklayouts.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicklayouts_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickparticles_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickshapes_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicktemplates2.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicktestutilsprivate_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicktimeline.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicktimeline_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicktimelineblendtrees.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicktimelineblendtrees_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickvectorimage.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickvectorimage_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickvectorimagegenerator_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickwidgets.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickwidgets_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_shadertools.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_shadertools_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_spatialaudio.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_spatialaudio_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_sql.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_sql_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_svg.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_svg_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_svgwidgets.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_svgwidgets_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_testlib.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_testlib_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_tools_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_uiplugin.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_uitools.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_uitools_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_widgets.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_widgets_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_xml.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_xml_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_zlib_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\features\qt_functions.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\qt_config.prf C:\Qt\6.8.2\mingw_64\mkspecs\win32-g++\qmake.conf C:\Qt\6.8.2\mingw_64\mkspecs\features\spec_post.prf .qmake.stash C:\Qt\6.8.2\mingw_64\mkspecs\features\exclusive_builds.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\toolchain.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\default_pre.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\win32\default_pre.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\resolve_config.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\exclusive_builds_post.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\default_post.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\build_pass.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\qml_debug.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\precompile_header.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\warn_on.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\permissions.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\qt.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\resources_functions.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\resources.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\moc.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\win32\opengl.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\qmake_use.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\file_copies.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\win32\windows.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\testcase_targets.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\exceptions.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\yacc.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\lex.prf ..\..\Motus.pro debug\qmake_resources.qrc C:\Qt\6.8.2\mingw_64\lib\Qt6Quick.prl C:\Qt\6.8.2\mingw_64\lib\Qt6OpenGL.prl C:\Qt\6.8.2\mingw_64\lib\Qt6Gui.prl C:\Qt\6.8.2\mingw_64\lib\Qt6QmlMeta.prl C:\Qt\6.8.2\mingw_64\lib\Qt6QmlModels.prl C:\Qt\6.8.2\mingw_64\lib\Qt6QmlWorkerScript.prl C:\Qt\6.8.2\mingw_64\lib\Qt6Qml.prl C:\Qt\6.8.2\mingw_64\lib\Qt6Network.prl C:\Qt\6.8.2\mingw_64\lib\Qt6Core.prl C:\Qt\6.8.2\mingw_64\lib\Qt6EntryPoint.prl debug\qmake_resources.qrc C:\Qt\6.8.2\mingw_64\mkspecs\features\data\dummy.cpp compteur.h compteur.cpp ..\..\main.cpp - -clean: compiler_clean - -$(DEL_FILE) debug\compteur.o debug\main.o debug\qrc_qmake_resources.o - -distclean: clean - -$(DEL_FILE) .qmake.stash - -$(DEL_FILE) $(DESTDIR_TARGET) - -$(DEL_FILE) Makefile.Debug - -mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean - -mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all - -check: first - -benchmark: first - -compiler_no_pch_compiler_make_all: -compiler_no_pch_compiler_clean: -compiler_rcc_make_all: debug/qrc_qmake_resources.cpp -compiler_rcc_clean: - -$(DEL_FILE) debug\qrc_qmake_resources.cpp -debug/qrc_qmake_resources.cpp: debug/qmake_resources.qrc \ - C:/Qt/6.8.2/mingw_64/bin/rcc.exe \ - ../../main.qml - C:\Qt\6.8.2\mingw_64\bin\rcc.exe -name qmake_resources --no-zstd debug\qmake_resources.qrc -o debug\qrc_qmake_resources.cpp - -compiler_moc_predefs_make_all: debug/moc_predefs.h -compiler_moc_predefs_clean: - -$(DEL_FILE) debug\moc_predefs.h -debug/moc_predefs.h: C:/Qt/6.8.2/mingw_64/mkspecs/features/data/dummy.cpp - g++ -fno-keep-inline-dllexport -g -Wall -Wextra -Wextra -dM -E -o debug\moc_predefs.h C:\Qt\6.8.2\mingw_64\mkspecs\features\data\dummy.cpp - -compiler_moc_header_make_all: -compiler_moc_header_clean: -compiler_moc_objc_header_make_all: -compiler_moc_objc_header_clean: -compiler_moc_source_make_all: -compiler_moc_source_clean: -compiler_yacc_decl_make_all: -compiler_yacc_decl_clean: -compiler_yacc_impl_make_all: -compiler_yacc_impl_clean: -compiler_lex_make_all: -compiler_lex_clean: -compiler_clean: compiler_rcc_clean compiler_moc_predefs_clean - - - -####### Compile - -debug/compteur.o: compteur.cpp - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\compteur.o compteur.cpp - -debug/main.o: ../../main.cpp C:/Qt/6.8.2/mingw_64/include/QtGui/QGuiApplication \ - C:/Qt/6.8.2/mingw_64/include/QtGui/qguiapplication.h \ - C:/Qt/6.8.2/mingw_64/include/QtGui/qtguiglobal.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qglobal.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtversionchecks.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtconfiginclude.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qconfig.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtcore-config.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtconfigmacros.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtdeprecationdefinitions.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtcoreexports.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcompilerdetection.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qprocessordetection.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qsystemdetection.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtdeprecationmarkers.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtclasshelpermacros.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtpreprocessorsupport.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qassert.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtnoop.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtypes.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtversion.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtypeinfo.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcontainerfwd.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qsysinfo.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qlogging.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qflags.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcompare_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qatomic.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qbasicatomic.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qatomic_cxx11.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qgenericatomic.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qyieldcpu.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qconstructormacros.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qdarwinhelpers.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qexceptionhandling.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qforeach.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qttypetraits.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qfunctionpointer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qglobalstatic.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qmalloc.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qminmax.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qnumeric.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qoverload.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qswap.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtenvironmentvariables.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtresource.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qttranslation.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qversiontagging.h \ - C:/Qt/6.8.2/mingw_64/include/QtGui/qtgui-config.h \ - C:/Qt/6.8.2/mingw_64/include/QtGui/qtguiexports.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcoreapplication.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstring.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qchar.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcompare.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcomparehelpers.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/q20type_traits.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringview.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qbytearray.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qrefcount.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qnamespace.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtmetamacros.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qarraydata.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qpair.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qarraydatapointer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qarraydataops.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcontainertools_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qxptype_traits.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/q20functional.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/q20memory.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qbytearrayalgorithms.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qbytearrayview.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringfwd.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringliteral.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringalgorithms.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qlatin1stringview.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qanystringview.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qutf8stringview.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringtokenizer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringbuilder.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringconverter.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringconverter_base.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcoreevent.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qobjectdefs.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qobjectdefs_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qfunctionaltools_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qdeadlinetimer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qelapsedtimer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qmetatype.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qdatastream.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qscopedpointer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qiodevicebase.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qfloat16.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qhashfunctions.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qmath.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qalgorithms.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qiterable.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qmetacontainer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcontainerinfo.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtaggedpointer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qscopeguard.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qeventloop.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qobject.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qlist.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qiterator.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qbytearraylist.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringlist.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringmatcher.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qobject_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qbindingstorage.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qnativeinterface.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qdebug.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtextstream.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcontiguouscache.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qsharedpointer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qshareddata.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qsharedpointer_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qmap.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qshareddata_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qset.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qhash.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qvarlengtharray.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcoreapplication_platform.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qfuture.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qfutureinterface.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qmutex.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtsan_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qresultstore.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qfuture_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qthreadpool.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qthread.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qrunnable.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qexception.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qpromise.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qvariant.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/q23utility.h \ - C:/Qt/6.8.2/mingw_64/include/QtGui/qwindowdefs.h \ - C:/Qt/6.8.2/mingw_64/include/QtGui/qwindowdefs_win.h \ - C:/Qt/6.8.2/mingw_64/include/QtGui/qinputmethod.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qlocale.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qpoint.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qsize.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qmargins.h \ - C:/Qt/6.8.2/mingw_64/include/QtGui/qguiapplication_platform.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/QQmlApplicationEngine \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlapplicationengine.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlengine.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qurl.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qjsengine.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtimezone.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qdatetime.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcalendar.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qjsvalue.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qtqmlglobal.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qtqml-config.h \ - C:/Qt/6.8.2/mingw_64/include/QtNetwork/qtnetworkglobal.h \ - C:/Qt/6.8.2/mingw_64/include/QtNetwork/qtnetwork-config.h \ - C:/Qt/6.8.2/mingw_64/include/QtNetwork/qtnetworkexports.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qtqmlexports.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qjsmanagedvalue.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qjsprimitivevalue.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qjsnumbercoercion.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmldebug.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqml.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlprivate.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmllist.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlparserstatus.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlpropertyvaluesource.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qmetaobject.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qpointer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qversionnumber.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qspan.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/q20iterator.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtyperevision.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlregistration.h \ - C:/Qt/6.8.2/mingw_64/include/QtQmlIntegration/qqmlintegration.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlerror.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlabstracturlinterceptor.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/QQmlContext \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlcontext.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\main.o ..\..\main.cpp - -debug/qrc_qmake_resources.o: debug/qrc_qmake_resources.cpp - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\qrc_qmake_resources.o debug\qrc_qmake_resources.cpp - -####### Install - -install: FORCE - -uninstall: FORCE - -FORCE: - -.SUFFIXES: - diff --git a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Makefile.Release b/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Makefile.Release deleted file mode 100644 index fe6556d5539588e2f1a6f0713aabb4afe318fac3..0000000000000000000000000000000000000000 --- a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Makefile.Release +++ /dev/null @@ -1,328 +0,0 @@ -############################################################################# -# Makefile for building: Motus -# Generated by qmake (3.1) (Qt 6.8.2) -# Project: ..\..\Motus.pro -# Template: app -############################################################################# - -MAKEFILE = Makefile.Release - -EQ = = - -####### Compiler, tools and options - -CC = gcc -CXX = g++ -DEFINES = -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_QML_DEBUG -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMETA_LIB -DQT_QMLMODELS_LIB -DQT_QMLWORKERSCRIPT_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -CFLAGS = -fno-keep-inline-dllexport -O2 -Wall -Wextra -Wextra $(DEFINES) -CXXFLAGS = -fno-keep-inline-dllexport -O2 -Wall -Wextra -Wextra -fexceptions -mthreads $(DEFINES) -INCPATH = -I"../../../Projet Motus" -I. -IC:/Qt/6.8.2/mingw_64/include -IC:/Qt/6.8.2/mingw_64/include/QtQuick -IC:/Qt/6.8.2/mingw_64/include/QtOpenGL -IC:/Qt/6.8.2/mingw_64/include/QtGui -IC:/Qt/6.8.2/mingw_64/include/QtQmlMeta -IC:/Qt/6.8.2/mingw_64/include/QtQmlModels -IC:/Qt/6.8.2/mingw_64/include/QtQmlWorkerScript -IC:/Qt/6.8.2/mingw_64/include/QtQml -IC:/Qt/6.8.2/mingw_64/include/QtQmlIntegration -IC:/Qt/6.8.2/mingw_64/include/QtNetwork -IC:/Qt/6.8.2/mingw_64/include/QtCore -Irelease -I/include -IC:/Qt/6.8.2/mingw_64/mkspecs/win32-g++ -LINKER = g++ -LFLAGS = -Wl,-s -Wl,-subsystem,windows -mthreads -LIBS = C:\Qt\6.8.2\mingw_64\lib\libQt6Quick.a C:\Qt\6.8.2\mingw_64\lib\libQt6OpenGL.a C:\Qt\6.8.2\mingw_64\lib\libQt6Gui.a C:\Qt\6.8.2\mingw_64\lib\libQt6QmlMeta.a C:\Qt\6.8.2\mingw_64\lib\libQt6QmlModels.a C:\Qt\6.8.2\mingw_64\lib\libQt6QmlWorkerScript.a C:\Qt\6.8.2\mingw_64\lib\libQt6Qml.a C:\Qt\6.8.2\mingw_64\lib\libQt6Network.a C:\Qt\6.8.2\mingw_64\lib\libQt6Core.a -lmingw32 C:\Qt\6.8.2\mingw_64\lib\libQt6EntryPoint.a -lshell32 -QMAKE = C:\Qt\6.8.2\mingw_64\bin\qmake.exe -DEL_FILE = del -CHK_DIR_EXISTS= if not exist -MKDIR = mkdir -COPY = copy /y -COPY_FILE = copy /y -COPY_DIR = xcopy /s /q /y /i -INSTALL_FILE = copy /y -INSTALL_PROGRAM = copy /y -INSTALL_DIR = xcopy /s /q /y /i -QINSTALL = C:\Qt\6.8.2\mingw_64\bin\qmake.exe -install qinstall -QINSTALL_PROGRAM = C:\Qt\6.8.2\mingw_64\bin\qmake.exe -install qinstall -exe -DEL_FILE = del -SYMLINK = $(QMAKE) -install ln -f -s -DEL_DIR = rmdir -MOVE = move -IDC = idc -IDL = midl -ZIP = zip -r -9 -DEF_FILE = -RES_FILE = -SED = $(QMAKE) -install sed -MOVE = move - -####### Output directory - -OBJECTS_DIR = release - -####### Files - -SOURCES = compteur.cpp \ - ..\..\main.cpp release\qrc_qmake_resources.cpp -OBJECTS = release/compteur.o \ - release/main.o \ - release/qrc_qmake_resources.o - -DIST = compteur.h compteur.cpp \ - ..\..\main.cpp -QMAKE_TARGET = Motus -DESTDIR = release\ #avoid trailing-slash linebreak -TARGET = Motus.exe -DESTDIR_TARGET = release\Motus.exe - -####### Build rules - -first: all -all: Makefile.Release release/Motus.exe - -release/Motus.exe: C:/Qt/6.8.2/mingw_64/lib/libQt6Quick.a C:/Qt/6.8.2/mingw_64/lib/libQt6OpenGL.a C:/Qt/6.8.2/mingw_64/lib/libQt6Gui.a C:/Qt/6.8.2/mingw_64/lib/libQt6QmlMeta.a C:/Qt/6.8.2/mingw_64/lib/libQt6QmlModels.a C:/Qt/6.8.2/mingw_64/lib/libQt6QmlWorkerScript.a C:/Qt/6.8.2/mingw_64/lib/libQt6Qml.a C:/Qt/6.8.2/mingw_64/lib/libQt6Network.a C:/Qt/6.8.2/mingw_64/lib/libQt6Core.a C:/Qt/6.8.2/mingw_64/lib/libQt6EntryPoint.a $(OBJECTS) - $(LINKER) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS) $(LIBS) - -qmake: FORCE - @$(QMAKE) -o Makefile.Release ..\..\Motus.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug" - -qmake_all: FORCE - -dist: - $(ZIP) Motus.zip $(SOURCES) $(DIST) ..\..\Motus.pro C:\Qt\6.8.2\mingw_64\mkspecs\features\spec_pre.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\device_config.prf C:\Qt\6.8.2\mingw_64\mkspecs\common\sanitize.conf C:\Qt\6.8.2\mingw_64\mkspecs\common\gcc-base.conf C:\Qt\6.8.2\mingw_64\mkspecs\common\g++-base.conf C:\Qt\6.8.2\mingw_64\mkspecs\features\win32\windows_vulkan_sdk.prf C:\Qt\6.8.2\mingw_64\mkspecs\common\windows-vulkan.conf C:\Qt\6.8.2\mingw_64\mkspecs\common\g++-win32.conf C:\Qt\6.8.2\mingw_64\mkspecs\common\windows-desktop.conf C:\Qt\6.8.2\mingw_64\mkspecs\qconfig.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_ext_freetype.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_ext_libjpeg.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_ext_libpng.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_ext_openxr_loader.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_charts.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_charts_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_chartsqml.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_chartsqml_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_concurrent.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_concurrent_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_core.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_core_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_dbus.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_dbus_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_designer.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_designer_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_designercomponents_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_entrypoint_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_example_icons_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_examples_asset_downloader_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_fb_support_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_freetype_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_gui.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_gui_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_harfbuzz_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_help.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_help_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_jpeg_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labsanimation.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labsanimation_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labsfolderlistmodel.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labsfolderlistmodel_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labsplatform.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labsplatform_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labsqmlmodels.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labsqmlmodels_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labssettings.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labssettings_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labssharedimage.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labssharedimage_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labswavefrontmesh.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_labswavefrontmesh_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_linguist.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_multimedia.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_multimedia_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_multimediaquick_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_multimediatestlibprivate_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_multimediawidgets.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_network.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_network_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_opengl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_opengl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_openglwidgets.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_openglwidgets_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_packetprotocol_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_png_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_printsupport.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_printsupport_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qdoccatch_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qdoccatchconversions_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qdoccatchgenerators_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qml.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qml_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlassetdownloader.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlassetdownloader_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlcompiler.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlcompiler_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlcore.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlcore_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmldebug_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmldom_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlintegration.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlintegration_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmllocalstorage.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmllocalstorage_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlls_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlmeta.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlmeta_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlmodels.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlmodels_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlnetwork.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlnetwork_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmltest.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmltest_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmltoolingsettings_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmltyperegistrar_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlworkerscript.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlxmllistmodel.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_qmlxmllistmodel_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3d.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3d_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dassetimport.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dassetimport_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dassetutils.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dassetutils_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3deffects.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3deffects_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dglslparser_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dhelpers.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dhelpers_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dhelpersimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dhelpersimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3diblbaker.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3diblbaker_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dparticleeffects.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dparticleeffects_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dparticles.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dparticles_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3druntimerender.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3druntimerender_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dspatialaudio_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dutils.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dutils_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dxr.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick3dxr_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quick_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2basic.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2basic_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2basicstyleimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2basicstyleimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2fluentwinui3styleimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2fluentwinui3styleimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2fusion.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2fusion_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2fusionstyleimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2fusionstyleimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2imagine.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2imagine_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2imaginestyleimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2imaginestyleimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2impl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2impl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2material.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2material_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2materialstyleimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2materialstyleimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2universal.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2universal_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2universalstyleimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2universalstyleimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2windowsstyleimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrols2windowsstyleimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickcontrolstestutilsprivate_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickdialogs2.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickdialogs2_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickdialogs2quickimpl.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickdialogs2quickimpl_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickdialogs2utils.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickdialogs2utils_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickeffects_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicklayouts.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicklayouts_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickparticles_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickshapes_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicktemplates2.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicktestutilsprivate_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicktimeline.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicktimeline_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicktimelineblendtrees.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quicktimelineblendtrees_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickvectorimage.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickvectorimage_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickvectorimagegenerator_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickwidgets.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_quickwidgets_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_shadertools.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_shadertools_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_spatialaudio.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_spatialaudio_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_sql.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_sql_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_svg.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_svg_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_svgwidgets.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_svgwidgets_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_testlib.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_testlib_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_tools_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_uiplugin.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_uitools.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_uitools_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_widgets.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_widgets_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_xml.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_xml_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\modules\qt_lib_zlib_private.pri C:\Qt\6.8.2\mingw_64\mkspecs\features\qt_functions.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\qt_config.prf C:\Qt\6.8.2\mingw_64\mkspecs\win32-g++\qmake.conf C:\Qt\6.8.2\mingw_64\mkspecs\features\spec_post.prf .qmake.stash C:\Qt\6.8.2\mingw_64\mkspecs\features\exclusive_builds.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\toolchain.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\default_pre.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\win32\default_pre.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\resolve_config.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\exclusive_builds_post.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\default_post.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\build_pass.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\qml_debug.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\precompile_header.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\warn_on.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\permissions.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\qt.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\resources_functions.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\resources.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\moc.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\win32\opengl.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\qmake_use.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\file_copies.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\win32\windows.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\testcase_targets.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\exceptions.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\yacc.prf C:\Qt\6.8.2\mingw_64\mkspecs\features\lex.prf ..\..\Motus.pro release\qmake_resources.qrc C:\Qt\6.8.2\mingw_64\lib\Qt6Quick.prl C:\Qt\6.8.2\mingw_64\lib\Qt6OpenGL.prl C:\Qt\6.8.2\mingw_64\lib\Qt6Gui.prl C:\Qt\6.8.2\mingw_64\lib\Qt6QmlMeta.prl C:\Qt\6.8.2\mingw_64\lib\Qt6QmlModels.prl C:\Qt\6.8.2\mingw_64\lib\Qt6QmlWorkerScript.prl C:\Qt\6.8.2\mingw_64\lib\Qt6Qml.prl C:\Qt\6.8.2\mingw_64\lib\Qt6Network.prl C:\Qt\6.8.2\mingw_64\lib\Qt6Core.prl C:\Qt\6.8.2\mingw_64\lib\Qt6EntryPoint.prl release\qmake_resources.qrc C:\Qt\6.8.2\mingw_64\mkspecs\features\data\dummy.cpp compteur.h compteur.cpp ..\..\main.cpp - -clean: compiler_clean - -$(DEL_FILE) release\compteur.o release\main.o release\qrc_qmake_resources.o - -distclean: clean - -$(DEL_FILE) .qmake.stash - -$(DEL_FILE) $(DESTDIR_TARGET) - -$(DEL_FILE) Makefile.Release - -mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean - -mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all - -check: first - -benchmark: first - -compiler_no_pch_compiler_make_all: -compiler_no_pch_compiler_clean: -compiler_rcc_make_all: release/qrc_qmake_resources.cpp -compiler_rcc_clean: - -$(DEL_FILE) release\qrc_qmake_resources.cpp -release/qrc_qmake_resources.cpp: release/qmake_resources.qrc \ - C:/Qt/6.8.2/mingw_64/bin/rcc.exe \ - ../../main.qml - C:\Qt\6.8.2\mingw_64\bin\rcc.exe -name qmake_resources --no-zstd release\qmake_resources.qrc -o release\qrc_qmake_resources.cpp - -compiler_moc_predefs_make_all: release/moc_predefs.h -compiler_moc_predefs_clean: - -$(DEL_FILE) release\moc_predefs.h -release/moc_predefs.h: C:/Qt/6.8.2/mingw_64/mkspecs/features/data/dummy.cpp - g++ -fno-keep-inline-dllexport -O2 -Wall -Wextra -Wextra -dM -E -o release\moc_predefs.h C:\Qt\6.8.2\mingw_64\mkspecs\features\data\dummy.cpp - -compiler_moc_header_make_all: -compiler_moc_header_clean: -compiler_moc_objc_header_make_all: -compiler_moc_objc_header_clean: -compiler_moc_source_make_all: -compiler_moc_source_clean: -compiler_yacc_decl_make_all: -compiler_yacc_decl_clean: -compiler_yacc_impl_make_all: -compiler_yacc_impl_clean: -compiler_lex_make_all: -compiler_lex_clean: -compiler_clean: compiler_rcc_clean compiler_moc_predefs_clean - - - -####### Compile - -release/compteur.o: compteur.cpp - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\compteur.o compteur.cpp - -release/main.o: ../../main.cpp C:/Qt/6.8.2/mingw_64/include/QtGui/QGuiApplication \ - C:/Qt/6.8.2/mingw_64/include/QtGui/qguiapplication.h \ - C:/Qt/6.8.2/mingw_64/include/QtGui/qtguiglobal.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qglobal.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtversionchecks.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtconfiginclude.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qconfig.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtcore-config.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtconfigmacros.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtdeprecationdefinitions.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtcoreexports.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcompilerdetection.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qprocessordetection.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qsystemdetection.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtdeprecationmarkers.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtclasshelpermacros.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtpreprocessorsupport.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qassert.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtnoop.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtypes.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtversion.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtypeinfo.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcontainerfwd.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qsysinfo.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qlogging.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qflags.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcompare_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qatomic.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qbasicatomic.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qatomic_cxx11.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qgenericatomic.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qyieldcpu.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qconstructormacros.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qdarwinhelpers.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qexceptionhandling.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qforeach.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qttypetraits.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qfunctionpointer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qglobalstatic.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qmalloc.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qminmax.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qnumeric.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qoverload.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qswap.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtenvironmentvariables.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtresource.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qttranslation.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qversiontagging.h \ - C:/Qt/6.8.2/mingw_64/include/QtGui/qtgui-config.h \ - C:/Qt/6.8.2/mingw_64/include/QtGui/qtguiexports.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcoreapplication.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstring.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qchar.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcompare.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcomparehelpers.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/q20type_traits.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringview.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qbytearray.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qrefcount.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qnamespace.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtmetamacros.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qarraydata.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qpair.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qarraydatapointer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qarraydataops.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcontainertools_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qxptype_traits.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/q20functional.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/q20memory.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qbytearrayalgorithms.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qbytearrayview.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringfwd.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringliteral.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringalgorithms.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qlatin1stringview.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qanystringview.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qutf8stringview.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringtokenizer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringbuilder.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringconverter.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringconverter_base.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcoreevent.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qobjectdefs.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qobjectdefs_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qfunctionaltools_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qdeadlinetimer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qelapsedtimer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qmetatype.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qdatastream.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qscopedpointer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qiodevicebase.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qfloat16.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qhashfunctions.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qmath.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qalgorithms.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qiterable.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qmetacontainer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcontainerinfo.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtaggedpointer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qscopeguard.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qeventloop.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qobject.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qlist.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qiterator.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qbytearraylist.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringlist.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qstringmatcher.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qobject_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qbindingstorage.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qnativeinterface.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qdebug.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtextstream.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcontiguouscache.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qsharedpointer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qshareddata.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qsharedpointer_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qmap.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qshareddata_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qset.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qhash.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qvarlengtharray.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcoreapplication_platform.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qfuture.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qfutureinterface.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qmutex.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtsan_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qresultstore.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qfuture_impl.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qthreadpool.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qthread.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qrunnable.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qexception.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qpromise.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qvariant.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/q23utility.h \ - C:/Qt/6.8.2/mingw_64/include/QtGui/qwindowdefs.h \ - C:/Qt/6.8.2/mingw_64/include/QtGui/qwindowdefs_win.h \ - C:/Qt/6.8.2/mingw_64/include/QtGui/qinputmethod.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qlocale.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qpoint.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qsize.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qmargins.h \ - C:/Qt/6.8.2/mingw_64/include/QtGui/qguiapplication_platform.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/QQmlApplicationEngine \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlapplicationengine.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlengine.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qurl.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qjsengine.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtimezone.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qdatetime.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qcalendar.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qjsvalue.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qtqmlglobal.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qtqml-config.h \ - C:/Qt/6.8.2/mingw_64/include/QtNetwork/qtnetworkglobal.h \ - C:/Qt/6.8.2/mingw_64/include/QtNetwork/qtnetwork-config.h \ - C:/Qt/6.8.2/mingw_64/include/QtNetwork/qtnetworkexports.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qtqmlexports.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qjsmanagedvalue.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qjsprimitivevalue.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qjsnumbercoercion.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmldebug.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqml.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlprivate.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmllist.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlparserstatus.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlpropertyvaluesource.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qmetaobject.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qpointer.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qversionnumber.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qspan.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/q20iterator.h \ - C:/Qt/6.8.2/mingw_64/include/QtCore/qtyperevision.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlregistration.h \ - C:/Qt/6.8.2/mingw_64/include/QtQmlIntegration/qqmlintegration.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlerror.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlabstracturlinterceptor.h \ - C:/Qt/6.8.2/mingw_64/include/QtQml/QQmlContext \ - C:/Qt/6.8.2/mingw_64/include/QtQml/qqmlcontext.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\main.o ..\..\main.cpp - -release/qrc_qmake_resources.o: release/qrc_qmake_resources.cpp - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\qrc_qmake_resources.o release\qrc_qmake_resources.cpp - -####### Install - -install: FORCE - -uninstall: FORCE - -FORCE: - -.SUFFIXES: - diff --git a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/Compteur2025.exe b/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/Compteur2025.exe deleted file mode 100644 index 40ca30771a7ade0137b371a9a10fe05c47922cf4..0000000000000000000000000000000000000000 Binary files a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/Compteur2025.exe and /dev/null differ diff --git a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/compteur.o b/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/compteur.o deleted file mode 100644 index 60dd2e8c8a714335e8ee9ad57fb8feb4b7fe2a12..0000000000000000000000000000000000000000 Binary files a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/compteur.o and /dev/null differ diff --git a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/main.o b/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/main.o deleted file mode 100644 index bea3111272ecf2f0799efb53505b4a23fe518e4f..0000000000000000000000000000000000000000 Binary files a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/main.o and /dev/null differ diff --git a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/moc_compteur.cpp b/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/moc_compteur.cpp deleted file mode 100644 index 19e3e4f44913ab60ee3676b7f66c8dd6d95a5892..0000000000000000000000000000000000000000 --- a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/moc_compteur.cpp +++ /dev/null @@ -1,177 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'compteur.h' -** -** Created by: The Qt Meta Object Compiler version 68 (Qt 6.8.2) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "../../../compteur.h" -#include <QtCore/qmetatype.h> - -#include <QtCore/qtmochelpers.h> - -#include <memory> - - -#include <QtCore/qxptype_traits.h> -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'compteur.h' doesn't include <QObject>." -#elif Q_MOC_OUTPUT_REVISION != 68 -#error "This file was generated using the moc from 6.8.2. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -#ifndef Q_CONSTINIT -#define Q_CONSTINIT -#endif - -QT_WARNING_PUSH -QT_WARNING_DISABLE_DEPRECATED -QT_WARNING_DISABLE_GCC("-Wuseless-cast") -namespace { -struct qt_meta_tag_ZN8compteurE_t {}; -} // unnamed namespace - - -#ifdef QT_MOC_HAS_STRINGDATA -static constexpr auto qt_meta_stringdata_ZN8compteurE = QtMocHelpers::stringData( - "compteur", - "cptChanged", - "", - "increment", - "decrement", - "cptQML" -); -#else // !QT_MOC_HAS_STRINGDATA -#error "qtmochelpers.h not found or too old." -#endif // !QT_MOC_HAS_STRINGDATA - -Q_CONSTINIT static const uint qt_meta_data_ZN8compteurE[] = { - - // content: - 12, // revision - 0, // classname - 0, 0, // classinfo - 3, 14, // methods - 1, 35, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 1, // signalCount - - // signals: name, argc, parameters, tag, flags, initial metatype offsets - 1, 0, 32, 2, 0x06, 2 /* Public */, - - // methods: name, argc, parameters, tag, flags, initial metatype offsets - 3, 0, 33, 2, 0x02, 3 /* Public */, - 4, 0, 34, 2, 0x02, 4 /* Public */, - - // signals: parameters - QMetaType::Void, - - // methods: parameters - QMetaType::Void, - QMetaType::Void, - - // properties: name, type, flags, notifyId, revision - 5, QMetaType::QString, 0x00015001, uint(0), 0, - - 0 // eod -}; - -Q_CONSTINIT const QMetaObject compteur::staticMetaObject = { { - QMetaObject::SuperData::link<QObject::staticMetaObject>(), - qt_meta_stringdata_ZN8compteurE.offsetsAndSizes, - qt_meta_data_ZN8compteurE, - qt_static_metacall, - nullptr, - qt_incomplete_metaTypeArray<qt_meta_tag_ZN8compteurE_t, - // property 'cptQML' - QtPrivate::TypeAndForceComplete<QString, std::true_type>, - // Q_OBJECT / Q_GADGET - QtPrivate::TypeAndForceComplete<compteur, std::true_type>, - // method 'cptChanged' - QtPrivate::TypeAndForceComplete<void, std::false_type>, - // method 'increment' - QtPrivate::TypeAndForceComplete<void, std::false_type>, - // method 'decrement' - QtPrivate::TypeAndForceComplete<void, std::false_type> - >, - nullptr -} }; - -void compteur::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - auto *_t = static_cast<compteur *>(_o); - if (_c == QMetaObject::InvokeMetaMethod) { - switch (_id) { - case 0: _t->cptChanged(); break; - case 1: _t->increment(); break; - case 2: _t->decrement(); break; - default: ; - } - } - if (_c == QMetaObject::IndexOfMethod) { - int *result = reinterpret_cast<int *>(_a[0]); - { - using _q_method_type = void (compteur::*)(); - if (_q_method_type _q_method = &compteur::cptChanged; *reinterpret_cast<_q_method_type *>(_a[1]) == _q_method) { - *result = 0; - return; - } - } - } - if (_c == QMetaObject::ReadProperty) { - void *_v = _a[0]; - switch (_id) { - case 0: *reinterpret_cast< QString*>(_v) = _t->readCompteur(); break; - default: break; - } - } -} - -const QMetaObject *compteur::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -} - -void *compteur::qt_metacast(const char *_clname) -{ - if (!_clname) return nullptr; - if (!strcmp(_clname, qt_meta_stringdata_ZN8compteurE.stringdata0)) - return static_cast<void*>(this); - return QObject::qt_metacast(_clname); -} - -int compteur::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QObject::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 3) - qt_static_metacall(this, _c, _id, _a); - _id -= 3; - } - if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 3) - *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); - _id -= 3; - } - if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty - || _c == QMetaObject::ResetProperty || _c == QMetaObject::BindableProperty - || _c == QMetaObject::RegisterPropertyMetaType) { - qt_static_metacall(this, _c, _id, _a); - _id -= 1; - } - return _id; -} - -// SIGNAL 0 -void compteur::cptChanged() -{ - QMetaObject::activate(this, &staticMetaObject, 0, nullptr); -} -QT_WARNING_POP diff --git a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/moc_compteur.o b/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/moc_compteur.o deleted file mode 100644 index a491287efa0956b4b10075800895fb31fc5ceb83..0000000000000000000000000000000000000000 Binary files a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/moc_compteur.o and /dev/null differ diff --git a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/moc_predefs.h b/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/moc_predefs.h deleted file mode 100644 index 9188f9a3c863c81c0e2de3e40b2a093dc8ecfab7..0000000000000000000000000000000000000000 --- a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/moc_predefs.h +++ /dev/null @@ -1,474 +0,0 @@ -#define __DBL_MIN_EXP__ (-1021) -#define __cpp_nontype_template_parameter_auto 201606L -#define __UINT_LEAST16_MAX__ 0xffff -#define __FLT16_HAS_QUIET_NAN__ 1 -#define __ATOMIC_ACQUIRE 2 -#define __FLT128_MAX_10_EXP__ 4932 -#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F -#define __GCC_IEC_559_COMPLEX 2 -#define __cpp_aggregate_nsdmi 201304L -#define __UINT_LEAST8_TYPE__ unsigned char -#define __SIZEOF_FLOAT80__ 16 -#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 -#define __INTMAX_C(c) c ## LL -#define __CHAR_BIT__ 8 -#define __MINGW32__ 1 -#define __UINT8_MAX__ 0xff -#define __SCHAR_WIDTH__ 8 -#define _WIN64 1 -#define __WINT_MAX__ 0xffff -#define __FLT32_MIN_EXP__ (-125) -#define __cpp_static_assert 201411L -#define __BFLT16_MIN_10_EXP__ (-37) -#define __ORDER_LITTLE_ENDIAN__ 1234 -#define __WCHAR_MAX__ 0xffff -#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 -#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 -#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 -#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 -#define __GCC_IEC_559 2 -#define __FLT32X_DECIMAL_DIG__ 17 -#define __FLT_EVAL_METHOD__ 0 -#define __cpp_binary_literals 201304L -#define __FLT64_DECIMAL_DIG__ 17 -#define __cpp_noexcept_function_type 201510L -#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 -#define __cpp_variadic_templates 200704L -#define __UINT_FAST64_MAX__ 0xffffffffffffffffULL -#define __SIG_ATOMIC_TYPE__ int -#define __DBL_MIN_10_EXP__ (-307) -#define __FINITE_MATH_ONLY__ 0 -#define __cpp_variable_templates 201304L -#define __FLT32X_MAX_EXP__ 1024 -#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 -#define __FLT32_HAS_DENORM__ 1 -#define __UINT_FAST8_MAX__ 0xff -#define __cpp_rvalue_reference 200610L -#define __cpp_nested_namespace_definitions 201411L -#define _stdcall __attribute__((__stdcall__)) -#define __DEC64_MAX_EXP__ 385 -#define __INT8_C(c) c -#define __LDBL_HAS_INFINITY__ 1 -#define __INT_LEAST8_WIDTH__ 8 -#define __cpp_variadic_using 201611L -#define __UINT_LEAST64_MAX__ 0xffffffffffffffffULL -#define __INT_LEAST8_MAX__ 0x7f -#define __cpp_attributes 200809L -#define __cpp_capture_star_this 201603L -#define __SHRT_MAX__ 0x7fff -#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L -#define __FLT64X_MAX_10_EXP__ 4932 -#define __cpp_if_constexpr 201606L -#define __BFLT16_MAX_10_EXP__ 38 -#define __BFLT16_MAX_EXP__ 128 -#define __LDBL_IS_IEC_60559__ 1 -#define __FLT64X_HAS_QUIET_NAN__ 1 -#define __UINT_LEAST8_MAX__ 0xff -#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 -#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 -#define __UINTMAX_TYPE__ long long unsigned int -#define __cpp_nsdmi 200809L -#define __BFLT16_DECIMAL_DIG__ 4 -#define __DEC32_EPSILON__ 1E-6DF -#define __FLT_EVAL_METHOD_TS_18661_3__ 0 -#define __UINT32_MAX__ 0xffffffffU -#define __GXX_EXPERIMENTAL_CXX0X__ 1 -#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) -#define __FLT128_MIN_EXP__ (-16381) -#define __WINT_MIN__ 0 -#define __FLT128_MIN_10_EXP__ (-4931) -#define __FLT32X_IS_IEC_60559__ 1 -#define __INT_LEAST16_WIDTH__ 16 -#define __SCHAR_MAX__ 0x7f -#define __FLT128_MANT_DIG__ 113 -#define __WCHAR_MIN__ 0 -#define __INT64_C(c) c ## LL -#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 -#define __ATOMIC_SEQ_CST 5 -#define __INT_LEAST64_MAX__ 0x7fffffffffffffffLL -#define __FLT32X_MANT_DIG__ 53 -#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 -#define __cpp_aligned_new 201606L -#define __FLT32_MAX_10_EXP__ 38 -#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x -#define __STDC_HOSTED__ 1 -#define __WIN64 1 -#define __cpp_decltype_auto 201304L -#define __DBL_DIG__ 15 -#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F -#define __GXX_WEAK__ 1 -#define __SHRT_WIDTH__ 16 -#define __FLT32_IS_IEC_60559__ 1 -#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L -#define __DBL_IS_IEC_60559__ 1 -#define __DEC32_MAX__ 9.999999E96DF -#define __cpp_threadsafe_static_init 200806L -#define __cpp_enumerator_attributes 201411L -#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x -#define __FLT32X_HAS_INFINITY__ 1 -#define __INT_WIDTH__ 32 -#define __DECIMAL_DIG__ 21 -#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 -#define __INT16_MAX__ 0x7fff -#define __FLT64_MIN_EXP__ (-1021) -#define __FLT64X_MIN_10_EXP__ (-4931) -#define __LDBL_HAS_QUIET_NAN__ 1 -#define __cpp_return_type_deduction 201304L -#define __FLT16_MIN_EXP__ (-13) -#define __FLT64_MANT_DIG__ 53 -#define _REENTRANT 1 -#define __FLT64X_MANT_DIG__ 64 -#define __BFLT16_DIG__ 2 -#define __GNUC__ 13 -#define _cdecl __attribute__((__cdecl__)) -#define __GXX_RTTI 1 -#define __MMX__ 1 -#define __FLT_HAS_DENORM__ 1 -#define __SIZEOF_LONG_DOUBLE__ 16 -#define __BIGGEST_ALIGNMENT__ 16 -#define __STDC_UTF_16__ 1 -#define __SIZE_TYPE__ long long unsigned int -#define __FLT64_MAX_10_EXP__ 308 -#define __BFLT16_IS_IEC_60559__ 0 -#define __FLT16_MAX_10_EXP__ 4 -#define __cpp_delegating_constructors 200604L -#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) -#define _thiscall __attribute__((__thiscall__)) -#define __cpp_raw_strings 200710L -#define __INT_FAST32_MAX__ 0x7fffffff -#define __DBL_HAS_INFINITY__ 1 -#define __INT64_MAX__ 0x7fffffffffffffffLL -#define __SIZEOF_FLOAT__ 4 -#define __WINNT__ 1 -#define __HAVE_SPECULATION_SAFE_VALUE 1 -#define __cpp_fold_expressions 201603L -#define __DEC32_MIN_EXP__ (-94) -#define __INTPTR_WIDTH__ 64 -#define __UINT_LEAST32_MAX__ 0xffffffffU -#define __FLT32X_HAS_DENORM__ 1 -#define __INT_FAST16_TYPE__ short int -#define __MMX_WITH_SSE__ 1 -#define _fastcall __attribute__((__fastcall__)) -#define __LDBL_HAS_DENORM__ 1 -#define __SEG_GS 1 -#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 -#define __cplusplus 201703L -#define __cpp_ref_qualifiers 200710L -#define __DEC32_MIN__ 1E-95DF -#define __DEPRECATED 1 -#define __cpp_rvalue_references 200610L -#define __DBL_MAX_EXP__ 1024 -#define __WCHAR_WIDTH__ 16 -#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 -#define __DEC128_EPSILON__ 1E-33DL -#define __FLT16_DECIMAL_DIG__ 5 -#define __SSE2_MATH__ 1 -#define __ATOMIC_HLE_RELEASE 131072 -#define __WIN32__ 1 -#define __PTRDIFF_MAX__ 0x7fffffffffffffffLL -#define __amd64 1 -#define __tune_core2__ 1 -#define __ATOMIC_HLE_ACQUIRE 65536 -#define __GNUG__ 13 -#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL -#define __SIZEOF_SIZE_T__ 8 -#define __BFLT16_HAS_INFINITY__ 1 -#define __FLT64X_MIN_EXP__ (-16381) -#define __SIZEOF_WINT_T__ 2 -#define __FLT32X_DIG__ 15 -#define __LONG_LONG_WIDTH__ 64 -#define __cpp_initializer_lists 200806L -#define __FLT32_MAX_EXP__ 128 -#define __cpp_hex_float 201603L -#define __GXX_ABI_VERSION 1018 -#define __FLT_MIN_EXP__ (-125) -#define __GCC_HAVE_DWARF2_CFI_ASM 1 -#define __x86_64 1 -#define __cpp_lambdas 200907L -#define __INT_FAST64_TYPE__ long long int -#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 -#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 -#define __cpp_template_auto 201606L -#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 -#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 -#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x -#define __SIZEOF_POINTER__ 8 -#define __DBL_HAS_QUIET_NAN__ 1 -#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x -#define __LDBL_MAX_EXP__ 16384 -#define __DECIMAL_BID_FORMAT__ 1 -#define __GXX_TYPEINFO_EQUALITY_INLINE 0 -#define __FLT64_MIN_10_EXP__ (-307) -#define __FLT16_MIN_10_EXP__ (-4) -#define __FLT64X_DECIMAL_DIG__ 21 -#define __DEC128_MIN__ 1E-6143DL -#define __REGISTER_PREFIX__ -#define __UINT16_MAX__ 0xffff -#define __cdecl __attribute__((__cdecl__)) -#define __FLT128_HAS_INFINITY__ 1 -#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 -#define __UINT8_TYPE__ unsigned char -#define __FLT_DIG__ 6 -#define __NO_INLINE__ 1 -#define __DEC_EVAL_METHOD__ 2 -#define __FLT_MANT_DIG__ 24 -#define __LDBL_DECIMAL_DIG__ 21 -#define __VERSION__ "13.1.0" -#define __UINT64_C(c) c ## ULL -#define __cpp_unicode_characters 201411L -#define _WIN32 1 -#define __SEH__ 1 -#define __INT_LEAST32_MAX__ 0x7fffffff -#define __GCC_ATOMIC_INT_LOCK_FREE 2 -#define __FLT128_MAX_EXP__ 16384 -#define __FLT32_MANT_DIG__ 24 -#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ -#define __FLT32X_MIN_EXP__ (-1021) -#define __cpp_aggregate_bases 201603L -#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 -#define __FLT128_HAS_DENORM__ 1 -#define __FLT32_DECIMAL_DIG__ 9 -#define __FLT128_DIG__ 33 -#define _INTEGRAL_MAX_BITS 64 -#define __INT32_C(c) c -#define __DEC64_EPSILON__ 1E-15DD -#define __ORDER_PDP_ENDIAN__ 3412 -#define __DEC128_MIN_EXP__ (-6142) -#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL -#define __INT_FAST32_TYPE__ int -#define __UINT_LEAST16_TYPE__ short unsigned int -#define __DEC128_MAX_EXP__ 6145 -#define __DBL_HAS_DENORM__ 1 -#define __cpp_rtti 199711L -#define __UINT64_MAX__ 0xffffffffffffffffULL -#define __FLT_IS_IEC_60559__ 1 -#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-16LE" -#define __FLT64X_DIG__ 18 -#define __INT8_TYPE__ signed char -#define __cpp_digit_separators 201309L -#define __GCC_ASM_FLAG_OUTPUTS__ 1 -#define __UINT32_TYPE__ unsigned int -#define __BFLT16_HAS_QUIET_NAN__ 1 -#define __FLT_RADIX__ 2 -#define __INT_LEAST16_TYPE__ short int -#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L -#define __UINTMAX_C(c) c ## ULL -#define __FLT16_DIG__ 3 -#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x -#define __SIG_ATOMIC_MAX__ 0x7fffffff -#define __cpp_constexpr 201603L -#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 -#define __USER_LABEL_PREFIX__ -#define __SIZEOF_PTRDIFF_T__ 8 -#define __FLT64X_HAS_INFINITY__ 1 -#define __SIZEOF_LONG__ 4 -#define __LDBL_DIG__ 18 -#define __FLT64_IS_IEC_60559__ 1 -#define __x86_64__ 1 -#define __FLT16_IS_IEC_60559__ 1 -#define __FLT16_MAX_EXP__ 16 -#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF -#define __MSVCRT__ 1 -#define __INT_FAST16_MAX__ 0x7fff -#define __GCC_CONSTRUCTIVE_SIZE 64 -#define __FLT64_DIG__ 15 -#define __UINT_FAST32_MAX__ 0xffffffffU -#define __UINT_LEAST64_TYPE__ long long unsigned int -#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 -#define __FLT_HAS_QUIET_NAN__ 1 -#define __FLT_MAX_10_EXP__ 38 -#define __LONG_MAX__ 0x7fffffffL -#define __FLT64X_HAS_DENORM__ 1 -#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL -#define __FLT_HAS_INFINITY__ 1 -#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" -#define __cpp_unicode_literals 200710L -#define __UINT_FAST16_TYPE__ short unsigned int -#define __DEC64_MAX__ 9.999999999999999E384DD -#define __INT_FAST32_WIDTH__ 32 -#define __CHAR16_TYPE__ short unsigned int -#define __PRAGMA_REDEFINE_EXTNAME 1 -#define __SIZE_WIDTH__ 64 -#define __SEG_FS 1 -#define __INT_LEAST16_MAX__ 0x7fff -#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 -#define __DEC64_MANT_DIG__ 16 -#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 -#define __SIG_ATOMIC_WIDTH__ 32 -#define __INT_LEAST64_TYPE__ long long int -#define __INT16_TYPE__ short int -#define __INT_LEAST8_TYPE__ signed char -#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 -#define __nocona__ 1 -#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 -#define __cpp_structured_bindings 201606L -#define __SIZEOF_INT__ 4 -#define __DEC32_MAX_EXP__ 97 -#define __INT_FAST8_MAX__ 0x7f -#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 -#define __INTPTR_MAX__ 0x7fffffffffffffffLL -#define __cpp_sized_deallocation 201309L -#define __cpp_guaranteed_copy_elision 201606L -#define __WIN64__ 1 -#define __FLT64_HAS_QUIET_NAN__ 1 -#define __stdcall __attribute__((__stdcall__)) -#define __FLT32_MIN_10_EXP__ (-37) -#define __EXCEPTIONS 1 -#define __GXX_MERGED_TYPEINFO_NAMES 0 -#define __UINT16_C(c) c -#define __PTRDIFF_WIDTH__ 64 -#define __LDBL_MANT_DIG__ 64 -#define __cpp_range_based_for 201603L -#define __INT_FAST16_WIDTH__ 16 -#define __FLT64_HAS_INFINITY__ 1 -#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x -#define __FLT16_HAS_INFINITY__ 1 -#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 -#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) -#define __GCC_ATOMIC_LONG_LOCK_FREE 2 -#define __cpp_nontype_template_args 201411L -#define __DEC32_MANT_DIG__ 7 -#define __INTPTR_TYPE__ long long int -#define __UINT16_TYPE__ short unsigned int -#define __WCHAR_TYPE__ short unsigned int -#define __pic__ 1 -#define __UINTPTR_MAX__ 0xffffffffffffffffULL -#define __INT_FAST64_WIDTH__ 64 -#define __cpp_decltype 200707L -#define __INT_FAST64_MAX__ 0x7fffffffffffffffLL -#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 -#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F -#define __FLT32_HAS_INFINITY__ 1 -#define __FLT64X_MAX_EXP__ 16384 -#define __UINT_FAST64_TYPE__ long long unsigned int -#define __cpp_inline_variables 201606L -#define __BFLT16_MIN_EXP__ (-125) -#define __INT_MAX__ 0x7fffffff -#define WIN32 1 -#define __nocona 1 -#define __code_model_medium__ 1 -#define __INT64_TYPE__ long long int -#define __FLT_MAX_EXP__ 128 -#define WIN64 1 -#define __ORDER_BIG_ENDIAN__ 4321 -#define __DBL_MANT_DIG__ 53 -#define __cpp_inheriting_constructors 201511L -#define __SIZEOF_FLOAT128__ 16 -#define __BFLT16_MANT_DIG__ 8 -#define __DEC64_MIN__ 1E-383DD -#define __WINT_TYPE__ short unsigned int -#define __UINT_LEAST32_TYPE__ unsigned int -#define __SIZEOF_SHORT__ 2 -#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 -#define __SSE__ 1 -#define __LDBL_MIN_EXP__ (-16381) -#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 -#define __amd64__ 1 -#define __WINT_WIDTH__ 16 -#define __INT_LEAST64_WIDTH__ 64 -#define __FLT32X_MAX_10_EXP__ 308 -#define __cpp_namespace_attributes 201411L -#define __WIN32 1 -#define __SIZEOF_INT128__ 16 -#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 -#define __FLT64X_IS_IEC_60559__ 1 -#define __WCHAR_UNSIGNED__ 1 -#define __LDBL_MAX_10_EXP__ 4932 -#define __ATOMIC_RELAXED 0 -#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) -#define __INT_LEAST32_TYPE__ int -#define __thiscall __attribute__((__thiscall__)) -#define __UINT8_C(c) c -#define __FLT64_MAX_EXP__ 1024 -#define __SIZEOF_WCHAR_T__ 2 -#define __GNUC_PATCHLEVEL__ 0 -#define __WINNT 1 -#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 -#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 -#define __FLT128_HAS_QUIET_NAN__ 1 -#define __INTMAX_MAX__ 0x7fffffffffffffffLL -#define __SSE3__ 1 -#define __INT_FAST8_TYPE__ signed char -#define __fastcall __attribute__((__fastcall__)) -#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x -#define __STDCPP_THREADS__ 1 -#define __BFLT16_HAS_DENORM__ 1 -#define __GNUC_STDC_INLINE__ 1 -#define __FLT64_HAS_DENORM__ 1 -#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 -#define __FLT16_HAS_DENORM__ 1 -#define __DBL_DECIMAL_DIG__ 17 -#define __STDC_UTF_32__ 1 -#define __INT_FAST8_WIDTH__ 8 -#define __FXSR__ 1 -#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x -#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) -#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ -#define __MINGW64__ 1 -#define __GCC_DESTRUCTIVE_SIZE 64 -#define __INTMAX_WIDTH__ 64 -#define __cpp_runtime_arrays 198712L -#define __FLT32_DIG__ 6 -#define __UINT64_TYPE__ long long unsigned int -#define __UINT32_C(c) c ## U -#define __cpp_alias_templates 200704L -#define WINNT 1 -#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F -#define __FLT128_IS_IEC_60559__ 1 -#define __INT8_MAX__ 0x7f -#define __LONG_WIDTH__ 32 -#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) -#define __PIC__ 1 -#define __INT32_MAX__ 0x7fffffff -#define __UINT_FAST32_TYPE__ unsigned int -#define __FLT16_MANT_DIG__ 11 -#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x -#define __CHAR32_TYPE__ unsigned int -#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F -#define __SSE2__ 1 -#define __cpp_deduction_guides 201703L -#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 -#define __INT32_TYPE__ int -#define __SIZEOF_DOUBLE__ 8 -#define __cpp_exceptions 199711L -#define __FLT_MIN_10_EXP__ (-37) -#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 -#define __INT_LEAST32_WIDTH__ 32 -#define __INTMAX_TYPE__ long long int -#define __GLIBCXX_BITSIZE_INT_N_0 128 -#define __FLT32X_HAS_QUIET_NAN__ 1 -#define __ATOMIC_CONSUME 1 -#define __GNUC_MINOR__ 1 -#define __GLIBCXX_TYPE_INT_N_0 __int128 -#define __UINTMAX_MAX__ 0xffffffffffffffffULL -#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x -#define __cpp_template_template_args 201611L -#define __DBL_MAX_10_EXP__ 308 -#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L -#define __INT16_C(c) c -#define __STDC__ 1 -#define __PTRDIFF_TYPE__ long long int -#define __DEC64_MIN_EXP__ (-382) -#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 1 -#define __FLT32X_MIN_10_EXP__ (-307) -#define __UINTPTR_TYPE__ long long unsigned int -#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD -#define __DEC128_MANT_DIG__ 34 -#define __LDBL_MIN_10_EXP__ (-4931) -#define __cpp_generic_lambdas 201304L -#define __SSE_MATH__ 1 -#define __SIZEOF_LONG_LONG__ 8 -#define __cpp_user_defined_literals 200809L -#define __FLT128_DECIMAL_DIG__ 36 -#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 -#define __FLT32_HAS_QUIET_NAN__ 1 -#define __FLT_DECIMAL_DIG__ 9 -#define __UINT_FAST16_MAX__ 0xffff -#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L -#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 -#define __SIZE_MAX__ 0xffffffffffffffffULL -#define __UINT_FAST8_TYPE__ unsigned char -#define __cpp_init_captures 201304L -#define __ATOMIC_ACQ_REL 4 -#define __ATOMIC_RELEASE 3 -#define __declspec(x) __attribute__((x)) diff --git a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/qmake_resources.qrc b/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/qmake_resources.qrc deleted file mode 100644 index a9d7df430ead7d1a495235c2e77fbbc0ec9540c3..0000000000000000000000000000000000000000 --- a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/qmake_resources.qrc +++ /dev/null @@ -1,5 +0,0 @@ -<!DOCTYPE RCC><RCC version="1.0"> -<qresource prefix="/Motus"> -<file alias="main.qml">D:/Centrale/S8/C++GUI/Projet/motusetbouchecousue/Projet Motus/main.qml</file> -</qresource> -</RCC> diff --git a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/qrc_qmake_resources.cpp b/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/qrc_qmake_resources.cpp deleted file mode 100644 index 848800e7b38710d799ff3c31603d98966fc5f1d1..0000000000000000000000000000000000000000 --- a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/qrc_qmake_resources.cpp +++ /dev/null @@ -1,175 +0,0 @@ -/**************************************************************************** -** Resource object code -** -** Created by: The Resource Compiler for Qt version 6.8.2 -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#ifdef _MSC_VER -// disable informational message "function ... selected for automatic inline expansion" -#pragma warning (disable: 4711) -#endif - -static const unsigned char qt_resource_data[] = { - // main.qml - 0x0,0x0,0x4,0x54, - 0x69, - 0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,0x74,0x51,0x75,0x69,0x63,0x6b,0xd,0xa,0xd, - 0xa,0x57,0x69,0x6e,0x64,0x6f,0x77,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x69, - 0x64,0x3a,0x20,0x77,0x69,0x6e,0x64,0x6f,0x77,0xd,0xa,0x20,0x20,0x20,0x20,0x77, - 0x69,0x64,0x74,0x68,0x3a,0x20,0x33,0x32,0x30,0xd,0xa,0x20,0x20,0x20,0x20,0x68, - 0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x32,0x34,0x30,0xd,0xa,0x20,0x20,0x20,0x20, - 0x76,0x69,0x73,0x69,0x62,0x6c,0x65,0x3a,0x20,0x74,0x72,0x75,0x65,0xd,0xa,0x20, - 0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x22,0x23,0x36,0x61,0x64,0x65, - 0x65,0x61,0x22,0xd,0xa,0x20,0x20,0x20,0x20,0x74,0x69,0x74,0x6c,0x65,0x3a,0x20, - 0x71,0x73,0x54,0x72,0x28,0x22,0x48,0x65,0x6c,0x6c,0x6f,0x20,0x57,0x6f,0x72,0x6c, - 0x64,0x22,0x29,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x52,0x65,0x63,0x74,0x61, - 0x6e,0x67,0x6c,0x65,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, - 0x69,0x64,0x3a,0x20,0x72,0x65,0x63,0x74,0x61,0x6e,0x67,0x6c,0x65,0xd,0xa,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x30, - 0x30,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68, - 0x74,0x3a,0x20,0x35,0x30,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63, - 0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x22,0x23,0x66,0x66,0x66,0x66,0x66,0x66,0x22,0xd, - 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x63,0x68,0x6f,0x72,0x73, - 0x2e,0x76,0x65,0x72,0x74,0x69,0x63,0x61,0x6c,0x43,0x65,0x6e,0x74,0x65,0x72,0x3a, - 0x20,0x70,0x61,0x72,0x65,0x6e,0x74,0x2e,0x76,0x65,0x72,0x74,0x69,0x63,0x61,0x6c, - 0x43,0x65,0x6e,0x74,0x65,0x72,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, - 0x61,0x6e,0x63,0x68,0x6f,0x72,0x73,0x2e,0x68,0x6f,0x72,0x69,0x7a,0x6f,0x6e,0x74, - 0x61,0x6c,0x43,0x65,0x6e,0x74,0x65,0x72,0x3a,0x20,0x70,0x61,0x72,0x65,0x6e,0x74, - 0x2e,0x68,0x6f,0x72,0x69,0x7a,0x6f,0x6e,0x74,0x61,0x6c,0x43,0x65,0x6e,0x74,0x65, - 0x72,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x54,0x65,0x78, - 0x74,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, - 0x20,0x69,0x64,0x3a,0x20,0x5f,0x74,0x65,0x78,0x74,0xd,0xa,0x20,0x20,0x20,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x78,0x3a,0x20,0x30,0xd,0xa,0x20,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a, - 0x20,0x31,0x30,0x30,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, - 0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x35,0x30,0xd,0xa,0x20,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x65,0x78,0x74,0x3a,0x20, - 0x76,0x75,0x65,0x4f,0x62,0x6a,0x65,0x74,0x43,0x70,0x74,0x2e,0x63,0x70,0x74,0x51, - 0x4d,0x4c,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, - 0x4b,0x65,0x79,0x73,0x2e,0x6f,0x6e,0x50,0x72,0x65,0x73,0x73,0x65,0x64,0x3a,0x20, - 0x28,0x65,0x76,0x65,0x6e,0x74,0x29,0x3d,0x3e,0x20,0x7b,0xd,0xa,0x20,0x20,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x73,0x77,0x69,0x74,0x63, - 0x68,0x20,0x28,0x65,0x76,0x65,0x6e,0x74,0x2e,0x6b,0x65,0x79,0x29,0x20,0x7b,0xd, - 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, - 0x20,0x63,0x61,0x73,0x65,0x20,0x51,0x74,0x2e,0x4b,0x65,0x79,0x5f,0x55,0x70,0x3a, - 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, - 0x20,0x20,0x20,0x20,0x76,0x75,0x65,0x4f,0x62,0x6a,0x65,0x74,0x43,0x70,0x74,0x2e, - 0x69,0x6e,0x63,0x72,0x65,0x6d,0x65,0x6e,0x74,0x28,0x29,0x3b,0xd,0xa,0x20,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, - 0x62,0x72,0x65,0x61,0x6b,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x61,0x73,0x65,0x20,0x51,0x74,0x2e, - 0x4b,0x65,0x79,0x5f,0x44,0x6f,0x77,0x6e,0x3a,0xd,0xa,0x20,0x20,0x20,0x20,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x76,0x75,0x65, - 0x4f,0x62,0x6a,0x65,0x74,0x43,0x70,0x74,0x2e,0x64,0x65,0x63,0x72,0x65,0x6d,0x65, - 0x6e,0x74,0x28,0x29,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x72,0x65,0x61,0x6b,0x3b,0xd, - 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d, - 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xd, - 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x63, - 0x68,0x6f,0x72,0x73,0x2e,0x76,0x65,0x72,0x74,0x69,0x63,0x61,0x6c,0x43,0x65,0x6e, - 0x74,0x65,0x72,0x3a,0x20,0x70,0x61,0x72,0x65,0x6e,0x74,0x2e,0x76,0x65,0x72,0x74, - 0x69,0x63,0x61,0x6c,0x43,0x65,0x6e,0x74,0x65,0x72,0xd,0xa,0x20,0x20,0x20,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2e,0x70,0x69,0x78, - 0x65,0x6c,0x53,0x69,0x7a,0x65,0x3a,0x20,0x32,0x30,0xd,0xa,0x20,0x20,0x20,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x6f,0x72,0x69,0x7a,0x6f,0x6e,0x74, - 0x61,0x6c,0x41,0x6c,0x69,0x67,0x6e,0x6d,0x65,0x6e,0x74,0x3a,0x20,0x54,0x65,0x78, - 0x74,0x2e,0x41,0x6c,0x69,0x67,0x6e,0x48,0x43,0x65,0x6e,0x74,0x65,0x72,0xd,0xa, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x76,0x65,0x72,0x74, - 0x69,0x63,0x61,0x6c,0x41,0x6c,0x69,0x67,0x6e,0x6d,0x65,0x6e,0x74,0x3a,0x20,0x54, - 0x65,0x78,0x74,0x2e,0x41,0x6c,0x69,0x67,0x6e,0x56,0x43,0x65,0x6e,0x74,0x65,0x72, - 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f, - 0x63,0x75,0x73,0x3a,0x20,0x74,0x72,0x75,0x65,0xd,0xa,0x20,0x20,0x20,0x20,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2e,0x66,0x61,0x6d,0x69, - 0x6c,0x79,0x3a,0x20,0x22,0x54,0x61,0x68,0x6f,0x6d,0x61,0x22,0xd,0xa,0x20,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x7d,0xd,0xa, - 0x7d,0xd,0xa, - -}; - -static const unsigned char qt_resource_name[] = { - // Compteur2025 - 0x0,0xc, - 0x5,0x89,0xdc,0x15, - 0x0,0x43, - 0x0,0x6f,0x0,0x6d,0x0,0x70,0x0,0x74,0x0,0x65,0x0,0x75,0x0,0x72,0x0,0x32,0x0,0x30,0x0,0x32,0x0,0x35, - // main.qml - 0x0,0x8, - 0x8,0x1,0x5a,0x5c, - 0x0,0x6d, - 0x0,0x61,0x0,0x69,0x0,0x6e,0x0,0x2e,0x0,0x71,0x0,0x6d,0x0,0x6c, - -}; - -static const unsigned char qt_resource_struct[] = { - // : - 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1, -0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, - // :/Compteur2025 - 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x2, -0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, - // :/Compteur2025/main.qml - 0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0, -0x0,0x0,0x1,0x95,0x7f,0x71,0xdb,0x33, - -}; - -#ifdef QT_NAMESPACE -# define QT_RCC_PREPEND_NAMESPACE(name) ::QT_NAMESPACE::name -# define QT_RCC_MANGLE_NAMESPACE0(x) x -# define QT_RCC_MANGLE_NAMESPACE1(a, b) a##_##b -# define QT_RCC_MANGLE_NAMESPACE2(a, b) QT_RCC_MANGLE_NAMESPACE1(a,b) -# define QT_RCC_MANGLE_NAMESPACE(name) QT_RCC_MANGLE_NAMESPACE2( \ - QT_RCC_MANGLE_NAMESPACE0(name), QT_RCC_MANGLE_NAMESPACE0(QT_NAMESPACE)) -#else -# define QT_RCC_PREPEND_NAMESPACE(name) name -# define QT_RCC_MANGLE_NAMESPACE(name) name -#endif - -#if defined(QT_INLINE_NAMESPACE) -inline namespace QT_NAMESPACE { -#elif defined(QT_NAMESPACE) -namespace QT_NAMESPACE { -#endif - -bool qRegisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); -bool qUnregisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); - -#ifdef QT_NAMESPACE -} -#endif - -int QT_RCC_MANGLE_NAMESPACE(qInitResources_qmake_resources)(); -int QT_RCC_MANGLE_NAMESPACE(qInitResources_qmake_resources)() -{ - int version = 3; - QT_RCC_PREPEND_NAMESPACE(qRegisterResourceData) - (version, qt_resource_struct, qt_resource_name, qt_resource_data); - return 1; -} - -int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_qmake_resources)(); -int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_qmake_resources)() -{ - int version = 3; - QT_RCC_PREPEND_NAMESPACE(qUnregisterResourceData) - (version, qt_resource_struct, qt_resource_name, qt_resource_data); - return 1; -} - -#ifdef __clang__ -# pragma clang diagnostic push -# pragma clang diagnostic ignored "-Wexit-time-destructors" -#endif - -namespace { - struct initializer { - initializer() { QT_RCC_MANGLE_NAMESPACE(qInitResources_qmake_resources)(); } - ~initializer() { QT_RCC_MANGLE_NAMESPACE(qCleanupResources_qmake_resources)(); } - } dummy; -} - -#ifdef __clang__ -# pragma clang diagnostic pop -#endif diff --git a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/qrc_qmake_resources.o b/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/qrc_qmake_resources.o deleted file mode 100644 index 189dc157af560cb649ff7c0f263980797457ec39..0000000000000000000000000000000000000000 Binary files a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/debug/qrc_qmake_resources.o and /dev/null differ diff --git a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/release/qmake_resources.qrc b/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/release/qmake_resources.qrc deleted file mode 100644 index a9d7df430ead7d1a495235c2e77fbbc0ec9540c3..0000000000000000000000000000000000000000 --- a/Projet Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/release/qmake_resources.qrc +++ /dev/null @@ -1,5 +0,0 @@ -<!DOCTYPE RCC><RCC version="1.0"> -<qresource prefix="/Motus"> -<file alias="main.qml">D:/Centrale/S8/C++GUI/Projet/motusetbouchecousue/Projet Motus/main.qml</file> -</qresource> -</RCC> diff --git a/Projet Motus/case.cpp b/Projet Motus/case.cpp deleted file mode 100644 index 97b0085193bed3228c46eae51e6f92e23ee7614c..0000000000000000000000000000000000000000 --- a/Projet Motus/case.cpp +++ /dev/null @@ -1,19 +0,0 @@ -#include "compteur.h" - -compteur::compteur(QObject *parent) - : QObject(parent) // Constructeur avec parent -{ } - -void compteur::increment() { - fCompteur++; - emit cptChanged(); -} - -void compteur::decrement() { - fCompteur--; - emit cptChanged(); -} - -QString compteur::readCompteur() { - return QString::number(fCompteur); -} diff --git a/Projet Motus/case.h b/Projet Motus/case.h deleted file mode 100644 index 3c6835c00c82b587b55f6d81bf56a1d37f671ab6..0000000000000000000000000000000000000000 --- a/Projet Motus/case.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef COMPTEUR_H -#define COMPTEUR_H - -#include <QObject> - -class compteur : public QObject -{ - Q_OBJECT -public: - explicit compteur(QObject *parent = nullptr); // <-- Ajouté : constructeur explicite - - Q_INVOKABLE void increment(); - Q_INVOKABLE void decrement(); - - Q_PROPERTY(QString cptQML READ readCompteur NOTIFY cptChanged) - -private: - int fCompteur = 10; - QString readCompteur(); - -signals: - void cptChanged(); -}; - -#endif // COMPTEUR_H diff --git a/Projet Motus/main.cpp b/Projet Motus/main.cpp deleted file mode 100644 index ce1dd3f759bf518b22d8748367f062a1d52d050a..0000000000000000000000000000000000000000 --- a/Projet Motus/main.cpp +++ /dev/null @@ -1,23 +0,0 @@ -#include <QGuiApplication> -#include <QQmlApplicationEngine> -#include <QQmlContext> // <-- AJOUT ICI -#include "compteur.h" // <-- AJOUT ICI - -int main(int argc, char *argv[]) -{ - QGuiApplication app(argc, argv); - compteur aCompteur ; // <-- AJOUT ICI - - QQmlApplicationEngine engine; - QObject::connect( - &engine, - &QQmlApplicationEngine::objectCreationFailed, - &app, - []() { QCoreApplication::exit(-1); }, - Qt::QueuedConnection); - engine.rootContext()->setContextProperty("vueObjetCpt", &aCompteur); // <-- AJOUT ICI - engine.load(QUrl(QStringLiteral("qrc:/Compteur2025/main.qml"))); - - - return app.exec(); -} diff --git a/Projet Motus/main.qml b/Projet Motus/main.qml deleted file mode 100644 index 8bd3fe8a53e5f3eaf3cc9912e84d9d54ace75d73..0000000000000000000000000000000000000000 --- a/Projet Motus/main.qml +++ /dev/null @@ -1,43 +0,0 @@ -import QtQuick - -Window { - id: window - width: 320 - height: 240 - visible: true - color: "#6adeea" - title: qsTr("Hello World") - - Rectangle { - id: rectangle - width: 100 - height: 50 - color: "#ffffff" - anchors.verticalCenter: parent.verticalCenter - anchors.horizontalCenter: parent.horizontalCenter - - Text { - id: _text - x: 0 - width: 100 - height: 50 - text: vueObjetCpt.cptQML - Keys.onPressed: (event)=> { - switch (event.key) { - case Qt.Key_Up: - vueObjetCpt.increment(); - break; - case Qt.Key_Down: - vueObjetCpt.decrement(); - break; - } - } - anchors.verticalCenter: parent.verticalCenter - font.pixelSize: 20 - horizontalAlignment: Text.AlignHCenter - verticalAlignment: Text.AlignVCenter - focus: true - font.family: "Tahoma" - } - } -} diff --git "a/ce qui \303\251tait l\303\240/CMakeLists.txt" "b/ce qui \303\251tait l\303\240/CMakeLists.txt" deleted file mode 100644 index 72d43f07aaea7f3e799d8df14aa326ae67718d45..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/CMakeLists.txt" +++ /dev/null @@ -1,42 +0,0 @@ -cmake_minimum_required(VERSION 3.16) - -project(sans_titre VERSION 0.1 LANGUAGES CXX) - -set(CMAKE_CXX_STANDARD_REQUIRED ON) - -find_package(Qt6 REQUIRED COMPONENTS Quick) - -qt_standard_project_setup(REQUIRES 6.5) - -qt_add_executable(appsans_titre - main.cpp -) - -qt_add_qml_module(appsans_titre - URI sans_titre - VERSION 1.0 - QML_FILES - Main.qml -) - -# 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(appsans_titre PROPERTIES -# MACOSX_BUNDLE_GUI_IDENTIFIER com.example.appsans_titre - 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(appsans_titre - PRIVATE Qt6::Quick -) - -include(GNUInstallDirs) -install(TARGETS appsans_titre - BUNDLE DESTINATION . - LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} - RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} -) diff --git "a/ce qui \303\251tait l\303\240/CMakeLists.txt.user" "b/ce qui \303\251tait l\303\240/CMakeLists.txt.user" deleted file mode 100644 index 997c4dbafd136f4b031bee1e474f3b5c8ddcae2c..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/CMakeLists.txt.user" +++ /dev/null @@ -1,462 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE QtCreatorProject> -<!-- Written by QtCreator 15.0.1, 2025-03-10T11:26:12. --> -<qtcreator> - <data> - <variable>EnvironmentId</variable> - <value type="QByteArray">{ebc54281-9bf6-407b-adbf-d2d4c35c3345}</value> - </data> - <data> - <variable>ProjectExplorer.Project.ActiveTarget</variable> - <value type="qlonglong">0</value> - </data> - <data> - <variable>ProjectExplorer.Project.EditorSettings</variable> - <valuemap type="QVariantMap"> - <value type="bool" key="EditorConfiguration.AutoIndent">true</value> - <value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value> - <value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value> - <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0"> - <value type="QString" key="language">Cpp</value> - <valuemap type="QVariantMap" key="value"> - <value type="QByteArray" key="CurrentPreferences">CppGlobal</value> - </valuemap> - </valuemap> - <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1"> - <value type="QString" key="language">QmlJS</value> - <valuemap type="QVariantMap" key="value"> - <value type="QByteArray" key="CurrentPreferences">QmlJSGlobal</value> - </valuemap> - </valuemap> - <value type="qlonglong" key="EditorConfiguration.CodeStyle.Count">2</value> - <value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value> - <value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value> - <value type="int" key="EditorConfiguration.IndentSize">4</value> - <value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value> - <value type="int" key="EditorConfiguration.LineEndingBehavior">0</value> - <value type="int" key="EditorConfiguration.MarginColumn">80</value> - <value type="bool" key="EditorConfiguration.MouseHiding">true</value> - <value type="bool" key="EditorConfiguration.MouseNavigation">true</value> - <value type="int" key="EditorConfiguration.PaddingMode">1</value> - <value type="int" key="EditorConfiguration.PreferAfterWhitespaceComments">0</value> - <value type="bool" key="EditorConfiguration.PreferSingleLineComments">false</value> - <value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value> - <value type="bool" key="EditorConfiguration.ShowMargin">false</value> - <value type="int" key="EditorConfiguration.SmartBackspaceBehavior">2</value> - <value type="bool" key="EditorConfiguration.SmartSelectionChanging">true</value> - <value type="bool" key="EditorConfiguration.SpacesForTabs">true</value> - <value type="int" key="EditorConfiguration.TabKeyBehavior">0</value> - <value type="int" key="EditorConfiguration.TabSize">8</value> - <value type="bool" key="EditorConfiguration.UseGlobal">true</value> - <value type="bool" key="EditorConfiguration.UseIndenter">false</value> - <value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value> - <value type="bool" key="EditorConfiguration.addFinalNewLine">true</value> - <value type="bool" key="EditorConfiguration.cleanIndentation">true</value> - <value type="bool" key="EditorConfiguration.cleanWhitespace">true</value> - <value type="QString" key="EditorConfiguration.ignoreFileTypes">*.md, *.MD, Makefile</value> - <value type="bool" key="EditorConfiguration.inEntireDocument">false</value> - <value type="bool" key="EditorConfiguration.skipTrailingWhitespace">true</value> - <value type="bool" key="EditorConfiguration.tintMarginArea">true</value> - </valuemap> - </data> - <data> - <variable>ProjectExplorer.Project.PluginSettings</variable> - <valuemap type="QVariantMap"> - <valuemap type="QVariantMap" key="AutoTest.ActiveFrameworks"> - <value type="bool" key="AutoTest.Framework.Boost">true</value> - <value type="bool" key="AutoTest.Framework.CTest">false</value> - <value type="bool" key="AutoTest.Framework.Catch">true</value> - <value type="bool" key="AutoTest.Framework.GTest">true</value> - <value type="bool" key="AutoTest.Framework.QtQuickTest">true</value> - <value type="bool" key="AutoTest.Framework.QtTest">true</value> - </valuemap> - <value type="bool" key="AutoTest.ApplyFilter">false</value> - <valuemap type="QVariantMap" key="AutoTest.CheckStates"/> - <valuelist type="QVariantList" key="AutoTest.PathFilters"/> - <value type="int" key="AutoTest.RunAfterBuild">0</value> - <value type="bool" key="AutoTest.UseGlobal">true</value> - <valuemap type="QVariantMap" key="ClangTools"> - <value type="bool" key="ClangTools.AnalyzeOpenFiles">true</value> - <value type="bool" key="ClangTools.BuildBeforeAnalysis">true</value> - <value type="QString" key="ClangTools.DiagnosticConfig">Builtin.DefaultTidyAndClazy</value> - <value type="int" key="ClangTools.ParallelJobs">6</value> - <value type="bool" key="ClangTools.PreferConfigFile">true</value> - <valuelist type="QVariantList" key="ClangTools.SelectedDirs"/> - <valuelist type="QVariantList" key="ClangTools.SelectedFiles"/> - <valuelist type="QVariantList" key="ClangTools.SuppressedDiagnostics"/> - <value type="bool" key="ClangTools.UseGlobalSettings">true</value> - </valuemap> - </valuemap> - </data> - <data> - <variable>ProjectExplorer.Project.Target.0</variable> - <valuemap type="QVariantMap"> - <value type="QString" key="DeviceType">Desktop</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 6.8.2 MinGW 64-bit</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 6.8.2 MinGW 64-bit</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt6.682.win64_mingw_kit</value> - <value type="qlonglong" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value> - <value type="qlonglong" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value> - <value type="qlonglong" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0"> - <value type="QString" key="CMake.Build.Type">Debug</value> - <value type="int" key="CMake.Configure.BaseEnvironment">2</value> - <value type="bool" key="CMake.Configure.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="CMake.Configure.UserEnvironmentChanges"/> - <value type="QString" key="CMake.Initial.Parameters">-DCMAKE_BUILD_TYPE:STRING=Debug --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_COLOR_DIAGNOSTICS:BOOL=ON --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake</value> - <value type="int" key="EnableQmlDebugging">0</value> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug</value> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="QString" key="CMakeProjectManager.MakeStep.BuildPreset"></value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"> - <value type="QString">all</value> - </valuelist> - <value type="bool" key="CMakeProjectManager.MakeStep.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.UserEnvironmentChanges"/> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="QString" key="CMakeProjectManager.MakeStep.BuildPreset"></value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"> - <value type="QString">clean</value> - </valuelist> - <value type="bool" key="CMakeProjectManager.MakeStep.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.UserEnvironmentChanges"/> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value> - </valuemap> - <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1"> - <value type="QString" key="CMake.Build.Type">Release</value> - <value type="int" key="CMake.Configure.BaseEnvironment">2</value> - <value type="bool" key="CMake.Configure.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="CMake.Configure.UserEnvironmentChanges"/> - <value type="QString" key="CMake.Initial.Parameters">-DCMAKE_BUILD_TYPE:STRING=Release --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_COLOR_DIAGNOSTICS:BOOL=ON --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake</value> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Release</value> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="QString" key="CMakeProjectManager.MakeStep.BuildPreset"></value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"> - <value type="QString">all</value> - </valuelist> - <value type="bool" key="CMakeProjectManager.MakeStep.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.UserEnvironmentChanges"/> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="QString" key="CMakeProjectManager.MakeStep.BuildPreset"></value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"> - <value type="QString">clean</value> - </valuelist> - <value type="bool" key="CMakeProjectManager.MakeStep.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.UserEnvironmentChanges"/> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value> - </valuemap> - <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2"> - <value type="QString" key="CMake.Build.Type">RelWithDebInfo</value> - <value type="int" key="CMake.Configure.BaseEnvironment">2</value> - <value type="bool" key="CMake.Configure.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="CMake.Configure.UserEnvironmentChanges"/> - <value type="QString" key="CMake.Initial.Parameters">-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_COLOR_DIAGNOSTICS:BOOL=ON --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake</value> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-RelWithDebInfo</value> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="QString" key="CMakeProjectManager.MakeStep.BuildPreset"></value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"> - <value type="QString">all</value> - </valuelist> - <value type="bool" key="CMakeProjectManager.MakeStep.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.UserEnvironmentChanges"/> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="QString" key="CMakeProjectManager.MakeStep.BuildPreset"></value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"> - <value type="QString">clean</value> - </valuelist> - <value type="bool" key="CMakeProjectManager.MakeStep.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.UserEnvironmentChanges"/> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value> - </valuemap> - <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release with Debug Information</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.3"> - <value type="QString" key="CMake.Build.Type">RelWithDebInfo</value> - <value type="int" key="CMake.Configure.BaseEnvironment">2</value> - <value type="bool" key="CMake.Configure.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="CMake.Configure.UserEnvironmentChanges"/> - <value type="QString" key="CMake.Initial.Parameters">-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_COLOR_DIAGNOSTICS:BOOL=ON --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake</value> - <value type="int" key="EnableQmlDebugging">0</value> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Profile</value> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="QString" key="CMakeProjectManager.MakeStep.BuildPreset"></value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"> - <value type="QString">all</value> - </valuelist> - <value type="bool" key="CMakeProjectManager.MakeStep.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.UserEnvironmentChanges"/> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="QString" key="CMakeProjectManager.MakeStep.BuildPreset"></value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"> - <value type="QString">clean</value> - </valuelist> - <value type="bool" key="CMakeProjectManager.MakeStep.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.UserEnvironmentChanges"/> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value> - </valuemap> - <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Profiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.4"> - <value type="QString" key="CMake.Build.Type">MinSizeRel</value> - <value type="int" key="CMake.Configure.BaseEnvironment">2</value> - <value type="bool" key="CMake.Configure.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="CMake.Configure.UserEnvironmentChanges"/> - <value type="QString" key="CMake.Initial.Parameters">-DCMAKE_BUILD_TYPE:STRING=MinSizeRel --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_COLOR_DIAGNOSTICS:BOOL=ON --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake</value> - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-MinSizeRel</value> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="QString" key="CMakeProjectManager.MakeStep.BuildPreset"></value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"> - <value type="QString">all</value> - </valuelist> - <value type="bool" key="CMakeProjectManager.MakeStep.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.UserEnvironmentChanges"/> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Compiler</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="QString" key="CMakeProjectManager.MakeStep.BuildPreset"></value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"> - <value type="QString">clean</value> - </valuelist> - <value type="bool" key="CMakeProjectManager.MakeStep.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.UserEnvironmentChanges"/> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">1</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Nettoyer</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value> - </valuemap> - <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.CustomParsers"/> - <value type="bool" key="ProjectExplorer.BuildConfiguration.ParseStandardOutput">false</value> - <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Minimum Size Release</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.Target.BuildConfigurationCount">5</value> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">0</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Déploiement</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Déploiement</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value> - </valuemap> - <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value> - <valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/> - <value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.1"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> - <value type="QString" key="CMakeProjectManager.MakeStep.BuildPreset"></value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"> - <value type="QString"></value> - </valuelist> - <value type="bool" key="CMakeProjectManager.MakeStep.ClearSystemEnvironment">false</value> - <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.UserEnvironmentChanges"/> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ApplicationManagerPlugin.Deploy.CMakePackageStep</value> - </valuemap> - <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1"> - <value type="QString" key="ApplicationManagerPlugin.Deploy.InstallPackageStep.Arguments">install-package --acknowledge</value> - <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Installer le paquet Application Manager</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ApplicationManagerPlugin.Deploy.InstallPackageStep</value> - <valuelist type="QVariantList" key="ProjectExplorer.RunConfiguration.LastDeployedFiles"/> - <valuelist type="QVariantList" key="ProjectExplorer.RunConfiguration.LastDeployedHosts"/> - <valuelist type="QVariantList" key="ProjectExplorer.RunConfiguration.LastDeployedRemotePaths"/> - <valuelist type="QVariantList" key="ProjectExplorer.RunConfiguration.LastDeployedSysroots"/> - <valuelist type="QVariantList" key="RemoteLinux.LastDeployedLocalTimes"/> - <valuelist type="QVariantList" key="RemoteLinux.LastDeployedRemoteTimes"/> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">2</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Déploiement</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Déploiement</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value> - </valuemap> - <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value> - <valuemap type="QVariantMap" key="ProjectExplorer.DeployConfiguration.CustomData"/> - <value type="bool" key="ProjectExplorer.DeployConfiguration.CustomDataEnabled">false</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ApplicationManagerPlugin.Deploy.Configuration</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.Target.DeployConfigurationCount">2</value> - <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0"> - <value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value> - <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value> - <value type="int" key="Analyzer.Valgrind.Callgrind.CostFormat">0</value> - <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value> - <valuelist type="QVariantList" key="CustomOutputParsers"/> - <value type="int" key="PE.EnvironmentAspect.Base">2</value> - <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/> - <value type="bool" key="PE.EnvironmentAspect.PrintOnRun">false</value> - <value type="QString" key="PerfRecordArgsId">-e cpu-cycles --call-graph "dwarf,4096" -F 250</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">appsans_titre</value> - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value> - <value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">appsans_titre</value> - <value type="bool" key="ProjectExplorer.RunConfiguration.Customized">false</value> - <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value> - <value type="bool" key="RunConfiguration.UseLibrarySearchPath">true</value> - <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value> - <value type="QString" key="RunConfiguration.WorkingDirectory.default">C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug</value> - </valuemap> - <value type="qlonglong" key="ProjectExplorer.Target.RunConfigurationCount">1</value> - </valuemap> - </data> - <data> - <variable>ProjectExplorer.Project.TargetCount</variable> - <value type="qlonglong">1</value> - </data> - <data> - <variable>ProjectExplorer.Project.Updater.FileVersion</variable> - <value type="int">22</value> - </data> - <data> - <variable>Version</variable> - <value type="int">22</value> - </data> -</qtcreator> diff --git "a/ce qui \303\251tait l\303\240/Main.qml" "b/ce qui \303\251tait l\303\240/Main.qml" deleted file mode 100644 index 41424f88973df650d0672dfdc62f670e86708de2..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/Main.qml" +++ /dev/null @@ -1,8 +0,0 @@ -import QtQuick - -Window { - width: 640 - height: 480 - visible: true - title: qsTr("Hello World") -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/query/cache-v2" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/query/cache-v2" deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/query/cmakeFiles-v1" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/query/cmakeFiles-v1" deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/query/codemodel-v2" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/query/codemodel-v2" deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/cache-v2-b7062c7da2455d7776cd.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/cache-v2-b7062c7da2455d7776cd.json" deleted file mode 100644 index 80ef86e2a7408848f30cf5f1962dfa3fd0549da0..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/cache-v2-b7062c7da2455d7776cd.json" +++ /dev/null @@ -1,6379 +0,0 @@ -{ - "entries" : - [ - { - "name" : "CMAKE_ADDR2LINE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/mingw1310_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/mingw1310_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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_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" : "No help, variable specified on the command line." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "CMAKE_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake executable." - } - ], - "type" : "INTERNAL", - "value" : "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/mingw1310_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/mingw1310_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/mingw1310_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/mingw1310_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/mingw1310_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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_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/pierr/OneDrive/Documents/C++/sans_titre" - }, - { - "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)/sans_titre" - }, - { - "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/mingw1310_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/mingw1310_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/mingw1310_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/mingw1310_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.8.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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_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" : "sans_titre" - }, - { - "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/mingw1310_64/bin/ranlib.exe" - }, - { - "name" : "CMAKE_RC_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "RC compiler" - } - ], - "type" : "FILEPATH", - "value" : "C:/Qt/Tools/mingw1310_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/mingw1310_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/mingw1310_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" : "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_CREATOR_SOURCE_GROUPS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt Creator source groups extensions" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "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_broken_threadlocal_dtors", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: broken_threadlocal_dtors (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "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_cxx23_stacktrace", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: cxx23_stacktrace (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_cxx2a", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: cxx2a (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_cxx2b", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: cxx2b (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_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_glibc_fortify_source", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: glibc_fortify_source (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" : "ON" - }, - { - "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_libcpp_hardening", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: libcpp_hardening (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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_libstdcpp_assertions", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: libstdcpp_assertions (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_libudev", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: libudev (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_linkat", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: linkat (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "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_localtime_r", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: localtime_r (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_localtime_s", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: localtime_s (from target Qt6::Core)" - } - ], - "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_memmem", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: memmem (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_memrchr", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: memrchr (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_metal", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: metal (from target Qt6::Gui)" - } - ], - "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_relro_now_linker", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: relro_now_linker (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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_clash_protection", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: stack_clash_protection (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_stack_protector", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: stack_protector (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "ON" - }, - { - "name" : "QT_FEATURE_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_timezone_locale", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: timezone_locale (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "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_trivial_auto_var_init_pattern", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: trivial_auto_var_init_pattern (from target Qt6::Core)" - } - ], - "type" : "INTERNAL", - "value" : "OFF" - }, - { - "name" : "QT_FEATURE_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_version_tagging", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Qt feature: version_tagging (from target Qt6::Core)" - } - ], - "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.8.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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/bin/qt_setup_tool_path.bat" - }, - { - "name" : "Qt6Concurrent_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6Concurrent." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent" - }, - { - "name" : "Qt6CoreTools_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6CoreTools." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.8.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.8.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.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate" - }, - { - "name" : "Qt6ExamplesAssetDownloaderPrivate_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6ExamplesAssetDownloaderPrivate." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate" - }, - { - "name" : "Qt6GuiTools_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6GuiTools." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.8.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.8.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.8.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.8.2/mingw_64/lib/cmake/Qt6OpenGL" - }, - { - "name" : "Qt6QmlAssetDownloader_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QmlAssetDownloader." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader" - }, - { - "name" : "Qt6QmlCompilerPlusPrivateTools_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QmlCompilerPlusPrivateTools." - } - ], - "type" : "PATH", - "value" : "Qt6QmlCompilerPlusPrivateTools_DIR-NOTFOUND" - }, - { - "name" : "Qt6QmlIntegration_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QmlIntegration." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration" - }, - { - "name" : "Qt6QmlMeta_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QmlMeta." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta" - }, - { - "name" : "Qt6QmlModels_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QmlModels." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6QmlTools" - }, - { - "name" : "Qt6QmlWorkerScript_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6QmlWorkerScript." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript" - }, - { - "name" : "Qt6Qml_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The directory containing a CMake configuration file for Qt6Qml." - } - ], - "type" : "PATH", - "value" : "C:/Qt/6.8.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.8.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.8.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.8.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.8.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.8.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)/sans_titre" - }, - { - "name" : "__qt_qml_macros_module_base_dir", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml" - }, - { - "name" : "sans_titre_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug" - }, - { - "name" : "sans_titre_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "ON" - }, - { - "name" : "sans_titre_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre" - } - ], - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/cmakeFiles-v1-d4bbdceda98765817e30.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/cmakeFiles-v1-d4bbdceda98765817e30.json" deleted file mode 100644 index 220c8b89cb3f48ee20cef98954416ef565d5c446..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/cmakeFiles-v1-d4bbdceda98765817e30.json" +++ /dev/null @@ -1,3593 +0,0 @@ -{ - "inputs" : - [ - { - "path" : "CMakeLists.txt" - }, - { - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_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_8_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_8_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_8_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_8_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.8.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6Config.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6ConfigExtras.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtInstallPaths.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6Targets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6/QtFeatureCommon.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicAppleHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicGitHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicPluginHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicTargetHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicTestHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicToolHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.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.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateVersionlessAliasTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointMinGW32Target.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateVersionlessAliasTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiVersionlessAliasTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsVersionlessTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationVersionlessAliasTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkPlugins.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkVersionlessAliasTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigExtras.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlFindQmlscInternal.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlPublicCMakeHelpers.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlPlugins.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentVersionlessAliasTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateVersionlessAliasTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderVersionlessAliasTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2AdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Config.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfig.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlVersionlessAliasTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/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.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsVersionlessAliasTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfig.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptVersionlessAliasTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaVersionlessAliasTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersionImpl.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessAliasTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets-relwithdebinfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickAdditionalTargetInfo.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickPlugins.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickVersionlessAliasTargets.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigureFileTemplate.in" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlModuleDirMappingTemplate.qrc.in" - }, - { - "isExternal" : true, - "path" : "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6qmldirTemplate.cmake.in" - }, - { - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appsans_titre_conf.cmake" - } - ], - "kind" : "cmakeFiles", - "paths" : - { - "build" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug", - "source" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre" - }, - "version" : - { - "major" : 1, - "minor" : 0 - } -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/codemodel-v2-14f990cb41af537c055d.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/codemodel-v2-14f990cb41af537c055d.json" deleted file mode 100644 index c9bbbacd4f95dcc19c0010a6f7958d46299c07c9..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/codemodel-v2-14f990cb41af537c055d.json" +++ /dev/null @@ -1,196 +0,0 @@ -{ - "configurations" : - [ - { - "directories" : - [ - { - "build" : ".", - "hasInstallRule" : true, - "jsonFile" : "directory-.-Debug-dfda5ae513419381b4ac.json", - "minimumCMakeVersion" : - { - "string" : "3.16" - }, - "projectIndex" : 0, - "source" : ".", - "targetIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ] - } - ], - "name" : "Debug", - "projects" : - [ - { - "directoryIndexes" : - [ - 0 - ], - "name" : "sans_titre", - "targetIndexes" : - [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ] - } - ], - "targets" : - [ - { - "directoryIndex" : 0, - "id" : "all_aotstats::@6890427a1f51a3e7e1df", - "jsonFile" : "target-all_aotstats-Debug-a3aae3d96532e3fc8937.json", - "name" : "all_aotstats", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "all_qmllint::@6890427a1f51a3e7e1df", - "jsonFile" : "target-all_qmllint-Debug-ee5a9fff161572828809.json", - "name" : "all_qmllint", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "all_qmllint_json::@6890427a1f51a3e7e1df", - "jsonFile" : "target-all_qmllint_json-Debug-fd92ed09fae3f6a15aeb.json", - "name" : "all_qmllint_json", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "all_qmllint_module::@6890427a1f51a3e7e1df", - "jsonFile" : "target-all_qmllint_module-Debug-3477b8aba209fdfb623e.json", - "name" : "all_qmllint_module", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df", - "jsonFile" : "target-all_qmltyperegistrations-Debug-f9124124c9addc430780.json", - "name" : "all_qmltyperegistrations", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appsans_titre::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appsans_titre-Debug-66f8e6572892132e58c2.json", - "name" : "appsans_titre", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appsans_titre_autogen::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appsans_titre_autogen-Debug-6a24c3fc987724a2633d.json", - "name" : "appsans_titre_autogen", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appsans_titre_autogen_timestamp_deps::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appsans_titre_autogen_timestamp_deps-Debug-201f880bbe92e965a3b1.json", - "name" : "appsans_titre_autogen_timestamp_deps", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appsans_titre_copy_qml::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appsans_titre_copy_qml-Debug-464f035eff5a65f964a0.json", - "name" : "appsans_titre_copy_qml", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appsans_titre_copy_res::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appsans_titre_copy_res-Debug-2fd371b2ea8aaf6ef544.json", - "name" : "appsans_titre_copy_res", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appsans_titre_qmlimportscan::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appsans_titre_qmlimportscan-Debug-de30d5a8064377a08854.json", - "name" : "appsans_titre_qmlimportscan", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appsans_titre_qmllint::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appsans_titre_qmllint-Debug-7e9f697ea1dccf7ee745.json", - "name" : "appsans_titre_qmllint", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appsans_titre_qmllint_json::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appsans_titre_qmllint_json-Debug-2bad53b6533cd2da0e62.json", - "name" : "appsans_titre_qmllint_json", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appsans_titre_qmllint_module::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appsans_titre_qmllint_module-Debug-151383e085e7280e5650.json", - "name" : "appsans_titre_qmllint_module", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "appsans_titre_qmltyperegistration::@6890427a1f51a3e7e1df", - "jsonFile" : "target-appsans_titre_qmltyperegistration-Debug-7f9df274c51418bf9c77.json", - "name" : "appsans_titre_qmltyperegistration", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "module_appsans_titre_aotstats_target::@6890427a1f51a3e7e1df", - "jsonFile" : "target-module_appsans_titre_aotstats_target-Debug-08321229797eb3ac4553.json", - "name" : "module_appsans_titre_aotstats_target", - "projectIndex" : 0 - } - ] - } - ], - "kind" : "codemodel", - "paths" : - { - "build" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug", - "source" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre" - }, - "version" : - { - "major" : 2, - "minor" : 7 - } -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/directory-.-Debug-dfda5ae513419381b4ac.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/directory-.-Debug-dfda5ae513419381b4ac.json" deleted file mode 100644 index f1d375f2a549eeeed5ab9255c71b263c487208e0..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/directory-.-Debug-dfda5ae513419381b4ac.json" +++ /dev/null @@ -1,45 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : - [ - "install" - ], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 38, - "parent" : 0 - } - ] - }, - "installers" : - [ - { - "backtrace" : 1, - "component" : "Unspecified", - "destination" : "bin", - "paths" : - [ - "appsans_titre.exe" - ], - "targetId" : "appsans_titre::@6890427a1f51a3e7e1df", - "targetIndex" : 5, - "type" : "target" - } - ], - "paths" : - { - "build" : ".", - "source" : "." - } -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/index-2025-03-10T10-25-56-0327.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/index-2025-03-10T10-25-56-0327.json" deleted file mode 100644 index 918e4334d533c8899ee32fc686f1f43c7d50ac18..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/index-2025-03-10T10-25-56-0327.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-14f990cb41af537c055d.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 7 - } - }, - { - "jsonFile" : "cache-v2-b7062c7da2455d7776cd.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-d4bbdceda98765817e30.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-b7062c7da2455d7776cd.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-d4bbdceda98765817e30.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-14f990cb41af537c055d.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 7 - } - } - } -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_aotstats-Debug-a3aae3d96532e3fc8937.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_aotstats-Debug-a3aae3d96532e3fc8937.json" deleted file mode 100644 index fba9d3b528e2811e5c312ee9151497cb2e0f093d..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_aotstats-Debug-a3aae3d96532e3fc8937.json" +++ /dev/null @@ -1,114 +0,0 @@ -{ - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_deferred_aotstats_setup" - ], - "files" : - [ - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:1085:EVAL", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 2 - }, - { - "file" : 2, - "line" : -1, - "parent" : 0 - }, - { - "command" : 1, - "file" : 1, - "line" : 1, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 1199, - "parent" : 2 - } - ] - }, - "dependencies" : - [ - { - "id" : "module_appsans_titre_aotstats_target::@6890427a1f51a3e7e1df" - } - ], - "id" : "all_aotstats::@6890427a1f51a3e7e1df", - "name" : "all_aotstats", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1, - 2, - 3, - 4, - 5 - ] - } - ], - "sources" : - [ - { - "backtrace" : 3, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/all_aotstats", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/all_aotstats.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/all_aotstats.aotstats.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/module_appsans_titre.aotstats.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_Main_qml.cpp.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_qmltyperegistrations.cpp.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint-Debug-ee5a9fff161572828809.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint-Debug-ee5a9fff161572828809.json" deleted file mode 100644 index 6a9e44ebb60aeba3cc4737b3b483057e13b35657..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint-Debug-ee5a9fff161572828809.json" +++ /dev/null @@ -1,104 +0,0 @@ -{ - "backtrace" : 7, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_add_phony_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", - "_qt_internal_add_phony_target_dependencies" - ], - "files" : - [ - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 2 - }, - { - "command" : 6, - "file" : 2, - "line" : 15, - "parent" : 0 - }, - { - "command" : 5, - "file" : 1, - "line" : 1241, - "parent" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 896, - "parent" : 2 - }, - { - "command" : 3, - "file" : 1, - "line" : 3198, - "parent" : 3 - }, - { - "command" : 2, - "file" : 1, - "line" : 1542, - "parent" : 4 - }, - { - "command" : 1, - "file" : 1, - "line" : 1607, - "parent" : 5 - }, - { - "command" : 0, - "file" : 0, - "line" : 299, - "parent" : 6 - }, - { - "command" : 8, - "file" : 1, - "line" : 1611, - "parent" : 5 - }, - { - "command" : 7, - "file" : 0, - "line" : 328, - "parent" : 8 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 9, - "id" : "appsans_titre_qmllint::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "QtInternalTargets/QmlLinter" - }, - "id" : "all_qmllint::@6890427a1f51a3e7e1df", - "name" : "all_qmllint", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint_json-Debug-fd92ed09fae3f6a15aeb.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint_json-Debug-fd92ed09fae3f6a15aeb.json" deleted file mode 100644 index 3b1651994ec21f0da19b6f6b27bd2a020dbbea4b..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint_json-Debug-fd92ed09fae3f6a15aeb.json" +++ /dev/null @@ -1,104 +0,0 @@ -{ - "backtrace" : 7, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_add_phony_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", - "_qt_internal_add_phony_target_dependencies" - ], - "files" : - [ - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 2 - }, - { - "command" : 6, - "file" : 2, - "line" : 15, - "parent" : 0 - }, - { - "command" : 5, - "file" : 1, - "line" : 1241, - "parent" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 896, - "parent" : 2 - }, - { - "command" : 3, - "file" : 1, - "line" : 3198, - "parent" : 3 - }, - { - "command" : 2, - "file" : 1, - "line" : 1544, - "parent" : 4 - }, - { - "command" : 1, - "file" : 1, - "line" : 1607, - "parent" : 5 - }, - { - "command" : 0, - "file" : 0, - "line" : 299, - "parent" : 6 - }, - { - "command" : 8, - "file" : 1, - "line" : 1611, - "parent" : 5 - }, - { - "command" : 7, - "file" : 0, - "line" : 328, - "parent" : 8 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 9, - "id" : "appsans_titre_qmllint_json::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "QtInternalTargets/QmlLinter" - }, - "id" : "all_qmllint_json::@6890427a1f51a3e7e1df", - "name" : "all_qmllint_json", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint_module-Debug-3477b8aba209fdfb623e.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint_module-Debug-3477b8aba209fdfb623e.json" deleted file mode 100644 index bc728d19ae0c2f7d9a34e9427383995688cecb45..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmllint_module-Debug-3477b8aba209fdfb623e.json" +++ /dev/null @@ -1,104 +0,0 @@ -{ - "backtrace" : 7, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_add_phony_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", - "_qt_internal_add_phony_target_dependencies" - ], - "files" : - [ - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 2 - }, - { - "command" : 6, - "file" : 2, - "line" : 15, - "parent" : 0 - }, - { - "command" : 5, - "file" : 1, - "line" : 1241, - "parent" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 896, - "parent" : 2 - }, - { - "command" : 3, - "file" : 1, - "line" : 3198, - "parent" : 3 - }, - { - "command" : 2, - "file" : 1, - "line" : 1546, - "parent" : 4 - }, - { - "command" : 1, - "file" : 1, - "line" : 1607, - "parent" : 5 - }, - { - "command" : 0, - "file" : 0, - "line" : 299, - "parent" : 6 - }, - { - "command" : 8, - "file" : 1, - "line" : 1611, - "parent" : 5 - }, - { - "command" : 7, - "file" : 0, - "line" : 328, - "parent" : 8 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 9, - "id" : "appsans_titre_qmllint_module::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "QtInternalTargets/QmlLinter" - }, - "id" : "all_qmllint_module::@6890427a1f51a3e7e1df", - "name" : "all_qmllint_module", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmltyperegistrations-Debug-f9124124c9addc430780.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmltyperegistrations-Debug-f9124124c9addc430780.json" deleted file mode 100644 index 1780f2c07447a7432d4fde2154d3f10165a741ef..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-all_qmltyperegistrations-Debug-f9124124c9addc430780.json" +++ /dev/null @@ -1,75 +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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 15, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 1241, - "parent" : 1 - }, - { - "command" : 1, - "file" : 0, - "line" : 785, - "parent" : 2 - }, - { - "command" : 0, - "file" : 0, - "line" : 3798, - "parent" : 3 - }, - { - "command" : 4, - "file" : 0, - "line" : 3801, - "parent" : 3 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 5, - "id" : "appsans_titre_qmltyperegistration::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "QtInternalTargets" - }, - "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df", - "name" : "all_qmltyperegistrations", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre-Debug-66f8e6572892132e58c2.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre-Debug-66f8e6572892132e58c2.json" deleted file mode 100644 index 10b8b0f967c5b21897eff2b701e4f6eda6edc993..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre-Debug-66f8e6572892132e58c2.json" +++ /dev/null @@ -1,1391 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "appsans_titre.exe" - }, - { - "path" : "appsans_titre.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", - "find_dependency", - "_qt_internal_find_qt_dependencies", - "qt6_add_qml_module", - "qt_add_qml_module", - "add_dependencies", - "_qt_internal_qml_copy_files_to_build_dir", - "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.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake", - "CMakeLists.txt", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6Config.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:792:EVAL" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 11, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 945, - "parent" : 1 - }, - { - "command" : 1, - "file" : 0, - "line" : 646, - "parent" : 2 - }, - { - "command" : 0, - "file" : 0, - "line" : 695, - "parent" : 3 - }, - { - "command" : 4, - "file" : 1, - "line" : 38, - "parent" : 0 - }, - { - "command" : 5, - "file" : 1, - "line" : 33, - "parent" : 0 - }, - { - "command" : 8, - "file" : 1, - "line" : 7, - "parent" : 0 - }, - { - "file" : 4, - "parent" : 7 - }, - { - "command" : 8, - "file" : 4, - "line" : 190, - "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" : 7, - "file" : 3, - "line" : 43, - "parent" : 10 - }, - { - "file" : 9, - "parent" : 14 - }, - { - "command" : 10, - "file" : 9, - "line" : 45, - "parent" : 15 - }, - { - "command" : 9, - "file" : 8, - "line" : 145, - "parent" : 16 - }, - { - "command" : 8, - "file" : 7, - "line" : 76, - "parent" : 17 - }, - { - "file" : 6, - "parent" : 18 - }, - { - "command" : 7, - "file" : 6, - "line" : 55, - "parent" : 19 - }, - { - "file" : 5, - "parent" : 20 - }, - { - "command" : 6, - "file" : 5, - "line" : 61, - "parent" : 21 - }, - { - "command" : 12, - "file" : 1, - "line" : 15, - "parent" : 0 - }, - { - "command" : 11, - "file" : 10, - "line" : 1241, - "parent" : 23 - }, - { - "command" : 5, - "file" : 10, - "line" : 591, - "parent" : 24 - }, - { - "command" : 9, - "file" : 8, - "line" : 145, - "parent" : 16 - }, - { - "command" : 8, - "file" : 7, - "line" : 76, - "parent" : 26 - }, - { - "file" : 12, - "parent" : 27 - }, - { - "command" : 7, - "file" : 12, - "line" : 58, - "parent" : 28 - }, - { - "file" : 11, - "parent" : 29 - }, - { - "command" : 6, - "file" : 11, - "line" : 61, - "parent" : 30 - }, - { - "command" : 7, - "file" : 12, - "line" : 46, - "parent" : 28 - }, - { - "file" : 15, - "parent" : 32 - }, - { - "command" : 10, - "file" : 15, - "line" : 45, - "parent" : 33 - }, - { - "command" : 9, - "file" : 8, - "line" : 145, - "parent" : 34 - }, - { - "command" : 8, - "file" : 7, - "line" : 76, - "parent" : 35 - }, - { - "file" : 14, - "parent" : 36 - }, - { - "command" : 7, - "file" : 14, - "line" : 55, - "parent" : 37 - }, - { - "file" : 13, - "parent" : 38 - }, - { - "command" : 6, - "file" : 13, - "line" : 61, - "parent" : 39 - }, - { - "command" : 5, - "file" : 0, - "line" : 647, - "parent" : 2 - }, - { - "command" : 9, - "file" : 8, - "line" : 145, - "parent" : 16 - }, - { - "command" : 8, - "file" : 7, - "line" : 76, - "parent" : 42 - }, - { - "file" : 17, - "parent" : 43 - }, - { - "command" : 7, - "file" : 17, - "line" : 57, - "parent" : 44 - }, - { - "file" : 16, - "parent" : 45 - }, - { - "command" : 6, - "file" : 16, - "line" : 61, - "parent" : 46 - }, - { - "command" : 7, - "file" : 17, - "line" : 45, - "parent" : 44 - }, - { - "file" : 20, - "parent" : 48 - }, - { - "command" : 10, - "file" : 20, - "line" : 46, - "parent" : 49 - }, - { - "command" : 9, - "file" : 8, - "line" : 145, - "parent" : 50 - }, - { - "command" : 8, - "file" : 7, - "line" : 76, - "parent" : 51 - }, - { - "file" : 19, - "parent" : 52 - }, - { - "command" : 7, - "file" : 19, - "line" : 55, - "parent" : 53 - }, - { - "file" : 18, - "parent" : 54 - }, - { - "command" : 6, - "file" : 18, - "line" : 61, - "parent" : 55 - }, - { - "command" : 9, - "file" : 8, - "line" : 145, - "parent" : 16 - }, - { - "command" : 8, - "file" : 7, - "line" : 76, - "parent" : 57 - }, - { - "file" : 22, - "parent" : 58 - }, - { - "command" : 7, - "file" : 22, - "line" : 55, - "parent" : 59 - }, - { - "file" : 21, - "parent" : 60 - }, - { - "command" : 6, - "file" : 21, - "line" : 61, - "parent" : 61 - }, - { - "command" : 15, - "file" : 10, - "line" : 896, - "parent" : 24 - }, - { - "command" : 14, - "file" : 10, - "line" : 3448, - "parent" : 63 - }, - { - "command" : 13, - "file" : 10, - "line" : 2859, - "parent" : 64 - }, - { - "command" : 14, - "file" : 10, - "line" : 3454, - "parent" : 63 - }, - { - "command" : 13, - "file" : 10, - "line" : 2859, - "parent" : 66 - }, - { - "file" : 1, - "line" : -1, - "parent" : 0 - }, - { - "command" : 20, - "file" : 23, - "line" : 1, - "parent" : 68 - }, - { - "command" : 19, - "file" : 0, - "line" : 823, - "parent" : 69 - }, - { - "command" : 18, - "file" : 0, - "line" : 745, - "parent" : 70 - }, - { - "command" : 17, - "file" : 0, - "line" : 745, - "parent" : 71 - }, - { - "command" : 16, - "file" : 10, - "line" : 4324, - "parent" : 72 - }, - { - "command" : 13, - "file" : 10, - "line" : 4102, - "parent" : 73 - }, - { - "command" : 22, - "file" : 10, - "line" : 785, - "parent" : 24 - }, - { - "command" : 21, - "file" : 10, - "line" : 3830, - "parent" : 75 - }, - { - "command" : 21, - "file" : 10, - "line" : 3855, - "parent" : 75 - }, - { - "command" : 24, - "file" : 10, - "line" : 3655, - "parent" : 75 - }, - { - "command" : 23, - "file" : 0, - "line" : 1500, - "parent" : 78 - }, - { - "command" : 23, - "file" : 10, - "line" : 3821, - "parent" : 75 - }, - { - "command" : 25, - "file" : 10, - "line" : 3845, - "parent" : 75 - }, - { - "command" : 28, - "file" : 10, - "line" : 839, - "parent" : 24 - }, - { - "command" : 27, - "file" : 0, - "line" : 406, - "parent" : 82 - }, - { - "command" : 26, - "file" : 0, - "line" : 2491, - "parent" : 83 - }, - { - "command" : 23, - "file" : 0, - "line" : 2089, - "parent" : 84 - }, - { - "command" : 23, - "file" : 10, - "line" : 3175, - "parent" : 63 - }, - { - "command" : 29, - "file" : 10, - "line" : 3312, - "parent" : 63 - }, - { - "command" : 23, - "file" : 10, - "line" : 1710, - "parent" : 87 - }, - { - "command" : 23, - "file" : 10, - "line" : 3368, - "parent" : 63 - }, - { - "command" : 28, - "file" : 10, - "line" : 3470, - "parent" : 63 - }, - { - "command" : 27, - "file" : 0, - "line" : 406, - "parent" : 90 - }, - { - "command" : 26, - "file" : 0, - "line" : 2491, - "parent" : 91 - }, - { - "command" : 23, - "file" : 0, - "line" : 2089, - "parent" : 92 - }, - { - "command" : 30, - "file" : 0, - "line" : 817, - "parent" : 69 - }, - { - "command" : 23, - "file" : 0, - "line" : 2212, - "parent" : 94 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "-DQT_QML_DEBUG -g -fdiagnostics-color=always" - } - ], - "defines" : - [ - { - "backtrace" : 41, - "define" : "MINGW_HAS_SECURE_API=1" - }, - { - "backtrace" : 41, - "define" : "QT_CORE_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_GUI_LIB" - }, - { - "backtrace" : 41, - "define" : "QT_NEEDS_QMAIN" - }, - { - "backtrace" : 25, - "define" : "QT_NETWORK_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_OPENGL_LIB" - }, - { - "backtrace" : 25, - "define" : "QT_QMLINTEGRATION_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_QMLMETA_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_QMLMODELS_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_QMLWORKERSCRIPT_LIB" - }, - { - "backtrace" : 25, - "define" : "QT_QML_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_QUICK_LIB" - }, - { - "backtrace" : 41, - "define" : "UNICODE" - }, - { - "backtrace" : 41, - "define" : "WIN32" - }, - { - "backtrace" : 41, - "define" : "WIN64" - }, - { - "backtrace" : 41, - "define" : "_ENABLE_EXTENDED_ALIGNED_STORAGE" - }, - { - "backtrace" : 41, - "define" : "_UNICODE" - }, - { - "backtrace" : 41, - "define" : "_WIN64" - } - ], - "includes" : - [ - { - "backtrace" : 0, - "path" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/include" - }, - { - "backtrace" : 76, - "path" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2/QtQml" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2/QtCore" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtCore" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/mkspecs/win32-g++" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtQml" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtQmlIntegration" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtNetwork" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtQuick" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtGui" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtQmlMeta" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtQmlModels" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtQmlWorkerScript" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtOpenGL" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 0, - 1, - 4, - 6, - 7, - 8 - ] - }, - { - "compileCommandFragments" : - [ - { - "fragment" : "-DQT_QML_DEBUG -g -fdiagnostics-color=always" - }, - { - "backtrace" : 81, - "fragment" : "-Wa,-mbig-obj" - } - ], - "defines" : - [ - { - "backtrace" : 41, - "define" : "MINGW_HAS_SECURE_API=1" - }, - { - "backtrace" : 41, - "define" : "QT_CORE_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_GUI_LIB" - }, - { - "backtrace" : 41, - "define" : "QT_NEEDS_QMAIN" - }, - { - "backtrace" : 25, - "define" : "QT_NETWORK_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_OPENGL_LIB" - }, - { - "backtrace" : 25, - "define" : "QT_QMLINTEGRATION_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_QMLMETA_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_QMLMODELS_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_QMLWORKERSCRIPT_LIB" - }, - { - "backtrace" : 25, - "define" : "QT_QML_LIB" - }, - { - "backtrace" : 6, - "define" : "QT_QUICK_LIB" - }, - { - "backtrace" : 41, - "define" : "UNICODE" - }, - { - "backtrace" : 41, - "define" : "WIN32" - }, - { - "backtrace" : 41, - "define" : "WIN64" - }, - { - "backtrace" : 41, - "define" : "_ENABLE_EXTENDED_ALIGNED_STORAGE" - }, - { - "backtrace" : 41, - "define" : "_UNICODE" - }, - { - "backtrace" : 41, - "define" : "_WIN64" - } - ], - "includes" : - [ - { - "backtrace" : 0, - "path" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/include" - }, - { - "backtrace" : 76, - "path" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2/QtQml" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2/QtCore" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtCore" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/mkspecs/win32-g++" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtQml" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtQmlIntegration" - }, - { - "backtrace" : 77, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtNetwork" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtQuick" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtGui" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtQmlMeta" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtQmlModels" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtQmlWorkerScript" - }, - { - "backtrace" : 6, - "isSystem" : true, - "path" : "C:/Qt/6.8.2/mingw_64/include/QtOpenGL" - } - ], - "language" : "CXX", - "sourceIndexes" : - [ - 3 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 65, - "id" : "appsans_titre_copy_qml::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 67, - "id" : "appsans_titre_copy_res::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 0, - "id" : "appsans_titre_autogen::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 74, - "id" : "appsans_titre_qmlimportscan::@6890427a1f51a3e7e1df" - }, - { - "id" : "appsans_titre_autogen_timestamp_deps::@6890427a1f51a3e7e1df" - } - ], - "id" : "appsans_titre::@6890427a1f51a3e7e1df", - "install" : - { - "destinations" : - [ - { - "backtrace" : 5, - "path" : "bin" - } - ], - "prefix" : - { - "path" : "C:/Program Files (x86)/sans_titre" - } - }, - "link" : - { - "commandFragments" : - [ - { - "fragment" : "-DQT_QML_DEBUG -g", - "role" : "flags" - }, - { - "fragment" : "-mwindows", - "role" : "flags" - }, - { - "backtrace" : 6, - "fragment" : "C:\\Qt\\6.8.2\\mingw_64\\lib\\libQt6Quick.a", - "role" : "libraries" - }, - { - "backtrace" : 13, - "fragment" : "C:\\Qt\\6.8.2\\mingw_64\\lib\\libQt6QmlMeta.a", - "role" : "libraries" - }, - { - "backtrace" : 22, - "fragment" : "C:\\Qt\\6.8.2\\mingw_64\\lib\\libQt6QmlWorkerScript.a", - "role" : "libraries" - }, - { - "backtrace" : 13, - "fragment" : "C:\\Qt\\6.8.2\\mingw_64\\lib\\libQt6QmlModels.a", - "role" : "libraries" - }, - { - "backtrace" : 25, - "fragment" : "C:\\Qt\\6.8.2\\mingw_64\\lib\\libQt6Qml.a", - "role" : "libraries" - }, - { - "backtrace" : 31, - "fragment" : "C:\\Qt\\6.8.2\\mingw_64\\lib\\libQt6Network.a", - "role" : "libraries" - }, - { - "backtrace" : 40, - "fragment" : "-lws2_32", - "role" : "libraries" - }, - { - "backtrace" : 13, - "fragment" : "C:\\Qt\\6.8.2\\mingw_64\\lib\\libQt6OpenGL.a", - "role" : "libraries" - }, - { - "backtrace" : 13, - "fragment" : "C:\\Qt\\6.8.2\\mingw_64\\lib\\libQt6Gui.a", - "role" : "libraries" - }, - { - "backtrace" : 41, - "fragment" : "C:\\Qt\\6.8.2\\mingw_64\\lib\\libQt6Core.a", - "role" : "libraries" - }, - { - "backtrace" : 47, - "fragment" : "-lmpr", - "role" : "libraries" - }, - { - "backtrace" : 47, - "fragment" : "-luserenv", - "role" : "libraries" - }, - { - "backtrace" : 56, - "fragment" : "-lmingw32", - "role" : "libraries" - }, - { - "backtrace" : 56, - "fragment" : "C:\\Qt\\6.8.2\\mingw_64\\lib\\libQt6EntryPoint.a", - "role" : "libraries" - }, - { - "backtrace" : 31, - "fragment" : "-lshell32", - "role" : "libraries" - }, - { - "backtrace" : 62, - "fragment" : "-ld3d11", - "role" : "libraries" - }, - { - "backtrace" : 62, - "fragment" : "-ldxgi", - "role" : "libraries" - }, - { - "backtrace" : 62, - "fragment" : "-ldxguid", - "role" : "libraries" - }, - { - "backtrace" : 62, - "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" : "appsans_titre", - "nameOnDisk" : "appsans_titre.exe", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "Source Files\\Generated", - "sourceIndexes" : - [ - 0, - 12, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29 - ] - }, - { - "name" : "Source Files", - "sourceIndexes" : - [ - 1, - 3, - 4, - 6, - 7, - 8 - ] - }, - { - "name" : "", - "sourceIndexes" : - [ - 2, - 5, - 10 - ] - }, - { - "name" : "Resources", - "sourceIndexes" : - [ - 9, - 11 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ] - } - ], - "sources" : - [ - { - "backtrace" : 0, - "compileGroupIndex" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/mocs_compilation.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 4, - "compileGroupIndex" : 0, - "path" : "main.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 79, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/qt6appsans_titre_debug_metatypes.json.gen", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 80, - "compileGroupIndex" : 1, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_qmltyperegistrations.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 85, - "compileGroupIndex" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_sans_titre.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 86, - "path" : "Main.qml", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 88, - "compileGroupIndex" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_qmlcache_loader.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 89, - "compileGroupIndex" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_Main_qml.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 93, - "compileGroupIndex" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appsans_titre_raw_qml_0.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 95, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_sans_titre.qrc", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 95, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre/qmldir", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 95, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appsans_titre_raw_qml_0.qrc", - "sourceGroupIndex" : 3 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/timestamp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/qt6appsans_titre_debug_metatypes.json.gen.rule", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_qmltyperegistrations.cpp.rule", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_sans_titre.cpp.rule", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_qmlcache_loader.cpp.rule", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_Main_qml.cpp.rule", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appsans_titre_raw_qml_0.cpp.rule", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/timestamp.rule", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/appsans_titre_json_file_list.txt.rule", - "sourceGroupIndex" : 4 - }, - { - "backtrace" : 41, - "path" : "C:/Qt/6.8.2/mingw_64/metatypes/qt6core_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 25, - "path" : "C:/Qt/6.8.2/mingw_64/metatypes/qt6qml_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 25, - "path" : "C:/Qt/6.8.2/mingw_64/metatypes/qt6network_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 6, - "path" : "C:/Qt/6.8.2/mingw_64/metatypes/qt6quick_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 6, - "path" : "C:/Qt/6.8.2/mingw_64/metatypes/qt6gui_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 6, - "path" : "C:/Qt/6.8.2/mingw_64/metatypes/qt6qmlmeta_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 6, - "path" : "C:/Qt/6.8.2/mingw_64/metatypes/qt6qmlmodels_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 6, - "path" : "C:/Qt/6.8.2/mingw_64/metatypes/qt6qmlworkerscript_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 6, - "path" : "C:/Qt/6.8.2/mingw_64/metatypes/qt6opengl_relwithdebinfo_metatypes.json", - "sourceGroupIndex" : 0 - } - ], - "type" : "EXECUTABLE" -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_autogen-Debug-6a24c3fc987724a2633d.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_autogen-Debug-6a24c3fc987724a2633d.json" deleted file mode 100644 index ea15f502e2f3a692b52b0bab6570fcf51c1345ed..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_autogen-Debug-6a24c3fc987724a2633d.json" +++ /dev/null @@ -1,75 +0,0 @@ -{ - "backtrace" : 0, - "backtraceGraph" : - { - "commands" : [], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - } - ] - }, - "dependencies" : - [ - { - "id" : "appsans_titre_autogen_timestamp_deps::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "QtInternalTargets" - }, - "id" : "appsans_titre_autogen::@6890427a1f51a3e7e1df", - "isGeneratorProvided" : true, - "name" : "appsans_titre_autogen", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1, - 2 - ] - } - ], - "sources" : - [ - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_autogen", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_autogen.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/timestamp.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_autogen_timestamp_deps-Debug-201f880bbe92e965a3b1.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_autogen_timestamp_deps-Debug-201f880bbe92e965a3b1.json" deleted file mode 100644 index 86e9bfb01bc2542813e7653a4e31e84fd7d729a8..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_autogen_timestamp_deps-Debug-201f880bbe92e965a3b1.json" +++ /dev/null @@ -1,96 +0,0 @@ -{ - "backtrace" : 0, - "backtraceGraph" : - { - "commands" : - [ - "add_dependencies", - "_qt_internal_qml_copy_files_to_build_dir", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module" - ], - "files" : - [ - "CMakeLists.txt", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 15, - "parent" : 0 - }, - { - "command" : 3, - "file" : 1, - "line" : 1241, - "parent" : 1 - }, - { - "command" : 2, - "file" : 1, - "line" : 896, - "parent" : 2 - }, - { - "command" : 1, - "file" : 1, - "line" : 3448, - "parent" : 3 - }, - { - "command" : 0, - "file" : 1, - "line" : 2859, - "parent" : 4 - }, - { - "command" : 1, - "file" : 1, - "line" : 3454, - "parent" : 3 - }, - { - "command" : 0, - "file" : 1, - "line" : 2859, - "parent" : 6 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 5, - "id" : "appsans_titre_copy_qml::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 7, - "id" : "appsans_titre_copy_res::@6890427a1f51a3e7e1df" - }, - { - "backtrace" : 0, - "id" : "appsans_titre_qmlimportscan::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "QtInternalTargets" - }, - "id" : "appsans_titre_autogen_timestamp_deps::@6890427a1f51a3e7e1df", - "isGeneratorProvided" : true, - "name" : "appsans_titre_autogen_timestamp_deps", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sources" : [], - "type" : "UTILITY" -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_copy_qml-Debug-464f035eff5a65f964a0.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_copy_qml-Debug-464f035eff5a65f964a0.json" deleted file mode 100644 index 1745bfcd9dd6f4157d7579ee35fbbf207bc00a1f..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_copy_qml-Debug-464f035eff5a65f964a0.json" +++ /dev/null @@ -1,106 +0,0 @@ -{ - "backtrace" : 5, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_qml_copy_files_to_build_dir", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module" - ], - "files" : - [ - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 15, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 1241, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 896, - "parent" : 2 - }, - { - "command" : 1, - "file" : 0, - "line" : 3448, - "parent" : 3 - }, - { - "command" : 0, - "file" : 0, - "line" : 2840, - "parent" : 4 - } - ] - }, - "folder" : - { - "name" : "QtInternalTargets" - }, - "id" : "appsans_titre_copy_qml::@6890427a1f51a3e7e1df", - "name" : "appsans_titre_copy_qml", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1, - 2 - ] - } - ], - "sources" : - [ - { - "backtrace" : 5, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_copy_qml", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_copy_qml.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/appsans_titre_qml.txt.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_copy_res-Debug-2fd371b2ea8aaf6ef544.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_copy_res-Debug-2fd371b2ea8aaf6ef544.json" deleted file mode 100644 index 0bb1938beab5a265c7cd9c1afee50b652b9917f6..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_copy_res-Debug-2fd371b2ea8aaf6ef544.json" +++ /dev/null @@ -1,106 +0,0 @@ -{ - "backtrace" : 5, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_qml_copy_files_to_build_dir", - "qt6_target_qml_sources", - "qt6_add_qml_module", - "qt_add_qml_module" - ], - "files" : - [ - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 15, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 1241, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 896, - "parent" : 2 - }, - { - "command" : 1, - "file" : 0, - "line" : 3454, - "parent" : 3 - }, - { - "command" : 0, - "file" : 0, - "line" : 2840, - "parent" : 4 - } - ] - }, - "folder" : - { - "name" : "QtInternalTargets" - }, - "id" : "appsans_titre_copy_res::@6890427a1f51a3e7e1df", - "name" : "appsans_titre_copy_res", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1, - 2 - ] - } - ], - "sources" : - [ - { - "backtrace" : 5, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_copy_res", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_copy_res.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/appsans_titre_res.txt.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_qmlimportscan-Debug-de30d5a8064377a08854.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_qmlimportscan-Debug-de30d5a8064377a08854.json" deleted file mode 100644 index ee9f8986ab9022ae96a6e42a236d3b0d405b5dad..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_qmlimportscan-Debug-de30d5a8064377a08854.json" +++ /dev/null @@ -1,120 +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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:792: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" : 823, - "parent" : 2 - }, - { - "command" : 3, - "file" : 1, - "line" : 745, - "parent" : 3 - }, - { - "command" : 2, - "file" : 1, - "line" : 745, - "parent" : 4 - }, - { - "command" : 1, - "file" : 0, - "line" : 4324, - "parent" : 5 - }, - { - "command" : 0, - "file" : 0, - "line" : 4100, - "parent" : 6 - } - ] - }, - "folder" : - { - "name" : "QtInternalTargets" - }, - "id" : "appsans_titre_qmlimportscan::@6890427a1f51a3e7e1df", - "name" : "appsans_titre_qmlimportscan", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1, - 2 - ] - } - ], - "sources" : - [ - { - "backtrace" : 7, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_qmlimportscan", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_qmlimportscan.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appsans_titre_build.cmake.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_qmllint-Debug-7e9f697ea1dccf7ee745.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_qmllint-Debug-7e9f697ea1dccf7ee745.json" deleted file mode 100644 index 8ca0296ecf23086005c905b8f0d5cb48cefac893..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_qmllint-Debug-7e9f697ea1dccf7ee745.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 15, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 1241, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 896, - "parent" : 2 - }, - { - "command" : 1, - "file" : 0, - "line" : 3198, - "parent" : 3 - }, - { - "command" : 0, - "file" : 0, - "line" : 1461, - "parent" : 4 - } - ] - }, - "dependencies" : - [ - { - "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "QtInternalTargets/QmlLinter" - }, - "id" : "appsans_titre_qmllint::@6890427a1f51a3e7e1df", - "name" : "appsans_titre_qmllint", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 5, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_qmllint", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_qmllint.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_qmllint_json-Debug-2bad53b6533cd2da0e62.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_qmllint_json-Debug-2bad53b6533cd2da0e62.json" deleted file mode 100644 index 4fa99f583c9949331e086198039393b3c72073d9..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_qmllint_json-Debug-2bad53b6533cd2da0e62.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 15, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 1241, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 896, - "parent" : 2 - }, - { - "command" : 1, - "file" : 0, - "line" : 3198, - "parent" : 3 - }, - { - "command" : 0, - "file" : 0, - "line" : 1488, - "parent" : 4 - } - ] - }, - "dependencies" : - [ - { - "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "QtInternalTargets/QmlLinter" - }, - "id" : "appsans_titre_qmllint_json::@6890427a1f51a3e7e1df", - "name" : "appsans_titre_qmllint_json", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 5, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_qmllint_json", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_qmllint_json.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_qmllint_module-Debug-151383e085e7280e5650.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_qmllint_module-Debug-151383e085e7280e5650.json" deleted file mode 100644 index 389d6ea1c7446071b53ffdf5c7d9ebe8735f3b27..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_qmllint_module-Debug-151383e085e7280e5650.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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 4, - "file" : 1, - "line" : 15, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 1241, - "parent" : 1 - }, - { - "command" : 2, - "file" : 0, - "line" : 896, - "parent" : 2 - }, - { - "command" : 1, - "file" : 0, - "line" : 3198, - "parent" : 3 - }, - { - "command" : 0, - "file" : 0, - "line" : 1526, - "parent" : 4 - } - ] - }, - "dependencies" : - [ - { - "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "QtInternalTargets/QmlLinter" - }, - "id" : "appsans_titre_qmllint_module::@6890427a1f51a3e7e1df", - "name" : "appsans_titre_qmllint_module", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 5, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_qmllint_module", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_qmllint_module.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_qmltyperegistration-Debug-7f9df274c51418bf9c77.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_qmltyperegistration-Debug-7f9df274c51418bf9c77.json" deleted file mode 100644 index e5c186e9e97fbd940ed94bb112ee062573dd76bb..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-appsans_titre_qmltyperegistration-Debug-7f9df274c51418bf9c77.json" +++ /dev/null @@ -1,99 +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.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 1 - }, - { - "command" : 3, - "file" : 1, - "line" : 15, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 1241, - "parent" : 1 - }, - { - "command" : 1, - "file" : 0, - "line" : 785, - "parent" : 2 - }, - { - "command" : 0, - "file" : 0, - "line" : 3791, - "parent" : 3 - } - ] - }, - "folder" : - { - "name" : "QtInternalTargets" - }, - "id" : "appsans_titre_qmltyperegistration::@6890427a1f51a3e7e1df", - "name" : "appsans_titre_qmltyperegistration", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1, - 2 - ] - } - ], - "sources" : - [ - { - "backtrace" : 4, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_qmltyperegistration", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_qmltyperegistration.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_qmltyperegistrations.cpp.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-module_appsans_titre_aotstats_target-Debug-08321229797eb3ac4553.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-module_appsans_titre_aotstats_target-Debug-08321229797eb3ac4553.json" deleted file mode 100644 index a128edccddc0d42cf991fa008baf8e5f1a6c0d7a..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply/target-module_appsans_titre_aotstats_target-Debug-08321229797eb3ac4553.json" +++ /dev/null @@ -1,119 +0,0 @@ -{ - "backtrace" : 3, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target", - "_qt_internal_deferred_aotstats_setup", - "add_dependencies" - ], - "files" : - [ - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:1085:EVAL", - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 2 - }, - { - "file" : 2, - "line" : -1, - "parent" : 0 - }, - { - "command" : 1, - "file" : 1, - "line" : 1, - "parent" : 1 - }, - { - "command" : 0, - "file" : 0, - "line" : 1138, - "parent" : 2 - }, - { - "command" : 2, - "file" : 0, - "line" : 1143, - "parent" : 2 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 4, - "id" : "appsans_titre_qmltyperegistration::@6890427a1f51a3e7e1df" - } - ], - "folder" : - { - "name" : "QtInternalTargets" - }, - "id" : "module_appsans_titre_aotstats_target::@6890427a1f51a3e7e1df", - "name" : "module_appsans_titre_aotstats_target", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1, - 2, - 3, - 4 - ] - } - ], - "sources" : - [ - { - "backtrace" : 3, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/module_appsans_titre_aotstats_target", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/module_appsans_titre_aotstats_target.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/module_appsans_titre.aotstats.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_Main_qml.cpp.rule", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_qmltyperegistrations.cpp.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/QtDeploySupport.cmake" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/QtDeploySupport.cmake" deleted file mode 100644 index bfbd6c530ea46e23d1c7aa89d95a7f0805848104..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_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.8.2/mingw_64/bin/windeployqt.exe") -set(__QT_DEPLOY_IMPL_DIR "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_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.8.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.8.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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/QtDeployTargets.cmake" - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreDeploySupport.cmake" - "C:/Qt/6.8.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/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/QtDeployTargets.cmake" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/QtDeployTargets.cmake" deleted file mode 100644 index 2dbb3b6a0ad7f8cbbcc211d718d8d140867ec349..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/QtDeployTargets.cmake" +++ /dev/null @@ -1,3 +0,0 @@ -set(__QT_DEPLOY_TARGET_appsans_titre_FILE C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre.exe) -set(__QT_DEPLOY_TARGET_appsans_titre_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_appsans_titre_RUNTIME_DLLS C:/Qt/6.8.2/mingw_64/bin/Qt6Quick.dll;C:/Qt/6.8.2/mingw_64/bin/Qt6QmlMeta.dll;C:/Qt/6.8.2/mingw_64/bin/Qt6QmlWorkerScript.dll;C:/Qt/6.8.2/mingw_64/bin/Qt6QmlModels.dll;C:/Qt/6.8.2/mingw_64/bin/Qt6Qml.dll;C:/Qt/6.8.2/mingw_64/bin/Qt6Network.dll;C:/Qt/6.8.2/mingw_64/bin/Qt6OpenGL.dll;C:/Qt/6.8.2/mingw_64/bin/Qt6Gui.dll;C:/Qt/6.8.2/mingw_64/bin/Qt6Core.dll) diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/appsans_titre_qml.cmake" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/appsans_titre_qml.cmake" deleted file mode 100644 index cbaef0eea43c20c7d647e758726f8fdecf596af2..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/appsans_titre_qml.cmake" +++ /dev/null @@ -1,9 +0,0 @@ - -set(target "appsans_titre") -set(working_dir "C:/Users/pierr/OneDrive/Documents/C++/sans_titre") -set(src_and_dest_list - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/Main.qml" - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre/Main.qml" - -) -set(timestamp_file "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/appsans_titre_qml.txt") diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/appsans_titre_res.cmake" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/appsans_titre_res.cmake" deleted file mode 100644 index fe0e00cb5621da21e1adde0c9b382478382f4053..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/appsans_titre_res.cmake" +++ /dev/null @@ -1,7 +0,0 @@ - -set(target "appsans_titre") -set(working_dir "C:/Users/pierr/OneDrive/Documents/C++/sans_titre") -set(src_and_dest_list - -) -set(timestamp_file "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/appsans_titre_res.txt") diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/bin/qt_setup_tool_path.bat" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/bin/qt_setup_tool_path.bat" deleted file mode 100644 index 6a0e5a13cd42cde4fd5e2555d6d1eadba019e052..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_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.8.2\mingw_64\bin;%PATH% -%* \ No newline at end of file diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/deploy_qml_imports/appsans_titre.cmake" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/deploy_qml_imports/appsans_titre.cmake" deleted file mode 100644 index 4d03f8f9e42bdd4f516effb173a5dc6c118ed8e1..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/deploy_qml_imports/appsans_titre.cmake" +++ /dev/null @@ -1,20 +0,0 @@ -# Auto-generated deploy QML imports script for target "appsans_titre". -# 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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appsans_titre_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/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appsans_titre_build.rsp" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appsans_titre_build.rsp" deleted file mode 100644 index 66cc4f447af2b36ba173c36505ac12304a6636d5..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appsans_titre_build.rsp" +++ /dev/null @@ -1,14 +0,0 @@ --rootPath -C:/Users/pierr/OneDrive/Documents/C++/sans_titre --cmake-output --output-file -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appsans_titre_build.cmake --importPath -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre --importPath -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug --importPath -C:/Qt/6.8.2/mingw_64/qml --qrcFiles -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_sans_titre.qrc -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appsans_titre_raw_qml_0.qrc \ No newline at end of file diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appsans_titre_conf.cmake" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appsans_titre_conf.cmake" deleted file mode 100644 index 95b6423760a1d4e394ae60811b0f5659b4da8f80..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appsans_titre_conf.cmake" +++ /dev/null @@ -1,7 +0,0 @@ -set(qml_import_scanner_imports_count 5) -set(qml_import_scanner_import_0 "CLASSNAME;QtQuick2Plugin;LINKTARGET;Qt6::qtquick2plugin;NAME;QtQuick;PATH;C:/Qt/6.8.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;QtQmlPlugin;LINKTARGET;Qt6::qmlplugin;NAME;QtQml;PATH;C:/Qt/6.8.2/mingw_64/qml/QtQml;PLUGIN;qmlplugin;PLUGINISOPTIONAL;;PREFER;:/qt-project.org/imports/QtQml/;RELATIVEPATH;QtQml;TYPE;module;") -set(qml_import_scanner_import_2 "NAME;QML;PATH;C:/Qt/6.8.2/mingw_64/qml/QML;PREFER;:/qt-project.org/imports/QML/;RELATIVEPATH;QML;TYPE;module;") -set(qml_import_scanner_import_3 "CLASSNAME;QtQmlModelsPlugin;LINKTARGET;Qt6::modelsplugin;NAME;QtQml.Models;PATH;C:/Qt/6.8.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.8.2/mingw_64/qml/QtQml/WorkerScript;PLUGIN;workerscriptplugin;PLUGINISOPTIONAL;;PREFER;:/qt-project.org/imports/QtQml/WorkerScript/;RELATIVEPATH;QtQml/WorkerScript;TYPE;module;") - diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appsans_titre_conf.rsp" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appsans_titre_conf.rsp" deleted file mode 100644 index 58e6b2cd77de8bd50e16b42b52a2e19025053594..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appsans_titre_conf.rsp" +++ /dev/null @@ -1,14 +0,0 @@ --rootPath -C:/Users/pierr/OneDrive/Documents/C++/sans_titre --cmake-output --output-file -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appsans_titre_conf.cmake --importPath -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre --importPath -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug --importPath -C:/Qt/6.8.2/mingw_64/qml --qrcFiles -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_sans_titre.qrc -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appsans_titre_raw_qml_0.qrc \ No newline at end of file diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appsans_titre_raw_qml_0.qrc" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appsans_titre_raw_qml_0.qrc" deleted file mode 100644 index 4de900d81d9ff793480d232344a8583ba7726fca..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appsans_titre_raw_qml_0.qrc" +++ /dev/null @@ -1,6 +0,0 @@ -<RCC> - <qresource prefix="/qt/qml/sans_titre/"> - <file alias="Main.qml">C:/Users/pierr/OneDrive/Documents/C++/sans_titre/Main.qml</file> - </qresource> -</RCC> - diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_sans_titre.qrc" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_sans_titre.qrc" deleted file mode 100644 index 0d269a6afd889b48251a9557de9139449c7ef7bc..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_sans_titre.qrc" +++ /dev/null @@ -1,6 +0,0 @@ -<RCC> - <qresource prefix="/qt/qml/sans_titre"> - <file alias="qmldir">C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre/qmldir</file> - </qresource> -</RCC> - diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qtc/package-manager/LICENSE.conan" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qtc/package-manager/LICENSE.conan" deleted file mode 100644 index 541f5a3a6fb4058a85a116654250a2b82a1fce8a..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_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/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qtc/package-manager/auto-setup.cmake" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qtc/package-manager/auto-setup.cmake" deleted file mode 100644 index 9928780d04c89fd3a102314ecc4fdf5e028cbbf9..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qtc/package-manager/auto-setup.cmake" +++ /dev/null @@ -1,322 +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() - -option(QT_CREATOR_SOURCE_GROUPS "Qt Creator source groups extensions" ON) -if (QT_CREATOR_SOURCE_GROUPS) - source_group("Resources" REGULAR_EXPRESSION "\\.(pdf|plist|png|jpeg|jpg|storyboard|xcassets|qrc|svg|gif|ico|webp)$") - source_group("Forms" REGULAR_EXPRESSION "\\.(ui)$") - source_group("State charts" REGULAR_EXPRESSION "\\.(scxml)$") -endif() - -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") - - set_property( - DIRECTORY "${CMAKE_SOURCE_DIR}" - APPEND - PROPERTY CMAKE_CONFIGURE_DEPENDS "${conanfile_txt}") - - find_program(conan_program conan) - if (NOT conan_program) - message(WARNING "Qt Creator: conan executable not found. " - "Package manager auto-setup will be skipped. " - "To disable this warning set QT_CREATOR_SKIP_CONAN_SETUP to ON.") - return() - endif() - execute_process(COMMAND ${conan_program} --version - RESULT_VARIABLE result_code - OUTPUT_VARIABLE conan_version_output - ERROR_VARIABLE conan_version_output) - if (NOT result_code EQUAL 0) - message(FATAL_ERROR "conan --version failed='${result_code}: ${conan_version_output}") - endif() - - string(REGEX REPLACE ".*Conan version ([0-9].[0-9]).*" "\\1" conan_version "${conan_version_output}") - - set(conanfile_timestamp_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.timestamp") - file(TIMESTAMP "${conanfile_txt}" conanfile_timestamp) - - set(do_conan_installation ON) - if (EXISTS "${conanfile_timestamp_file}") - file(READ "${conanfile_timestamp_file}" old_conanfile_timestamp) - if ("${conanfile_timestamp}" STREQUAL "${old_conanfile_timestamp}") - set(do_conan_installation OFF) - endif() - endif() - - set(conanfile_build_policy_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.buildpolicy") - if (EXISTS "${conanfile_build_policy_file}") - file(READ "${conanfile_build_policy_file}" build_policy) - if (NOT "${build_policy}" STREQUAL "${QT_CREATOR_CONAN_BUILD_POLICY}") - set(do_conan_installation ON) - endif() - endif() - - if (do_conan_installation) - message(STATUS "Qt Creator: conan package manager auto-setup. " - "Skip this step by setting QT_CREATOR_SKIP_CONAN_SETUP to ON.") - - file(COPY "${conanfile_txt}" DESTINATION "${CMAKE_BINARY_DIR}/conan-dependencies/") - - # conanfile should have a generator specified, when both file and conan_install - # specifcy the CMakeDeps generator, conan_install will issue an error - file(READ "${conanfile_txt}" conanfile_text_content) - unset(conan_generator) - if (NOT "${conanfile_text_content}" MATCHES ".*CMakeDeps.*") - set(conan_generator "-g CMakeDeps") - endif() - - file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" " - set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") - set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") - ") - qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake") - - if (CMAKE_TOOLCHAIN_FILE) - file(APPEND "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" - "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") - endif() - - file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/CMakeLists.txt" " - cmake_minimum_required(VERSION 3.15) - - unset(CMAKE_PROJECT_INCLUDE_BEFORE CACHE) - project(conan-setup) - - if (${conan_version} VERSION_GREATER_EQUAL 2.0) - set(CONAN_COMMAND \"${conan_program}\") - include(\"${CMAKE_CURRENT_LIST_DIR}/conan_provider.cmake\") - conan_profile_detect_default() - detect_host_profile(\"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\") - - set(build_types \${CMAKE_BUILD_TYPE}) - if (CMAKE_CONFIGURATION_TYPES) - set(build_types \${CMAKE_CONFIGURATION_TYPES}) - endif() - - foreach(type \${build_types}) - conan_install( - -pr \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\" - --build=${QT_CREATOR_CONAN_BUILD_POLICY} - -s build_type=\${type} - ${conan_generator}) - endforeach() - - get_property(CONAN_INSTALL_SUCCESS GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) - if (CONAN_INSTALL_SUCCESS) - get_property(CONAN_GENERATORS_FOLDER GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) - file(TO_CMAKE_PATH \"\${CONAN_GENERATORS_FOLDER}\" CONAN_GENERATORS_FOLDER) - file(WRITE \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake\" \" - list(PREPEND CMAKE_PREFIX_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") - list(PREPEND CMAKE_MODULE_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") - list(PREPEND CMAKE_FIND_ROOT_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") - list(REMOVE_DUPLICATES CMAKE_PREFIX_PATH) - list(REMOVE_DUPLICATES CMAKE_MODULE_PATH) - list(REMOVE_DUPLICATES CMAKE_FIND_ROOT_PATH) - set(CMAKE_PREFIX_PATH \\\"\\\${CMAKE_PREFIX_PATH}\\\" CACHE STRING \\\"\\\" FORCE) - set(CMAKE_MODULE_PATH \\\"\\\${CMAKE_MODULE_PATH}\\\" CACHE STRING \\\"\\\" FORCE) - set(CMAKE_FIND_ROOT_PATH \\\"\\\${CMAKE_FIND_ROOT_PATH}\\\" CACHE STRING \\\"\\\" FORCE) - \") - endif() - else() - include(\"${CMAKE_CURRENT_LIST_DIR}/conan.cmake\") - conan_cmake_run( - CONANFILE \"${conanfile_txt}\" - INSTALL_FOLDER \"${CMAKE_BINARY_DIR}/conan-dependencies\" - GENERATORS cmake_paths cmake_find_package json - BUILD ${QT_CREATOR_CONAN_BUILD_POLICY} - ENV CONAN_CMAKE_TOOLCHAIN_FILE=\"${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake\" - ) - endif() - ") - - if (NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED CMAKE_CONFIGURATION_TYPES) - set(CMAKE_CONFIGURATION_TYPES "Debug;Release") - endif() - - execute_process(COMMAND ${CMAKE_COMMAND} - -S "${CMAKE_BINARY_DIR}/conan-dependencies/" - -B "${CMAKE_BINARY_DIR}/conan-dependencies/build" - -C "${CMAKE_BINARY_DIR}/qtcsettings.cmake" - -D "CMAKE_TOOLCHAIN_FILE=${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" - -G ${CMAKE_GENERATOR} - -D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} - -D "CMAKE_CONFIGURATION_TYPES=${CMAKE_CONFIGURATION_TYPES}" - RESULT_VARIABLE result - ) - if (result EQUAL 0) - file(WRITE "${conanfile_timestamp_file}" "${conanfile_timestamp}") - file(WRITE "${conanfile_build_policy_file}" ${QT_CREATOR_CONAN_BUILD_POLICY}) - else() - message(WARNING "Qt Creator's conan package manager auto-setup failed. Consider setting " - "QT_CREATOR_SKIP_CONAN_SETUP to ON and reconfigure to skip this step.") - return() - endif() - endif() - - include("${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake") - endif() - unset(conanfile_txt) -endmacro() -qtc_auto_setup_conan() - -# -# vcpkg -# -macro(qtc_auto_setup_vcpkg) - if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg.json" AND NOT QT_CREATOR_SKIP_VCPKG_SETUP) - option(QT_CREATOR_SKIP_VCPKG_SETUP "Skip Qt Creator's vcpkg package manager auto-setup" OFF) - - set_property( - DIRECTORY "${CMAKE_SOURCE_DIR}" - APPEND - PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/vcpkg.json") - - find_program(vcpkg_program vcpkg - PATHS $ENV{VCPKG_ROOT} ${CMAKE_SOURCE_DIR}/vcpkg ${CMAKE_SOURCE_DIR}/3rdparty/vcpkg - NO_DEFAULT_PATH - ) - if (NOT vcpkg_program) - message(WARNING "Qt Creator: vcpkg executable not found. " - "Package manager auto-setup will be skipped. " - "To disable this warning set QT_CREATOR_SKIP_VCPKG_SETUP to ON.") - return() - endif() - execute_process(COMMAND ${vcpkg_program} version - RESULT_VARIABLE result_code - OUTPUT_VARIABLE vcpkg_version_output - ERROR_VARIABLE vcpkg_version_output) - if (NOT result_code EQUAL 0) - message(FATAL_ERROR "vcpkg version failed='${result_code}: ${vcpkg_version_output}") - endif() - - # Resolve any symlinks - get_filename_component(vpkg_program_real_path ${vcpkg_program} REALPATH) - get_filename_component(vpkg_root ${vpkg_program_real_path} DIRECTORY) - - if (NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") - message(STATUS "Qt Creator: vcpkg package manager auto-setup. " - "Skip this step by setting QT_CREATOR_SKIP_VCPKG_SETUP to ON.") - - file(WRITE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " - set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") - set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") - ") - qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") - - if (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 (ANDROID_ABI) - if (ANDROID_ABI STREQUAL "armeabi-v7a") - set(vcpkg_triplet arm-neon-android) - elseif (ANDROID_ABI STREQUAL "arm64-v8a") - set(vcpkg_triplet arm64-android) - elseif (ANDROID_ABI STREQUAL "x86") - set(vcpkg_triplet x86-android) - elseif (ANDROID_ABI STREQUAL "x86_64") - set(vcpkg_triplet x64-android) - else() - message(FATAL_ERROR "Unsupported Android ABI: ${ANDROID_ABI}") - endif() - # Needed by vcpkg/scripts/toolchains/android.cmake - file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " - set(ENV{ANDROID_NDK_HOME} \"${ANDROID_NDK}\") - ") - elseif (WIN32) - set(vcpkg_triplet x64-mingw-static) - if (CMAKE_CXX_COMPILER MATCHES ".*/(.*)/cl.exe") - set(vcpkg_triplet ${CMAKE_MATCH_1}-windows) - endif() - elseif(APPLE) - # We're too early to use CMAKE_HOST_SYSTEM_PROCESSOR - execute_process( - COMMAND uname -m - OUTPUT_VARIABLE __apple_host_system_processor - OUTPUT_STRIP_TRAILING_WHITESPACE) - if (__apple_host_system_processor MATCHES "arm64") - set(vcpkg_triplet arm64-osx) - else() - set(vcpkg_triplet x64-osx) - endif() - else() - 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/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qtc/package-manager/conan.cmake" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qtc/package-manager/conan.cmake" deleted file mode 100644 index 7c78f74154e94d266a7ed3090d632b795efbe364..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_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 1950) - set(${result} 17 PARENT_SCOPE) - else() - message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") - endif() -endfunction() - -macro(_conan_detect_build_type) - conan_parse_arguments(${ARGV}) - - if(ARGUMENTS_BUILD_TYPE) - set(_CONAN_SETTING_BUILD_TYPE ${ARGUMENTS_BUILD_TYPE}) - elseif(CMAKE_BUILD_TYPE) - set(_CONAN_SETTING_BUILD_TYPE ${CMAKE_BUILD_TYPE}) - else() - message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") - endif() - - string(TOUPPER ${_CONAN_SETTING_BUILD_TYPE} _CONAN_SETTING_BUILD_TYPE_UPPER) - if (_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "DEBUG") - set(_CONAN_SETTING_BUILD_TYPE "Debug") - elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELEASE") - set(_CONAN_SETTING_BUILD_TYPE "Release") - elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELWITHDEBINFO") - set(_CONAN_SETTING_BUILD_TYPE "RelWithDebInfo") - elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "MINSIZEREL") - set(_CONAN_SETTING_BUILD_TYPE "MinSizeRel") - endif() -endmacro() - -macro(_conan_check_system_name) - #handle -s os setting - if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") - #use default conan os setting if CMAKE_SYSTEM_NAME is not defined - set(CONAN_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) - if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") - set(CONAN_SYSTEM_NAME Macos) - endif() - if(${CMAKE_SYSTEM_NAME} STREQUAL "QNX") - set(CONAN_SYSTEM_NAME Neutrino) - endif() - set(CONAN_SUPPORTED_PLATFORMS Windows Linux Macos Android iOS FreeBSD WindowsStore WindowsCE watchOS tvOS FreeBSD SunOS AIX Arduino Emscripten Neutrino) - list (FIND CONAN_SUPPORTED_PLATFORMS "${CONAN_SYSTEM_NAME}" _index) - if (${_index} GREATER -1) - #check if the cmake system is a conan supported one - set(_CONAN_SETTING_OS ${CONAN_SYSTEM_NAME}) - else() - message(FATAL_ERROR "cmake system ${CONAN_SYSTEM_NAME} is not supported by conan. Use one of ${CONAN_SUPPORTED_PLATFORMS}") - endif() - endif() -endmacro() - -macro(_conan_check_language) - get_property(_languages GLOBAL PROPERTY ENABLED_LANGUAGES) - if (";${_languages};" MATCHES ";CXX;") - set(LANGUAGE CXX) - set(USING_CXX 1) - elseif (";${_languages};" MATCHES ";C;") - set(LANGUAGE C) - set(USING_CXX 0) - else () - message(FATAL_ERROR "Conan: Neither C or C++ was detected as a language for the project. Unabled to detect compiler version.") - endif() -endmacro() - -macro(_conan_detect_compiler) - - conan_parse_arguments(${ARGV}) - - if(ARGUMENTS_ARCH) - set(_CONAN_SETTING_ARCH ${ARGUMENTS_ARCH}) - endif() - - if(USING_CXX) - set(_CONAN_SETTING_COMPILER_CPPSTD ${CMAKE_CXX_STANDARD}) - endif() - - if (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL GNU) - # using GCC - # TODO: Handle other params - string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) - list(GET VERSION_LIST 0 MAJOR) - list(GET VERSION_LIST 1 MINOR) - set(COMPILER_VERSION ${MAJOR}.${MINOR}) - if(${MAJOR} GREATER 4) - set(COMPILER_VERSION ${MAJOR}) - endif() - set(_CONAN_SETTING_COMPILER gcc) - set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) - if (USING_CXX) - conan_cmake_detect_unix_libcxx(_LIBCXX) - set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) - endif () - elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Intel) - string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) - list(GET VERSION_LIST 0 MAJOR) - list(GET VERSION_LIST 1 MINOR) - set(COMPILER_VERSION ${MAJOR}.${MINOR}) - set(_CONAN_SETTING_COMPILER intel) - set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) - if (USING_CXX) - conan_cmake_detect_unix_libcxx(_LIBCXX) - set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) - endif () - elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL AppleClang) - # using AppleClang - string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) - list(GET VERSION_LIST 0 MAJOR) - list(GET VERSION_LIST 1 MINOR) - set(_CONAN_SETTING_COMPILER apple-clang) - set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) - if (USING_CXX) - conan_cmake_detect_unix_libcxx(_LIBCXX) - set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) - endif () - elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang - AND NOT "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" - AND NOT "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC") - - string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) - list(GET VERSION_LIST 0 MAJOR) - list(GET VERSION_LIST 1 MINOR) - set(_CONAN_SETTING_COMPILER clang) - set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) - if(APPLE) - cmake_policy(GET CMP0025 APPLE_CLANG_POLICY) - if(NOT APPLE_CLANG_POLICY STREQUAL NEW) - message(STATUS "Conan: APPLE and Clang detected. Assuming apple-clang compiler. Set CMP0025 to avoid it") - set(_CONAN_SETTING_COMPILER apple-clang) - endif() - endif() - if(${_CONAN_SETTING_COMPILER} STREQUAL clang AND ${MAJOR} GREATER 7) - set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}) - endif() - if (USING_CXX) - conan_cmake_detect_unix_libcxx(_LIBCXX) - set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) - endif () - elseif(${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL MSVC - OR (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang - AND "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" - AND "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC")) - - set(_VISUAL "Visual Studio") - _get_msvc_ide_version(_VISUAL_VERSION) - if("${_VISUAL_VERSION}" STREQUAL "") - message(FATAL_ERROR "Conan: Visual Studio not recognized") - else() - set(_CONAN_SETTING_COMPILER ${_VISUAL}) - set(_CONAN_SETTING_COMPILER_VERSION ${_VISUAL_VERSION}) - endif() - - if(NOT _CONAN_SETTING_ARCH) - if (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "64") - set(_CONAN_SETTING_ARCH x86_64) - elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "^ARM") - message(STATUS "Conan: Using default ARM architecture from MSVC") - set(_CONAN_SETTING_ARCH armv6) - elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "86") - set(_CONAN_SETTING_ARCH x86) - else () - message(FATAL_ERROR "Conan: Unknown MSVC architecture [${MSVC_${LANGUAGE}_ARCHITECTURE_ID}]") - endif() - endif() - - conan_cmake_detect_vs_runtime(_vs_runtime ${ARGV}) - message(STATUS "Conan: Detected VS runtime: ${_vs_runtime}") - set(_CONAN_SETTING_COMPILER_RUNTIME ${_vs_runtime}) - - if (CMAKE_GENERATOR_TOOLSET) - set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) - elseif(CMAKE_VS_PLATFORM_TOOLSET AND (CMAKE_GENERATOR STREQUAL "Ninja")) - set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) - endif() - else() - message(FATAL_ERROR "Conan: compiler setup not recognized") - endif() - -endmacro() - -function(conan_cmake_settings result) - #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER}) - #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER_ID}) - #message(STATUS "VERSION " ${CMAKE_CXX_COMPILER_VERSION}) - #message(STATUS "FLAGS " ${CMAKE_LANG_FLAGS}) - #message(STATUS "LIB ARCH " ${CMAKE_CXX_LIBRARY_ARCHITECTURE}) - #message(STATUS "BUILD TYPE " ${CMAKE_BUILD_TYPE}) - #message(STATUS "GENERATOR " ${CMAKE_GENERATOR}) - #message(STATUS "GENERATOR WIN64 " ${CMAKE_CL_64}) - - message(STATUS "Conan: Automatic detection of conan settings from cmake") - - conan_parse_arguments(${ARGV}) - - _conan_detect_build_type(${ARGV}) - - _conan_check_system_name() - - _conan_check_language() - - _conan_detect_compiler(${ARGV}) - - # If profile is defined it is used - if(CMAKE_BUILD_TYPE STREQUAL "Debug" AND ARGUMENTS_DEBUG_PROFILE) - set(_APPLIED_PROFILES ${ARGUMENTS_DEBUG_PROFILE}) - elseif(CMAKE_BUILD_TYPE STREQUAL "Release" AND ARGUMENTS_RELEASE_PROFILE) - set(_APPLIED_PROFILES ${ARGUMENTS_RELEASE_PROFILE}) - elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" AND ARGUMENTS_RELWITHDEBINFO_PROFILE) - set(_APPLIED_PROFILES ${ARGUMENTS_RELWITHDEBINFO_PROFILE}) - elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel" AND ARGUMENTS_MINSIZEREL_PROFILE) - set(_APPLIED_PROFILES ${ARGUMENTS_MINSIZEREL_PROFILE}) - elseif(ARGUMENTS_PROFILE) - set(_APPLIED_PROFILES ${ARGUMENTS_PROFILE}) - endif() - - foreach(ARG ${_APPLIED_PROFILES}) - set(_SETTINGS ${_SETTINGS} -pr=${ARG}) - endforeach() - foreach(ARG ${ARGUMENTS_PROFILE_BUILD}) - conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) - set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) - endforeach() - - if(NOT _SETTINGS OR ARGUMENTS_PROFILE_AUTO STREQUAL "ALL") - set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version - compiler.runtime compiler.libcxx compiler.toolset) - endif() - - # remove any manually specified settings from the autodetected settings - foreach(ARG ${ARGUMENTS_SETTINGS}) - string(REGEX MATCH "[^=]*" MANUAL_SETTING "${ARG}") - message(STATUS "Conan: ${MANUAL_SETTING} was added as an argument. Not using the autodetected one.") - list(REMOVE_ITEM ARGUMENTS_PROFILE_AUTO "${MANUAL_SETTING}") - endforeach() - - # Automatic from CMake - foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) - string(TOUPPER ${ARG} _arg_name) - string(REPLACE "." "_" _arg_name ${_arg_name}) - if(_CONAN_SETTING_${_arg_name}) - set(_SETTINGS ${_SETTINGS} -s ${ARG}=${_CONAN_SETTING_${_arg_name}}) - endif() - endforeach() - - foreach(ARG ${ARGUMENTS_SETTINGS}) - set(_SETTINGS ${_SETTINGS} -s ${ARG}) - endforeach() - - message(STATUS "Conan: Settings= ${_SETTINGS}") - - set(${result} ${_SETTINGS} PARENT_SCOPE) -endfunction() - - -function(conan_cmake_detect_unix_libcxx result) - # Take into account any -stdlib in compile options - get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS) - string(GENEX_STRIP "${compile_options}" compile_options) - - # Take into account any _GLIBCXX_USE_CXX11_ABI in compile definitions - get_directory_property(defines DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_DEFINITIONS) - string(GENEX_STRIP "${defines}" defines) - - foreach(define ${defines}) - if(define MATCHES "_GLIBCXX_USE_CXX11_ABI") - if(define MATCHES "^-D") - set(compile_options ${compile_options} "${define}") - else() - set(compile_options ${compile_options} "-D${define}") - endif() - endif() - endforeach() - - # add additional compiler options ala cmRulePlaceholderExpander::ExpandRuleVariable - set(EXPAND_CXX_COMPILER ${CMAKE_CXX_COMPILER}) - if(CMAKE_CXX_COMPILER_ARG1) - # CMake splits CXX="foo bar baz" into CMAKE_CXX_COMPILER="foo", CMAKE_CXX_COMPILER_ARG1="bar baz" - # without this, ccache, winegcc, or other wrappers might lose all their arguments - separate_arguments(SPLIT_CXX_COMPILER_ARG1 NATIVE_COMMAND ${CMAKE_CXX_COMPILER_ARG1}) - list(APPEND EXPAND_CXX_COMPILER ${SPLIT_CXX_COMPILER_ARG1}) - endif() - - if(CMAKE_CXX_COMPILE_OPTIONS_TARGET AND CMAKE_CXX_COMPILER_TARGET) - # without --target= we may be calling the wrong underlying GCC - list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_TARGET}${CMAKE_CXX_COMPILER_TARGET}") - endif() - - if(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN AND CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN) - list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN}${CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN}") - endif() - - if(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT) - # without --sysroot= we may find the wrong #include <string> - 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 <string>" - 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/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qtc/package-manager/conan_provider.cmake" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qtc/package-manager/conan_provider.cmake" deleted file mode 100644 index e5fa9cec190ae8e43762eed3ce7705e875a21f62..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_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 <cstddef> - #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 <string> - 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 <cstddef> - #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$<$<CONFIG:Debug>: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$<$<CONFIG:Debug>:Debug> MultiThreaded$<$<CONFIG:Debug>: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 "<CONFIG:Debug>: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 (<PackageName> PATHS paths... NO_DEFAULT_PATH) - # find_package (<PackageName>) - - # 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/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/all_aotstats.aotstatslist" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/all_aotstats.aotstatslist" deleted file mode 100644 index 866a064a7ff460043cad1d8935c875a65f4c0bc2..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/all_aotstats.aotstatslist" +++ /dev/null @@ -1 +0,0 @@ -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/module_appsans_titre.aotstats \ No newline at end of file diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_qml_loader_file_list.rsp" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_qml_loader_file_list.rsp" deleted file mode 100644 index a441fff60205de410c4c38c6791f2a54d24adb26..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_qml_loader_file_list.rsp" +++ /dev/null @@ -1,5 +0,0 @@ ---resource -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_sans_titre.qrc ---resource -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appsans_titre_raw_qml_0.qrc -/qt/qml/sans_titre/Main.qml diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/module_appsans_titre.aotstatslist" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/module_appsans_titre.aotstatslist" deleted file mode 100644 index c301322104d0972567c11d57e9f2c1502a2a3723..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/module_appsans_titre.aotstatslist" +++ /dev/null @@ -1 +0,0 @@ -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_Main_qml.cpp.aotstats \ No newline at end of file diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmllint/appsans_titre.rsp" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmllint/appsans_titre.rsp" deleted file mode 100644 index bfbbb209814936508bad4f2928613dcf539e298b..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmllint/appsans_titre.rsp" +++ /dev/null @@ -1,10 +0,0 @@ ---bare --I -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug --I -C:/Qt/6.8.2/mingw_64/qml ---resource -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_sans_titre.qrc ---resource -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appsans_titre_raw_qml_0.qrc -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/Main.qml diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmllint/appsans_titre_json.rsp" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmllint/appsans_titre_json.rsp" deleted file mode 100644 index 93074c19aa105f5d5c38e47cbf3287a68ffac66e..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmllint/appsans_titre_json.rsp" +++ /dev/null @@ -1,12 +0,0 @@ ---bare --I -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug --I -C:/Qt/6.8.2/mingw_64/qml ---resource -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_sans_titre.qrc ---resource -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appsans_titre_raw_qml_0.qrc -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/Main.qml ---json -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_qmllint.json diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmllint/appsans_titre_module.rsp" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmllint/appsans_titre_module.rsp" deleted file mode 100644 index e947168f96139353620056de58c0359f9c7d67bc..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmllint/appsans_titre_module.rsp" +++ /dev/null @@ -1,10 +0,0 @@ --I -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug --I -C:/Qt/6.8.2/mingw_64/qml ---resource -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_sans_titre.qrc ---resource -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appsans_titre_raw_qml_0.qrc ---module -sans_titre diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeCache.txt" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeCache.txt" deleted file mode 100644 index 18b535b0b4bb98c645d3f863a71c48dfbf868fe9..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeCache.txt" +++ /dev/null @@ -1,1319 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: c:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_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/mingw1310_64/bin/addr2line.exe - -//Path to a program. -CMAKE_AR:FILEPATH=C:/Qt/Tools/mingw1310_64/bin/ar.exe - -//No help, variable specified on the command line. -CMAKE_BUILD_TYPE:STRING=Debug - -//No help, variable specified on the command line. -CMAKE_COLOR_DIAGNOSTICS:BOOL=ON - -//CXX compiler -CMAKE_CXX_COMPILER:STRING=C:/Qt/Tools/mingw1310_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/mingw1310_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/mingw1310_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/mingw1310_64/bin/gcc.exe - -CMAKE_C_OUTPUT_EXTENSION:STRING= - -//Path to a program. -CMAKE_DLLTOOL:FILEPATH=C:/Qt/Tools/mingw1310_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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_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)/sans_titre - -//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/mingw1310_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/mingw1310_64/bin/nm.exe - -//Path to a program. -CMAKE_OBJCOPY:FILEPATH=C:/Qt/Tools/mingw1310_64/bin/objcopy.exe - -//Path to a program. -CMAKE_OBJDUMP:FILEPATH=C:/Qt/Tools/mingw1310_64/bin/objdump.exe - -//No help, variable specified on the command line. -CMAKE_PREFIX_PATH:PATH=C:/Qt/6.8.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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qtc/package-manager/auto-setup.cmake - -//Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=sans_titre - -//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/mingw1310_64/bin/ranlib.exe - -//RC compiler -CMAKE_RC_COMPILER:FILEPATH=C:/Qt/Tools/mingw1310_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/mingw1310_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/mingw1310_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 - -//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 - -//Qt Creator source groups extensions -QT_CREATOR_SOURCE_GROUPS:BOOL=ON - -//No help, variable specified on the command line. -QT_QMAKE_EXECUTABLE:FILEPATH=C:/Qt/6.8.2/mingw_64/bin/qmake.exe - -//The directory containing a CMake configuration file for Qt6Concurrent. -Qt6Concurrent_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent - -//The directory containing a CMake configuration file for Qt6CoreTools. -Qt6CoreTools_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools - -//The directory containing a CMake configuration file for Qt6Core. -Qt6Core_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core - -//The directory containing a CMake configuration file for Qt6EntryPointPrivate. -Qt6EntryPointPrivate_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate - -//The directory containing a CMake configuration file for Qt6ExamplesAssetDownloaderPrivate. -Qt6ExamplesAssetDownloaderPrivate_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate - -//The directory containing a CMake configuration file for Qt6GuiTools. -Qt6GuiTools_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools - -//The directory containing a CMake configuration file for Qt6Gui. -Qt6Gui_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui - -//The directory containing a CMake configuration file for Qt6Network. -Qt6Network_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network - -//The directory containing a CMake configuration file for Qt6OpenGL. -Qt6OpenGL_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL - -//The directory containing a CMake configuration file for Qt6QmlAssetDownloader. -Qt6QmlAssetDownloader_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader - -//The directory containing a CMake configuration file for Qt6QmlCompilerPlusPrivateTools. -Qt6QmlCompilerPlusPrivateTools_DIR:PATH=Qt6QmlCompilerPlusPrivateTools_DIR-NOTFOUND - -//The directory containing a CMake configuration file for Qt6QmlIntegration. -Qt6QmlIntegration_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration - -//The directory containing a CMake configuration file for Qt6QmlMeta. -Qt6QmlMeta_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta - -//The directory containing a CMake configuration file for Qt6QmlModels. -Qt6QmlModels_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels - -//The directory containing a CMake configuration file for Qt6QmlTools. -Qt6QmlTools_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools - -//The directory containing a CMake configuration file for Qt6QmlWorkerScript. -Qt6QmlWorkerScript_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript - -//The directory containing a CMake configuration file for Qt6Qml. -Qt6Qml_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml - -//The directory containing a CMake configuration file for Qt6QuickTools. -Qt6QuickTools_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools - -//The directory containing a CMake configuration file for Qt6Quick. -Qt6Quick_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick - -//The directory containing a CMake configuration file for Qt6ZlibPrivate. -Qt6ZlibPrivate_DIR:PATH=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate - -//The directory containing a CMake configuration file for Qt6. -Qt6_DIR:PATH=C:/Qt/6.8.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.8.2/mingw_64/bin/windeployqt.exe - -//Value Computed by CMake -sans_titre_BINARY_DIR:STATIC=C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug - -//Value Computed by CMake -sans_titre_IS_TOP_LEVEL:STATIC=ON - -//Value Computed by CMake -sans_titre_SOURCE_DIR:STATIC=C:/Users/pierr/OneDrive/Documents/C++/sans_titre - - -######################## -# 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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_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/pierr/OneDrive/Documents/C++/sans_titre -//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: broken_threadlocal_dtors (from target Qt6::Core) -QT_FEATURE_broken_threadlocal_dtors:INTERNAL=ON -//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: cxx23_stacktrace (from target Qt6::Core) -QT_FEATURE_cxx23_stacktrace:INTERNAL=OFF -//Qt feature: cxx2a (from target Qt6::Core) -QT_FEATURE_cxx2a:INTERNAL=OFF -//Qt feature: cxx2b (from target Qt6::Core) -QT_FEATURE_cxx2b:INTERNAL=OFF -//Qt feature: 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: glibc_fortify_source (from target Qt6::Core) -QT_FEATURE_glibc_fortify_source: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=ON -//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: libcpp_hardening (from target Qt6::Core) -QT_FEATURE_libcpp_hardening:INTERNAL=OFF -//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: libstdcpp_assertions (from target Qt6::Core) -QT_FEATURE_libstdcpp_assertions:INTERNAL=ON -//Qt feature: libudev (from target Qt6::Core) -QT_FEATURE_libudev:INTERNAL=OFF -//Qt feature: linkat (from target Qt6::Core) -QT_FEATURE_linkat:INTERNAL=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: localtime_r (from target Qt6::Core) -QT_FEATURE_localtime_r:INTERNAL=OFF -//Qt feature: localtime_s (from target Qt6::Core) -QT_FEATURE_localtime_s:INTERNAL=ON -//Qt feature: lttng (from target Qt6::Core) -QT_FEATURE_lttng:INTERNAL=OFF -//Qt feature: memmem (from target Qt6::Core) -QT_FEATURE_memmem:INTERNAL=OFF -//Qt feature: memrchr (from target Qt6::Core) -QT_FEATURE_memrchr:INTERNAL=OFF -//Qt feature: metal (from target Qt6::Gui) -QT_FEATURE_metal: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: relro_now_linker (from target Qt6::Core) -QT_FEATURE_relro_now_linker:INTERNAL=OFF -//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_clash_protection (from target Qt6::Core) -QT_FEATURE_stack_clash_protection:INTERNAL=ON -//Qt feature: stack_protector (from target Qt6::Core) -QT_FEATURE_stack_protector:INTERNAL=ON -//Qt feature: 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: timezone_locale (from target Qt6::Core) -QT_FEATURE_timezone_locale:INTERNAL=OFF -//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: trivial_auto_var_init_pattern (from target Qt6::Core) -QT_FEATURE_trivial_auto_var_init_pattern:INTERNAL=OFF -//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: version_tagging (from target Qt6::Core) -QT_FEATURE_version_tagging: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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_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)/sans_titre -__qt_qml_macros_module_base_dir:INTERNAL=C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml - diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeCXXCompiler.cmake" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeCXXCompiler.cmake" deleted file mode 100644 index 300e676a53cab8cc432677012a7aef25eec66223..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeCXXCompiler.cmake" +++ /dev/null @@ -1,92 +0,0 @@ -set(CMAKE_CXX_COMPILER "C:/Qt/Tools/mingw1310_64/bin/g++.exe") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "GNU") -set(CMAKE_CXX_COMPILER_VERSION "13.1.0") -set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") -set(CMAKE_CXX_COMPILER_WRAPPER "") -set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") -set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_CXX_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/mingw1310_64/bin/ar.exe") -set(CMAKE_CXX_COMPILER_AR "C:/Qt/Tools/mingw1310_64/bin/gcc-ar.exe") -set(CMAKE_RANLIB "C:/Qt/Tools/mingw1310_64/bin/ranlib.exe") -set(CMAKE_CXX_COMPILER_RANLIB "C:/Qt/Tools/mingw1310_64/bin/gcc-ranlib.exe") -set(CMAKE_LINKER "C:/Qt/Tools/mingw1310_64/bin/ld.exe") -set(CMAKE_LINKER_LINK "") -set(CMAKE_LINKER_LLD "") -set(CMAKE_CXX_COMPILER_LINKER "../src/gcc-13.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/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-libssp --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=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev1, Built by MinGW-Builds project' --with-bugurl=https:/github.com/niXman/mingw-builds CFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/lib -L/c/buildroot/prerequisites/x86_64-zlib-static/lib -L/c/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/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/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++;C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32;C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward;C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include;C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed;C:/Qt/Tools/mingw1310_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/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0;C:/Qt/Tools/mingw1310_64/lib/gcc;C:/Qt/Tools/mingw1310_64/x86_64-w64-mingw32/lib;C:/Qt/Tools/mingw1310_64/lib") -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") -set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeDetermineCompilerABI_CXX.bin" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeDetermineCompilerABI_CXX.bin" deleted file mode 100644 index 4cb7dfe87eb6f29d683e9096f1227acdbe24fdf1..0000000000000000000000000000000000000000 Binary files "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeDetermineCompilerABI_CXX.bin" and /dev/null differ diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeRCCompiler.cmake" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeRCCompiler.cmake" deleted file mode 100644 index 3b0f3e132b66a7b9c016b9b0b370fe534c10fe9a..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeRCCompiler.cmake" +++ /dev/null @@ -1,6 +0,0 @@ -set(CMAKE_RC_COMPILER "C:/Qt/Tools/mingw1310_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/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeSystem.cmake" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeSystem.cmake" deleted file mode 100644 index 000cf69875ef86be09cd58fa68218e6ab738a74c..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeSystem.cmake" +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Windows-10.0.26100") -set(CMAKE_HOST_SYSTEM_NAME "Windows") -set(CMAKE_HOST_SYSTEM_VERSION "10.0.26100") -set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") - - - -set(CMAKE_SYSTEM "Windows-10.0.26100") -set(CMAKE_SYSTEM_NAME "Windows") -set(CMAKE_SYSTEM_VERSION "10.0.26100") -set(CMAKE_SYSTEM_PROCESSOR "AMD64") - -set(CMAKE_CROSSCOMPILING "FALSE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CompilerIdCXX/CMakeCXXCompilerId.cpp" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CompilerIdCXX/CMakeCXXCompilerId.cpp" deleted file mode 100644 index 9a5e8f8ce67569aa5b450f976d815b3337e79af1..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_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/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CompilerIdCXX/a.exe" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CompilerIdCXX/a.exe" deleted file mode 100644 index d8815e0b757d7b645a1dddc0d38cedba9109ff45..0000000000000000000000000000000000000000 Binary files "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CompilerIdCXX/a.exe" and /dev/null differ diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/CMakeConfigureLog.yaml" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/CMakeConfigureLog.yaml" deleted file mode 100644 index 1e383d5871e7c25d62cfb5b53c0c5253479bf7da..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/CMakeConfigureLog.yaml" +++ /dev/null @@ -1,404 +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.26100 - 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/mingw1310_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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-pkyhuk" - binary: "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-pkyhuk" - 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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-pkyhuk' - - Run Build Command(s): C:/Qt/Tools/Ninja/ninja.exe -v cmTC_7f734 - [1/2] C:\\Qt\\Tools\\mingw1310_64\\bin\\g++.exe -DQT_QML_DEBUG -v -o CMakeFiles/cmTC_7f734.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\\mingw1310_64\\bin\\g++.exe - Target: x86_64-w64-mingw32 - Configured with: ../../../src/gcc-13.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/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-libssp --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=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev1, Built by MinGW-Builds project' --with-bugurl=https://github.com/niXman/mingw-builds CFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/lib -L/c/buildroot/prerequisites/x86_64-zlib-static/lib -L/c/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/bin/ld.exe --with-boot-ldflags=' -Wl,--disable-dynamicbase -static-libstdc++ -static-libgcc' - Thread model: posix - Supported LTO compression algorithms: zlib - gcc version 13.1.0 (x86_64-posix-seh-rev1, Built by MinGW-Builds project) - COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_7f734.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_7f734.dir/' - C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/cc1plus.exe -quiet -v -iprefix C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/ -D_REENTRANT -D QT_QML_DEBUG C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_7f734.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=core2 -march=nocona -version -o C:\\Users\\pierr\\AppData\\Local\\Temp\\cclQ4tGS.s - GNU C++17 (x86_64-posix-seh-rev1, Built by MinGW-Builds project) version 13.1.0 (x86_64-w64-mingw32) - compiled by GNU C version 13.1.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.25-GMP - - GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 - ignoring duplicate directory "C:/Qt/Tools/mingw1310_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++" - ignoring duplicate directory "C:/Qt/Tools/mingw1310_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32" - ignoring duplicate directory "C:/Qt/Tools/mingw1310_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward" - ignoring duplicate directory "C:/Qt/Tools/mingw1310_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include" - ignoring nonexistent directory "C:/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64D:/a/_temp/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../include" - ignoring duplicate directory "C:/Qt/Tools/mingw1310_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed" - ignoring duplicate directory "C:/Qt/Tools/mingw1310_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include" - ignoring nonexistent directory "C:/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/mingw/include" - #include "..." search starts here: - #include <...> search starts here: - C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++ - C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32 - C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward - C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include - C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed - C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include - End of search list. - Compiler executable checksum: b3d236387f35294e2a73c51628039e05 - COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_7f734.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_7f734.dir/' - C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles/cmTC_7f734.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\pierr\\AppData\\Local\\Temp\\cclQ4tGS.s - GNU assembler version 2.39 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.39 - COMPILER_PATH=C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/;C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/;C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ - LIBRARY_PATH=C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/;C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/;C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib/;C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/;C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../\x0d - COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_7f734.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_7f734.dir/CMakeCXXCompilerABI.cpp.'\x0d - [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Qt\\Tools\\mingw1310_64\\bin\\g++.exe -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_7f734.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_7f734.exe -Wl,--out-implib,libcmTC_7f734.dll.a -Wl,--major-image-version,0,--minor-image-version,0 && cd ." - Using built-in specs. - COLLECT_GCC=C:\\Qt\\Tools\\mingw1310_64\\bin\\g++.exe - COLLECT_LTO_WRAPPER=C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/lto-wrapper.exe - Target: x86_64-w64-mingw32 - Configured with: ../../../src/gcc-13.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/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-libssp --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=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev1, Built by MinGW-Builds project' --with-bugurl=https://github.com/niXman/mingw-builds CFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/lib -L/c/buildroot/prerequisites/x86_64-zlib-static/lib -L/c/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/bin/ld.exe --with-boot-ldflags=' -Wl,--disable-dynamicbase -static-libstdc++ -static-libgcc' - Thread model: posix - Supported LTO compression algorithms: zlib - gcc version 13.1.0 (x86_64-posix-seh-rev1, Built by MinGW-Builds project) - COMPILER_PATH=C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/;C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/;C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ - LIBRARY_PATH=C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/;C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/;C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib/;C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/;C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../ - COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_7f734.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'cmTC_7f734.' - C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/collect2.exe -plugin C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/liblto_plugin.dll -plugin-opt=C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\pierr\\AppData\\Local\\Temp\\ccF8IU44.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=C:/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64 -m i386pep -Bdynamic -o cmTC_7f734.exe C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0 -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../.. -v CMakeFiles/cmTC_7f734.dir/CMakeCXXCompilerABI.cpp.obj --out-implib libcmTC_7f734.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/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o - collect2 version 13.1.0 - C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe -plugin C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/liblto_plugin.dll -plugin-opt=C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\pierr\\AppData\\Local\\Temp\\ccF8IU44.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=C:/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64 -m i386pep -Bdynamic -o cmTC_7f734.exe C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0 -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../.. -v CMakeFiles/cmTC_7f734.dir/CMakeCXXCompilerABI.cpp.obj --out-implib libcmTC_7f734.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/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o - GNU ld (GNU Binutils) 2.39 - COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_7f734.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'cmTC_7f734.'\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/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++] - add: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32] - add: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward] - add: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include] - add: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed] - add: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include] - end of search list found - collapse include dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++] ==> [C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++] - collapse include dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32] ==> [C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32] - collapse include dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward] ==> [C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward] - collapse include dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include] ==> [C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include] - collapse include dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed] ==> [C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed] - collapse include dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include] ==> [C:/Qt/Tools/mingw1310_64/x86_64-w64-mingw32/include] - implicit include dirs: [C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++;C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32;C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward;C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include;C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed;C:/Qt/Tools/mingw1310_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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-pkyhuk'] - ignore line: [] - ignore line: [Run Build Command(s): C:/Qt/Tools/Ninja/ninja.exe -v cmTC_7f734] - ignore line: [[1/2] C:\\Qt\\Tools\\mingw1310_64\\bin\\g++.exe -DQT_QML_DEBUG -v -o CMakeFiles/cmTC_7f734.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\\mingw1310_64\\bin\\g++.exe] - ignore line: [Target: x86_64-w64-mingw32] - ignore line: [Configured with: ../../../src/gcc-13.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/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-libssp --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=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev1, Built by MinGW-Builds project' --with-bugurl=https://github.com/niXman/mingw-builds CFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/lib -L/c/buildroot/prerequisites/x86_64-zlib-static/lib -L/c/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/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 13.1.0 (x86_64-posix-seh-rev1 Built by MinGW-Builds project) ] - ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_7f734.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_7f734.dir/'] - ignore line: [ C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/cc1plus.exe -quiet -v -iprefix C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/ -D_REENTRANT -D QT_QML_DEBUG C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_7f734.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=core2 -march=nocona -version -o C:\\Users\\pierr\\AppData\\Local\\Temp\\cclQ4tGS.s] - ignore line: [GNU C++17 (x86_64-posix-seh-rev1 Built by MinGW-Builds project) version 13.1.0 (x86_64-w64-mingw32)] - ignore line: [ compiled by GNU C version 13.1.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.25-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/mingw1310_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++"] - ignore line: [ignoring duplicate directory "C:/Qt/Tools/mingw1310_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32"] - ignore line: [ignoring duplicate directory "C:/Qt/Tools/mingw1310_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward"] - ignore line: [ignoring duplicate directory "C:/Qt/Tools/mingw1310_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include"] - ignore line: [ignoring nonexistent directory "C:/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64D:/a/_temp/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../include"] - ignore line: [ignoring duplicate directory "C:/Qt/Tools/mingw1310_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed"] - ignore line: [ignoring duplicate directory "C:/Qt/Tools/mingw1310_64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include"] - ignore line: [ignoring nonexistent directory "C:/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/mingw/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++] - ignore line: [ C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32] - ignore line: [ C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward] - ignore line: [ C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include] - ignore line: [ C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed] - ignore line: [ C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include] - ignore line: [End of search list.] - ignore line: [Compiler executable checksum: b3d236387f35294e2a73c51628039e05] - ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_7f734.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_7f734.dir/'] - ignore line: [ C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles/cmTC_7f734.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\pierr\\AppData\\Local\\Temp\\cclQ4tGS.s] - ignore line: [GNU assembler version 2.39 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.39] - ignore line: [COMPILER_PATH=C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/] - ignore line: [C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/] - ignore line: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/] - ignore line: [LIBRARY_PATH=C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/] - ignore line: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/] - ignore line: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] - ignore line: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib/] - ignore line: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/] - ignore line: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../\x0d] - ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_7f734.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_7f734.dir/CMakeCXXCompilerABI.cpp.'\x0d] - ignore line: [[2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Qt\\Tools\\mingw1310_64\\bin\\g++.exe -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_7f734.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_7f734.exe -Wl --out-implib libcmTC_7f734.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\\mingw1310_64\\bin\\g++.exe] - ignore line: [COLLECT_LTO_WRAPPER=C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/lto-wrapper.exe] - ignore line: [Target: x86_64-w64-mingw32] - ignore line: [Configured with: ../../../src/gcc-13.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/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-libssp --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=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev1, Built by MinGW-Builds project' --with-bugurl=https://github.com/niXman/mingw-builds CFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/lib -L/c/buildroot/prerequisites/x86_64-zlib-static/lib -L/c/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/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 13.1.0 (x86_64-posix-seh-rev1 Built by MinGW-Builds project) ] - ignore line: [COMPILER_PATH=C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/] - ignore line: [C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/] - ignore line: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/] - ignore line: [LIBRARY_PATH=C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/] - ignore line: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/] - ignore line: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] - ignore line: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib/] - ignore line: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/] - ignore line: [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../] - ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_7f734.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' '-dumpdir' 'cmTC_7f734.'] - link line: [ C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/collect2.exe -plugin C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/liblto_plugin.dll -plugin-opt=C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\pierr\\AppData\\Local\\Temp\\ccF8IU44.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=C:/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64 -m i386pep -Bdynamic -o cmTC_7f734.exe C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0 -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib -LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../.. -v CMakeFiles/cmTC_7f734.dir/CMakeCXXCompilerABI.cpp.obj --out-implib libcmTC_7f734.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/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o] - arg [C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/collect2.exe] ==> ignore - arg [-plugin] ==> ignore - arg [C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/liblto_plugin.dll] ==> ignore - arg [-plugin-opt=C:/Qt/Tools/mingw1310_64/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/lto-wrapper.exe] ==> ignore - arg [-plugin-opt=-fresolution=C:\\Users\\pierr\\AppData\\Local\\Temp\\ccF8IU44.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=C:/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64] ==> ignore - arg [-m] ==> ignore - arg [i386pep] ==> ignore - arg [-Bdynamic] ==> search dynamic - arg [-o] ==> ignore - arg [cmTC_7f734.exe] ==> ignore - arg [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] ==> obj [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] - arg [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o] ==> obj [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o] - arg [-LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0] ==> dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0] - arg [-LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc] ==> dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc] - arg [-LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib] ==> dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib] - arg [-LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib] ==> dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib] - arg [-LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib] ==> dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib] - arg [-LC:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../..] ==> dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../..] - arg [-v] ==> ignore - arg [CMakeFiles/cmTC_7f734.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore - arg [--out-implib] ==> ignore - arg [libcmTC_7f734.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/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o] ==> obj [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o] - linker tool for 'CXX': ../src/gcc-13.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/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-libssp --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=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev1, Built by MinGW-Builds project' --with-bugurl=https:/github.com/niXman/mingw-builds CFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/lib -L/c/buildroot/prerequisites/x86_64-zlib-static/lib -L/c/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/bin/ld.exe - remove lib [msvcrt] - remove lib [msvcrt] - collapse obj [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] ==> [C:/Qt/Tools/mingw1310_64/x86_64-w64-mingw32/lib/crt2.o] - collapse obj [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o] ==> [C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o] - collapse obj [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o] ==> [C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o] - collapse library dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0] ==> [C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0] - collapse library dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc] ==> [C:/Qt/Tools/mingw1310_64/lib/gcc] - collapse library dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib] ==> [C:/Qt/Tools/mingw1310_64/x86_64-w64-mingw32/lib] - collapse library dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib] ==> [C:/Qt/Tools/mingw1310_64/lib] - collapse library dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib] ==> [C:/Qt/Tools/mingw1310_64/x86_64-w64-mingw32/lib] - collapse library dir [C:/Qt/Tools/mingw1310_64/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../..] ==> [C:/Qt/Tools/mingw1310_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/mingw1310_64/x86_64-w64-mingw32/lib/crt2.o;C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o;C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o] - implicit dirs: [C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0;C:/Qt/Tools/mingw1310_64/lib/gcc;C:/Qt/Tools/mingw1310_64/x86_64-w64-mingw32/lib;C:/Qt/Tools/mingw1310_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-13.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/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-libssp --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=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev1, Built by MinGW-Builds project' --with-bugurl=https:/github.com/niXman/mingw-builds CFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/lib -L/c/buildroot/prerequisites/x86_64-zlib-static/lib -L/c/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/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-13.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/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-libssp --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=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev1, Built by MinGW-Builds project' --with-bugurl=https:/github.com/niXman/mingw-builds CFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/lib -L/c/buildroot/prerequisites/x86_64-zlib-static/lib -L/c/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/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-13.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/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-libssp --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=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/buildroot/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev1, Built by MinGW-Builds project' --with-bugurl=https:/github.com/niXman/mingw-builds CFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/include -I/c/buildroot/prerequisites/x86_64-zlib-static/include -I/c/buildroot/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/mingw64/opt/lib -L/c/buildroot/prerequisites/x86_64-zlib-static/lib -L/c/buildroot/prerequisites/x86_64-w64-mingw32-static/lib ' LD_FOR_TARGET=/c/buildroot/x86_64-1310-posix-seh-msvcrt-rt_v11-rev1/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.8.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" - - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6Dependencies.cmake:34 (_qt_internal_find_third_party_dependencies)" - - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6Config.cmake:145 (include)" - - "CMakeLists.txt:7 (find_package)" - checks: - - "Performing Test CMAKE_HAVE_LIBC_PTHREAD" - directories: - source: "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-l41374" - binary: "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-l41374" - cmakeVariables: - CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6;C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules;C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/3rdparty/kwin" - buildResult: - variable: "CMAKE_HAVE_LIBC_PTHREAD" - cached: true - stdout: | - Change Dir: 'C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-l41374' - - Run Build Command(s): C:/Qt/Tools/Ninja/ninja.exe -v cmTC_cfbf4 - [1/2] C:\\Qt\\Tools\\mingw1310_64\\bin\\g++.exe -DCMAKE_HAVE_LIBC_PTHREAD -DQT_QML_DEBUG -o CMakeFiles/cmTC_cfbf4.dir/src.cxx.obj -c C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-l41374/src.cxx - [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Qt\\Tools\\mingw1310_64\\bin\\g++.exe -DQT_QML_DEBUG CMakeFiles/cmTC_cfbf4.dir/src.cxx.obj -o cmTC_cfbf4.exe -Wl,--out-implib,libcmTC_cfbf4.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.8.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.8.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" - - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:35 (_qt_internal_find_third_party_dependencies)" - - "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:145 (find_dependency)" - - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:45 (_qt_internal_find_qt_dependencies)" - - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:43 (include)" - - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6Config.cmake:190 (find_package)" - - "CMakeLists.txt:7 (find_package)" - checks: - - "Performing Test HAVE_STDATOMIC" - directories: - source: "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-na6ihe" - binary: "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-na6ihe" - cmakeVariables: - CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6;C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules;C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/3rdparty/kwin" - buildResult: - variable: "HAVE_STDATOMIC" - cached: true - stdout: | - Change Dir: 'C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-na6ihe' - - Run Build Command(s): C:/Qt/Tools/Ninja/ninja.exe -v cmTC_90f2e - [1/2] C:\\Qt\\Tools\\mingw1310_64\\bin\\g++.exe -DHAVE_STDATOMIC -DQT_QML_DEBUG -o CMakeFiles/cmTC_90f2e.dir/src.cxx.obj -c C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/CMakeScratch/TryCompile-na6ihe/src.cxx - [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Qt\\Tools\\mingw1310_64\\bin\\g++.exe -DQT_QML_DEBUG CMakeFiles/cmTC_90f2e.dir/src.cxx.obj -o cmTC_90f2e.exe -Wl,--out-implib,libcmTC_90f2e.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/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/TargetDirectories.txt" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/TargetDirectories.txt" deleted file mode 100644 index 19283e05176d6fdf3efe922f9622970d9667ff3d..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/TargetDirectories.txt" +++ /dev/null @@ -1,22 +0,0 @@ -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_qmltyperegistration.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/all_qmltyperegistrations.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_qmllint.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_qmllint_json.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_qmllint_module.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/all_qmllint.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/all_qmllint_json.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/all_qmllint_module.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_copy_qml.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_copy_res.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/module_appsans_titre_aotstats_target.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/all_aotstats.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_qmlimportscan.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/edit_cache.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/rebuild_cache.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/list_install_components.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/install.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/install/local.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/install/strip.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_autogen_timestamp_deps.dir -C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_autogen.dir diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_autogen.dir/AutogenInfo.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_autogen.dir/AutogenInfo.json" deleted file mode 100644 index 9f2c87c774cf3c5b4c5381886eb49770dad12189..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_autogen.dir/AutogenInfo.json" +++ /dev/null @@ -1,970 +0,0 @@ -{ - "AUTOGEN_COMMAND_LINE_LENGTH_MAX" : 32000, - "BUILD_DIR" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen", - "CMAKE_BINARY_DIR" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug", - "CMAKE_CURRENT_BINARY_DIR" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug", - "CMAKE_CURRENT_SOURCE_DIR" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre", - "CMAKE_EXECUTABLE" : "C:/Qt/Tools/CMake_64/bin/cmake.exe", - "CMAKE_LIST_FILES" : - [ - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/CMakeLists.txt", - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qtc/package-manager/auto-setup.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeSystem.cmake.in", - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeSystem.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeNinjaFindMake.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:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCXXCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-Determine-CXX.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCompilerIdDetection.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/ADSP-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/ARMCC-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/ARMClang-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/AppleClang-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Borland-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Cray-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/CrayClang-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Embarcadero-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Fujitsu-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GHS-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/HP-CXX-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IAR-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Intel-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/MSVC-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/NVHPC-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/NVIDIA-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/OrangeC-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/PGI-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/PathScale-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/SCO-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/TI-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/TIClang-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Tasking-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Watcom-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/XL-CXX-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindBinUtils.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GNU-FindBinUtils.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompiler.cmake.in", - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_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:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineRCCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeRCCompiler.cmake.in", - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_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/CMakeTestRCCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCommonLanguageInclude.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestCompilerCommon.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/CMakeDetermineLinkerId.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeParseImplicitIncludeInfo.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeParseImplicitLinkInfo.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeParseLibraryArchitecture.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestCompilerCommon.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompileFeatures.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Internal/FeatureTesting.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompiler.cmake.in", - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/3.29.3/CMakeCXXCompiler.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-GNU-CXX-ABI.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6Config.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6ConfigExtras.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtInstallPaths.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6Targets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake", - "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6/QtFeatureCommon.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicAppleHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicGitHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicPluginHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicTargetHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicTestHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicToolHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsVersionlessTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsVersionlessTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", - "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateVersionlessAliasTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointMinGW32Target.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateVersionlessAliasTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake", - "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiVersionlessAliasTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsVersionlessTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationVersionlessAliasTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkPlugins.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkVersionlessAliasTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigExtras.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlFindQmlscInternal.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlPublicCMakeHelpers.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlPlugins.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentVersionlessAliasTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateVersionlessAliasTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderVersionlessAliasTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Config.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2AdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Config.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfig.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlVersionlessAliasTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsVersionlessAliasTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptDependencies.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptVersionlessAliasTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaVersionlessAliasTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersionImpl.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindDependencyMacro.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake", - "C:/Qt/6.8.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.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessAliasTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets-relwithdebinfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickAdditionalTargetInfo.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickPlugins.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickVersionlessAliasTargets.cmake", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigureFileTemplate.in", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlModuleDirMappingTemplate.qrc.in", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigureFileTemplate.in", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/GNUInstallDirs.cmake", - "C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6qmldirTemplate.cmake.in", - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appsans_titre_conf.cmake" - ], - "CMAKE_SOURCE_DIR" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre", - "CROSS_CONFIG" : false, - "DEP_FILE" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/deps", - "DEP_FILE_RULE_NAME" : "appsans_titre_autogen/timestamp", - "HEADERS" : [], - "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], - "INCLUDE_DIR" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/include", - "MOC_COMPILATION_FILE" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_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_QMLINTEGRATION_LIB", - "QT_QMLMETA_LIB", - "QT_QMLMODELS_LIB", - "QT_QMLWORKERSCRIPT_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/pierr/OneDrive/Documents/C++/sans_titre", - "C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2", - "C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2/QtQml", - "C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2", - "C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2/QtCore", - "C:/Qt/6.8.2/mingw_64/include/QtCore", - "C:/Qt/6.8.2/mingw_64/include", - "C:/Qt/6.8.2/mingw_64/mkspecs/win32-g++", - "C:/Qt/6.8.2/mingw_64/include/QtQml", - "C:/Qt/6.8.2/mingw_64/include/QtQmlIntegration", - "C:/Qt/6.8.2/mingw_64/include/QtNetwork", - "C:/Qt/6.8.2/mingw_64/include/QtQuick", - "C:/Qt/6.8.2/mingw_64/include/QtGui", - "C:/Qt/6.8.2/mingw_64/include/QtQmlMeta", - "C:/Qt/6.8.2/mingw_64/include/QtQmlModels", - "C:/Qt/6.8.2/mingw_64/include/QtQmlWorkerScript", - "C:/Qt/6.8.2/mingw_64/include/QtOpenGL", - "C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++", - "C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32", - "C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward", - "C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include", - "C:/Qt/Tools/mingw1310_64/lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed", - "C:/Qt/Tools/mingw1310_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/mingw1310_64/bin/g++.exe", - "-dM", - "-E", - "-c", - "C:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp" - ], - "MOC_PREDEFS_FILE" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/moc_predefs.h", - "MOC_RELAXED_MODE" : false, - "MOC_SKIP" : - [ - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appsans_titre_raw_qml_0.cpp", - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_sans_titre.cpp", - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_Main_qml.cpp", - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_qmlcache_loader.cpp", - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_qmltyperegistrations.cpp" - ], - "MULTI_CONFIG" : false, - "PARALLEL" : 10, - "PARSE_CACHE_FILE" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_autogen.dir/ParseCache.txt", - "QT_MOC_EXECUTABLE" : "C:/Qt/6.8.2/mingw_64/bin/moc.exe", - "QT_UIC_EXECUTABLE" : "", - "QT_VERSION_MAJOR" : 6, - "QT_VERSION_MINOR" : 8, - "SETTINGS_FILE" : "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_autogen.dir/AutogenUsed.txt", - "SOURCES" : - [ - [ - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/main.cpp", - "MU", - null - ] - ], - "UIC_OPTIONS" : [], - "UIC_SEARCH_PATHS" : [], - "UIC_SKIP" : - [ - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appsans_titre_raw_qml_0.cpp", - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_sans_titre.cpp", - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_Main_qml.cpp", - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_qmlcache_loader.cpp", - "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_qmltyperegistrations.cpp" - ], - "UIC_UI_FILES" : [], - "USE_BETTER_GRAPH" : true, - "VERBOSITY" : 0 -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/clean_additional.cmake" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/clean_additional.cmake" deleted file mode 100644 index 4c37142e1d3bcbfefa6370d35ed65135a266646d..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_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\\appsans_titre_autogen.dir\\AutogenUsed.txt" - "CMakeFiles\\appsans_titre_autogen.dir\\ParseCache.txt" - "appsans_titre_autogen" - ) -endif() diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/cmake.check_cache" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/cmake.check_cache" deleted file mode 100644 index 3dccd731726d7faa8b29d8d7dba3b981a53ca497..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_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/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/rules.ninja" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/rules.ninja" deleted file mode 100644 index a2d0643645ae317cf664e674e1204359dac26a90..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_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: sans_titre -# Configurations: Debug -# ============================================================================= -# ============================================================================= - -############################################# -# Rule for compiling CXX files. - -rule CXX_COMPILER__appsans_titre_unscanned_Debug - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Qt\Tools\mingw1310_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__appsans_titre_Debug - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Qt\Tools\mingw1310_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\pierr\OneDrive\Documents\C++\sans_titre -BC:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_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/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Testing/Temporary/LastTest.log" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Testing/Temporary/LastTest.log" deleted file mode 100644 index 55ec7d8f046290e515305e27156f1cd33d5d13fd..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Testing/Temporary/LastTest.log" +++ /dev/null @@ -1,3 +0,0 @@ -Start testing: Mar 10 11:25 Paris, Madrid ----------------------------------------------------------- -End testing: Mar 10 11:25 Paris, Madrid diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/build.ninja" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/build.ninja" deleted file mode 100644 index 4918a8f80310a8724f89a0d0e9eded6e4f0d3b29..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/build.ninja" +++ /dev/null @@ -1,535 +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: sans_titre -# 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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/ -# ============================================================================= -# Object build statements for EXECUTABLE target appsans_titre - - -############################################# -# Order-only phony target for appsans_titre - -build cmake_object_order_depends_target_appsans_titre: phony || .qt/rcc/qrc_appsans_titre_raw_qml_0.cpp .qt/rcc/qrc_qmake_sans_titre.cpp .rcc/qmlcache/appsans_titre_Main_qml.cpp .rcc/qmlcache/appsans_titre_Main_qml.cpp.aotstats .rcc/qmlcache/appsans_titre_qmlcache_loader.cpp appsans_titre_autogen appsans_titre_autogen/mocs_compilation.cpp appsans_titre_autogen/timestamp appsans_titre_autogen_timestamp_deps appsans_titre_copy_qml appsans_titre_copy_res appsans_titre_qmlimportscan appsans_titre_qmltyperegistrations.cpp meta_types/appsans_titre_json_file_list.txt meta_types/appsans_titre_json_file_list.txt.timestamp meta_types/qt6appsans_titre_debug_metatypes.json meta_types/qt6appsans_titre_debug_metatypes.json.gen sans_titre/appsans_titre.qmltypes - -build CMakeFiles/appsans_titre.dir/appsans_titre_autogen/mocs_compilation.cpp.obj: CXX_COMPILER__appsans_titre_unscanned_Debug C$:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_appsans_titre - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMETA_LIB -DQT_QMLMODELS_LIB -DQT_QMLWORKERSCRIPT_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appsans_titre.dir\appsans_titre_autogen\mocs_compilation.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/include -IC:/Users/pierr/OneDrive/Documents/C++/sans_titre -isystem C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2 -isystem C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2/QtQml -isystem C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2 -isystem C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2/QtCore -isystem C:/Qt/6.8.2/mingw_64/include/QtCore -isystem C:/Qt/6.8.2/mingw_64/include -isystem C:/Qt/6.8.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.8.2/mingw_64/include/QtQml -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.8.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.8.2/mingw_64/include/QtQuick -isystem C:/Qt/6.8.2/mingw_64/include/QtGui -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlMeta -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlWorkerScript -isystem C:/Qt/6.8.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appsans_titre.dir - OBJECT_FILE_DIR = CMakeFiles\appsans_titre.dir\appsans_titre_autogen - TARGET_COMPILE_PDB = CMakeFiles\appsans_titre.dir\ - TARGET_PDB = appsans_titre.pdb - -build CMakeFiles/appsans_titre.dir/main.cpp.obj: CXX_COMPILER__appsans_titre_unscanned_Debug C$:/Users/pierr/OneDrive/Documents/C++/sans_titre/main.cpp || cmake_object_order_depends_target_appsans_titre - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMETA_LIB -DQT_QMLMODELS_LIB -DQT_QMLWORKERSCRIPT_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appsans_titre.dir\main.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/include -IC:/Users/pierr/OneDrive/Documents/C++/sans_titre -isystem C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2 -isystem C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2/QtQml -isystem C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2 -isystem C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2/QtCore -isystem C:/Qt/6.8.2/mingw_64/include/QtCore -isystem C:/Qt/6.8.2/mingw_64/include -isystem C:/Qt/6.8.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.8.2/mingw_64/include/QtQml -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.8.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.8.2/mingw_64/include/QtQuick -isystem C:/Qt/6.8.2/mingw_64/include/QtGui -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlMeta -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlWorkerScript -isystem C:/Qt/6.8.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appsans_titre.dir - OBJECT_FILE_DIR = CMakeFiles\appsans_titre.dir - TARGET_COMPILE_PDB = CMakeFiles\appsans_titre.dir\ - TARGET_PDB = appsans_titre.pdb - -build CMakeFiles/appsans_titre.dir/appsans_titre_qmltyperegistrations.cpp.obj: CXX_COMPILER__appsans_titre_unscanned_Debug C$:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_qmltyperegistrations.cpp || cmake_object_order_depends_target_appsans_titre - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMETA_LIB -DQT_QMLMODELS_LIB -DQT_QMLWORKERSCRIPT_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appsans_titre.dir\appsans_titre_qmltyperegistrations.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always -Wa,-mbig-obj - INCLUDES = -IC:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/include -IC:/Users/pierr/OneDrive/Documents/C++/sans_titre -isystem C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2 -isystem C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2/QtQml -isystem C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2 -isystem C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2/QtCore -isystem C:/Qt/6.8.2/mingw_64/include/QtCore -isystem C:/Qt/6.8.2/mingw_64/include -isystem C:/Qt/6.8.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.8.2/mingw_64/include/QtQml -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.8.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.8.2/mingw_64/include/QtQuick -isystem C:/Qt/6.8.2/mingw_64/include/QtGui -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlMeta -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlWorkerScript -isystem C:/Qt/6.8.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appsans_titre.dir - OBJECT_FILE_DIR = CMakeFiles\appsans_titre.dir - TARGET_COMPILE_PDB = CMakeFiles\appsans_titre.dir\ - TARGET_PDB = appsans_titre.pdb - -build CMakeFiles/appsans_titre.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_sans_titre.cpp.obj: CXX_COMPILER__appsans_titre_unscanned_Debug C$:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_sans_titre.cpp || cmake_object_order_depends_target_appsans_titre - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMETA_LIB -DQT_QMLMODELS_LIB -DQT_QMLWORKERSCRIPT_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appsans_titre.dir\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.qt\rcc\qrc_qmake_sans_titre.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/include -IC:/Users/pierr/OneDrive/Documents/C++/sans_titre -isystem C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2 -isystem C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2/QtQml -isystem C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2 -isystem C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2/QtCore -isystem C:/Qt/6.8.2/mingw_64/include/QtCore -isystem C:/Qt/6.8.2/mingw_64/include -isystem C:/Qt/6.8.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.8.2/mingw_64/include/QtQml -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.8.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.8.2/mingw_64/include/QtQuick -isystem C:/Qt/6.8.2/mingw_64/include/QtGui -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlMeta -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlWorkerScript -isystem C:/Qt/6.8.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appsans_titre.dir - OBJECT_FILE_DIR = CMakeFiles\appsans_titre.dir\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.qt\rcc - TARGET_COMPILE_PDB = CMakeFiles\appsans_titre.dir\ - TARGET_PDB = appsans_titre.pdb - -build CMakeFiles/appsans_titre.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_qmlcache_loader.cpp.obj: CXX_COMPILER__appsans_titre_unscanned_Debug C$:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_qmlcache_loader.cpp || cmake_object_order_depends_target_appsans_titre - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMETA_LIB -DQT_QMLMODELS_LIB -DQT_QMLWORKERSCRIPT_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appsans_titre.dir\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.rcc\qmlcache\appsans_titre_qmlcache_loader.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/include -IC:/Users/pierr/OneDrive/Documents/C++/sans_titre -isystem C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2 -isystem C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2/QtQml -isystem C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2 -isystem C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2/QtCore -isystem C:/Qt/6.8.2/mingw_64/include/QtCore -isystem C:/Qt/6.8.2/mingw_64/include -isystem C:/Qt/6.8.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.8.2/mingw_64/include/QtQml -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.8.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.8.2/mingw_64/include/QtQuick -isystem C:/Qt/6.8.2/mingw_64/include/QtGui -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlMeta -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlWorkerScript -isystem C:/Qt/6.8.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appsans_titre.dir - OBJECT_FILE_DIR = CMakeFiles\appsans_titre.dir\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.rcc\qmlcache - TARGET_COMPILE_PDB = CMakeFiles\appsans_titre.dir\ - TARGET_PDB = appsans_titre.pdb - -build CMakeFiles/appsans_titre.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_Main_qml.cpp.obj: CXX_COMPILER__appsans_titre_unscanned_Debug C$:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_Main_qml.cpp || cmake_object_order_depends_target_appsans_titre - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMETA_LIB -DQT_QMLMODELS_LIB -DQT_QMLWORKERSCRIPT_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appsans_titre.dir\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.rcc\qmlcache\appsans_titre_Main_qml.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/include -IC:/Users/pierr/OneDrive/Documents/C++/sans_titre -isystem C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2 -isystem C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2/QtQml -isystem C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2 -isystem C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2/QtCore -isystem C:/Qt/6.8.2/mingw_64/include/QtCore -isystem C:/Qt/6.8.2/mingw_64/include -isystem C:/Qt/6.8.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.8.2/mingw_64/include/QtQml -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.8.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.8.2/mingw_64/include/QtQuick -isystem C:/Qt/6.8.2/mingw_64/include/QtGui -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlMeta -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlWorkerScript -isystem C:/Qt/6.8.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appsans_titre.dir - OBJECT_FILE_DIR = CMakeFiles\appsans_titre.dir\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.rcc\qmlcache - TARGET_COMPILE_PDB = CMakeFiles\appsans_titre.dir\ - TARGET_PDB = appsans_titre.pdb - -build CMakeFiles/appsans_titre.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appsans_titre_raw_qml_0.cpp.obj: CXX_COMPILER__appsans_titre_unscanned_Debug C$:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appsans_titre_raw_qml_0.cpp || cmake_object_order_depends_target_appsans_titre - DEFINES = -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NEEDS_QMAIN -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMETA_LIB -DQT_QMLMODELS_LIB -DQT_QMLWORKERSCRIPT_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 - DEP_FILE = CMakeFiles\appsans_titre.dir\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.qt\rcc\qrc_appsans_titre_raw_qml_0.cpp.obj.d - FLAGS = -DQT_QML_DEBUG -g -fdiagnostics-color=always - INCLUDES = -IC:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/include -IC:/Users/pierr/OneDrive/Documents/C++/sans_titre -isystem C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2 -isystem C:/Qt/6.8.2/mingw_64/include/QtQml/6.8.2/QtQml -isystem C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2 -isystem C:/Qt/6.8.2/mingw_64/include/QtCore/6.8.2/QtCore -isystem C:/Qt/6.8.2/mingw_64/include/QtCore -isystem C:/Qt/6.8.2/mingw_64/include -isystem C:/Qt/6.8.2/mingw_64/mkspecs/win32-g++ -isystem C:/Qt/6.8.2/mingw_64/include/QtQml -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlIntegration -isystem C:/Qt/6.8.2/mingw_64/include/QtNetwork -isystem C:/Qt/6.8.2/mingw_64/include/QtQuick -isystem C:/Qt/6.8.2/mingw_64/include/QtGui -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlMeta -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlModels -isystem C:/Qt/6.8.2/mingw_64/include/QtQmlWorkerScript -isystem C:/Qt/6.8.2/mingw_64/include/QtOpenGL - OBJECT_DIR = CMakeFiles\appsans_titre.dir - OBJECT_FILE_DIR = CMakeFiles\appsans_titre.dir\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.qt\rcc - TARGET_COMPILE_PDB = CMakeFiles\appsans_titre.dir\ - TARGET_PDB = appsans_titre.pdb - - -# ============================================================================= -# Link build statements for EXECUTABLE target appsans_titre - - -############################################# -# Link the executable appsans_titre.exe - -build appsans_titre.exe: CXX_EXECUTABLE_LINKER__appsans_titre_Debug CMakeFiles/appsans_titre.dir/appsans_titre_autogen/mocs_compilation.cpp.obj CMakeFiles/appsans_titre.dir/main.cpp.obj CMakeFiles/appsans_titre.dir/appsans_titre_qmltyperegistrations.cpp.obj CMakeFiles/appsans_titre.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_sans_titre.cpp.obj CMakeFiles/appsans_titre.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_qmlcache_loader.cpp.obj CMakeFiles/appsans_titre.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_Main_qml.cpp.obj CMakeFiles/appsans_titre.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appsans_titre_raw_qml_0.cpp.obj | C$:/Qt/6.8.2/mingw_64/lib/libQt6Quick.a C$:/Qt/6.8.2/mingw_64/lib/libQt6QmlMeta.a C$:/Qt/6.8.2/mingw_64/lib/libQt6QmlWorkerScript.a C$:/Qt/6.8.2/mingw_64/lib/libQt6QmlModels.a C$:/Qt/6.8.2/mingw_64/lib/libQt6Qml.a C$:/Qt/6.8.2/mingw_64/lib/libQt6Network.a C$:/Qt/6.8.2/mingw_64/lib/libQt6OpenGL.a C$:/Qt/6.8.2/mingw_64/lib/libQt6Gui.a C$:/Qt/6.8.2/mingw_64/lib/libQt6Core.a C$:/Qt/6.8.2/mingw_64/lib/libQt6EntryPoint.a || appsans_titre_autogen appsans_titre_autogen_timestamp_deps appsans_titre_copy_qml appsans_titre_copy_res appsans_titre_qmlimportscan - FLAGS = -DQT_QML_DEBUG -g - LINK_FLAGS = -mwindows - LINK_LIBRARIES = C:/Qt/6.8.2/mingw_64/lib/libQt6Quick.a C:/Qt/6.8.2/mingw_64/lib/libQt6QmlMeta.a C:/Qt/6.8.2/mingw_64/lib/libQt6QmlWorkerScript.a C:/Qt/6.8.2/mingw_64/lib/libQt6QmlModels.a C:/Qt/6.8.2/mingw_64/lib/libQt6Qml.a C:/Qt/6.8.2/mingw_64/lib/libQt6Network.a -lws2_32 C:/Qt/6.8.2/mingw_64/lib/libQt6OpenGL.a C:/Qt/6.8.2/mingw_64/lib/libQt6Gui.a C:/Qt/6.8.2/mingw_64/lib/libQt6Core.a -lmpr -luserenv -lmingw32 C:/Qt/6.8.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\appsans_titre.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = CMakeFiles\appsans_titre.dir\ - TARGET_FILE = appsans_titre.exe - TARGET_IMPLIB = libappsans_titre.dll.a - TARGET_PDB = appsans_titre.pdb - - -############################################# -# Utility command for appsans_titre_qmltyperegistration - -build appsans_titre_qmltyperegistration: phony CMakeFiles/appsans_titre_qmltyperegistration appsans_titre_qmltyperegistrations.cpp sans_titre/appsans_titre.qmltypes - - -############################################# -# Utility command for all_qmltyperegistrations - -build all_qmltyperegistrations: phony appsans_titre_qmltyperegistration - - -############################################# -# Utility command for appsans_titre_qmllint - -build appsans_titre_qmllint: phony CMakeFiles/appsans_titre_qmllint all_qmltyperegistrations - - -############################################# -# Utility command for appsans_titre_qmllint_json - -build appsans_titre_qmllint_json: phony CMakeFiles/appsans_titre_qmllint_json all_qmltyperegistrations - - -############################################# -# Utility command for appsans_titre_qmllint_module - -build appsans_titre_qmllint_module: phony CMakeFiles/appsans_titre_qmllint_module all_qmltyperegistrations - - -############################################# -# Utility command for all_qmllint - -build all_qmllint: phony appsans_titre_qmllint - - -############################################# -# Utility command for all_qmllint_json - -build all_qmllint_json: phony appsans_titre_qmllint_json - - -############################################# -# Utility command for all_qmllint_module - -build all_qmllint_module: phony appsans_titre_qmllint_module - - -############################################# -# Utility command for appsans_titre_copy_qml - -build appsans_titre_copy_qml: phony CMakeFiles/appsans_titre_copy_qml .qt/appsans_titre_qml.txt - - -############################################# -# Utility command for appsans_titre_copy_res - -build appsans_titre_copy_res: phony CMakeFiles/appsans_titre_copy_res .qt/appsans_titre_res.txt - - -############################################# -# Utility command for module_appsans_titre_aotstats_target - -build module_appsans_titre_aotstats_target: phony CMakeFiles/module_appsans_titre_aotstats_target .rcc/qmlcache/module_appsans_titre.aotstats .rcc/qmlcache/appsans_titre_Main_qml.cpp .rcc/qmlcache/appsans_titre_Main_qml.cpp.aotstats appsans_titre_qmltyperegistrations.cpp sans_titre/appsans_titre.qmltypes appsans_titre_qmltyperegistration - - -############################################# -# Utility command for all_aotstats - -build all_aotstats: phony CMakeFiles/all_aotstats .rcc/qmlcache/all_aotstats.aotstats .rcc/qmlcache/all_aotstats.txt .rcc/qmlcache/module_appsans_titre.aotstats .rcc/qmlcache/appsans_titre_Main_qml.cpp .rcc/qmlcache/appsans_titre_Main_qml.cpp.aotstats appsans_titre_qmltyperegistrations.cpp sans_titre/appsans_titre.qmltypes module_appsans_titre_aotstats_target - - -############################################# -# Utility command for appsans_titre_qmlimportscan - -build appsans_titre_qmlimportscan: phony CMakeFiles/appsans_titre_qmlimportscan .qt/qml_imports/appsans_titre_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\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug && C:\Qt\Tools\CMake_64\bin\cmake-gui.exe -SC:\Users\pierr\OneDrive\Documents\C++\sans_titre -BC:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_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\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug && C:\Qt\Tools\CMake_64\bin\cmake.exe --regenerate-during-build -SC:\Users\pierr\OneDrive\Documents\C++\sans_titre -BC:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_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\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_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\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_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\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_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 appsans_titre_autogen_timestamp_deps - -build appsans_titre_autogen_timestamp_deps: phony appsans_titre_copy_qml appsans_titre_copy_res appsans_titre_qmlimportscan - - -############################################# -# Utility command for appsans_titre_autogen - -build appsans_titre_autogen: phony CMakeFiles/appsans_titre_autogen appsans_titre_autogen/timestamp appsans_titre_autogen/mocs_compilation.cpp appsans_titre_autogen_timestamp_deps - - -############################################# -# Custom command for meta_types\qt6appsans_titre_debug_metatypes.json.gen - -build meta_types/qt6appsans_titre_debug_metatypes.json.gen meta_types/qt6appsans_titre_debug_metatypes.json | ${cmake_ninja_workdir}meta_types/qt6appsans_titre_debug_metatypes.json.gen ${cmake_ninja_workdir}meta_types/qt6appsans_titre_debug_metatypes.json: CUSTOM_COMMAND C$:/Qt/6.8.2/mingw_64/bin/moc.exe meta_types/appsans_titre_json_file_list.txt || appsans_titre_autogen appsans_titre_autogen_timestamp_deps appsans_titre_copy_qml appsans_titre_copy_res appsans_titre_qmlimportscan - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug && C:\Qt\6.8.2\mingw_64\bin\moc.exe -o C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/qt6appsans_titre_debug_metatypes.json.gen --collect-json @C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/appsans_titre_json_file_list.txt && C:\Qt\Tools\CMake_64\bin\cmake.exe -E copy_if_different C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/qt6appsans_titre_debug_metatypes.json.gen C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/qt6appsans_titre_debug_metatypes.json" - DESC = Running moc --collect-json for target appsans_titre - restat = 1 - - -############################################# -# Custom command for appsans_titre_qmltyperegistrations.cpp - -build appsans_titre_qmltyperegistrations.cpp sans_titre/appsans_titre.qmltypes | ${cmake_ninja_workdir}appsans_titre_qmltyperegistrations.cpp ${cmake_ninja_workdir}sans_titre/appsans_titre.qmltypes: CUSTOM_COMMAND qmltypes/appsans_titre_foreign_types.txt meta_types/qt6appsans_titre_debug_metatypes.json C$:/Qt/6.8.2/mingw_64/bin/qmltyperegistrar.exe C$:/Qt/6.8.2/mingw_64/metatypes/qt6core_relwithdebinfo_metatypes.json C$:/Qt/6.8.2/mingw_64/metatypes/qt6qml_relwithdebinfo_metatypes.json C$:/Qt/6.8.2/mingw_64/metatypes/qt6network_relwithdebinfo_metatypes.json C$:/Qt/6.8.2/mingw_64/metatypes/qt6quick_relwithdebinfo_metatypes.json C$:/Qt/6.8.2/mingw_64/metatypes/qt6gui_relwithdebinfo_metatypes.json C$:/Qt/6.8.2/mingw_64/metatypes/qt6qmlmeta_relwithdebinfo_metatypes.json C$:/Qt/6.8.2/mingw_64/metatypes/qt6qmlmodels_relwithdebinfo_metatypes.json C$:/Qt/6.8.2/mingw_64/metatypes/qt6qmlworkerscript_relwithdebinfo_metatypes.json C$:/Qt/6.8.2/mingw_64/metatypes/qt6opengl_relwithdebinfo_metatypes.json - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug && C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.8.2/mingw_64/bin/qmltyperegistrar.exe --generate-qmltypes=C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre/appsans_titre.qmltypes --import-name=sans_titre --major-version=1 --minor-version=0 @C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/qmltypes/appsans_titre_foreign_types.txt -o C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_qmltyperegistrations.cpp C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/qt6appsans_titre_debug_metatypes.json && C:\Qt\Tools\CMake_64\bin\cmake.exe -E make_directory C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qmltypes && C:\Qt\Tools\CMake_64\bin\cmake.exe -E touch C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qmltypes/appsans_titre.qmltypes" - DESC = Automatic QML type registration for target appsans_titre - restat = 1 - - -############################################# -# Custom command for .qt\rcc\qrc_qmake_sans_titre.cpp - -build .qt/rcc/qrc_qmake_sans_titre.cpp | ${cmake_ninja_workdir}.qt/rcc/qrc_qmake_sans_titre.cpp: CUSTOM_COMMAND sans_titre/qmldir .qt/rcc/qmake_sans_titre.qrc C$:/Qt/6.8.2/mingw_64/bin/rcc.exe || appsans_titre_autogen appsans_titre_autogen_timestamp_deps appsans_titre_copy_qml appsans_titre_copy_res appsans_titre_qmlimportscan - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug && C:\Qt\6.8.2\mingw_64\bin\rcc.exe --output C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_sans_titre.cpp --name qmake_sans_titre C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_sans_titre.qrc --no-zstd" - DESC = Running rcc for resource qmake_sans_titre - restat = 1 - - -############################################# -# Custom command for .rcc\qmlcache\appsans_titre_qmlcache_loader.cpp - -build .rcc/qmlcache/appsans_titre_qmlcache_loader.cpp | ${cmake_ninja_workdir}.rcc/qmlcache/appsans_titre_qmlcache_loader.cpp: CUSTOM_COMMAND C$:/Qt/6.8.2/mingw_64/bin/qmlcachegen.exe .rcc/qmlcache/appsans_titre_qml_loader_file_list.rsp .qt/rcc/qmake_sans_titre.qrc .qt/rcc/appsans_titre_raw_qml_0.qrc || appsans_titre_autogen appsans_titre_autogen_timestamp_deps appsans_titre_copy_qml appsans_titre_copy_res appsans_titre_qmlimportscan - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug && C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.8.2/mingw_64/bin/qmlcachegen.exe --resource-name qmlcache_appsans_titre -o C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_qmlcache_loader.cpp @C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_qml_loader_file_list.rsp" - DESC = Generating .rcc/qmlcache/appsans_titre_qmlcache_loader.cpp - restat = 1 - - -############################################# -# Custom command for .rcc\qmlcache\appsans_titre_Main_qml.cpp - -build .rcc/qmlcache/appsans_titre_Main_qml.cpp .rcc/qmlcache/appsans_titre_Main_qml.cpp.aotstats | ${cmake_ninja_workdir}.rcc/qmlcache/appsans_titre_Main_qml.cpp ${cmake_ninja_workdir}.rcc/qmlcache/appsans_titre_Main_qml.cpp.aotstats: CUSTOM_COMMAND C$:/Qt/6.8.2/mingw_64/bin/qmlcachegen.exe C$:/Users/pierr/OneDrive/Documents/C++/sans_titre/Main.qml .qt/rcc/qmake_sans_titre.qrc .qt/rcc/appsans_titre_raw_qml_0.qrc sans_titre/appsans_titre.qmltypes sans_titre/qmldir - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug && C:\Qt\Tools\CMake_64\bin\cmake.exe -E make_directory C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache && C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.8.2/mingw_64/bin/qmlcachegen.exe --bare --resource-path /qt/qml/sans_titre/Main.qml -I C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug -I C:/Qt/6.8.2/mingw_64/qml -i C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre/qmldir --resource C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_sans_titre.qrc --resource C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appsans_titre_raw_qml_0.qrc --dump-aot-stats --module-id=sans_titre(appsans_titre) -o C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appsans_titre_Main_qml.cpp C:/Users/pierr/OneDrive/Documents/C++/sans_titre/Main.qml" - DESC = Generating .rcc/qmlcache/appsans_titre_Main_qml.cpp, .rcc/qmlcache/appsans_titre_Main_qml.cpp.aotstats - restat = 1 - - -############################################# -# Custom command for .qt\rcc\qrc_appsans_titre_raw_qml_0.cpp - -build .qt/rcc/qrc_appsans_titre_raw_qml_0.cpp | ${cmake_ninja_workdir}.qt/rcc/qrc_appsans_titre_raw_qml_0.cpp: CUSTOM_COMMAND C$:/Users/pierr/OneDrive/Documents/C++/sans_titre/Main.qml .qt/rcc/appsans_titre_raw_qml_0.qrc C$:/Qt/6.8.2/mingw_64/bin/rcc.exe || appsans_titre_autogen appsans_titre_autogen_timestamp_deps appsans_titre_copy_qml appsans_titre_copy_res appsans_titre_qmlimportscan - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug && C:\Qt\6.8.2\mingw_64\bin\rcc.exe --output C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appsans_titre_raw_qml_0.cpp --name appsans_titre_raw_qml_0 C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appsans_titre_raw_qml_0.qrc --no-zstd" - DESC = Running rcc for resource appsans_titre_raw_qml_0 - restat = 1 - - -############################################# -# Custom command for appsans_titre_autogen\timestamp - -build appsans_titre_autogen/timestamp appsans_titre_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}appsans_titre_autogen/timestamp ${cmake_ninja_workdir}appsans_titre_autogen/mocs_compilation.cpp: CUSTOM_COMMAND C$:/Qt/6.8.2/mingw_64/bin/moc.exe || appsans_titre_autogen_timestamp_deps appsans_titre_copy_qml appsans_titre_copy_res appsans_titre_qmlimportscan - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug && C:\Qt\Tools\CMake_64\bin\cmake.exe -E cmake_autogen C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_autogen.dir/AutogenInfo.json Debug && C:\Qt\Tools\CMake_64\bin\cmake.exe -E touch C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/timestamp && C:\Qt\Tools\CMake_64\bin\cmake.exe -E cmake_transform_depfile Ninja gccdepfile C:/Users/pierr/OneDrive/Documents/C++/sans_titre C:/Users/pierr/OneDrive/Documents/C++/sans_titre C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/deps C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/d/f375754cf6bd7cb9d4d6eb8d01fbaba1b41757b4cfae2a9d5e2c67e784af94dc.d" - DESC = Automatic MOC and UIC for target appsans_titre - depfile = CMakeFiles\d\f375754cf6bd7cb9d4d6eb8d01fbaba1b41757b4cfae2a9d5e2c67e784af94dc.d - deps = gcc - restat = 1 - - -############################################# -# Custom command for meta_types\appsans_titre_json_file_list.txt - -build meta_types/appsans_titre_json_file_list.txt meta_types/appsans_titre_json_file_list.txt.timestamp | ${cmake_ninja_workdir}meta_types/appsans_titre_json_file_list.txt ${cmake_ninja_workdir}meta_types/appsans_titre_json_file_list.txt.timestamp: CUSTOM_COMMAND C$:/Qt/6.8.2/mingw_64/bin/cmake_automoc_parser.exe appsans_titre_autogen/timestamp || appsans_titre_autogen appsans_titre_autogen_timestamp_deps appsans_titre_copy_qml appsans_titre_copy_res appsans_titre_qmlimportscan - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug && C:\Qt\6.8.2\mingw_64\bin\cmake_automoc_parser.exe --cmake-autogen-cache-file C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_autogen.dir/ParseCache.txt --cmake-autogen-info-file C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appsans_titre_autogen.dir/AutogenInfo.json --output-file-path C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/appsans_titre_json_file_list.txt --timestamp-file-path C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/appsans_titre_json_file_list.txt.timestamp --cmake-autogen-include-dir-path C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre_autogen/include" - DESC = Running AUTOMOC file extraction for target appsans_titre - restat = 1 - - -############################################# -# Phony custom command for CMakeFiles\appsans_titre_qmltyperegistration - -build CMakeFiles/appsans_titre_qmltyperegistration | ${cmake_ninja_workdir}CMakeFiles/appsans_titre_qmltyperegistration: phony appsans_titre_qmltyperegistrations.cpp sans_titre/appsans_titre.qmltypes - - -############################################# -# Custom command for CMakeFiles\appsans_titre_qmllint - -build CMakeFiles/appsans_titre_qmllint | ${cmake_ninja_workdir}CMakeFiles/appsans_titre_qmllint: CUSTOM_COMMAND C$:/Qt/6.8.2/mingw_64/bin/qmllint.exe C$:/Users/pierr/OneDrive/Documents/C++/sans_titre/Main.qml .rcc/qmllint/appsans_titre.rsp || all_qmltyperegistrations appsans_titre_qmltyperegistration - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre && C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.8.2/mingw_64/bin/qmllint.exe @C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmllint/appsans_titre.rsp" - - -############################################# -# Custom command for CMakeFiles\appsans_titre_qmllint_json - -build CMakeFiles/appsans_titre_qmllint_json | ${cmake_ninja_workdir}CMakeFiles/appsans_titre_qmllint_json: CUSTOM_COMMAND C$:/Qt/6.8.2/mingw_64/bin/qmllint.exe C$:/Users/pierr/OneDrive/Documents/C++/sans_titre/Main.qml .rcc/qmllint/appsans_titre_json.rsp || all_qmltyperegistrations appsans_titre_qmltyperegistration - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre && C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.8.2/mingw_64/bin/qmllint.exe @C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmllint/appsans_titre_json.rsp" - - -############################################# -# Custom command for CMakeFiles\appsans_titre_qmllint_module - -build CMakeFiles/appsans_titre_qmllint_module | ${cmake_ninja_workdir}CMakeFiles/appsans_titre_qmllint_module: CUSTOM_COMMAND C$:/Qt/6.8.2/mingw_64/bin/qmllint.exe C$:/Users/pierr/OneDrive/Documents/C++/sans_titre/Main.qml .rcc/qmllint/appsans_titre_module.rsp || all_qmltyperegistrations appsans_titre_qmltyperegistration - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre && C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.8.2/mingw_64/bin/qmllint.exe @C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmllint/appsans_titre_module.rsp" - - -############################################# -# Phony custom command for CMakeFiles\appsans_titre_copy_qml - -build CMakeFiles/appsans_titre_copy_qml | ${cmake_ninja_workdir}CMakeFiles/appsans_titre_copy_qml: phony .qt/appsans_titre_qml.txt - - -############################################# -# Custom command for .qt\appsans_titre_qml.txt - -build .qt/appsans_titre_qml.txt | ${cmake_ninja_workdir}.qt/appsans_titre_qml.txt: CUSTOM_COMMAND C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlCopyFiles.cmake C$:/Users/pierr/OneDrive/Documents/C++/sans_titre/Main.qml - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug && C:\Qt\Tools\CMake_64\bin\cmake.exe -DFILES_INFO_PATH=C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/appsans_titre_qml.cmake -P C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlCopyFiles.cmake" - DESC = Copying appsans_titre qml sources into build dir - restat = 1 - - -############################################# -# Phony custom command for CMakeFiles\appsans_titre_copy_res - -build CMakeFiles/appsans_titre_copy_res | ${cmake_ninja_workdir}CMakeFiles/appsans_titre_copy_res: phony .qt/appsans_titre_res.txt - - -############################################# -# Custom command for .qt\appsans_titre_res.txt - -build .qt/appsans_titre_res.txt | ${cmake_ninja_workdir}.qt/appsans_titre_res.txt: CUSTOM_COMMAND C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlCopyFiles.cmake - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug && C:\Qt\Tools\CMake_64\bin\cmake.exe -DFILES_INFO_PATH=C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/appsans_titre_res.cmake -P C:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlCopyFiles.cmake" - DESC = Copying appsans_titre qml resources into build dir - restat = 1 - - -############################################# -# Phony custom command for CMakeFiles\module_appsans_titre_aotstats_target - -build CMakeFiles/module_appsans_titre_aotstats_target | ${cmake_ninja_workdir}CMakeFiles/module_appsans_titre_aotstats_target: phony .rcc/qmlcache/module_appsans_titre.aotstats || appsans_titre_qmltyperegistration - - -############################################# -# Custom command for .rcc\qmlcache\module_appsans_titre.aotstats - -build .rcc/qmlcache/module_appsans_titre.aotstats | ${cmake_ninja_workdir}.rcc/qmlcache/module_appsans_titre.aotstats: CUSTOM_COMMAND .rcc/qmlcache/appsans_titre_Main_qml.cpp.aotstats .rcc/qmlcache/module_appsans_titre.aotstatslist || appsans_titre_qmltyperegistration - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug && C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.8.2/mingw_64/bin/qmlaotstats.exe aggregate C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/module_appsans_titre.aotstatslist C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/module_appsans_titre.aotstats" - DESC = Generating .rcc/qmlcache/module_appsans_titre.aotstats - restat = 1 - - -############################################# -# Custom command for CMakeFiles\all_aotstats - -build CMakeFiles/all_aotstats | ${cmake_ninja_workdir}CMakeFiles/all_aotstats: CUSTOM_COMMAND .rcc/qmlcache/all_aotstats.txt || appsans_titre_qmltyperegistration module_appsans_titre_aotstats_target - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug && C:\Qt\Tools\CMake_64\bin\cmake.exe -E cat C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/all_aotstats.txt" - - -############################################# -# Custom command for .rcc\qmlcache\all_aotstats.aotstats - -build .rcc/qmlcache/all_aotstats.aotstats .rcc/qmlcache/all_aotstats.txt | ${cmake_ninja_workdir}.rcc/qmlcache/all_aotstats.aotstats ${cmake_ninja_workdir}.rcc/qmlcache/all_aotstats.txt: CUSTOM_COMMAND .rcc/qmlcache/module_appsans_titre.aotstats || appsans_titre_qmltyperegistration module_appsans_titre_aotstats_target - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug && C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.8.2/mingw_64/bin/qmlaotstats.exe aggregate C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/all_aotstats.aotstatslist C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/all_aotstats.aotstats && C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.8.2/mingw_64/bin/qmlaotstats.exe format C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/all_aotstats.aotstats C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/all_aotstats.txt" - DESC = Generating .rcc/qmlcache/all_aotstats.aotstats, .rcc/qmlcache/all_aotstats.txt - restat = 1 - - -############################################# -# Phony custom command for CMakeFiles\appsans_titre_qmlimportscan - -build CMakeFiles/appsans_titre_qmlimportscan | ${cmake_ninja_workdir}CMakeFiles/appsans_titre_qmlimportscan: phony .qt/qml_imports/appsans_titre_build.cmake - - -############################################# -# Custom command for .qt\qml_imports\appsans_titre_build.cmake - -build .qt/qml_imports/appsans_titre_build.cmake | ${cmake_ninja_workdir}.qt/qml_imports/appsans_titre_build.cmake: CUSTOM_COMMAND C$:/Qt/6.8.2/mingw_64/bin/qmlimportscanner.exe .qt/rcc/qmake_sans_titre.qrc .qt/rcc/appsans_titre_raw_qml_0.qrc C$:/Users/pierr/OneDrive/Documents/C++/sans_titre/Main.qml - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\pierr\OneDrive\Documents\C++\sans_titre && C:\Users\pierr\OneDrive\Documents\C++\sans_titre\build\Desktop_Qt_6_8_2_MinGW_64_bit-Debug\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.8.2/mingw_64/bin/qmlimportscanner.exe @C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appsans_titre_build.rsp" - DESC = Running qmlimportscanner for appsans_titre - restat = 1 - - -############################################# -# Phony custom command for CMakeFiles\appsans_titre_autogen - -build CMakeFiles/appsans_titre_autogen | ${cmake_ninja_workdir}CMakeFiles/appsans_titre_autogen: phony appsans_titre_autogen/timestamp || appsans_titre_autogen_timestamp_deps appsans_titre_copy_qml appsans_titre_copy_res appsans_titre_qmlimportscan - -# ============================================================================= -# Target aliases. - -build appsans_titre: phony appsans_titre.exe - -# ============================================================================= -# Folder targets. - -# ============================================================================= - -############################################# -# Folder: C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug - -build all: phony appsans_titre.exe - -# ============================================================================= -# Built-in targets - - -############################################# -# Re-run CMake if any of its inputs changed. - -build build.ninja: RERUN_CMAKE | .qt/qml_imports/appsans_titre_conf.cmake .qtc/package-manager/auto-setup.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigureFileTemplate.in C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointMinGW32Target.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkPlugins.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsVersionlessTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2AdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Config.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigExtras.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlFindQmlscInternal.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlModuleDirMappingTemplate.qrc.in C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlPlugins.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlPublicCMakeHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6qmldirTemplate.cmake.in C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsVersionlessTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickPlugins.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/FindWrapAtomic.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6Config.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6ConfigExtras.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6Dependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6Targets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtFeature.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtFeatureCommon.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtInstallPaths.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicAppleHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicGitHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicPluginHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicTargetHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicTestHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicToolHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompiler.cmake.in C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp 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/CMakeCompilerIdDetection.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCXXCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompileFeatures.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineRCCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindBinUtils.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/CMakeNinjaFindMake.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeParseImplicitIncludeInfo.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeParseImplicitLinkInfo.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeParseLibraryArchitecture.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeRCCompiler.cmake.in C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeRCInformation.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeSystem.cmake.in 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/CMakeTestCXXCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestCompilerCommon.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestRCCompiler.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/ADSP-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/ARMCC-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/ARMClang-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/AppleClang-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Borland-DetermineCompiler.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/Clang-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompilerInternal.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Cray-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/CrayClang-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Embarcadero-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Fujitsu-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GHS-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GNU-CXX-DetermineCompiler.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-FindBinUtils.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/HP-CXX-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IAR-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Intel-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/MSVC-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/NVHPC-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/NVIDIA-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/OrangeC-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/PGI-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/PathScale-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/SCO-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/TI-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/TIClang-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Tasking-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Watcom-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/XL-CXX-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/zOS-CXX-DetermineCompiler.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/CMakeDetermineLinkerId.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/Internal/FeatureTesting.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-Determine-CXX.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/pierr/OneDrive/Documents/C++/sans_titre/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/appsans_titre_conf.cmake .qtc/package-manager/auto-setup.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Concurrent/Qt6ConcurrentVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreConfigureFileTemplate.in C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointMinGW32Target.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6GuiVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkPlugins.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6NetworkVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QNLMNIPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QSchannelBackendPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlMeta/Qt6QmlMetaVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlModels/Qt6QmlModelsVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlTools/Qt6QmlToolsVersionlessTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6Quick3DXrpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2AdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Config.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelpersimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticleeffectspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstyleimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2windowsstylepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelineblendtreespluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuick3DProfilerAdapterFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigExtras.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlFindQmlscInternal.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlModuleDirMappingTemplate.qrc.in C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlPlugins.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlPublicCMakeHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6QmlVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Qml/Qt6qmldirTemplate.cmake.in C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6QuickTools/Qt6QuickToolsVersionlessTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickPlugins.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets-relwithdebinfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6Quick/Qt6QuickVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateAdditionalTargetInfo.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfig.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateVersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/FindWrapAtomic.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6Config.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6ConfigExtras.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersion.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6Dependencies.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6Targets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtFeature.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtFeatureCommon.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtInstallPaths.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicAppleHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicGitHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicPluginHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicTargetHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicTestHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicToolHelpers.cmake C$:/Qt/6.8.2/mingw_64/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompiler.cmake.in C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp 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/CMakeCompilerIdDetection.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCXXCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompileFeatures.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineRCCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeFindBinUtils.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/CMakeNinjaFindMake.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeParseImplicitIncludeInfo.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeParseImplicitLinkInfo.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeParseLibraryArchitecture.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeRCCompiler.cmake.in C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeRCInformation.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeSystem.cmake.in 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/CMakeTestCXXCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestCompilerCommon.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/CMakeTestRCCompiler.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/ADSP-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/ARMCC-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/ARMClang-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/AppleClang-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Borland-DetermineCompiler.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/Clang-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompilerInternal.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Cray-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/CrayClang-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Embarcadero-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Fujitsu-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GHS-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/GNU-CXX-DetermineCompiler.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-FindBinUtils.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/HP-CXX-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IAR-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Intel-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/MSVC-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/NVHPC-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/NVIDIA-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/OrangeC-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/PGI-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/PathScale-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/SCO-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/TI-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/TIClang-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Tasking-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/Watcom-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/XL-CXX-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Compiler/zOS-CXX-DetermineCompiler.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/CMakeDetermineLinkerId.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/Internal/FeatureTesting.cmake C$:/Qt/Tools/CMake_64/share/cmake-3.29/Modules/Platform/Windows-Determine-CXX.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/pierr/OneDrive/Documents/C++/sans_titre/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/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/cmake_install.cmake" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/cmake_install.cmake" deleted file mode 100644 index 68c20320ffa85ae1583ee0f3fcde387dbe855da1..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/cmake_install.cmake" +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: C:/Users/pierr/OneDrive/Documents/C++/sans_titre - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/sans_titre") -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/mingw1310_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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appsans_titre.exe") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/appsans_titre.exe" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/appsans_titre.exe") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "C:/Qt/Tools/mingw1310_64/bin/strip.exe" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/appsans_titre.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/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/qt6appsans_titre_debug_metatypes.json" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/qt6appsans_titre_debug_metatypes.json" deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/qmltypes/appsans_titre_foreign_types.txt" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/qmltypes/appsans_titre_foreign_types.txt" deleted file mode 100644 index be306ee5bc62f9a1a7747d7fb3dfb0fa4fa05726..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/qmltypes/appsans_titre_foreign_types.txt" +++ /dev/null @@ -1 +0,0 @@ ---foreign-types=C:/Qt/6.8.2/mingw_64/./metatypes/qt6core_relwithdebinfo_metatypes.json,C:/Qt/6.8.2/mingw_64/./metatypes/qt6qml_relwithdebinfo_metatypes.json,C:/Qt/6.8.2/mingw_64/./metatypes/qt6network_relwithdebinfo_metatypes.json,C:/Qt/6.8.2/mingw_64/./metatypes/qt6quick_relwithdebinfo_metatypes.json,C:/Qt/6.8.2/mingw_64/./metatypes/qt6gui_relwithdebinfo_metatypes.json,C:/Qt/6.8.2/mingw_64/./metatypes/qt6qmlmeta_relwithdebinfo_metatypes.json,C:/Qt/6.8.2/mingw_64/./metatypes/qt6qmlmodels_relwithdebinfo_metatypes.json,C:/Qt/6.8.2/mingw_64/./metatypes/qt6qmlworkerscript_relwithdebinfo_metatypes.json,C:/Qt/6.8.2/mingw_64/./metatypes/qt6opengl_relwithdebinfo_metatypes.json \ No newline at end of file diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/qtcsettings.cmake" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/qtcsettings.cmake" deleted file mode 100644 index 45dcaf8e23d5b53aa82ab19bebc85b4bd3f0bce5..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/qtcsettings.cmake" +++ /dev/null @@ -1,11 +0,0 @@ -# This file is managed by Qt Creator, do not edit! - -set("CMAKE_BUILD_TYPE" "Debug" CACHE "STRING" "" FORCE) -set("CMAKE_C_COMPILER" "C:/Qt/Tools/mingw1310_64/bin/gcc.exe" CACHE "FILEPATH" "" FORCE) -set("CMAKE_CXX_COMPILER" "C:/Qt/Tools/mingw1310_64/bin/g++.exe" CACHE "FILEPATH" "" FORCE) -set("CMAKE_GENERATOR" "Ninja" CACHE "STRING" "" FORCE) -set("QT_QMAKE_EXECUTABLE" "C:/Qt/6.8.2/mingw_64/bin/qmake.exe" CACHE "FILEPATH" "" FORCE) -set("CMAKE_COLOR_DIAGNOSTICS" "ON" CACHE "BOOL" "" FORCE) -set("CMAKE_PREFIX_PATH" "C:/Qt/6.8.2/mingw_64" CACHE "PATH" "" FORCE) -set("CMAKE_CXX_FLAGS_INIT" "-DQT_QML_DEBUG" CACHE "STRING" "" FORCE) -set("CMAKE_PROJECT_INCLUDE_BEFORE" "C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qtc/package-manager/auto-setup.cmake" CACHE "FILEPATH" "" FORCE) \ No newline at end of file diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre/Main.qml" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre/Main.qml" deleted file mode 100644 index 41424f88973df650d0672dfdc62f670e86708de2..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre/Main.qml" +++ /dev/null @@ -1,8 +0,0 @@ -import QtQuick - -Window { - width: 640 - height: 480 - visible: true - title: qsTr("Hello World") -} diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre/appsans_titre_qml_module_dir_map.qrc" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre/appsans_titre_qml_module_dir_map.qrc" deleted file mode 100644 index b41c7413dfc1a4a35f3f0bc8aeb5b099e8bece3c..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre/appsans_titre_qml_module_dir_map.qrc" +++ /dev/null @@ -1,6 +0,0 @@ -<RCC> - <qresource prefix="/"> - <file alias="/qt/qml/sans_titre">C:/Users/pierr/OneDrive/Documents/C++/sans_titre/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre</file> - - </qresource> -</RCC> diff --git "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre/qmldir" "b/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre/qmldir" deleted file mode 100644 index 6e3d7e6afc8566d899560243136f512e930cc8bd..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/sans_titre/qmldir" +++ /dev/null @@ -1,5 +0,0 @@ -module sans_titre -typeinfo appsans_titre.qmltypes -prefer :/qt/qml/sans_titre/ -Main 1.0 Main.qml - diff --git "a/ce qui \303\251tait l\303\240/main.cpp" "b/ce qui \303\251tait l\303\240/main.cpp" deleted file mode 100644 index fabd57e4ae0bc192d20ae4a1a928fc6ee17ab3bf..0000000000000000000000000000000000000000 --- "a/ce qui \303\251tait l\303\240/main.cpp" +++ /dev/null @@ -1,18 +0,0 @@ -#include <QGuiApplication> -#include <QQmlApplicationEngine> - -int main(int argc, char *argv[]) -{ - QGuiApplication app(argc, argv); - - QQmlApplicationEngine engine; - QObject::connect( - &engine, - &QQmlApplicationEngine::objectCreationFailed, - &app, - []() { QCoreApplication::exit(-1); }, - Qt::QueuedConnection); - engine.loadFromModule("sans_titre", "Main"); - - return app.exec(); -}