Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Configuring QtSerialPort with Qt5

Configuring QtSerialPort with Qt5

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 2.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    valerio.j
    wrote on last edited by
    #1

    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@

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kuzulis
      Qt Champions 2020
      wrote on last edited by
      #2

      For you compiler said that you have not installed Perl, please read compiler errors!

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved