Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    QxSerialPort on a Mac

    Mobile and Embedded
    2
    3
    1166
    Loading More Posts
    • 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.
    • B
      bobo01 last edited by

      I am developing for Meego on a Mac. I am using the QExtSerialPort library but it does not find the header

      include <libudev.h>

      in qextserialnumerator_p.h

      I have included

      include(qextserialport.pri)

      in my .pro file. Any ideas?

      1 Reply Last reply Reply Quote 0
      • K
        kuzulis Qt Champions 2020 last edited by

        Better - use "QtSerialPort":http://qt-project.org/wiki/QtSerialPort, it is common idea!

        UPD: Although perhaps the Meego SDK is not support UDEV or maybe need do-install udev package...

        1 Reply Last reply Reply Quote 0
        • B
          bobo01 last edited by

          I have the same problem. The trouble is that I build for Maemo on Mac and it looks for the linux libraries, which are not there and cannot be there. When I build for the desktop it works OK. How to build for Maemo on a Mac, is it possible?

          1 Reply Last reply Reply Quote 0
          • First post
            Last post