Update paths for homebrew on Apple Silicon Macs and use Qt Fusion theme on MacOS

This commit is contained in:
Adam Honse committed 2021-03-03 17:14:45 -06:00
1 parent 7c272a909d
commit 2915133d96
2 files changed
+14 -2

No files matched your search

+5 -1
View File
@@ -816,9 +816,13 @@ unix:macx {
INCLUDEPATH += \
/usr/local/include \
/opt/homebrew/include \
LIBS += \
-L/usr/local/lib -lusb-1.0 -lhidapi \
-L/usr/local/lib \
-L/opt/homebrew/lib \
-lusb-1.0 \
-lhidapi \
CONFIG += \
c++14 \