Fixed a build error of qt interface on Linux

This commit is contained in:
HuangKangJing 2013-06-14 15:04:37 +08:00
parent a82df83dcc
commit 9ac2b605d5

View File

@ -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