Merge pull request #478

3759e27 spelling (MiWCryptAnalytics)
20517cf fix: add ldl to non-static linux builds (MiWCryptAnalytics)
2e8306b Potential fix for undefined reference 'dlsym' linux (MiWCryptAnalytics)
This commit is contained in:
Riccardo Spagni 2017-02-24 16:02:25 +02:00
commit 6075592f62
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -201,6 +201,9 @@ linux {
contains(QT_ARCH, x86_64) {
LIBS+= -lunbound
}
} else {
# On some distro's we need to add dynload
LIBS+= -ldl
}
LIBS+= \