QNX has no libdl, but all the functions are in libc

Change-Id: I3f4b32eb8bbc0a35e817399516daa02de358575d
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
This commit is contained in:
BogDan Vatra 2016-03-17 09:46:46 +02:00
parent e342a2e05f
commit c81db14297

View File

@ -1,3 +1,3 @@
SOURCES = libdl.cpp
CONFIG -= qt dylib
LIBS += -ldl
!qnx: LIBS += -ldl