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