mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Qt: DL lib still needed for VFS Handler. Some Linux don't automatically link it.
This commit is contained in:
parent
3c605b46fb
commit
7aa0608c4c
2 changed files with 2 additions and 1 deletions
|
@ -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
2
native
|
@ -1 +1 @@
|
|||
Subproject commit edab3dc0fb04af493592abb31effedec1388b049
|
||||
Subproject commit dbef0b21a90f23477371066f7dcdc7056d8a3371
|
Loading…
Add table
Reference in a new issue