Qt Forum

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

    Build Qt5 for blackberry 10 in Windows 8.1

    Qt on BlackBerry and QNX
    3
    3
    2818
    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.
    • S
      sfabry last edited by

      Hello,

      It is now about days I'm trying to compile brand new Qt5.2.0 to Blackberry OS 10 (and brand new Z10 phone).
      I'm trying to follow this guide: "http://qt-project.org/wiki/Building-Qt5-for-Blackberry":http://qt-project.org/wiki/Building-Qt5-for-Blackberry
      Getting source from git is ok, then it fails at the configure step...

      Basically I do following step:

      1. Open MSVC2010 command promp (same result with MSVC2012)

      2. Load blackberry environnement, by running batch file of BBNDK : @d:\bbndk-bb10\bbndk-env_10_2_0_1155.bat@

      3. Try running configure: @configure -prefix c:\Qt5\5.2.0\bb10bin -xplatform blackberry-armle-v7-qcc -opengl es2 -nomake examples -nomake tests -opensource -confirm-license -release -openssl@

      And it fails with following obscure error:
      @NMAKE : fatal error U1065: invalid option '-'@

      What is wrong with the procedure, it is not possible to build from MSVC ?

      Thanks

      1 Reply Last reply Reply Quote 0
      • S
        Sanchir Kartiev last edited by

        Well, you can use QT Online Installer, and in settings can setup Blackberry NDK on QT Creator

        1 Reply Last reply Reply Quote 0
        • T
          tzander last edited by

          I don't think you are supposed to use visual studio to cross-compile Qt to blackberry. Instead you should use the build tools from the blackberry SDK.

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