Configuring QtSerialPort with Qt5
-
I've downloaded the latest version of Qt5 and I'm trying to configure QtSerialPort, but I'm getting errors when running the serialport.pro from Qt creator. I've beow is the output error to see if anyone has any ideas.
@21:26:58: Running steps for project serialport...
21:26:58: Starting: "C:\Qt5.0.1\5.0.1\mingw47_32\bin\qmake.exe" C:\Qt5.0.1\serialport-src\serialport.pro -r -spec win32-g++ "CONFIG+=debug" "CONFIG+=declarative_debug" "CONFIG+=qml_debug"
Reading C:/Qt5.0.1/serialport-src/src/src.pro [C:/Qt5.0.1/serialport-build-Desktop_Qt_5_0_1_MinGW_32bit-Debug/src]
Reading C:/Qt5.0.1/serialport-src/src/serialport/serialport.pro [C:/Qt5.0.1/serialport-build-Desktop_Qt_5_0_1_MinGW_32bit-Debug/src/serialport]
'perl.exe' is not recognized as an internal or external command,
operable program or batch file.
Project MESSAGE: C:\Qt5.0.1\5.0.1\mingw47_32\bin\syncqt.bat -module QtSerialPort -mkspecsdir C:\Qt5.0.1\5.0.1\mingw47_32/mkspecs -outdir C:/Qt5.0.1/serialport-build-Desktop_Qt_5_0_1_MinGW_32bit-Debug C:/Qt5.0.1/serialport-src
Project ERROR: Failed to run: C:\Qt5.0.1\5.0.1\mingw47_32\bin\syncqt.bat -module QtSerialPort -mkspecsdir C:\Qt5.0.1\5.0.1\mingw47_32/mkspecs -outdir C:/Qt5.0.1/serialport-build-Desktop_Qt_5_0_1_MinGW_32bit-Debug C:/Qt5.0.1/serialport-src
21:26:58: The process "C:\Qt5.0.1\5.0.1\mingw47_32\bin\qmake.exe" exited with code 3.
Error while building/deploying project serialport (kit: Desktop Qt 5.0.1 MinGW 32bit)
When executing step 'qmake@ -
For you compiler said that you have not installed Perl, please read compiler errors!