OSCAR-code/3rdparty/qextserialport/extserialport.prf
2013-10-25 22:45:15 +10:00

18 lines
520 B
Plaintext

defineReplace(qextLibraryName) {
unset(LIBRARY_NAME)
LIBRARY_NAME = $$1
greaterThan(QT_MAJOR_VERSION, 4):LIBRARY_NAME ~= s,^Qt,Qt$$QT_MAJOR_VERSION,
CONFIG(debug, debug|release) {
!debug_and_release|build_pass {
mac:LIBRARY_NAME = $${LIBRARY_NAME}_debug
else:win32:LIBRARY_NAME = $${LIBRARY_NAME}d
}
}
return($$LIBRARY_NAME)
}
LIBS += -framework qextserialport
INCLUDEPATH += /Library/Frameworks/qextserialport.framework/Headers
DEFINES += QEXTSERIALPORT_USING_SHARED