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. Android cpufeatures library with Qt 5.1
Qt 6.11 is out! See what's new in the release blog

Android cpufeatures library with Qt 5.1

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 1.1k Views 1 Watching
  • 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I was wondering if there is any way to integrate cpufeatures library from the Android NDK with a Qt 5.1 + qmake based project? I am using Qt Creator if that is any help.

    One way is to separate the functions that use cpufeatures into a separate file, and compile the file into a shared library using the standard NDK build method (specify Android.mk, Application.mk and do ndk-build) outside of the Qt project and then bundle this shared library in the project. But wondering if there is a simpler solution that does not require placing the code outside of the Qt project.

    1 Reply Last reply
    1

    • Login

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