Compilation fixes for Mac OS (issue #12)

This commit is contained in:
Hanna K 2021-09-09 10:08:33 +02:00
parent aefcfdc181
commit c27b74ac84

View File

@ -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