Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. [solved] QtCreator and new "Mobile Qt Application"
QtWS25 Last Chance

[solved] QtCreator and new "Mobile Qt Application"

Scheduled Pinned Locked Moved Qt Creator and other tools
11 Posts 2 Posters 3.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.
  • S Offline
    S Offline
    secretNinja
    wrote on last edited by
    #1

    I have installed both the beta version of QtCreator (2.2) and the one coming with the SDK RC (2.1).

    I want to create an empty project for a mobile application. If I choose 2.1 version - everything stars as it is intended. I can set up as targets everything from Desktop and Simulator to Symbian (picture 1).

    The strange part is when I start the beta version. The possible target are only Desktop and Simulator (picture 2).

    How can I make mobile apps in Qt 2.2, what is the problem for QtCreator, what am I missing?

    !http://img839.imageshack.us/img839/9128/85814618.png(test RC)!

    !http://img14.imageshack.us/img14/1594/testbeta.png(test Beta)!

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      Could you check Tools->Options->Tool Chains? Is there a compiler for symbian (GCCE)? There was a bug that it was lost when the settings were migrated to the new format.

      If it was you can recreate it: The compiler is located in Symbian/tools/gcc4/bin/arm-symbian*-g++ and the debugger is in pythongdb/pythonVERSION/the-one-with-symbian.

      With a tool chain set up the Qt version will become available again.

      There was further some issue with versions not being listed, but that effected Qt 4.6.x IIRC. So try the nightly builds;-)

      1 Reply Last reply
      0
      • S Offline
        S Offline
        secretNinja
        wrote on last edited by
        #3

        You are right :) I've done exactly this and now I have them listed.

        Unfortunately...you were right again...4.6 is not listed in the menu for a new project (but it is listed in Tools->Options->Qt4).

        !http://img829.imageshack.us/img829/7346/newpr.png(new problem)!

        I have to clone the git repository and compile it to use the nightly builds, haven't I?

        Thank you :)

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          Check the snapshots: http://get.qt.nokia.com/qtcreator/snapshots/

          Currently the snapshots are taken from the 2.2 branch. They will swing back to master after 2.2 final is released.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            secretNinja
            wrote on last edited by
            #5

            OK...that would be easier. I get the idea for Git from:

            bq. The nightly snapshots of the Qt source tree have been replaced by the open Git repositories on ...
            "Qt Creator Snapshots":http://qt.nokia.com/developer/qt-snapshots/

            1 Reply Last reply
            0
            • S Offline
              S Offline
              secretNinja
              wrote on last edited by
              #6

              I'm happy :) Thank you again :)

              I have installed the latest nightly build ( 2011-04-14 ) and everything looks right:

              !http://img820.imageshack.us/img820/7271/solved.png(solved problem)!

              One last question - what was this "Symbian Emulator" from the previous picture? It just couldn't recognize 4.6 correctly or something else?

              1 Reply Last reply
              0
              • T Offline
                T Offline
                tobias.hunger
                wrote on last edited by
                #7

                Do you have a WINSCW tool chain set up? That one is needed for the Symbian Emulator. That compiler is not part of the SDK, so I can not really say where it is. You need to give the mwwinrc.exe binary. There is no debugger available for it.

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  tobias.hunger
                  wrote on last edited by
                  #8

                  PS: Do you prefer the new or the old target setup dialog?

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    secretNinja
                    wrote on last edited by
                    #9

                    Definitely the new one is better - the small pictures, the way the information is presented.

                    I don't have WINSCW, but in the latest beta there is MinGW ( "MinGW runtime (Provided with QtCreator)" ) and only there is this Symbian Emulator ... this is strange.

                    1 Reply Last reply
                    0
                    • T Offline
                      T Offline
                      tobias.hunger
                      wrote on last edited by
                      #10

                      The symbian emulator is not part of the SDK. If you did not install the WINSCW compiler yourself then having the emulator show up at some point was most likely a bug.

                      1 Reply Last reply
                      0
                      • S Offline
                        S Offline
                        secretNinja
                        wrote on last edited by
                        #11

                        Then it have to be a bug as it is clearly there in the beta and I haven't install it ... but it seems to be gone in the latest snapshot. In my opinion it isn't needed to be reported. Do you think otherwise?

                        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