{ "name": "vqt6 Hello World", "version": "0.1.0", "description": "vqt6 第一个示例 - 创建一个 Qt6 窗口,点击按钮退出", "source_dir": "./App", "build_dir": "./.tpv_build", "compiler": { "cmd": "llc", "flags": ["-filetype=obj", "-relocation-model=pic"] }, "linker": { "cmd": "clang++", "flags": [ "-lmsvcrt", "-lucrt", "-lpthread", "-lmingwex", "-lkernel32", "-lws2_32", "-ldnsapi", "-liphlpapi", "-lQt6Core", "-lQt6Gui", "-lQt6Widgets", "-lQt6Network", "-L", "D:/Qt/6.9.3/mingw_64/lib", "-Wl,--allow-multiple-definition" ], "output": "app.exe" }, "includes": [ "../includes" ], "target": { "triple": "x86_64-pc-windows-gnu", "datalayout": "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" }, "options": { "slice_level": 3, "sha1_slice_level": 3, "target": "llvm", "strict_mode": true }, "runtime": { "qt6_path": "D:/Qt/6.9.3/mingw_64", "qt6_dlls": ["Qt6Core.dll", "Qt6Gui.dll", "Qt6Widgets.dll", "Qt6Network.dll"] } }