Qt Forum

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

    Update: Forum Guidelines & Code of Conduct

    How to port QT (in symbian) application to Blackberry?

    Qt on BlackBerry and QNX
    5
    5
    2374
    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.
    • G
      GTO_India last edited by

      How to port QT (in symbian) application to Blackberry?

      1 Reply Last reply Reply Quote 0
      • D
        daliusd last edited by

        That really depends how platform specific your app is. E.g. I write plain QML apps (I love to create custom designs) and as result it was necessary to do only following things for me: create bar-descriptor.xml file (you can use one from the sample app), create splashscreens and icon of appropriate size and that's it. If you are using mobility you might need to do more, e.g. PlayBook does not have IMEI so you have to write custom code to get device Id (PIN, S/N or both).

        Start with sample app, figure out differences and go.

        1 Reply Last reply Reply Quote 0
        • Y
          yogeshwarp last edited by

          I would suggest keep your existing C++/JS backend code intact but use Cascades components for UI to get native look & feel on BB10. Also lot of good models are available in Cascades those can be used as well

          1 Reply Last reply Reply Quote 0
          • W
            www.rzr.online.fr last edited by

            May this help , I havent investigated yet :

            http://supportforums.blackberry.com/t5/Native-Development/QML-symbian-qt-components-for-PlayBook/m-p/2050611#M10310

            looking for the same in meego flavour ...

            --
            http://rzr.online.fr/q/qt# random notes : rpi, meego, etc

            1 Reply Last reply Reply Quote 0
            • C
              conny last edited by

              If you're using Symbian Qt Components, this could help you:
              http://kodira.de/2012/12/qt-components-on-blackberry-10/

              1 Reply Last reply Reply Quote 0
              • First post
                Last post