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

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+= \