Skip to content

Commit 26e0bd8

Browse files
zahclaude
andcommitted
M9.R.15q.5.10.b: fix qt6-5compat recipe doc-comment placement
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 14aa4f0 commit 26e0bd8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

recipes/packages/source/qt6-5compat/repro.nim

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ package qt6Core5CompatSource:
5858
build:
5959
setCurrentOwningPackageOverride("qt6Core5CompatSource")
6060
try:
61+
# Same SBOM disable as siblings (qt6-base / qt6-tools /
62+
# qt6-declarative / qt6-svg). SBOM gen hard-codes the canonical
63+
# Qt-6.8.1 prefix which doesn't match our buildDir/out/usr
64+
# install layout.
6165
let opts = @[
6266
"BUILD_TESTING=OFF",
6367
"CMAKE_BUILD_TYPE=Release",
6468
"QT_BUILD_TESTS=OFF",
6569
"QT_BUILD_EXAMPLES=OFF",
66-
## Same SBOM disable as siblings (qt6-base / qt6-tools /
67-
## qt6-declarative / qt6-svg). SBOM gen hard-codes the
68-
## canonical Qt-6.8.1 prefix which doesn't match our
69-
## buildDir/out/usr install layout.
7070
"QT_GENERATE_SBOM=OFF",
7171
]
7272
let pkg = cmake_package(srcDir = "./src", cacheVars = opts)

0 commit comments

Comments
 (0)