File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,13 @@ win32:release:LIBS += \
79
79
80
80
# Library dependency checking
81
81
PRE_TARGETDEPS += $$LIBS
82
-
83
- unix :LIBS += -lboost_thread \
82
+ macx:LIBS += -L/usr/local/lib \
83
+ -lboost_thread-mt \
84
+ -lboost_date_time \
85
+ -lboost_regex \
86
+ -lboost_system \
87
+ -lboost_chrono
88
+ unix :!macx:LIBS += -lboost_thread \
84
89
-lboost_date_time \
85
90
-lboost_regex \
86
91
-lboost_system \
@@ -91,7 +96,7 @@ macx:LIBS += -L/usr/local/Cellar/zlib/1.2.11/lib -lz
91
96
92
97
# Tested on Debian GNU/Linux using distribution
93
98
# libraries (libpoppler-qt5-dev and libquazip5-dev)
94
- unix {
99
+ unix :!macx {
95
100
INCLUDEPATH += /usr/include/quazip5 /usr/include/poppler/qt5
96
101
LIBS += -lquazip5 -lz -lpoppler -lpoppler-qt5
97
102
target.path = /usr/bin
You can’t perform that action at this time.
0 commit comments