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. Cross-Compling QT
QtWS25 Last Chance

Cross-Compling QT

Scheduled Pinned Locked Moved General and Desktop
cross compileqt5
4 Posts 2 Posters 724 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.
  • Lays147L Offline
    Lays147L Offline
    Lays147
    wrote on last edited by
    #1

    What kind a mkspecs i need to add to my ./configure to compile my app to run on debian/ubuntu/fedora/redhat/opensuse platforms?
    Because the files on qtbase/mkspecs are confusing to me.
    Thanks!

    Lays Rodrigues
    Newby on Qt - Learning always!
    Using QT 5.7
    ArchLinux

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      These are all Linux flavors so you don't have to create a new mkspec. linux-g++ is what you need.

      The mkspecs are for platforms e.g. OS X, iOS, Linux, Android, or devices e.g. RaspberryPi etc.

      How do you plan to distribute your software ? Using the package manager of each distribution ? Or your own binary ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      Lays147L 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        These are all Linux flavors so you don't have to create a new mkspec. linux-g++ is what you need.

        The mkspecs are for platforms e.g. OS X, iOS, Linux, Android, or devices e.g. RaspberryPi etc.

        How do you plan to distribute your software ? Using the package manager of each distribution ? Or your own binary ?

        Lays147L Offline
        Lays147L Offline
        Lays147
        wrote on last edited by
        #3

        @SGaist Im building my app static. Shared libraries is not my thing.
        Att

        Lays Rodrigues
        Newby on Qt - Learning always!
        Using QT 5.7
        ArchLinux

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Don't forget the licensing implication that comes with static linking.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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