Compilation fixes for Mac OS (issue #12)
This commit is contained in:
parent
aefcfdc181
commit
c27b74ac84
@ -28,7 +28,12 @@ win32: {
|
||||
CONFIG += c++17
|
||||
} else {
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += libqalculate
|
||||
macx: {
|
||||
PKGCONFIG += libqalculate gmp mpfr
|
||||
CONFIG += c++11
|
||||
} else {
|
||||
PKGCONFIG += libqalculate
|
||||
}
|
||||
}
|
||||
CONFIG += qt
|
||||
QT += widgets network
|
||||
|
Loading…
x
Reference in New Issue
Block a user