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
Attachments
For Gerrit Dashboard: QTCREATORBUG-15898 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
157197,2 | Don't link against libdl on any bsd | 3.6 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |