Skip to content

Commit

Permalink
Specify QT_CFLAGS and QT_LIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Oct 2, 2024
1 parent c51ef4b commit bb1901f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
CXXFLAGS: -fno-builtin
- os: macos-14
xcode: Xcode_15.4
env:
# It looks like pkg-config is broken in this case ...
QT_CFLAGS: -I/opt/homebrew/opt/qt@5/include
QT_LIBS: -L/opt/homebrew/opt/qt@5/lib
- os: macos-13
xcode: Xcode_15.1
- os: macos-13
Expand Down

0 comments on commit bb1901f

Please sign in to comment.