mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
missed in #2351
This commit is contained in:
parent
c44992232e
commit
c9a83b0222
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ if (NOT SKIPQT EQUAL 1)
|
||||||
# QT_FIND_PACKAGE_OPTIONS should be passed to find_package,
|
# QT_FIND_PACKAGE_OPTIONS should be passed to find_package,
|
||||||
# e.g. find_package(Qt5Core ${QT_FIND_PACKAGE_OPTIONS})
|
# e.g. find_package(Qt5Core ${QT_FIND_PACKAGE_OPTIONS})
|
||||||
list(APPEND QT_FIND_PACKAGE_OPTIONS PATHS /opt/homebrew/opt/qt@5)
|
list(APPEND QT_FIND_PACKAGE_OPTIONS PATHS /opt/homebrew/opt/qt@5)
|
||||||
endif(APPLE AND EXISTS /opt/homebrew/opt/qt5)
|
endif(APPLE AND EXISTS /opt/homebrew/opt/qt@5)
|
||||||
set(QT_PACKAGELIST
|
set(QT_PACKAGELIST
|
||||||
Qt5Core
|
Qt5Core
|
||||||
Qt5Widgets
|
Qt5Widgets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue