diff --git a/Motus/Main.qml b/Motus/Main.qml index 6f23c4dbb6e91d93e579cfb31c487b0d929341fc..c78bee2fd5a49b901ada3197dde701caf0cc2bc8 100644 --- a/Motus/Main.qml +++ b/Motus/Main.qml @@ -50,12 +50,104 @@ Window { } } - Keys.onPressed: (event) => { - if (event.key === Qt.Key_A) { - case1._textText = qsTr("C"); // Correcte modification - console.log(event.key + " /// " + event.text); - event.accepted = true; + Rectangle { + id: rectangle1 + x: 473 + y: 638 + width: 1000 + height: 350 + color: "#a2647c" + radius: 10 + border.color: "#ffffff" + border.width: 5 + + Row { + id: row + x: 90 + y: 42 + height: 100 + spacing: 5 + width: (10 * 56) + (9 * spacing) + + Key { + id: key + x: 0 + scale: 0.8 + } + + Key { + id: key1 + x: 70 + scale: 0.8 + } + + Key { + id: key2 + x: 140 + scale: 0.8 + } + + Key { + id: key3 + x: 210 + scale: 0.8 + } + + Key { + id: key4 + x: 280 + scale: 0.8 + } + + Key { + id: key5 + x: 350 + scale: 0.8 + } + + Key { + id: key6 + x: 420 + scale: 0.8 + } + + Key { + id: key7 + x: 490 + scale: 0.8 + } + + Key { + id: key8 + x: 560 + scale: 0.8 + } + + Key { + id: key9 + x: 630 + scale: 0.8 + } + + Key { + id: key10 + x: 700 + scale: 0.8 + } + } + + Column { + id: column + anchors.fill: parent } } + + Keys.onPressed: (event) => { + if (event.key === Qt.Key_A) { + case1._textText = qsTr("C"); // Correcte modification + console.log(event.key + " /// " + event.text); + event.accepted = true; + } + } } } diff --git a/Motus/Motus.pro b/Motus/Motus.pro new file mode 100644 index 0000000000000000000000000000000000000000..15ec52707ebd521c61cec06f60cf1b73bef3c9bf --- /dev/null +++ b/Motus/Motus.pro @@ -0,0 +1,19 @@ +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/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-5490553c682a8d7c5e23.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-5490553c682a8d7c5e23.json new file mode 100644 index 0000000000000000000000000000000000000000..8b6d0382021696d96dbec203d5ca5674b04a197f --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-5490553c682a8d7c5e23.json @@ -0,0 +1,196 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-d8f3750058250a40ece4.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" : "Motus", + "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-4aa7237c5de74a8c58a7.json", + "name" : "all_aotstats", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmllint::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmllint-Debug-4ec16165dce68666b660.json", + "name" : "all_qmllint", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmllint_json::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmllint_json-Debug-0677b46ada7ac654b9e9.json", + "name" : "all_qmllint_json", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmllint_module::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmllint_module-Debug-a0bbcaba16d6c94b5ae5.json", + "name" : "all_qmllint_module", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmltyperegistrations-Debug-d557d90c3f30ed917d94.json", + "name" : "all_qmltyperegistrations", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus-Debug-cebdc56ff18f9c17862e.json", + "name" : "appMotus", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_autogen-Debug-ff03fb459454804b344e.json", + "name" : "appMotus_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_autogen_timestamp_deps-Debug-a2a098c444f9c6d2e92f.json", + "name" : "appMotus_autogen_timestamp_deps", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_copy_qml::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_copy_qml-Debug-8a5ed087c87cb2c519da.json", + "name" : "appMotus_copy_qml", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_copy_res::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_copy_res-Debug-908248cd2bfa42ca36e0.json", + "name" : "appMotus_copy_res", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmlimportscan::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmlimportscan-Debug-d7f94ebf71135bfea388.json", + "name" : "appMotus_qmlimportscan", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmllint::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmllint-Debug-7685cd6bcc7457ec51f5.json", + "name" : "appMotus_qmllint", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmllint_json::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmllint_json-Debug-b90b075ebdd61f628d9d.json", + "name" : "appMotus_qmllint_json", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmllint_module::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmllint_module-Debug-6309847041883c80ecf4.json", + "name" : "appMotus_qmllint_module", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmltyperegistration::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmltyperegistration-Debug-e533cc2ce7c0fa43de2f.json", + "name" : "appMotus_qmltyperegistration", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "module_appMotus_aotstats_target::@6890427a1f51a3e7e1df", + "jsonFile" : "target-module_appMotus_aotstats_target-Debug-dbc832e1760cd1c28c4d.json", + "name" : "module_appMotus_aotstats_target", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug", + "source" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-54c7cb0417321595753e.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-54c7cb0417321595753e.json new file mode 100644 index 0000000000000000000000000000000000000000..4139ee192f4a2579ab0d85c560f7c61b2aba6800 --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-54c7cb0417321595753e.json @@ -0,0 +1,196 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-c0201d06610e1bf23ca6.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" : "Motus", + "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-4aa7237c5de74a8c58a7.json", + "name" : "all_aotstats", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmllint::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmllint-Debug-4ec16165dce68666b660.json", + "name" : "all_qmllint", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmllint_json::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmllint_json-Debug-0677b46ada7ac654b9e9.json", + "name" : "all_qmllint_json", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmllint_module::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmllint_module-Debug-a0bbcaba16d6c94b5ae5.json", + "name" : "all_qmllint_module", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmltyperegistrations-Debug-d557d90c3f30ed917d94.json", + "name" : "all_qmltyperegistrations", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus-Debug-ec17c123db014b7b78d5.json", + "name" : "appMotus", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_autogen-Debug-ff03fb459454804b344e.json", + "name" : "appMotus_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_autogen_timestamp_deps-Debug-a2a098c444f9c6d2e92f.json", + "name" : "appMotus_autogen_timestamp_deps", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_copy_qml::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_copy_qml-Debug-8a5ed087c87cb2c519da.json", + "name" : "appMotus_copy_qml", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_copy_res::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_copy_res-Debug-908248cd2bfa42ca36e0.json", + "name" : "appMotus_copy_res", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmlimportscan::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmlimportscan-Debug-d7f94ebf71135bfea388.json", + "name" : "appMotus_qmlimportscan", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmllint::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmllint-Debug-7685cd6bcc7457ec51f5.json", + "name" : "appMotus_qmllint", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmllint_json::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmllint_json-Debug-b90b075ebdd61f628d9d.json", + "name" : "appMotus_qmllint_json", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmllint_module::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmllint_module-Debug-6309847041883c80ecf4.json", + "name" : "appMotus_qmllint_module", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmltyperegistration::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmltyperegistration-Debug-e533cc2ce7c0fa43de2f.json", + "name" : "appMotus_qmltyperegistration", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "module_appMotus_aotstats_target::@6890427a1f51a3e7e1df", + "jsonFile" : "target-module_appMotus_aotstats_target-Debug-dbc832e1760cd1c28c4d.json", + "name" : "module_appMotus_aotstats_target", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug", + "source" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-752049f6dd68d61bdb6f.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-752049f6dd68d61bdb6f.json new file mode 100644 index 0000000000000000000000000000000000000000..9f17e65d20a932cf8d2e8605b3d206bbb17fdcba --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-752049f6dd68d61bdb6f.json @@ -0,0 +1,196 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-05e0d488c8b1000caf44.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" : "Motus", + "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-4aa7237c5de74a8c58a7.json", + "name" : "all_aotstats", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmllint::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmllint-Debug-4ec16165dce68666b660.json", + "name" : "all_qmllint", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmllint_json::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmllint_json-Debug-0677b46ada7ac654b9e9.json", + "name" : "all_qmllint_json", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmllint_module::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmllint_module-Debug-a0bbcaba16d6c94b5ae5.json", + "name" : "all_qmllint_module", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmltyperegistrations-Debug-d557d90c3f30ed917d94.json", + "name" : "all_qmltyperegistrations", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus-Debug-3777182dc0811a1f3d71.json", + "name" : "appMotus", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_autogen-Debug-ff03fb459454804b344e.json", + "name" : "appMotus_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_autogen_timestamp_deps-Debug-a2a098c444f9c6d2e92f.json", + "name" : "appMotus_autogen_timestamp_deps", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_copy_qml::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_copy_qml-Debug-8a5ed087c87cb2c519da.json", + "name" : "appMotus_copy_qml", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_copy_res::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_copy_res-Debug-908248cd2bfa42ca36e0.json", + "name" : "appMotus_copy_res", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmlimportscan::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmlimportscan-Debug-d7f94ebf71135bfea388.json", + "name" : "appMotus_qmlimportscan", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmllint::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmllint-Debug-7685cd6bcc7457ec51f5.json", + "name" : "appMotus_qmllint", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmllint_json::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmllint_json-Debug-b90b075ebdd61f628d9d.json", + "name" : "appMotus_qmllint_json", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmllint_module::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmllint_module-Debug-6309847041883c80ecf4.json", + "name" : "appMotus_qmllint_module", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmltyperegistration::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmltyperegistration-Debug-e533cc2ce7c0fa43de2f.json", + "name" : "appMotus_qmltyperegistration", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "module_appMotus_aotstats_target::@6890427a1f51a3e7e1df", + "jsonFile" : "target-module_appMotus_aotstats_target-Debug-dbc832e1760cd1c28c4d.json", + "name" : "module_appMotus_aotstats_target", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug", + "source" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-8988bfc57a9cada56cb6.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-8988bfc57a9cada56cb6.json new file mode 100644 index 0000000000000000000000000000000000000000..929ed8ca912ae59276734b7df595d72c97b304b3 --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-8988bfc57a9cada56cb6.json @@ -0,0 +1,196 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-1ea45b8dc2ebb456b665.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" : "Motus", + "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-4aa7237c5de74a8c58a7.json", + "name" : "all_aotstats", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmllint::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmllint-Debug-4ec16165dce68666b660.json", + "name" : "all_qmllint", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmllint_json::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmllint_json-Debug-0677b46ada7ac654b9e9.json", + "name" : "all_qmllint_json", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmllint_module::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmllint_module-Debug-a0bbcaba16d6c94b5ae5.json", + "name" : "all_qmllint_module", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmltyperegistrations-Debug-d557d90c3f30ed917d94.json", + "name" : "all_qmltyperegistrations", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus-Debug-8bda4a854cd5d448e17e.json", + "name" : "appMotus", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_autogen-Debug-ff03fb459454804b344e.json", + "name" : "appMotus_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_autogen_timestamp_deps-Debug-f57fc48b1dee06dfda4a.json", + "name" : "appMotus_autogen_timestamp_deps", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_copy_qml::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_copy_qml-Debug-8a5ed087c87cb2c519da.json", + "name" : "appMotus_copy_qml", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_copy_res::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_copy_res-Debug-908248cd2bfa42ca36e0.json", + "name" : "appMotus_copy_res", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmlimportscan::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmlimportscan-Debug-d7f94ebf71135bfea388.json", + "name" : "appMotus_qmlimportscan", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmllint::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmllint-Debug-7685cd6bcc7457ec51f5.json", + "name" : "appMotus_qmllint", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmllint_json::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmllint_json-Debug-b90b075ebdd61f628d9d.json", + "name" : "appMotus_qmllint_json", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmllint_module::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmllint_module-Debug-6309847041883c80ecf4.json", + "name" : "appMotus_qmllint_module", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmltyperegistration::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmltyperegistration-Debug-e533cc2ce7c0fa43de2f.json", + "name" : "appMotus_qmltyperegistration", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "module_appMotus_aotstats_target::@6890427a1f51a3e7e1df", + "jsonFile" : "target-module_appMotus_aotstats_target-Debug-dbc832e1760cd1c28c4d.json", + "name" : "module_appMotus_aotstats_target", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug", + "source" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-e00e3d90ef3d3ec612b7.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-e00e3d90ef3d3ec612b7.json new file mode 100644 index 0000000000000000000000000000000000000000..249cb3d6f14cc114424dfb0623579cc1772a6471 --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/codemodel-v2-e00e3d90ef3d3ec612b7.json @@ -0,0 +1,196 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-21e1a9049ac1a304c630.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" : "Motus", + "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-4aa7237c5de74a8c58a7.json", + "name" : "all_aotstats", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmllint::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmllint-Debug-4ec16165dce68666b660.json", + "name" : "all_qmllint", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmllint_json::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmllint_json-Debug-0677b46ada7ac654b9e9.json", + "name" : "all_qmllint_json", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmllint_module::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmllint_module-Debug-a0bbcaba16d6c94b5ae5.json", + "name" : "all_qmllint_module", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "all_qmltyperegistrations::@6890427a1f51a3e7e1df", + "jsonFile" : "target-all_qmltyperegistrations-Debug-d557d90c3f30ed917d94.json", + "name" : "all_qmltyperegistrations", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus-Debug-90bc9f6f888bd5e264e0.json", + "name" : "appMotus", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_autogen-Debug-ff03fb459454804b344e.json", + "name" : "appMotus_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_autogen_timestamp_deps-Debug-8ecb6561b9981a1bf617.json", + "name" : "appMotus_autogen_timestamp_deps", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_copy_qml::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_copy_qml-Debug-8a5ed087c87cb2c519da.json", + "name" : "appMotus_copy_qml", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_copy_res::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_copy_res-Debug-908248cd2bfa42ca36e0.json", + "name" : "appMotus_copy_res", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmlimportscan::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmlimportscan-Debug-d7f94ebf71135bfea388.json", + "name" : "appMotus_qmlimportscan", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmllint::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmllint-Debug-7685cd6bcc7457ec51f5.json", + "name" : "appMotus_qmllint", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmllint_json::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmllint_json-Debug-b90b075ebdd61f628d9d.json", + "name" : "appMotus_qmllint_json", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmllint_module::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmllint_module-Debug-6309847041883c80ecf4.json", + "name" : "appMotus_qmllint_module", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "appMotus_qmltyperegistration::@6890427a1f51a3e7e1df", + "jsonFile" : "target-appMotus_qmltyperegistration-Debug-e533cc2ce7c0fa43de2f.json", + "name" : "appMotus_qmltyperegistration", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "module_appMotus_aotstats_target::@6890427a1f51a3e7e1df", + "jsonFile" : "target-module_appMotus_aotstats_target-Debug-dbc832e1760cd1c28c4d.json", + "name" : "module_appMotus_aotstats_target", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug", + "source" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-05e0d488c8b1000caf44.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-05e0d488c8b1000caf44.json new file mode 100644 index 0000000000000000000000000000000000000000..f3e24eb86b2b6376ed46c6e6587f0185fab23994 --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-05e0d488c8b1000caf44.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "appMotus.exe" + ], + "targetId" : "appMotus::@6890427a1f51a3e7e1df", + "targetIndex" : 5, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-21e1a9049ac1a304c630.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-21e1a9049ac1a304c630.json new file mode 100644 index 0000000000000000000000000000000000000000..7f004755354e144316f853b05b381667154e1b87 --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-21e1a9049ac1a304c630.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 43, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "appMotus.exe" + ], + "targetId" : "appMotus::@6890427a1f51a3e7e1df", + "targetIndex" : 5, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-d8f3750058250a40ece4.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-d8f3750058250a40ece4.json new file mode 100644 index 0000000000000000000000000000000000000000..92537cbe4474a4828bf6842a4c79dda73a9ce53d --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-d8f3750058250a40ece4.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 40, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "appMotus.exe" + ], + "targetId" : "appMotus::@6890427a1f51a3e7e1df", + "targetIndex" : 5, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2025-03-17T09-48-23-0786.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2025-03-17T09-48-23-0786.json new file mode 100644 index 0000000000000000000000000000000000000000..0218c4e845fda19b83e64cd9becb6cd51fce4ca8 --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2025-03-17T09-48-23-0786.json @@ -0,0 +1,89 @@ +{ + "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-752049f6dd68d61bdb6f.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-1a4203f66a7d04b680da.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-90d17ce99cd82b9e07cc.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-1a4203f66a7d04b680da.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-90d17ce99cd82b9e07cc.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-752049f6dd68d61bdb6f.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2025-03-17T09-54-09-0648.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2025-03-17T09-54-09-0648.json new file mode 100644 index 0000000000000000000000000000000000000000..bdfe892e3fbeb6b1b84fac40ed5f40cc4ac23b8f --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2025-03-17T09-54-09-0648.json @@ -0,0 +1,89 @@ +{ + "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-5490553c682a8d7c5e23.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-1a4203f66a7d04b680da.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-90d17ce99cd82b9e07cc.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-1a4203f66a7d04b680da.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-90d17ce99cd82b9e07cc.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-5490553c682a8d7c5e23.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2025-03-17T09-54-41-0567.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2025-03-17T09-54-41-0567.json new file mode 100644 index 0000000000000000000000000000000000000000..4f96731e407dcafa2260f801160aa3bc6148b38d --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2025-03-17T09-54-41-0567.json @@ -0,0 +1,89 @@ +{ + "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-8988bfc57a9cada56cb6.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-1a4203f66a7d04b680da.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-90d17ce99cd82b9e07cc.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-1a4203f66a7d04b680da.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-90d17ce99cd82b9e07cc.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-8988bfc57a9cada56cb6.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2025-03-17T09-55-36-0419.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2025-03-17T09-55-36-0419.json new file mode 100644 index 0000000000000000000000000000000000000000..6825e68d7bd6e079456515870f3e8017ce10e932 --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2025-03-17T09-55-36-0419.json @@ -0,0 +1,89 @@ +{ + "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-54c7cb0417321595753e.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-1a4203f66a7d04b680da.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-90d17ce99cd82b9e07cc.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-1a4203f66a7d04b680da.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-90d17ce99cd82b9e07cc.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-54c7cb0417321595753e.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2025-03-17T09-57-29-0298.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2025-03-17T09-57-29-0298.json new file mode 100644 index 0000000000000000000000000000000000000000..d8bcd634770c763eaba23b87caf76b4182baa045 --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/index-2025-03-17T09-57-29-0298.json @@ -0,0 +1,89 @@ +{ + "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-e00e3d90ef3d3ec612b7.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-1a4203f66a7d04b680da.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-90d17ce99cd82b9e07cc.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-1a4203f66a7d04b680da.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-90d17ce99cd82b9e07cc.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-e00e3d90ef3d3ec612b7.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-all_aotstats-Debug-4aa7237c5de74a8c58a7.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-all_aotstats-Debug-4aa7237c5de74a8c58a7.json new file mode 100644 index 0000000000000000000000000000000000000000..1e79e0ca8bee0554dc56746736b637770fda718f --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-all_aotstats-Debug-4aa7237c5de74a8c58a7.json @@ -0,0 +1,121 @@ +{ + "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_appMotus_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, + 6 + ] + } + ], + "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_appMotus.aotstats.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appmotus_qmltyperegistrations.cpp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus-Debug-3777182dc0811a1f3d71.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus-Debug-3777182dc0811a1f3d71.json new file mode 100644 index 0000000000000000000000000000000000000000..141f2695b3ab218b169a8fb7ae2bcfcebcb6f52e --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus-Debug-3777182dc0811a1f3d71.json @@ -0,0 +1,1425 @@ +{ + "artifacts" : + [ + { + "path" : "appMotus.exe" + }, + { + "path" : "appMotus.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" : 39, + "parent" : 0 + }, + { + "command" : 5, + "file" : 1, + "line" : 34, + "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" : 23, + "file" : 10, + "line" : 3175, + "parent" : 63 + }, + { + "command" : 23, + "file" : 10, + "line" : 3368, + "parent" : 63 + }, + { + "command" : 28, + "file" : 10, + "line" : 3470, + "parent" : 63 + }, + { + "command" : 27, + "file" : 0, + "line" : 406, + "parent" : 92 + }, + { + "command" : 26, + "file" : 0, + "line" : 2491, + "parent" : 93 + }, + { + "command" : 23, + "file" : 0, + "line" : 2089, + "parent" : 94 + }, + { + "command" : 30, + "file" : 0, + "line" : 817, + "parent" : 69 + }, + { + "command" : 23, + "file" : 0, + "line" : 2212, + "parent" : 96 + } + ] + }, + "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/GitHub/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/include" + }, + { + "backtrace" : 76, + "path" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus" + }, + { + "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, + 9, + 10 + ] + }, + { + "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/GitHub/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/include" + }, + { + "backtrace" : 76, + "path" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus" + }, + { + "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" : "appMotus_copy_qml::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 67, + "id" : "appMotus_copy_res::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 74, + "id" : "appMotus_qmlimportscan::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "appMotus_autogen::@6890427a1f51a3e7e1df" + }, + { + "id" : "appMotus_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "appMotus::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 5, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "C:/Program Files (x86)/Motus" + } + }, + "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" : "appMotus", + "nameOnDisk" : "appMotus.exe", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files\\Generated", + "sourceIndexes" : + [ + 0, + 14, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 1, + 3, + 4, + 6, + 7, + 9, + 10 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 2, + 5, + 8, + 12 + ] + }, + { + "name" : "Resources", + "sourceIndexes" : + [ + 11, + 13 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_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/qt6appmotus_debug_metatypes.json.gen", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 80, + "compileGroupIndex" : 1, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appmotus_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_Motus.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/appMotus_qmlcache_loader.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 89, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 90, + "path" : "Case.qml", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 91, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 95, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 97, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Motus.qrc", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 97, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Motus/qmldir", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 97, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appMotus_raw_qml_0.qrc", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/timestamp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/qt6appmotus_debug_metatypes.json.gen.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appmotus_qmltyperegistrations.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Motus.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_qmlcache_loader.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/timestamp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/appMotus_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/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus-Debug-8bda4a854cd5d448e17e.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus-Debug-8bda4a854cd5d448e17e.json new file mode 100644 index 0000000000000000000000000000000000000000..663fb6a99ac0f9e144584ea72d3ea42edeefd60b --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus-Debug-8bda4a854cd5d448e17e.json @@ -0,0 +1,1431 @@ +{ + "artifacts" : + [ + { + "path" : "appMotus.exe" + }, + { + "path" : "appMotus.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_scan_qml_imports", + "_qt_internal_generate_deploy_qml_imports_script", + "cmake_language", + "_qt_internal_finalize_executable", + "qt6_finalize_target", + "_qt_internal_qml_copy_files_to_build_dir", + "qt6_target_qml_sources", + "target_include_directories", + "_qt_internal_qml_type_registration", + "target_sources", + "qt6_extract_metatypes", + "set_source_files_properties", + "__qt_propagate_generated_resource", + "_qt_internal_process_resource", + "qt6_add_resources", + "_qt_internal_target_enable_qmlcachegen", + "_qt_internal_expose_deferred_files_to_ide" + ], + "files" : + [ + "C:/Qt/6.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" : 41, + "parent" : 0 + }, + { + "command" : 5, + "file" : 1, + "line" : 36, + "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 + }, + { + "file" : 1, + "line" : -1, + "parent" : 0 + }, + { + "command" : 18, + "file" : 23, + "line" : 1, + "parent" : 63 + }, + { + "command" : 17, + "file" : 0, + "line" : 823, + "parent" : 64 + }, + { + "command" : 16, + "file" : 0, + "line" : 745, + "parent" : 65 + }, + { + "command" : 15, + "file" : 0, + "line" : 745, + "parent" : 66 + }, + { + "command" : 14, + "file" : 10, + "line" : 4324, + "parent" : 67 + }, + { + "command" : 13, + "file" : 10, + "line" : 4102, + "parent" : 68 + }, + { + "command" : 20, + "file" : 10, + "line" : 896, + "parent" : 24 + }, + { + "command" : 19, + "file" : 10, + "line" : 3448, + "parent" : 70 + }, + { + "command" : 13, + "file" : 10, + "line" : 2859, + "parent" : 71 + }, + { + "command" : 19, + "file" : 10, + "line" : 3454, + "parent" : 70 + }, + { + "command" : 13, + "file" : 10, + "line" : 2859, + "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" : 70 + }, + { + "command" : 29, + "file" : 10, + "line" : 3312, + "parent" : 70 + }, + { + "command" : 23, + "file" : 10, + "line" : 1710, + "parent" : 87 + }, + { + "command" : 23, + "file" : 10, + "line" : 3368, + "parent" : 70 + }, + { + "command" : 23, + "file" : 10, + "line" : 3175, + "parent" : 70 + }, + { + "command" : 23, + "file" : 10, + "line" : 3368, + "parent" : 70 + }, + { + "command" : 28, + "file" : 10, + "line" : 3470, + "parent" : 70 + }, + { + "command" : 27, + "file" : 0, + "line" : 406, + "parent" : 92 + }, + { + "command" : 26, + "file" : 0, + "line" : 2491, + "parent" : 93 + }, + { + "command" : 23, + "file" : 0, + "line" : 2089, + "parent" : 94 + }, + { + "command" : 30, + "file" : 0, + "line" : 817, + "parent" : 64 + }, + { + "command" : 23, + "file" : 0, + "line" : 2212, + "parent" : 96 + } + ] + }, + "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/GitHub/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/include" + }, + { + "backtrace" : 76, + "path" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus" + }, + { + "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, + 9, + 10 + ] + }, + { + "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/GitHub/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/include" + }, + { + "backtrace" : 76, + "path" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus" + }, + { + "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" : 69, + "id" : "appMotus_qmlimportscan::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 72, + "id" : "appMotus_copy_qml::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 74, + "id" : "appMotus_copy_res::@6890427a1f51a3e7e1df" + }, + { + "id" : "appMotus_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "appMotus_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "appMotus::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 5, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "C:/Program Files (x86)/Motus" + } + }, + "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" : "appMotus", + "nameOnDisk" : "appMotus.exe", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files\\Generated", + "sourceIndexes" : + [ + 0, + 15, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 1, + 3, + 4, + 6, + 7, + 9, + 10 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 2, + 5, + 8, + 12 + ] + }, + { + "name" : "Resources", + "sourceIndexes" : + [ + 11, + 13, + 14 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_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/qt6appmotus_debug_metatypes.json.gen", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 80, + "compileGroupIndex" : 1, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appmotus_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_Motus.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/appMotus_qmlcache_loader.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 89, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 90, + "path" : "Case.qml", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 91, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 95, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 97, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Motus.qrc", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 97, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Motus/qmldir", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 97, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appMotus_raw_qml_0.qrc", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 97, + "path" : "Ressources.qrc", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/timestamp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/qt6appmotus_debug_metatypes.json.gen.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appmotus_qmltyperegistrations.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Motus.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_qmlcache_loader.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/timestamp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/appMotus_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/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus-Debug-90bc9f6f888bd5e264e0.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus-Debug-90bc9f6f888bd5e264e0.json new file mode 100644 index 0000000000000000000000000000000000000000..e74cb2b74ad66fe8f4d04a086ee3ee143a6eb24f --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus-Debug-90bc9f6f888bd5e264e0.json @@ -0,0 +1,1431 @@ +{ + "artifacts" : + [ + { + "path" : "appMotus.exe" + }, + { + "path" : "appMotus.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_scan_qml_imports", + "_qt_internal_generate_deploy_qml_imports_script", + "cmake_language", + "_qt_internal_finalize_executable", + "qt6_finalize_target", + "_qt_internal_qml_copy_files_to_build_dir", + "qt6_target_qml_sources", + "target_include_directories", + "_qt_internal_qml_type_registration", + "target_sources", + "qt6_extract_metatypes", + "set_source_files_properties", + "__qt_propagate_generated_resource", + "_qt_internal_process_resource", + "qt6_add_resources", + "_qt_internal_target_enable_qmlcachegen", + "_qt_internal_expose_deferred_files_to_ide" + ], + "files" : + [ + "C:/Qt/6.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" : 43, + "parent" : 0 + }, + { + "command" : 5, + "file" : 1, + "line" : 38, + "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 + }, + { + "file" : 1, + "line" : -1, + "parent" : 0 + }, + { + "command" : 18, + "file" : 23, + "line" : 1, + "parent" : 63 + }, + { + "command" : 17, + "file" : 0, + "line" : 823, + "parent" : 64 + }, + { + "command" : 16, + "file" : 0, + "line" : 745, + "parent" : 65 + }, + { + "command" : 15, + "file" : 0, + "line" : 745, + "parent" : 66 + }, + { + "command" : 14, + "file" : 10, + "line" : 4324, + "parent" : 67 + }, + { + "command" : 13, + "file" : 10, + "line" : 4102, + "parent" : 68 + }, + { + "command" : 20, + "file" : 10, + "line" : 896, + "parent" : 24 + }, + { + "command" : 19, + "file" : 10, + "line" : 3454, + "parent" : 70 + }, + { + "command" : 13, + "file" : 10, + "line" : 2859, + "parent" : 71 + }, + { + "command" : 19, + "file" : 10, + "line" : 3448, + "parent" : 70 + }, + { + "command" : 13, + "file" : 10, + "line" : 2859, + "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" : 70 + }, + { + "command" : 29, + "file" : 10, + "line" : 3312, + "parent" : 70 + }, + { + "command" : 23, + "file" : 10, + "line" : 1710, + "parent" : 87 + }, + { + "command" : 23, + "file" : 10, + "line" : 3368, + "parent" : 70 + }, + { + "command" : 23, + "file" : 10, + "line" : 3175, + "parent" : 70 + }, + { + "command" : 23, + "file" : 10, + "line" : 3368, + "parent" : 70 + }, + { + "command" : 28, + "file" : 10, + "line" : 3470, + "parent" : 70 + }, + { + "command" : 27, + "file" : 0, + "line" : 406, + "parent" : 92 + }, + { + "command" : 26, + "file" : 0, + "line" : 2491, + "parent" : 93 + }, + { + "command" : 23, + "file" : 0, + "line" : 2089, + "parent" : 94 + }, + { + "command" : 30, + "file" : 0, + "line" : 817, + "parent" : 64 + }, + { + "command" : 23, + "file" : 0, + "line" : 2212, + "parent" : 96 + } + ] + }, + "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/GitHub/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/include" + }, + { + "backtrace" : 76, + "path" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus" + }, + { + "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, + 9, + 10 + ] + }, + { + "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/GitHub/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/include" + }, + { + "backtrace" : 76, + "path" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus" + }, + { + "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" : 69, + "id" : "appMotus_qmlimportscan::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 72, + "id" : "appMotus_copy_res::@6890427a1f51a3e7e1df" + }, + { + "id" : "appMotus_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 74, + "id" : "appMotus_copy_qml::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "appMotus_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "appMotus::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 5, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "C:/Program Files (x86)/Motus" + } + }, + "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" : "appMotus", + "nameOnDisk" : "appMotus.exe", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files\\Generated", + "sourceIndexes" : + [ + 0, + 15, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 1, + 3, + 4, + 6, + 7, + 9, + 10 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 2, + 5, + 8, + 12 + ] + }, + { + "name" : "Resources", + "sourceIndexes" : + [ + 11, + 13, + 14 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_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/qt6appmotus_debug_metatypes.json.gen", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 80, + "compileGroupIndex" : 1, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appmotus_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_Motus.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/appMotus_qmlcache_loader.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 89, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 90, + "path" : "Case.qml", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 91, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 95, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 97, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Motus.qrc", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 97, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Motus/qmldir", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 97, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appMotus_raw_qml_0.qrc", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 97, + "path" : "Ressources.qrc", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/timestamp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/qt6appmotus_debug_metatypes.json.gen.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appmotus_qmltyperegistrations.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Motus.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_qmlcache_loader.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/timestamp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/appMotus_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/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus-Debug-cebdc56ff18f9c17862e.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus-Debug-cebdc56ff18f9c17862e.json new file mode 100644 index 0000000000000000000000000000000000000000..c344f5ad7c0226c4f45ce2f0da6cf153a02c2cef --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus-Debug-cebdc56ff18f9c17862e.json @@ -0,0 +1,1431 @@ +{ + "artifacts" : + [ + { + "path" : "appMotus.exe" + }, + { + "path" : "appMotus.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" : 40, + "parent" : 0 + }, + { + "command" : 5, + "file" : 1, + "line" : 35, + "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" : 23, + "file" : 10, + "line" : 3175, + "parent" : 63 + }, + { + "command" : 23, + "file" : 10, + "line" : 3368, + "parent" : 63 + }, + { + "command" : 28, + "file" : 10, + "line" : 3470, + "parent" : 63 + }, + { + "command" : 27, + "file" : 0, + "line" : 406, + "parent" : 92 + }, + { + "command" : 26, + "file" : 0, + "line" : 2491, + "parent" : 93 + }, + { + "command" : 23, + "file" : 0, + "line" : 2089, + "parent" : 94 + }, + { + "command" : 30, + "file" : 0, + "line" : 817, + "parent" : 69 + }, + { + "command" : 23, + "file" : 0, + "line" : 2212, + "parent" : 96 + } + ] + }, + "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/GitHub/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/include" + }, + { + "backtrace" : 76, + "path" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus" + }, + { + "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, + 9, + 10 + ] + }, + { + "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/GitHub/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/include" + }, + { + "backtrace" : 76, + "path" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus" + }, + { + "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" : "appMotus_copy_qml::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 67, + "id" : "appMotus_copy_res::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 74, + "id" : "appMotus_qmlimportscan::@6890427a1f51a3e7e1df" + }, + { + "id" : "appMotus_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "appMotus_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "appMotus::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 5, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "C:/Program Files (x86)/Motus" + } + }, + "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" : "appMotus", + "nameOnDisk" : "appMotus.exe", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files\\Generated", + "sourceIndexes" : + [ + 0, + 15, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 1, + 3, + 4, + 6, + 7, + 9, + 10 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 2, + 5, + 8, + 12 + ] + }, + { + "name" : "Resources", + "sourceIndexes" : + [ + 11, + 13, + 14 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_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/qt6appmotus_debug_metatypes.json.gen", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 80, + "compileGroupIndex" : 1, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appmotus_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_Motus.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/appMotus_qmlcache_loader.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 89, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 90, + "path" : "Case.qml", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 91, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 95, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 97, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Motus.qrc", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 97, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Motus/qmldir", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 97, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appMotus_raw_qml_0.qrc", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 97, + "path" : "Ressources.qrc", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/timestamp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/qt6appmotus_debug_metatypes.json.gen.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appmotus_qmltyperegistrations.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Motus.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_qmlcache_loader.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/timestamp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/appMotus_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/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus-Debug-ec17c123db014b7b78d5.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus-Debug-ec17c123db014b7b78d5.json new file mode 100644 index 0000000000000000000000000000000000000000..48ef02a5cd28b91394381af3a5abea15fa1c9d20 --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus-Debug-ec17c123db014b7b78d5.json @@ -0,0 +1,1431 @@ +{ + "artifacts" : + [ + { + "path" : "appMotus.exe" + }, + { + "path" : "appMotus.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" : 42, + "parent" : 0 + }, + { + "command" : 5, + "file" : 1, + "line" : 37, + "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" : 23, + "file" : 10, + "line" : 3175, + "parent" : 63 + }, + { + "command" : 23, + "file" : 10, + "line" : 3368, + "parent" : 63 + }, + { + "command" : 28, + "file" : 10, + "line" : 3470, + "parent" : 63 + }, + { + "command" : 27, + "file" : 0, + "line" : 406, + "parent" : 92 + }, + { + "command" : 26, + "file" : 0, + "line" : 2491, + "parent" : 93 + }, + { + "command" : 23, + "file" : 0, + "line" : 2089, + "parent" : 94 + }, + { + "command" : 30, + "file" : 0, + "line" : 817, + "parent" : 69 + }, + { + "command" : 23, + "file" : 0, + "line" : 2212, + "parent" : 96 + } + ] + }, + "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/GitHub/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/include" + }, + { + "backtrace" : 76, + "path" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus" + }, + { + "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, + 9, + 10 + ] + }, + { + "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/GitHub/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/include" + }, + { + "backtrace" : 76, + "path" : "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus" + }, + { + "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" : "appMotus_copy_qml::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 67, + "id" : "appMotus_copy_res::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 74, + "id" : "appMotus_qmlimportscan::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "appMotus_autogen::@6890427a1f51a3e7e1df" + }, + { + "id" : "appMotus_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "appMotus::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 5, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "C:/Program Files (x86)/Motus" + } + }, + "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" : "appMotus", + "nameOnDisk" : "appMotus.exe", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files\\Generated", + "sourceIndexes" : + [ + 0, + 15, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 1, + 3, + 4, + 6, + 7, + 9, + 10 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 2, + 5, + 8, + 12 + ] + }, + { + "name" : "Resources", + "sourceIndexes" : + [ + 11, + 13, + 14 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_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/qt6appmotus_debug_metatypes.json.gen", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 80, + "compileGroupIndex" : 1, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appmotus_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_Motus.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/appMotus_qmlcache_loader.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 89, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 90, + "path" : "Case.qml", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 91, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 95, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 97, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qmake_Motus.qrc", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 97, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/Motus/qmldir", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 97, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/appMotus_raw_qml_0.qrc", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 97, + "path" : "Ressources.qrc", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/timestamp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/qt6appmotus_debug_metatypes.json.gen.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appmotus_qmltyperegistrations.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Motus.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_qmlcache_loader.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/timestamp.rule", + "sourceGroupIndex" : 4 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/appMotus_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/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus_autogen_timestamp_deps-Debug-8ecb6561b9981a1bf617.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus_autogen_timestamp_deps-Debug-8ecb6561b9981a1bf617.json new file mode 100644 index 0000000000000000000000000000000000000000..d117b43105cd536a41d9708dff5797e2cf1c8d1f --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-appMotus_autogen_timestamp_deps-Debug-8ecb6561b9981a1bf617.json @@ -0,0 +1,96 @@ +{ + "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" : 3454, + "parent" : 3 + }, + { + "command" : 0, + "file" : 1, + "line" : 2859, + "parent" : 4 + }, + { + "command" : 1, + "file" : 1, + "line" : 3448, + "parent" : 3 + }, + { + "command" : 0, + "file" : 1, + "line" : 2859, + "parent" : 6 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "appMotus_qmlimportscan::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 5, + "id" : "appMotus_copy_res::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 7, + "id" : "appMotus_copy_qml::@6890427a1f51a3e7e1df" + } + ], + "folder" : + { + "name" : "QtInternalTargets" + }, + "id" : "appMotus_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "appMotus_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-module_appMotus_aotstats_target-Debug-dbc832e1760cd1c28c4d.json b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-module_appMotus_aotstats_target-Debug-dbc832e1760cd1c28c4d.json new file mode 100644 index 0000000000000000000000000000000000000000..c1e6426f7a7813bdab37eae04366cb6d2f1501a5 --- /dev/null +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.cmake/api/v1/reply.prev/target-module_appMotus_aotstats_target-Debug-dbc832e1760cd1c28c4d.json @@ -0,0 +1,126 @@ +{ + "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" : "appMotus_qmltyperegistration::@6890427a1f51a3e7e1df" + } + ], + "folder" : + { + "name" : "QtInternalTargets" + }, + "id" : "module_appMotus_aotstats_target::@6890427a1f51a3e7e1df", + "name" : "module_appMotus_aotstats_target", + "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/module_appMotus_aotstats_target", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/module_appMotus_aotstats_target.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/module_appMotus.aotstats.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appmotus_qmltyperegistrations.cpp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.ninja_deps b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.ninja_deps index e8d719f52ac1448bc80c80aa514c74c4a32e32e0..6848ef7bcc664c5737870ce70fbc73eb598ce0e8 100644 Binary files a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.ninja_deps and b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.ninja_deps differ diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.ninja_log b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.ninja_log index 686a6b09d9c4c3bc0e07b53964d0401e54107a6a..5c37abef16485e0b9b4124487cd88ec0977c056e 100644 --- a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.ninja_log +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.ninja_log @@ -44,3 +44,42 @@ 1698 1980 7639093869037164 CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp.obj b860d43e3dc34fb5 1672 7597 7639093868724650 CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp.obj 1d8d7a2fb0e75c17 1651 7982 7639093868568440 CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.obj 323a36cadb9b22e4 +56 127 7639112509607321 .qt/appMotus_qml.txt 19d6e25073c985b8 +56 127 7639112509607321 D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/appMotus_qml.txt 19d6e25073c985b8 +70 140 7639112509763713 .qt/appMotus_res.txt 15fe6511ba4c5c0a +70 140 7639112509763713 D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/appMotus_res.txt 15fe6511ba4c5c0a +83 188 7639112510232779 .qt/qml_imports/appMotus_build.cmake 708442a6efb3e956 +83 188 7639112510232779 D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/qml_imports/appMotus_build.cmake 708442a6efb3e956 +188 414 7639112510232779 appMotus_autogen/timestamp e898ee6eb09485ae +188 414 7639112510232779 appMotus_autogen/mocs_compilation.cpp e898ee6eb09485ae +188 414 7639112510232779 D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/timestamp e898ee6eb09485ae +188 414 7639112510232779 D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus_autogen/mocs_compilation.cpp e898ee6eb09485ae +415 563 7639112512576459 meta_types/appMotus_json_file_list.txt 9219a4c76f33c8f2 +415 563 7639112512576459 meta_types/appMotus_json_file_list.txt.timestamp 9219a4c76f33c8f2 +415 563 7639112512576459 D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/appMotus_json_file_list.txt 9219a4c76f33c8f2 +415 563 7639112512576459 D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/meta_types/appMotus_json_file_list.txt.timestamp 9219a4c76f33c8f2 +468 620 7639112513982616 .qt/rcc/qrc_appMotus_raw_qml_0.cpp 7b24443f6fb7ff9b +468 620 7639112513982616 D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp 7b24443f6fb7ff9b +427 620 7639112514138587 .qt/rcc/qrc_qmake_Motus.cpp 35e4ee822ab97fef +427 620 7639112514138587 D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Motus.cpp 35e4ee822ab97fef +441 751 7639112514607335 .rcc/qmlcache/appMotus_qmlcache_loader.cpp ee8e5e3f63dcd499 +441 751 7639112514607335 D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_qmlcache_loader.cpp ee8e5e3f63dcd499 +563 836 7639112516482823 .rcc/qmlcache/appMotus_Main_qml.cpp 313eb81157fe6576 +563 836 7639112516482823 .rcc/qmlcache/appMotus_Main_qml.cpp.aotstats 313eb81157fe6576 +563 836 7639112516482823 D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp 313eb81157fe6576 +563 836 7639112516482823 D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.aotstats 313eb81157fe6576 +583 976 7639112517888859 .rcc/qmlcache/appMotus_Case_qml.cpp f252e3927fc365b1 +583 976 7639112517888859 .rcc/qmlcache/appMotus_Case_qml.cpp.aotstats f252e3927fc365b1 +583 976 7639112517888859 D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp f252e3927fc365b1 +583 976 7639112517888859 D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp.aotstats f252e3927fc365b1 +601 978 7639112517888859 .rcc/qmlcache/appMotus_Bouton_qml.cpp 8b83501569f9bbec +601 978 7639112517888859 .rcc/qmlcache/appMotus_Bouton_qml.cpp.aotstats 8b83501569f9bbec +601 978 7639112517888859 D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Bouton_qml.cpp 8b83501569f9bbec +601 978 7639112517888859 D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Bouton_qml.cpp.aotstats 8b83501569f9bbec +978 1685 7639112518201093 CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Motus.cpp.obj 730848838a271f07 +1449 1695 7639112522926307 CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp.obj b860d43e3dc34fb5 +1369 5168 7639112522142977 CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Bouton_qml.cpp.obj 30cdf2505aef4c8f +1238 5170 7639112520701301 CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp.obj 1d8d7a2fb0e75c17 +1204 5293 7639112520388860 CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.obj 323a36cadb9b22e4 +1188 5302 7639112520232900 CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_qmlcache_loader.cpp.obj 70756d3da140a737 +5302 7556 7639112561478116 appMotus.exe 7c7c6477327467a5 diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Bouton_qml.cpp.aotstats b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Bouton_qml.cpp.aotstats index 5d0cccbcd0b2305c983c19e8ebc8cbcac0328201..2ef974cf8daf9a86b6a876d31a33532ff51a97f8 100644 --- a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Bouton_qml.cpp.aotstats +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Bouton_qml.cpp.aotstats @@ -6,7 +6,11 @@ { "codegenSuccessfull": true, "column": 34, +<<<<<<< HEAD "durationMicroseconds": 286, +======= + "durationMicroseconds": 323, +>>>>>>> 6cc66958136fdbb18439db80c352afb1fe61b8e5 "errorMessage": "", "functionName": "horizontalAlignment", "line": 24 @@ -14,13 +18,21 @@ { "codegenSuccessfull": true, "column": 32, +<<<<<<< HEAD "durationMicroseconds": 66, +======= + "durationMicroseconds": 107, +>>>>>>> 6cc66958136fdbb18439db80c352afb1fe61b8e5 "errorMessage": "", "functionName": "verticalAlignment", "line": 25 } ], +<<<<<<< HEAD "filepath": "C:/Users/pierr/OneDrive/Documents/GitHub/motusetbouchecousue/Motus/Bouton.qml" +======= + "filepath": "D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/Bouton.qml" +>>>>>>> 6cc66958136fdbb18439db80c352afb1fe61b8e5 } ], "moduleId": "Motus(appMotus)" diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp.aotstats b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp.aotstats index 5c1dd4cf7e9f2ec04b4f0e7aa0d20eeb23f6e40a..1ba807235a765bdf2ca922fd6164c74af9b35855 100644 --- a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp.aotstats +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Case_qml.cpp.aotstats @@ -6,7 +6,7 @@ { "codegenSuccessfull": true, "column": 30, - "durationMicroseconds": 6672, + "durationMicroseconds": 288, "errorMessage": "", "functionName": "horizontalAlignment", "line": 16 @@ -14,7 +14,7 @@ { "codegenSuccessfull": true, "column": 28, - "durationMicroseconds": 140, + "durationMicroseconds": 132, "errorMessage": "", "functionName": "verticalAlignment", "line": 17 diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp index 3e8238f2e86eb45d366c7af82d537165eb9ed26f..baf1ded5859e1038a38e391bb9c43cb2214fac31 100644 --- a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp @@ -25,62 +25,64 @@ extern const unsigned char qmlData alignas(16) [] = { 0x71,0x76,0x34,0x63,0x64,0x61,0x74,0x61, 0x42,0x0,0x0,0x0,0x2,0x8,0x6,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -0xc8,0x9,0x0,0x0,0x30,0x61,0x38,0x31, +0xf4,0xa,0x0,0x0,0x30,0x61,0x38,0x31, 0x33,0x39,0x63,0x35,0x37,0x34,0x66,0x65, 0x31,0x35,0x30,0x61,0x62,0x61,0x39,0x32, 0x64,0x35,0x66,0x32,0x34,0x38,0x34,0x61, 0x38,0x66,0x33,0x66,0x64,0x62,0x37,0x37, 0x34,0x39,0x37,0x37,0x0,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0xcf,0x43,0xbf,0x72, -0x8,0xcb,0xa0,0x71,0xe4,0x37,0x77,0x72, -0x47,0x3,0x5d,0x6c,0x0,0x0,0x0,0x0, +0x0,0x0,0x0,0x0,0x4,0xad,0xa1,0x1d, +0xb5,0x45,0x8d,0x83,0x13,0x7,0xdb,0xcb, +0xf6,0xbd,0xbd,0x80,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x23,0x0,0x0,0x0, -0x23,0x0,0x0,0x0,0xc0,0x2,0x0,0x0, +0x26,0x0,0x0,0x0,0xd0,0x2,0x0,0x0, 0x2,0x0,0x0,0x0,0xf8,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0, 0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0, 0xb,0x0,0x0,0x0,0x4,0x1,0x0,0x0, 0x0,0x0,0x0,0x0,0x30,0x1,0x0,0x0, -0x7,0x0,0x0,0x0,0x30,0x1,0x0,0x0, -0x0,0x0,0x0,0x0,0x68,0x1,0x0,0x0, -0x1,0x0,0x0,0x0,0x68,0x1,0x0,0x0, -0x0,0x0,0x0,0x0,0x80,0x1,0x0,0x0, -0x0,0x0,0x0,0x0,0x80,0x1,0x0,0x0, -0x0,0x0,0x0,0x0,0x80,0x1,0x0,0x0, -0x0,0x0,0x0,0x0,0x80,0x1,0x0,0x0, -0x0,0x0,0x0,0x0,0x80,0x1,0x0,0x0, +0x9,0x0,0x0,0x0,0x30,0x1,0x0,0x0, +0x0,0x0,0x0,0x0,0x78,0x1,0x0,0x0, +0x1,0x0,0x0,0x0,0x78,0x1,0x0,0x0, +0x0,0x0,0x0,0x0,0x90,0x1,0x0,0x0, +0x0,0x0,0x0,0x0,0x90,0x1,0x0,0x0, +0x0,0x0,0x0,0x0,0x90,0x1,0x0,0x0, +0x0,0x0,0x0,0x0,0x90,0x1,0x0,0x0, +0x0,0x0,0x0,0x0,0x90,0x1,0x0,0x0, 0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0xe0,0x5,0x0,0x0, -0x80,0x1,0x0,0x0,0xf0,0x1,0x0,0x0, -0xb0,0x2,0x0,0x0,0x80,0x1,0x0,0x0, -0x93,0x1,0x0,0x0,0xa0,0x1,0x0,0x0, -0x3,0x1,0x0,0x0,0xc7,0x1,0x0,0x0, -0x11,0x1,0x0,0x0,0xd3,0x1,0x0,0x0, -0x80,0x1,0x0,0x0,0x0,0x2,0x0,0x0, -0xe4,0x1,0x0,0x0,0x11,0x2,0x0,0x0, +0x0,0x0,0x0,0x0,0x50,0x6,0x0,0x0, +0x90,0x1,0x0,0x0,0x0,0x2,0x0,0x0, +0xc0,0x2,0x0,0x0,0xb0,0x1,0x0,0x0, +0xc3,0x1,0x0,0x0,0xd0,0x1,0x0,0x0, +0x3,0x1,0x0,0x0,0xf7,0x1,0x0,0x0, +0x11,0x1,0x0,0x0,0x3,0x2,0x0,0x0, +0xb0,0x1,0x0,0x0,0x30,0x2,0x0,0x0, +0x14,0x2,0x0,0x0,0x41,0x2,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x40,0x6b,0x3f, 0x0,0x0,0x0,0x0,0x0,0xa0,0x65,0x3f, 0x0,0x0,0x0,0x0,0x0,0x40,0xf5,0x7f, -0x0,0x0,0x0,0x0,0x0,0x60,0x99,0x3f, -0x0,0x0,0x0,0x0,0x0,0x78,0x71,0x3f, -0x0,0x0,0x0,0x0,0x0,0xc8,0x78,0x3f, -0x0,0x0,0x0,0x0,0x0,0x40,0x72,0x3f, +0x0,0x0,0x0,0x0,0x0,0x80,0xad,0x3f, +0x0,0x0,0x0,0x0,0x0,0x90,0x82,0x3f, +0x0,0x0,0x0,0x0,0x0,0x60,0x9c,0x3f, +0x0,0x0,0x0,0x0,0x0,0x0,0x82,0x3f, +0x0,0x0,0x0,0x0,0x0,0x40,0xa6,0x3f, +0x0,0x0,0x0,0x0,0x0,0xc0,0xb2,0x3f, 0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x5c,0x0,0x0,0x0,0x9,0x0,0x0,0x0, -0x17,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x1a,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x38,0x0,0x0,0x0,0x0,0x0,0x3,0x0, 0x1,0x0,0x0,0x0,0x7,0x0,0x0,0x0, -0x20,0x0,0x90,0x0,0x0,0x0,0x0,0x0, +0x27,0x0,0x90,0x0,0x0,0x0,0x0,0x0, 0x0,0x0,0x7,0x0,0x0,0x0,0x8,0x0, -0x0,0x0,0x0,0x0,0x20,0x0,0x0,0x0, +0x0,0x0,0x0,0x0,0x27,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0, -0x20,0x0,0x0,0x0,0x1,0x0,0x0,0x0, -0x5,0x0,0x0,0x0,0x26,0x0,0x0,0x0, +0x27,0x0,0x0,0x0,0x1,0x0,0x0,0x0, +0x5,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, 0x1,0x0,0x0,0x0,0xca,0x28,0x1,0x18, 0x6,0xd4,0x16,0x6,0x2,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, @@ -89,45 +91,46 @@ extern const unsigned char qmlData alignas(16) [] = { 0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x40,0x0,0x0,0x0,0x0,0x0,0x5,0x0, 0xff,0xff,0xff,0xff,0xf,0x0,0x0,0x0, -0x20,0x0,0xa0,0x1,0x0,0x0,0x0,0x0, +0x27,0x0,0xa0,0x1,0x0,0x0,0x0,0x0, 0x0,0x0,0x8,0x0,0x0,0x0,0x2,0x0, -0x22,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x21,0x0,0x0,0x0, +0x25,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x0,0x0,0x0,0x0,0x28,0x0,0x0,0x0, 0x1,0x0,0x0,0x0,0xe,0x0,0x0,0x0, -0x22,0x0,0x0,0x0,0x4,0x0,0x0,0x0, -0x1d,0x0,0x0,0x0,0x23,0x0,0x0,0x0, +0x29,0x0,0x0,0x0,0x4,0x0,0x0,0x0, +0x1d,0x0,0x0,0x0,0x2a,0x0,0x0,0x0, 0x6,0x0,0x0,0x0,0x3a,0x0,0x0,0x0, -0x24,0x0,0x0,0x0,0x8,0x0,0x0,0x0, -0x3e,0x0,0x0,0x0,0x26,0x0,0x0,0x0, +0x2b,0x0,0x0,0x0,0x8,0x0,0x0,0x0, +0x3e,0x0,0x0,0x0,0x2d,0x0,0x0,0x0, 0x8,0x0,0x0,0x0,0x16,0x6,0x3c,0x0, 0x18,0x8,0x2e,0x1,0x3c,0x2,0x6c,0x8, -0x50,0x30,0x2e,0x3,0x18,0x9,0x12,0x1b, +0x50,0x30,0x2e,0x3,0x18,0x9,0x12,0x1e, 0x18,0xc,0xb4,0x4,0x1,0xc,0x42,0x5, 0x9,0x2e,0x6,0x18,0x9,0x16,0x6,0x3c, -0x7,0x18,0xd,0x12,0x1f,0x80,0xd,0x18, +0x7,0x18,0xd,0x12,0x22,0x80,0xd,0x18, 0xe,0x16,0x6,0x3c,0x8,0x80,0xe,0x18, 0xc,0xac,0x9,0x9,0x1,0xc,0x8,0x42, 0xa,0x6,0xe,0x2,0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -0x50,0x3,0x0,0x0,0x58,0x3,0x0,0x0, -0x70,0x3,0x0,0x0,0x88,0x3,0x0,0x0, -0x98,0x3,0x0,0x0,0xb0,0x3,0x0,0x0, -0xc8,0x3,0x0,0x0,0xd8,0x3,0x0,0x0, -0xf8,0x3,0x0,0x0,0x10,0x4,0x0,0x0, -0x28,0x4,0x0,0x0,0x30,0x4,0x0,0x0, -0x38,0x4,0x0,0x0,0x48,0x4,0x0,0x0, -0x60,0x4,0x0,0x0,0x70,0x4,0x0,0x0, -0x80,0x4,0x0,0x0,0x90,0x4,0x0,0x0, -0xa8,0x4,0x0,0x0,0xb0,0x4,0x0,0x0, +0x68,0x3,0x0,0x0,0x70,0x3,0x0,0x0, +0x88,0x3,0x0,0x0,0xa0,0x3,0x0,0x0, +0xb0,0x3,0x0,0x0,0xc8,0x3,0x0,0x0, +0xe0,0x3,0x0,0x0,0xf0,0x3,0x0,0x0, +0x10,0x4,0x0,0x0,0x28,0x4,0x0,0x0, +0x40,0x4,0x0,0x0,0x48,0x4,0x0,0x0, +0x50,0x4,0x0,0x0,0x60,0x4,0x0,0x0, +0x78,0x4,0x0,0x0,0x88,0x4,0x0,0x0, +0x98,0x4,0x0,0x0,0xa8,0x4,0x0,0x0, 0xc0,0x4,0x0,0x0,0xc8,0x4,0x0,0x0, -0xd8,0x4,0x0,0x0,0xf0,0x4,0x0,0x0, -0x28,0x5,0x0,0x0,0x38,0x5,0x0,0x0, -0x48,0x5,0x0,0x0,0x58,0x5,0x0,0x0, -0x60,0x5,0x0,0x0,0x70,0x5,0x0,0x0, -0x88,0x5,0x0,0x0,0x98,0x5,0x0,0x0, +0xd8,0x4,0x0,0x0,0xe0,0x4,0x0,0x0, +0xf8,0x4,0x0,0x0,0x10,0x5,0x0,0x0, +0x38,0x5,0x0,0x0,0x48,0x5,0x0,0x0, +0x60,0x5,0x0,0x0,0x98,0x5,0x0,0x0, 0xa8,0x5,0x0,0x0,0xb8,0x5,0x0,0x0, -0xd0,0x5,0x0,0x0,0x0,0x0,0x0,0x0, +0xc8,0x5,0x0,0x0,0xd0,0x5,0x0,0x0, +0xe0,0x5,0x0,0x0,0xf8,0x5,0x0,0x0, +0x8,0x6,0x0,0x0,0x18,0x6,0x0,0x0, +0x28,0x6,0x0,0x0,0x40,0x6,0x0,0x0, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x7,0x0,0x0,0x0,0x51,0x0,0x74,0x0, 0x51,0x0,0x75,0x0,0x69,0x0,0x63,0x0, @@ -159,9 +162,9 @@ extern const unsigned char qmlData alignas(16) [] = { 0x1,0x0,0x0,0x0,0x79,0x0,0x0,0x0, 0x5,0x0,0x0,0x0,0x63,0x0,0x6f,0x0, 0x6c,0x0,0x6f,0x0,0x72,0x0,0x0,0x0, -0x7,0x0,0x0,0x0,0x23,0x0,0x66,0x0, -0x35,0x0,0x36,0x0,0x33,0x0,0x36,0x0, -0x33,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x7,0x0,0x0,0x0,0x23,0x0,0x35,0x0, +0x66,0x0,0x39,0x0,0x37,0x0,0x61,0x0, +0x66,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x5,0x0,0x0,0x0,0x66,0x0,0x6f,0x0, 0x63,0x0,0x75,0x0,0x73,0x0,0x0,0x0, 0x4,0x0,0x0,0x0,0x43,0x0,0x61,0x0, @@ -175,6 +178,17 @@ extern const unsigned char qmlData alignas(16) [] = { 0x5,0x0,0x0,0x0,0x63,0x0,0x61,0x0, 0x73,0x0,0x65,0x0,0x32,0x0,0x0,0x0, 0x1,0x0,0x0,0x0,0x42,0x0,0x0,0x0, +0x6,0x0,0x0,0x0,0x42,0x0,0x6f,0x0, +0x75,0x0,0x74,0x0,0x6f,0x0,0x6e,0x0, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x6,0x0,0x0,0x0,0x62,0x0,0x6f,0x0, +0x75,0x0,0x74,0x0,0x6f,0x0,0x6e,0x0, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0xe,0x0,0x0,0x0,0x47,0x0,0xe9,0x0, +0x6e,0x0,0xe9,0x0,0x72,0x0,0x65,0x0, +0x72,0x0,0x20,0x0,0x75,0x0,0x6e,0x0, +0x20,0x0,0x6d,0x0,0x6f,0x0,0x74,0x0, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x4,0x0,0x0,0x0,0x4b,0x0,0x65,0x0, 0x79,0x0,0x73,0x0,0x0,0x0,0x0,0x0, 0x9,0x0,0x0,0x0,0x6f,0x0,0x6e,0x0, @@ -211,130 +225,154 @@ extern const unsigned char qmlData alignas(16) [] = { 0x5,0x0,0x0,0x0,0x65,0x0,0x76,0x0, 0x65,0x0,0x6e,0x0,0x74,0x0,0x0,0x0, 0x1,0x0,0x0,0x0,0x10,0x0,0x0,0x0, -0x5,0x0,0x0,0x0,0x24,0x0,0x0,0x0, +0x6,0x0,0x0,0x0,0x24,0x0,0x0,0x0, 0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x1,0x0,0x10,0x0, -0xff,0xff,0x0,0x0,0x38,0x0,0x0,0x0, -0x8,0x1,0x0,0x0,0x38,0x2,0x0,0x0, -0xd8,0x2,0x0,0x0,0x78,0x3,0x0,0x0, -0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff, -0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0, +0xff,0xff,0x0,0x0,0x3c,0x0,0x0,0x0, +0xc,0x1,0x0,0x0,0x54,0x2,0x0,0x0, +0xf4,0x2,0x0,0x0,0x94,0x3,0x0,0x0, +0x34,0x4,0x0,0x0,0x2,0x0,0x0,0x0, +0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff, +0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0, 0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0, -0x54,0x0,0x0,0x0,0x0,0x0,0x5,0x0, 0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -0xcc,0x0,0x0,0x0,0x3,0x0,0x10,0x0, -0x0,0x0,0x0,0x0,0xcc,0x0,0x0,0x0, +0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0, +0x0,0x0,0x5,0x0,0x54,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0xcc,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x6,0x0,0x0,0x0, -0x0,0x0,0x5,0x0,0x0,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x7,0x0,0x50,0x0, -0x7,0x0,0xc0,0x0,0x5,0x0,0x0,0x0, -0x0,0x0,0x1,0x0,0x1,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x6,0x0,0x50,0x0, -0x6,0x0,0xe0,0x0,0x4,0x0,0x0,0x0, -0x0,0x0,0x2,0x0,0x1,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x5,0x0,0x50,0x0, -0x5,0x0,0xd0,0x0,0x3,0x0,0x0,0x0, -0x0,0x0,0x2,0x0,0x0,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x4,0x0,0x50,0x0, -0x4,0x0,0xc0,0x0,0x0,0x0,0x0,0x0, -0x0,0x0,0x8,0x0,0x1,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x9,0x0,0x50,0x0, -0x9,0x0,0x50,0x0,0x0,0x0,0x0,0x0, -0x8,0x0,0x0,0x0,0x9,0x0,0x0,0x0, -0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff, -0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0, +0x3,0x0,0x10,0x0,0x0,0x0,0x0,0x0, +0xcc,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0xcc,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x6,0x0,0x0,0x0,0x0,0x0,0x5,0x0, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x7,0x0,0x50,0x0,0x7,0x0,0xc0,0x0, +0x5,0x0,0x0,0x0,0x0,0x0,0x1,0x0, +0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x6,0x0,0x50,0x0,0x6,0x0,0xe0,0x0, +0x4,0x0,0x0,0x0,0x0,0x0,0x2,0x0, +0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x5,0x0,0x50,0x0,0x5,0x0,0xd0,0x0, +0x3,0x0,0x0,0x0,0x0,0x0,0x2,0x0, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x4,0x0,0x50,0x0,0x4,0x0,0xc0,0x0, +0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0, +0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x9,0x0,0x50,0x0,0x9,0x0,0x50,0x0, +0x0,0x0,0x0,0x0,0x8,0x0,0x0,0x0, +0x9,0x0,0x0,0x0,0x0,0x0,0xff,0xff, +0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0, 0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0, -0x54,0x0,0x0,0x0,0x0,0x0,0x9,0x0, 0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -0x2c,0x1,0x0,0x0,0x9,0x0,0x50,0x0, -0xa,0x0,0x90,0x0,0x2c,0x1,0x0,0x0, -0x0,0x0,0x0,0x0,0x2c,0x1,0x0,0x0, -0x0,0x0,0x0,0x0,0xe,0x0,0x0,0x0, -0x0,0x0,0x1,0x0,0x1,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x10,0x0,0x90,0x0, -0x10,0x0,0x0,0x1,0xc,0x0,0x0,0x0, -0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0, -0xd,0x0,0x0,0x0,0xf,0x0,0x90,0x0, -0xf,0x0,0x0,0x1,0x4,0x0,0x0,0x0, -0x0,0x0,0x2,0x0,0x1,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0xe,0x0,0x90,0x0, -0xe,0x0,0x10,0x1,0x3,0x0,0x0,0x0, -0x0,0x0,0x2,0x0,0x0,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0xd,0x0,0x90,0x0, -0xd,0x0,0x0,0x1,0xb,0x0,0x0,0x0, -0x0,0x0,0x2,0x0,0x2,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0xc,0x0,0x90,0x0, -0xc,0x0,0xc0,0x0,0xa,0x0,0x0,0x0, -0x0,0x0,0x2,0x0,0x2,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0xb,0x0,0x90,0x0, -0xb,0x0,0xc0,0x0,0x0,0x0,0x0,0x0, -0x0,0x0,0x8,0x0,0x2,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x12,0x0,0x90,0x0, -0x12,0x0,0x90,0x0,0x0,0x0,0x0,0x0, -0x0,0x0,0x8,0x0,0x3,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x19,0x0,0x90,0x0, -0x19,0x0,0x90,0x0,0x15,0x0,0x0,0x0, -0x0,0x0,0x9,0x0,0x4,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x20,0x0,0x90,0x0, -0x20,0x0,0xe0,0x0,0x0,0x0,0x0,0x0, -0xf,0x0,0x0,0x0,0x10,0x0,0x0,0x0, -0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff, -0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0, 0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0, -0x54,0x0,0x0,0x0,0x0,0x0,0x3,0x0, +0x0,0x0,0xa,0x0,0x54,0x0,0x0,0x0, +0x0,0x0,0x0,0x0,0x44,0x1,0x0,0x0, +0x9,0x0,0x50,0x0,0xa,0x0,0x90,0x0, +0x44,0x1,0x0,0x0,0x0,0x0,0x0,0x0, +0x44,0x1,0x0,0x0,0x0,0x0,0x0,0x0, +0xe,0x0,0x0,0x0,0x0,0x0,0x1,0x0, +0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x10,0x0,0x90,0x0,0x10,0x0,0x0,0x1, +0xc,0x0,0x0,0x0,0x0,0x0,0x3,0x0, +0x0,0x0,0x0,0x0,0xd,0x0,0x0,0x0, +0xf,0x0,0x90,0x0,0xf,0x0,0x0,0x1, +0x4,0x0,0x0,0x0,0x0,0x0,0x2,0x0, +0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0xe,0x0,0x90,0x0,0xe,0x0,0x10,0x1, +0x3,0x0,0x0,0x0,0x0,0x0,0x2,0x0, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0xd,0x0,0x90,0x0,0xd,0x0,0x0,0x1, +0xb,0x0,0x0,0x0,0x0,0x0,0x2,0x0, +0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0xc,0x0,0x90,0x0,0xc,0x0,0xc0,0x0, +0xa,0x0,0x0,0x0,0x0,0x0,0x2,0x0, +0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0xb,0x0,0x90,0x0,0xb,0x0,0xc0,0x0, +0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0, +0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x12,0x0,0x90,0x0,0x12,0x0,0x90,0x0, +0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0, +0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x19,0x0,0x90,0x0,0x19,0x0,0x90,0x0, +0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0, +0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x20,0x0,0x90,0x0,0x20,0x0,0x90,0x0, +0x18,0x0,0x0,0x0,0x0,0x0,0x9,0x0, +0x5,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x27,0x0,0x90,0x0,0x27,0x0,0xe0,0x0, +0x0,0x0,0x0,0x0,0xf,0x0,0x0,0x0, +0x10,0x0,0x0,0x0,0x0,0x0,0xff,0xff, +0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0, +0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0, 0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -0x9c,0x0,0x0,0x0,0x12,0x0,0x90,0x0, -0x13,0x0,0xd0,0x0,0x9c,0x0,0x0,0x0, +0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0, +0x0,0x0,0x3,0x0,0x54,0x0,0x0,0x0, +0x0,0x0,0x0,0x0,0x9c,0x0,0x0,0x0, +0x12,0x0,0x90,0x0,0x13,0x0,0xd0,0x0, +0x9c,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x9c,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x11,0x0,0x0,0x0,0x0,0x0,0x3,0x0, +0x0,0x0,0x0,0x0,0x12,0x0,0x0,0x0, +0x16,0x0,0xd0,0x0,0x16,0x0,0x80,0x1, +0xb,0x0,0x0,0x0,0x0,0x0,0x2,0x0, +0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x15,0x0,0xd0,0x0,0x15,0x0,0x0,0x1, +0xa,0x0,0x0,0x0,0x0,0x0,0x2,0x0, +0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x14,0x0,0xd0,0x0,0x14,0x0,0x0,0x1, +0x0,0x0,0x0,0x0,0xf,0x0,0x0,0x0, +0x13,0x0,0x0,0x0,0x0,0x0,0xff,0xff, +0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0, +0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0, +0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0, +0x0,0x0,0x3,0x0,0x54,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x9c,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x11,0x0,0x0,0x0, -0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0, -0x12,0x0,0x0,0x0,0x16,0x0,0xd0,0x0, -0x16,0x0,0x80,0x1,0xb,0x0,0x0,0x0, -0x0,0x0,0x2,0x0,0x4,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x15,0x0,0xd0,0x0, -0x15,0x0,0x0,0x1,0xa,0x0,0x0,0x0, -0x0,0x0,0x2,0x0,0x3,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x14,0x0,0xd0,0x0, -0x14,0x0,0x0,0x1,0x0,0x0,0x0,0x0, -0xf,0x0,0x0,0x0,0x13,0x0,0x0,0x0, -0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff, -0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0, +0x19,0x0,0x90,0x0,0x1a,0x0,0xd0,0x0, +0x9c,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x9c,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x11,0x0,0x0,0x0,0x0,0x0,0x3,0x0, +0x0,0x0,0x0,0x0,0x14,0x0,0x0,0x0, +0x1d,0x0,0xd0,0x0,0x1d,0x0,0x80,0x1, +0xb,0x0,0x0,0x0,0x0,0x0,0x2,0x0, +0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x1c,0x0,0xd0,0x0,0x1c,0x0,0x0,0x1, +0xa,0x0,0x0,0x0,0x0,0x0,0x2,0x0, +0x5,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x1b,0x0,0xd0,0x0,0x1b,0x0,0x0,0x1, +0x0,0x0,0x0,0x0,0x15,0x0,0x0,0x0, +0x16,0x0,0x0,0x0,0x0,0x0,0xff,0xff, +0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0, 0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0, -0x54,0x0,0x0,0x0,0x0,0x0,0x3,0x0, 0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -0x9c,0x0,0x0,0x0,0x19,0x0,0x90,0x0, -0x1a,0x0,0xd0,0x0,0x9c,0x0,0x0,0x0, +0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0, +0x0,0x0,0x3,0x0,0x54,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x9c,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x11,0x0,0x0,0x0, -0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0, -0x14,0x0,0x0,0x0,0x1d,0x0,0xd0,0x0, -0x1d,0x0,0x80,0x1,0xb,0x0,0x0,0x0, -0x0,0x0,0x2,0x0,0x6,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x1c,0x0,0xd0,0x0, -0x1c,0x0,0x0,0x1,0xa,0x0,0x0,0x0, -0x0,0x0,0x2,0x0,0x5,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x1b,0x0,0xd0,0x0, -0x1b,0x0,0x0,0x1,0x0,0x0,0x0,0x0, +0x20,0x0,0x90,0x0,0x21,0x0,0xd0,0x0, +0x9c,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x9c,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x11,0x0,0x0,0x0,0x0,0x0,0x3,0x0, +0x0,0x0,0x0,0x0,0x17,0x0,0x0,0x0, +0x24,0x0,0xd0,0x0,0x24,0x0,0x80,0x1, +0xb,0x0,0x0,0x0,0x0,0x0,0x2,0x0, +0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x23,0x0,0xd0,0x0,0x23,0x0,0x0,0x1, +0xa,0x0,0x0,0x0,0x0,0x0,0x2,0x0, +0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x22,0x0,0xd0,0x0,0x22,0x0,0x0,0x1, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff, -0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0, +0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff, +0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0, 0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0, -0x54,0x0,0x0,0x0,0x0,0x0,0x1,0x0, 0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -0x6c,0x0,0x0,0x0,0x20,0x0,0x90,0x0, -0x0,0x0,0x0,0x0,0x6c,0x0,0x0,0x0, +0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0, +0x0,0x0,0x1,0x0,0x54,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,0x6c,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x16,0x0,0x0,0x0, -0x0,0x2,0x7,0x0,0x0,0x0,0x0,0x0, -0x0,0x0,0x0,0x0,0x20,0x0,0xe0,0x0, -0x20,0x0,0xa0,0x1,0x0,0x0,0x0,0x0 +0x27,0x0,0x90,0x0,0x0,0x0,0x0,0x0, +0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x19,0x0,0x0,0x0,0x0,0x2,0x7,0x0, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, +0x27,0x0,0xe0,0x0,0x27,0x0,0xa0,0x1, +0x0,0x0,0x0,0x0 }; QT_WARNING_PUSH QT_WARNING_DISABLE_MSVC(4573) @@ -350,7 +388,7 @@ extern const QQmlPrivate::AOTCompiledFunction aotBuiltFunctions[] = { [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argv) { Q_UNUSED(aotContext) Q_UNUSED(argv) -// expression for onPressed at line 32, column 9 +// expression for onPressed at line 39, column 9 // generate_CreateCallContext { { @@ -379,7 +417,7 @@ return; [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argv) { Q_UNUSED(aotContext) Q_UNUSED(argv) -// at line 32, column 26 +// at line 39, column 26 int r2_1; QObject *r2_4; QString r13_0; diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.aotstats b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.aotstats index 0f56e41e9de6165ffc925cbf83ea9114a2776a1a..9adb895187e455a7239adfd940047c330a445129 100644 --- a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.aotstats +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.aotstats @@ -6,18 +6,18 @@ { "codegenSuccessfull": true, "column": 26, - "durationMicroseconds": 7737, + "durationMicroseconds": 7099, "errorMessage": "", "functionName": "onPressed", - "line": 32 + "line": 39 }, { "codegenSuccessfull": true, "column": 26, - "durationMicroseconds": 94, + "durationMicroseconds": 112, "errorMessage": "", "functionName": "onPressed", - "line": 32 + "line": 39 } ], "filepath": "D:/Centrale/S8/C++GUI/Projet/Motus/motusetbouchecousue/Motus/Main.qml" diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_qmlcache_loader.cpp b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_qmlcache_loader.cpp index 46a84c79879f07d1f0fa8e15d00198bc8d936724..0f6378cdf6955304cb82975e3d3702b5d0b01b87 100644 --- a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_qmlcache_loader.cpp +++ b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_qmlcache_loader.cpp @@ -19,6 +19,13 @@ namespace _qt_qml_Motus_Case_qml { reinterpret_cast<const QV4::CompiledData::Unit*>(&qmlData), &aotBuiltFunctions[0], nullptr }; } +namespace _qt_qml_Motus_Bouton_qml { + extern const unsigned char qmlData[]; + extern const QQmlPrivate::AOTCompiledFunction aotBuiltFunctions[]; + const QQmlPrivate::CachedQmlUnit unit = { + reinterpret_cast<const QV4::CompiledData::Unit*>(&qmlData), &aotBuiltFunctions[0], nullptr + }; +} } namespace { @@ -35,6 +42,7 @@ Q_GLOBAL_STATIC(Registry, unitRegistry) Registry::Registry() { resourcePathToCachedUnit.insert(QStringLiteral("/qt/qml/Motus/Main.qml"), &QmlCacheGeneratedCode::_qt_qml_Motus_Main_qml::unit); resourcePathToCachedUnit.insert(QStringLiteral("/qt/qml/Motus/Case.qml"), &QmlCacheGeneratedCode::_qt_qml_Motus_Case_qml::unit); + resourcePathToCachedUnit.insert(QStringLiteral("/qt/qml/Motus/Bouton.qml"), &QmlCacheGeneratedCode::_qt_qml_Motus_Bouton_qml::unit); QQmlPrivate::RegisterQmlUnitCacheHook registration; registration.structVersion = 0; registration.lookupCachedQmlUnit = &lookupCachedUnit; diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp.obj b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp.obj index 79a9da1231673de8315733b0eadc65041677130b..181d81b79e19031cee11cfb6f2729ff0695efd3c 100644 Binary files a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp.obj and b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_appMotus_raw_qml_0.cpp.obj differ diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Motus.cpp.obj b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Motus.cpp.obj index 0f079676e71c8b9435787a7e52102ffa7cedfbcb..9b93e2b00667b9f3db4d944f7c6afbe0f011da0f 100644 Binary files a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Motus.cpp.obj and b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.qt/rcc/qrc_qmake_Motus.cpp.obj differ diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.obj b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.obj index 3a63b0668fd816d2f27c644d72725376100a7263..ae0355012ba048956ee719bf127442837c104709 100644 Binary files a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.obj and b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_Main_qml.cpp.obj differ diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_qmlcache_loader.cpp.obj b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_qmlcache_loader.cpp.obj index 330a4a4fa08f103d30f1871328688d54a01b17f7..03c8d48b8a4af35988b7c075b4320e91874095e0 100644 Binary files a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_qmlcache_loader.cpp.obj and b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/CMakeFiles/appMotus.dir/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/.rcc/qmlcache/appMotus_qmlcache_loader.cpp.obj differ diff --git a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus.exe b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus.exe index 97f154591de6a11648c268f6e27d09a049bce46b..69eed042b2cba5f2e2bec56ae9b3b8810cb76cd1 100644 Binary files a/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus.exe and b/Motus/build/Desktop_Qt_6_8_2_MinGW_64_bit-Debug/appMotus.exe differ