Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. Qt on BlackBerry and QNX
  4. [SOLVED] Qt5 application close immediately after splash-screen
QtWS25 Last Chance

[SOLVED] Qt5 application close immediately after splash-screen

Scheduled Pinned Locked Moved Qt on BlackBerry and QNX
4 Posts 3 Posters 2.7k 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.
  • E Offline
    E Offline
    epicfailguy93
    wrote on last edited by
    #1

    I built Qt5 for BlackBerry Playbook on this manual: http://qt-project.org/wiki/Building-Qt5-for-the-Playbook
    But I can't deploy application (widgets or qtquick, does not matter) on my Playbook. I have no idea, what else I'm can do, because I've tried everything:

    • rebuild Qt with qcc
    • QCoreApplication::addLibraryPath("app/native/lib");
    • playing with compiling keys and variable PATH

    I use Qt Creator 2.6 Beta for building and I think it's working fine, but I'm not sure, because Qt 4.8.0 Playbook SDK build working .bar files :(
    Desktop OS: Win7 x64
    BBNDK: 2.1.0 Beta 1
    Mingw: 0.5 Beta
    Playbook OS: 2.1.0.1032

    1 Reply Last reply
    0
    • C Offline
      C Offline
      codenode
      wrote on last edited by
      #2

      Well, maybe some code or debugging could help here.

      But still, you should note, that you are on unsupported terrain:

      bq. Please note that 4.8.3 is the last Qt version supporting PlayBook OS 2.x. Qt 4.8.4 and later and Qt5 are supported on BlackBerry 10.

      Source: http://qt-project.org/wiki/QNX

      1 Reply Last reply
      0
      • B Offline
        B Offline
        borceg
        wrote on last edited by
        #3

        Your app compiles fine or fails ?

        1 Reply Last reply
        0
        • E Offline
          E Offline
          epicfailguy93
          wrote on last edited by
          #4

          I got solution:
          [code]<arg>-platform</arg>
          <arg>qnx</arg>[/code]
          instead platform "blackberry" in bar-descriptor.xml

          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