Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. IOS: SerialPort module is UnKnown
Forum Updated to NodeBB v4.3 + New Features

IOS: SerialPort module is UnKnown

Scheduled Pinned Locked Moved Solved Mobile and Embedded
4 Posts 3 Posters 1.2k Views 2 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.
  • T Offline
    T Offline
    TheCrowKaka
    wrote on last edited by
    #1

    I have an application that uses QSerialPort and QDockWIdgets.

    This application runs well on Windows, Linux & Mac.
    I am now looking at deploying that application on an Ipad, hence trying to build the application for IOS Simulator.
    But right in the beginning, it gives an error Unknown module(s) in QT: serialport

    Could not find any clue on how to proceed ahead.
    I am building on Qt5.7 on Mac.
    Is QSerialPort module supported on IOS? If yes, how to make that work?
    #include <QtSerialPort/QSerialPort> shows No such file or directory
    But I can add #include <QSerialPort> and #include <QSerialPortInfo>.
    If I comment the serialport module from the .pro file, i get No such file or directory on both these includes.

    Is the QSerialPort module supported on IOS?
    if yes, then how to proceed with using it?

    Thanks.
    Kaka

    A Qt Enthusiastic...

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

      Is the QSerialPort module supported on IOS?

      No.

      1 Reply Last reply
      1
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        No, it's not. There is a table with all Qt modules and the supported platform: All Modules

        1 Reply Last reply
        1
        • T Offline
          T Offline
          TheCrowKaka
          wrote on last edited by
          #4

          Oh.

          Thanks for this information... both of you.

          KK

          A Qt Enthusiastic...

          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