mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
Fixed a build error of qt interface on Linux
This commit is contained in:
parent
a82df83dcc
commit
9ac2b605d5
@ -22,7 +22,7 @@ win32 {
|
||||
LIBS += -lCore -lCommon -lNative -lwinmm -lws2_32
|
||||
}
|
||||
linux {
|
||||
LIBS += -L. -lCore -lCommon -lNative
|
||||
LIBS += -L. -lCore -lCommon -lNative -ldl
|
||||
PRE_TARGETDEPS += ./libCommon.a ./libCore.a ./libNative.a
|
||||
!mobile_platform {
|
||||
CONFIG += link_pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user