Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.6.1
-
None
-
FreeBSD 10.1
Description
src/libs/sqlite/sqlite-lib.pri
contains linking against libdl on unix:
unix:!openbsd: LIBS += -ldl
libdl is also not available on FreeBSD so the line has to be changed to
unix: !freebsd:!openbsd: LIBS +=-ldl