Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Configure Qt build for Android x86 on Genymotion on older CPU-s

Configure Qt build for Android x86 on Genymotion on older CPU-s

Scheduled Pinned Locked Moved Mobile and Embedded
androidgenymotionbuilding qt
1 Posts 1 Posters 1.1k 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
    SeeLook
    wrote on 11 Aug 2015, 20:12 last edited by SeeLook 8 Nov 2015, 20:14
    #1

    I was not able to use Qt 5.5 officially shipped by Qt Maintenance tool on Genymotion (VirtualBox) due to missing ssse3 extension in host CPU.
    Since 5.4 some of Qt libraries are built with those flags and my old CPU (AMD Phenom 1), still capable to does its tasks, failed....
    But I successfully built Qt 5.5.1 for Android x86 with following configure options:

    configure -xplatform android-g++ -no-sse3 -no-ssse3 -no-sse4.1 -no-sse4.2
     -android-arch x86 -nomake tests -nomake examples -android-ndk <path to ndk>
     -android-ndk-host linux-x86_64 -android-toolchain-version 4.8 -skip qttranslations
     -skip qtwebkit -skip qtserialport -skip qtwebkit-examples -no-warnings-are-errors
    

    Other requirements (https://wiki.qt.io/Qt5ForAndroidBuilding) have to be fulfilled as well.

    I just wanted to encourage ones who have similar problems, that to get own Qt built was not so difficult and didn't take long.
    Using older versions of Qt (i.e. 5.3) - compiled without ssse3 flags then - make no sense due to missing features and bugs.

    Regards
    Seelook

    1 Reply Last reply
    0

    1/1

    11 Aug 2015, 20:12

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved