Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.6.0 RC
-
None
-
Fedora 22
Description
When building from source on Fedora 22 compilation fails on QtSerialPort initially due to missing include files. The following must be copied from qt.5.6rc/qtserialport/include to qtbase/include/QtSerialPort:
- qtserialportglobal.h
- QtSerialPortInfo
- qserialportinfo.h
Compilation then terminates on:
`qserialportinfo.h:1:50: fatal error: ../../src/serialport/qserialportinfo.h: No such file or directory`
Copying this then leads to another missing file error, and so on and so forth. It seems like it's not doing a chunk of the copy file process.
Attachments
Issue Links
- relates to
-
QTBUG-51363 Cannot build QtSerialPort because of missing include path
-
- Closed
-