Skip to content

Commit ab24891

Browse files
committed
Clarify some comments
1 parent 22500f4 commit ab24891

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eol_scons/tools/qt6.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@
5151

5252
# MacOS - w/ Homebrew on x86_64
5353
#
54-
# pkg-config does not work.
54+
# pkg-config works.
5555
# Qt .pc files exist in non-standard location that is not searched.
5656
# /usr/local/opt/qt6/libexec/lib/pkgconfig
5757
#
5858
# qmake avaiable in standard qt path /usr/local/opt/qt6/bin - in PATH
5959
# All other binaries (moc & uic) are in /usr/local/opt/qt/share/qt6/libexec/
6060

61-
# MacOS - w/ Homebrew on M2
61+
# MacOS - w/ Homebrew on ARM
6262
#
63-
# pkg-config does not work.
63+
# pkg-config works.
6464
# /opt/homebrew/opt/qt/libexec/lib/pkgconfig
6565
#
66-
# qmake available in /opt/homebrew/opt/qt/bin - in PATH
66+
# qmake, lupdate, lrelease available in /opt/homebrew/opt/qt/bin - in PATH
6767
# All other binaries (moc & uic) are in /opt/homebrew/opt/qt/share/qt/libexec
6868
#
6969

0 commit comments

Comments
 (0)