Skip to content

Commit

Permalink
Add lib to include as the QFile and QDebug are in the lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Jan 7, 2024
1 parent 8343f95 commit 14176b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
echo "qt-include-dir=${{ github.workspace }}/Qt/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/include"
echo "qt-lib-dir=${{ github.workspace }}/Qt/Qt/${{ env.QT_VERSION }}/${{ env.QT_ARCH }}/lib"
- name: Configure CMake
env:
Expand Down Expand Up @@ -130,7 +131,7 @@ jobs:
lines-changed-only: false
no-lgtm: false
repo-root: ${{ github.workspace }}
extra-args: "-I./include -I${{ qt-include-dir }}"
extra-args: "-I./include -I${{ qt-include-dir }} -I${{ qt-lib-dir }}"
# The following value will only update a single comment
# in a pull request's thread. Set it to false to disable the comment.
# Set it to true to post a new comment (and delete the old comment).
Expand Down

0 comments on commit 14176b9

Please sign in to comment.