Attempting to fix a git issue

This commit is contained in:
Mark Watkins 2013-10-25 22:44:08 +10:00
parent 3715fcf639
commit 5596944dd6

View File

@ -0,0 +1,17 @@
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