Results 1 to 7 of 7

Thread: Installing Qt to develop mobile applications

  1. #1
    Join Date
    Jan 2016
    Posts
    4
    Platforms
    Windows
    Thanks
    1

    Default Installing Qt to develop mobile applications

    Hello everyone,

    I have installed Qt and used it for sample desktop applications.[Im using win Xp] When i check the tools>options , i dont see anything related to mobile or android. Here is the screen shot.forum q 2.JPG


    Then i tried to install some different versions of qt but im not sure of what I did. Here is another screenshot for the Qt's I installed.forum q1.JPG


    Downloading & Installing the one at the bottom took hours. But when i finally try to run qt creator of this new install, I got "program is not responding error from windows" without seeing any qt window. Here is the screenshot for it.

    forum q 3.JPG


    Now , my question is : Can i get my old and well running Qt version enabled for mobile developing by installing some update?Or should I UNinstall everything related to Qt and install some new version (and which one)?

    Thanks for your help.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: Installing Qt to develop mobile applications

    Couple of things:

    1) QtCreator, the IDE, can deal with any number of Qt versions and any number of deployment targets. In QtCreator terms these are so-called "kits", a combination of a compiler tool chain, with a Qt version and a deployment target.
    A project can be configured to be buildable with any combination (within limits as to source compatibility).

    2) Qt, the application framework or library set, can be built with many compilers, for host- and cross-compiling
    There are a couple of pre-built versions available for download, e.g. for Windows/Linux/OSX desktop applications, for Andriod applications, etc.

    3) Most of the pre-built downloads contain both Qt and QtCreator, but it is always possible to use one QtCreator with any other installed Qt (by configuring the respective "kit").

    Cheers,
    _

  3. #3
    Join Date
    Jan 2016
    Posts
    4
    Platforms
    Windows
    Thanks
    1

    Default Re: Installing Qt to develop mobile applications

    Quote Originally Posted by anda_skoa View Post
    Couple of things:

    1) QtCreator, the IDE, can deal with any number of Qt versions and any number of deployment targets. In QtCreator terms these are so-called "kits", a combination of a compiler tool chain, with a Qt version and a deployment target.
    A project can be configured to be buildable with any combination (within limits as to source compatibility).

    2) Qt, the application framework or library set, can be built with many compilers, for host- and cross-compiling
    There are a couple of pre-built versions available for download, e.g. for Windows/Linux/OSX desktop applications, for Andriod applications, etc.

    3) Most of the pre-built downloads contain both Qt and QtCreator, but it is always possible to use one QtCreator with any other installed Qt (by configuring the respective "kit").

    Cheers,
    _
    Can you give me some link for number #3 ? (with which I can develop mobile apps)

  4. #4
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: Installing Qt to develop mobile applications

    Well, for Android and a Windows host that would be http://download.qt.io/official_relea...roid-5.5.1.exe

    Cheers,
    _

  5. #5
    Join Date
    Jan 2016
    Posts
    4
    Platforms
    Windows
    Thanks
    1

    Default Re: Installing Qt to develop mobile applications

    Quote Originally Posted by anda_skoa View Post
    Well, for Android and a Windows host that would be http://download.qt.io/official_relea...roid-5.5.1.exe

    Cheers,
    _
    Thanks, while its downloading, is there any restriction for win Xp?

  6. #6
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: Installing Qt to develop mobile applications

    No idea, sorry.

    Cheers,
    _

  7. The following user says thank you to anda_skoa for this useful post:

    qtnewbee (6th January 2016)

  8. #7
    Join Date
    Jan 2016
    Posts
    4
    Platforms
    Windows
    Thanks
    1

    Default Re: Installing Qt to develop mobile applications

    Thanks anyway.

Similar Threads

  1. Installing QT 5.5 on WINCE 6.0 / Windows Mobile 6
    By ChriD in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 28th December 2015, 11:24
  2. Replies: 4
    Last Post: 27th January 2013, 17:00
  3. 'successfully' installed mobile applications do not launch
    By Rakula in forum Installation and Deployment
    Replies: 1
    Last Post: 23rd February 2012, 16:53
  4. i want to develop mobile app using google api
    By ranjitkadam in forum Qt for Embedded and Mobile
    Replies: 4
    Last Post: 24th November 2010, 09:05
  5. Replies: 1
    Last Post: 22nd September 2010, 15:39

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.