Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Qextserialport.pro doesn’t build
Forum Updated to NodeBB v4.3 + New Features

Qextserialport.pro doesn’t build

Scheduled Pinned Locked Moved 3rd Party Software
5 Posts 2 Posters 4.3k Views 1 Watching
  • 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.
  • W Offline
    W Offline
    wimschuiteman
    wrote on last edited by
    #1

    Hello everybody

    I'a a student from a high school in the Netherlands.
    It is the first time I work with Qt creator.
    Now I want make a serial communicate with a microcontroller.
    I have found the qexserialport library.
    But if I build qexserialport.pro than I get a popup screen with the message "Could not find the executable, please specify one.".
    now my question is where can i find this executable?

    Best regards,
    Wim Schuiteman

    sorry for my bad english.

    Regards,
    Wim

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

      Instead of QextSerialPort try use "QSerialDevice 2.0":https://gitorious.org/qserialdevice/qserialdevice/trees/2.0.
      Reason see "this":http://developer.qt.nokia.com/forums/viewthread/11634/ .

      1 Reply Last reply
      0
      • W Offline
        W Offline
        wimschuiteman
        wrote on last edited by
        #3

        Thank you for your reply.
        I work a few weeks with Qt.
        So I do not know how to use QSerialDevice 2.0.
        Should I build serialport.pro, or maybe something else.

        Best regards,
        Wim Schuiteman

        Regards,
        Wim

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

          If you want to get a shared library, then use the serialport.pro (and if it does not work - then src.pro).

          But I recommend you to connect directly the library classes to your project.
          How to do it - look at /examples or /tests.

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

            And if you're using OS Windows and QtSDK, then you have an build error qwineventnotifier_p.h.

            The solution below:
            [quote]
            It private file is located in the source code Qt4:
            qt-everywhere-opensource-src-4.7.4/src/corelib/kernel/qwineventnotifier_p.h

            But since is a private class, then it does not include in the Qt SDK.

            Therefore, in two ways:

            1. Or build Qt4 from source and use.
            2. Or take this header file from the Qt4 source and copy it to the Qt SDK, example to:
              C/QtSDK/Desktop/Qt/4.7.4/msvc2008/include/QtCore/private/qwineventnotifier_p.h
              [/quote]

            Where instead 4.7.4. may be your current version (eg 4.8.0),
            and instead msvc2008 may be mingw.

            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