From 9ac2b605d5237e5ccd63fb350319118b7e477498 Mon Sep 17 00:00:00 2001 From: HuangKangJing Date: Fri, 14 Jun 2013 15:04:37 +0800 Subject: [PATCH] Fixed a build error of qt interface on Linux --- Qt/PPSSPP.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qt/PPSSPP.pro b/Qt/PPSSPP.pro index 7161d85b9c..384b1f5896 100755 --- a/Qt/PPSSPP.pro +++ b/Qt/PPSSPP.pro @@ -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