osx中libuv需要依赖的库
2015-01-23 本文已影响135人
中國壹石頭
LIBS+=-frameworkCoreFoundation
LIBS+=-frameworkCoreServices
LIBS+=-frameworkApplicationServices
如果是在xcode中使用,则不需要考虑该问题,如果是在qt中,则需要考虑该问题。
LIBS+=-frameworkCoreFoundation
LIBS+=-frameworkCoreServices
LIBS+=-frameworkApplicationServices
如果是在xcode中使用,则不需要考虑该问题,如果是在qt中,则需要考虑该问题。