No need for -lrt and -ldl on OpenBSD

Change-Id: I33b29016daa950ab88632ffbc5cf54dde4c6eafa
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
Caspar Schutijser
2016-01-18 11:32:56 +01:00
parent 03e5392ac9
commit 653adff6e6
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ contains(CONFIG, dll) {
INCLUDEPATH += $$PWD
unix:LIBS += -ldl
unix:!openbsd: LIBS += -ldl
include(../3rdparty/sqlite/sqlite.pri)