Comment #3 : Bug #1204491 : Bugs : qextserialport package : Ubuntu

Comment 3 for bug 1204491

Revision history for this message
Jernej Kranjec (jernej-kranjec) wrote :

Per local project fix: manually copying definitions to your .pro file from /usr/share/qt4/mkspecs/features/extserialport.prf:

INCLUDEPATH += /usr/include/qt4/QtExtSerialPort
LIBS += -l$$qextLibraryName(qextserialport)
DEFINES += QEXTSERIALPORT_USING_SHARED

And change them to:

INCLUDEPATH += /usr/include/QtExtSerialPort
LIBS += -l$$qextLibraryName(qextserialport)
DEFINES += QEXTSERIALPORT_USING_SHARED