Hi
I am trying to add the QtSerialPort to my Qt 4.6.3.
I have copied all the sources downloaded into a subfolder “QtSerialPort” into my project folder.
I’ve added to project.pro:
CONFIG += serialport
INCLUDEPATH += ./QtSerialPort/include/QtSerialPort
include(QtSerialPort/src/serialport/qt4support/install-helper.pri)
Building on windows now returns (excerpt):
14:40:47: Starte "c:\qtsdk\desktop\qt\4.6.3\bin\qmake.exe" L:\target\src\sd\aixsolve\qtgui\src\qtgui.pro -r -spec win32-g++ "CONFIG+=release"
Ein Unterverzeichnis oder eine Datei mit dem Namen "\include\QtSerialPort" existiert bereits.
Ein Unterverzeichnis oder eine Datei mit dem Namen "\include\QtSerialPort" existiert bereits.
Ein Unterverzeichnis oder eine Datei mit dem Namen "\include\QtSerialPort" existiert bereits.
14:40:49: Der Prozess "c:\qtsdk\desktop\qt\4.6.3\bin\qmake.exe" wurde normal beendet.
and building on linux returns (excerpt):
mkdir: kann Verzeichnis „/include“ nicht anlegen: Keine Berechtigung
sh: cannot create /include/QtSerialPort/QSerialPort: Directory nonexistent
sh: cannot create /include/QtSerialPort/QSerialPortInfo: Directory nonexistent
QtSerialPort/src/serialport/qt4support/src/qlockfile.cpp:42:23: fatal error: qlockfile.h: No such file or directory
compilation terminated.
Can anybody help me with this?
What do I need to do to have QtSerialPort with 4.6.3?
Thanks a lot!
↧