Qt Forum

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

    QT 5.1 and OSX 10.6

    Installation and Deployment
    2
    4
    1050
    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.
    • E
      emiliodavis last edited by

      Hello,
      I want to build and app for OSX 10.6 32 bits using qt 5.1 with webkit.

      What is the correct OSX to do it? 10.6, 10.7 or 10.8?

      Which platform? clang-32 or gcc-32?

      With or without c++11?

      What SDK?

      Actually, what are the correct ./configure params?

      best regards,
      Emilio Davis

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        Why 32bit only ?

        If your needs are specific to that OS, you should build directly on 10.6 using the latest tools available for it.

        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 Reply Quote 0
        • E
          emiliodavis last edited by

          Because I want the smallest posible package. And since I need to support both 32 and 64 bits I figure that with only 32 bits its ok.

          We successfully complied qt on 10.6 with clang-32 and it seems to be working so far.

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Ok, I see the reason.

            You can go on with clang-32 without fear, it's compatible with gcc.

            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 Reply Quote 0
            • First post
              Last post