Results 1 to 2 of 2

Thread: Porting Qt C++ applications (developed on Linux) on Andriod mobile

  1. #1
    Join Date
    Apr 2011
    Posts
    231
    Thanks
    141
    Thanked 6 Times in 5 Posts

    Talking Porting Qt C++ applications (developed on Linux) on Andriod mobile

    http://doc.qt.io/qt-5/portingtoandroid.html

    I did read that. Just want a confirmation on the following things:

    - Can I write and compile a Qt application on Linux with C++, make an executable and run it on Andriod?

    - Do I need to install Qt on the Andriod phone first? OR I can compile my application in a static way such that it runs on android without Qt installed?

  2. #2
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Thanks
    3
    Thanked 452 Times in 435 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    15

    Default Re: Porting Qt C++ applications (developed on Linux) on Andriod mobile

    Quote Originally Posted by TheIndependentAquarius View Post
    - Can I write and compile a Qt application on Linux with C++, make an executable and run it on Andriod?
    Yes.

    Quote Originally Posted by TheIndependentAquarius View Post
    - Do I need to install Qt on the Andriod phone first? OR I can compile my application in a static way such that it runs on android without Qt installed?
    Installing Qt on Android phone is not required. The required Qt libs will be bundled in the APK by the build system.
    When you know how to do it then you may do it wrong.
    When you don't know how to do it then it is not that you may do it wrong but you may not do it right.

  3. The following user says thank you to Santosh Reddy for this useful post:

    TheIndependentAquarius (9th March 2017)

Similar Threads

  1. Replies: 0
    Last Post: 23rd February 2017, 01:22
  2. Replies: 2
    Last Post: 20th February 2013, 19:52
  3. Replies: 1
    Last Post: 12th April 2011, 16:48

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.