Package libqextserialport-dev - wrong includepath

Bug #1204491 reported by Strelok
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
qextserialport (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

In /usr/share/qt4/mkspecs/features/extserialport.prf:
   INCLUDEPATH += /usr/include/qt4/QtExtSerialPort
but package installs headers in /usr/include/QtExtSerialPort. This is wrong, compiler can't find library headers.

Expected:
   INCLUDEPATH += /usr/include/QtExtSerialPort

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: libqextserialport-dev 1.2.0~rc1-2build1
ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
Uname: Linux 3.8.0-26-generic i686
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: i386
Date: Wed Jul 24 16:08:18 2013
InstallationDate: Installed on 2013-05-17 (67 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424)
MarkForUpload: True
SourcePackage: qextserialport
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
Strelok (who-) wrote :
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in qextserialport (Ubuntu):
status: New → Confirmed
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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.