File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
52
52
# MacOS - w/ Homebrew on x86_64
53
53
#
54
- # pkg-config does not work .
54
+ # pkg-config works .
55
55
# Qt .pc files exist in non-standard location that is not searched.
56
56
# /usr/local/opt/qt6/libexec/lib/pkgconfig
57
57
#
58
58
# qmake avaiable in standard qt path /usr/local/opt/qt6/bin - in PATH
59
59
# All other binaries (moc & uic) are in /usr/local/opt/qt/share/qt6/libexec/
60
60
61
- # MacOS - w/ Homebrew on M2
61
+ # MacOS - w/ Homebrew on ARM
62
62
#
63
- # pkg-config does not work .
63
+ # pkg-config works .
64
64
# /opt/homebrew/opt/qt/libexec/lib/pkgconfig
65
65
#
66
- # qmake available in /opt/homebrew/opt/qt/bin - in PATH
66
+ # qmake, lupdate, lrelease available in /opt/homebrew/opt/qt/bin - in PATH
67
67
# All other binaries (moc & uic) are in /opt/homebrew/opt/qt/share/qt/libexec
68
68
#
69
69
You can’t perform that action at this time.
0 commit comments