Qt: DL lib still needed for VFS Handler. Some Linux don't automatically link it.

This commit is contained in:
Sacha 2013-10-22 04:00:55 +10:00
parent 3c605b46fb
commit 7aa0608c4c
2 changed files with 2 additions and 1 deletions

View file

@ -45,6 +45,7 @@ win32 {
else: LIBS += $$files(../dx9sdk/Lib/x86/*.lib)
}
linux {
LIBS += -ldl
PRE_TARGETDEPS += ./libCommon.a ./libCore.a ./libNative.a
packagesExist(sdl) {
DEFINES += QT_HAS_SDL

2
native

@ -1 +1 @@
Subproject commit edab3dc0fb04af493592abb31effedec1388b049
Subproject commit dbef0b21a90f23477371066f7dcdc7056d8a3371