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. Where can I get pre-alpha Qt 5.5 source with Bluetooth iOS and OS X support ?
Forum Updated to NodeBB v4.3 + New Features

Where can I get pre-alpha Qt 5.5 source with Bluetooth iOS and OS X support ?

Scheduled Pinned Locked Moved General and Desktop
18 Posts 4 Posters 4.9k 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.
  • clogwogC Offline
    clogwogC Offline
    clogwog
    wrote on last edited by
    #6

    [quote author="EdOfTheMountain" date="1423004092"]I am still using old school Subversion, but this seems to be getting a lot of source code.

    Add it to Qt Creator:

    Qt Creator->Preferences

    Build & Run->Qt Versions

    Press Add button then browse to ./qt5/qtbase/bin/qmake

    [/quote]

    once you have added qt 5.5 as a new Qt version, how would you go about creating a new 'Kit' for qt 5.5 on an ios device so it will be deployed to the ios simulator or real device ?

    i only seem to see a Qt 5.5.0 for Desktop when i follow these instructions

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

      You need to build Qt for each target e.g. the iOS simulator is not the same architecture than the iOS for device

      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
      • clogwogC Offline
        clogwogC Offline
        clogwog
        wrote on last edited by
        #8

        will

        @./configure -developer-build -opensource -nomake examples -nomake tests -skip qtwebkit@ still build the ios architecture for the device though ?

        the reason i'm asking is because the OP was asking for iOS and i have started using his lead on how to get the dev branch for ios running.

        1 Reply Last reply
        0
        • E Offline
          E Offline
          EdOfTheMountain
          wrote on last edited by
          #9

          I have not figured out how to build iOS from Qt dev.

          I may wait one more week and hope that Qt 5.5 Alpha is not further delayed:

          http://qt-project.org/wiki/Qt-5.5-release

          • Alpha Release 24th Feb 2015

          It does look like the Qt dev to Qt 5.5 branch occurred.

          -Ed

          1 Reply Last reply
          0
          • clogwogC Offline
            clogwogC Offline
            clogwog
            wrote on last edited by
            #10

            thanks Ed. i did see that the Alpha is coming soon. do you know where alpha's can be downloaded?
            i looked in the download section, but that has a less daredevil kind of audience in mind.

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

              You need

              @-xplatform macx-ios-clang@

              for iOS and set the SDK accordingly if you want to build for the simulator

              @-sdk iphonesimulator8.1@

              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
              • clogwogC Offline
                clogwogC Offline
                clogwog
                wrote on last edited by
                #12

                i tried that but it gives me an error (i created my own thread instead of hijacking this one) https://qt-project.org/forums/viewthread/53238/

                1 Reply Last reply
                0
                • E Offline
                  E Offline
                  EdOfTheMountain
                  wrote on last edited by
                  #13

                  I think I found it last time by Googling for Qt 5.4 Alpha and found some blog posts announcing it. It would be nice to have a mail list I could sign up to.

                  Keep watching the blog:

                  http://blog.qt.io/blog/2014/09/08/qt-5-4-alpha-available/

                  Hopefully a 5.5 version will appear next week, and it will work, and I will not have to implement native Bluetooth for my Qt app on OS X and iOS.

                  https://download.qt.io/development_releases/qt/5.4/5.4.0-alpha/

                  Qt 5.4 Bluetooth is working now on both Android and Linux. Unfortunately for Windows I must to resort to using native winsock2 Bluetooth API.

                  1 Reply Last reply
                  0
                  • clogwogC Offline
                    clogwogC Offline
                    clogwog
                    wrote on last edited by
                    #14

                    just looked at the 5.4. for the Alpha release it is source only.
                    beta has install packages.

                    thank you for the location though. i'll keep an eye on it.

                    1 Reply Last reply
                    0
                    • E Offline
                      E Offline
                      EdOfTheMountain
                      wrote on last edited by
                      #15

                      Sadly I can find no announcement of Qt 5.5 Alpha having made the revised plan release date of 24th Feb 2015.

                      There is no new information on the new wiki.qt.io site:

                      http://wiki.qt.io/index.php?title=Qt-5.5-release

                      I could not find a new Qt 5.5 folder here:

                      https://download.qt.io/development_releases/qt/

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

                        The mailing list for announcements is "here":http://lists.qt-project.org/mailman/listinfo/announce

                        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
                        • E Offline
                          E Offline
                          EdOfTheMountain
                          wrote on last edited by
                          #17

                          Thank you! I will sign up.

                          1 Reply Last reply
                          0
                          • EddieE Offline
                            EddieE Offline
                            Eddie
                            wrote on last edited by
                            #18

                            Qt 5.5 Beta snapshot (the beta release candidate) is out.

                            Bluetooth OS X support is working. I can connect to a device that uses the serial port profile. Same app works fine on Linux as well. Qt has no Bluetooth support for Windows so you have to use WINSOCK.

                            Bluetooth iOS support will be for Bluetooth Low Energy (BLE) only. However when I compile the Bluetooth Low Energy Heart Listener or Bluetooth Low Energy Scanner examples they both report a project error:

                            Project ERROR: Unknown module(s) in QT: bluetooth

                            Hopefully this will be fixed in the next snapshot.

                            Apple does not allow your app to talk to a Bluetooth classic serial port profile anyway unless you add an Apple ID authentication chip to your device. The ID chip is almost free (at least for our 1K volumes) but the application process for approval through the Made For iPod ( MFI ) program is a challenging adventure game. I think I'd rather do my US federal taxes personally.

                            -Ed

                            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