build/qmake: not every Unix wants libdl/librt

/usr/bin/ld: cannot find -ldl
This commit is contained in:
Jan Beich 2015-05-25 13:00:18 +00:00
parent 2a53666d79
commit e58ffeb3f8

View File

@ -6,7 +6,8 @@
}
# Executable
LIBS += -ldl -lrt
LIBS += $$QMAKE_LIBS_DYNLOAD # dlopen
linux-*|hpux-*|solaris-*: LIBS += -lrt # clock_gettime
# Packaging
icon16.files = $$P/assets/unix-icons/hicolor/16x16/apps/ppsspp.png