We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289de73 commit d5160e4Copy full SHA for d5160e4
.github/workflows/integration.yaml
@@ -235,6 +235,7 @@ jobs:
235
run: cmake ${{github.workspace}}
236
-DCMAKE_BUILD_TYPE:STRING=Release
237
-DQT_DIR:PATH=$QT_ROOT_DIR/lib/cmake/${{matrix.package}}
238
+ -D${{matrix.package}}_DIR:PATH=$QT_ROOT_DIR/lib/cmake/${{matrix.package}}
239
--debug-find-pkg=QT
240
${{ join(matrix.cmake-flags, ' ') }}
241
0 commit comments